Functions | |
__STATIC_INLINE void | ll_i2s_rst_rxdma (i2s_regs_t *I2Sx) |
Reset RX block DMA. More... | |
__STATIC_INLINE void | ll_i2s_rst_txdma (i2s_regs_t *I2Sx) |
Reset TX block DMA. More... | |
__STATIC_INLINE void | ll_i2s_enable_dma (i2s_regs_t *I2Sx) |
Enable I2S DMA. More... | |
__STATIC_INLINE void | ll_i2s_disable_dma (i2s_regs_t *I2Sx) |
Disable I2S DMA. More... | |
__STATIC_INLINE uint32_t | ll_i2s_is_enabled_dma (i2s_regs_t *I2Sx) |
Check if I2S DMA is enabled. More... | |
__STATIC_INLINE void | ll_i2s_enable_dma_mode (i2s_regs_t *I2Sx) |
Enable I2S DMA mode. More... | |
__STATIC_INLINE void | ll_i2s_disable_dma_mode (i2s_regs_t *I2Sx) |
Disable I2S DMA mode. More... | |
__STATIC_INLINE uint32_t | ll_i2s_is_enabled_dma_mode (i2s_regs_t *I2Sx) |
Check if I2S DMA mode is enabled. More... | |
__STATIC_INLINE void ll_i2s_disable_dma | ( | i2s_regs_t * | I2Sx | ) |
Disable I2S DMA.
Register|BitsName --------|-------- DMA_ACC_SEL | QSPI1_I2S_M_SEL DMA_ACC_SEL | I2C1_I2S_S_SEL
I2Sx | I2S instance |
None |
Definition at line 1364 of file gr55xx_ll_i2s.h.
__STATIC_INLINE void ll_i2s_disable_dma_mode | ( | i2s_regs_t * | I2Sx | ) |
Disable I2S DMA mode.
Register|BitsName --------|-------- DMA_ACC_SEL | MCU_SUB_I2S_DMA_MODE_SET DMA_ACC_SEL | MCU_SUB_I2S_DMA_MODE_S_SET
I2Sx | I2S instance |
None |
Definition at line 1421 of file gr55xx_ll_i2s.h.
__STATIC_INLINE void ll_i2s_enable_dma | ( | i2s_regs_t * | I2Sx | ) |
Enable I2S DMA.
Register|BitsName --------|-------- DMA_ACC_SEL | QSPI1_I2S_M_SEL DMA_ACC_SEL | I2C1_I2S_S_SEL
I2Sx | I2S instance |
None |
Definition at line 1345 of file gr55xx_ll_i2s.h.
__STATIC_INLINE void ll_i2s_enable_dma_mode | ( | i2s_regs_t * | I2Sx | ) |
Enable I2S DMA mode.
Register|BitsName --------|-------- DMA_ACC_SEL | MCU_SUB_I2S_DMA_MODE_SET DMA_ACC_SEL | MCU_SUB_I2S_DMA_MODE_S_SET
I2Sx | I2S instance |
None |
Definition at line 1402 of file gr55xx_ll_i2s.h.
__STATIC_INLINE uint32_t ll_i2s_is_enabled_dma | ( | i2s_regs_t * | I2Sx | ) |
Check if I2S DMA is enabled.
Register|BitsName --------|-------- DMA_ACC_SEL | QSPI1_I2S_M_SEL DMA_ACC_SEL | I2C1_I2S_S_SEL
I2Sx | I2S instance |
State | of bit (1 or 0). |
Definition at line 1383 of file gr55xx_ll_i2s.h.
__STATIC_INLINE uint32_t ll_i2s_is_enabled_dma_mode | ( | i2s_regs_t * | I2Sx | ) |
Check if I2S DMA mode is enabled.
Register|BitsName --------|-------- DMA_ACC_SEL | MCU_SUB_I2S_DMA_MODE_SET DMA_ACC_SEL | I2C1_I2S_S_SEL
I2Sx | I2S instance |
State | of bit (1 or 0). |
Definition at line 1441 of file gr55xx_ll_i2s.h.
__STATIC_INLINE void ll_i2s_rst_rxdma | ( | i2s_regs_t * | I2Sx | ) |
Reset RX block DMA.
Register|BitsName --------|-------- RXDMA_RST | RST
I2Sx | I2S instance |
None |
Definition at line 1312 of file gr55xx_ll_i2s.h.
__STATIC_INLINE void ll_i2s_rst_txdma | ( | i2s_regs_t * | I2Sx | ) |
Reset TX block DMA.
Register|BitsName --------|-------- TXDMA_RST | RST
I2Sx | I2S instance |
None |
Definition at line 1328 of file gr55xx_ll_i2s.h.