_dma_lock_config Struct Reference

DMA LOCK Structure definition. More...

#include <hal_dma.h>

Public Attributes

uint32_t channel_lock_en
 
uint32_t channel_lock_level
 
uint32_t bus_lock_en
 
uint32_t bus_lock_level
 

Detailed Description

DMA LOCK Structure definition.

Definition at line 132 of file hal_dma.h.

Member Data Documentation

◆ bus_lock_en

uint32_t _dma_lock_config::bus_lock_en

Specifies the dma bus lock enable. This parameter can be a value of DMA Channel Lock Enable

Definition at line 140 of file hal_dma.h.

◆ bus_lock_level

uint32_t _dma_lock_config::bus_lock_level

Specifies the dma bus lock level. This parameter can be a value of DMA Bus Lock Level

Definition at line 143 of file hal_dma.h.

◆ channel_lock_en

uint32_t _dma_lock_config::channel_lock_en

Specifies the dma channel lock enable. This parameter can be a value of DMA Channel Lock Enable

Definition at line 134 of file hal_dma.h.

◆ channel_lock_level

uint32_t _dma_lock_config::channel_lock_level

Specifies the dma channel lock level. This parameter can be a value of DMA Channel Lock Level

Definition at line 137 of file hal_dma.h.


The documentation for this struct was generated from the following file: