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_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 |
| __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 |
| __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). |
| __STATIC_INLINE void ll_i2s_rst_rxdma | ( | i2s_regs_t * | I2Sx | ) |
Reset RX block DMA.
| Register | BitsName |
|---|---|
| RXDMA_RST | RST |
| I2Sx | I2S instance |
| None |
| __STATIC_INLINE void ll_i2s_rst_txdma | ( | i2s_regs_t * | I2Sx | ) |
Reset TX block DMA.
| Register | BitsName |
|---|---|
| TXDMA_RST | RST |
| I2Sx | I2S instance |
| None |