DMA LOCK Structure definition. More...
#include <gr533x_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 |
DMA LOCK Structure definition.
Definition at line 131 of file gr533x_hal_dma.h.
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 139 of file gr533x_hal_dma.h.
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 142 of file gr533x_hal_dma.h.
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 133 of file gr533x_hal_dma.h.
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 136 of file gr533x_hal_dma.h.