Searched refs:I2S_IT_UDR (Results 1 – 8 of 8) sorted by relevance
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_hal_i2s.c | 1197 __HAL_I2S_ENABLE_IT(hi2s, I2S_IT_UDR); in HAL_I2S_Transmit_IT() 1360 __HAL_I2S_ENABLE_IT(hi2s, (I2S_IT_UDR | I2S_IT_OVR)); in HAL_I2SEx_TransmitReceive_IT() 1487 __HAL_I2S_ENABLE_IT(hi2s, I2S_IT_UDR); in HAL_I2S_Transmit_DMA() 1821 __HAL_I2S_ENABLE_IT(hi2s, (I2S_IT_UDR | I2S_IT_OVR)); in HAL_I2SEx_TransmitReceive_DMA()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_hal_i2s.h | 315 #define I2S_IT_UDR SPI_IER_UDRIE macro
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_i2s.h | 315 #define I2S_IT_UDR SPI_IER_UDRIE macro
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_hal_i2s.h | 315 #define I2S_IT_UDR SPI_IER_UDRIE macro
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_hal_i2s.h | 315 #define I2S_IT_UDR SPI_IER_UDRIE macro
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_i2s.c | 1232 __HAL_I2S_ENABLE_IT(hi2s, (I2S_IT_TXP | I2S_IT_UDR)); in HAL_I2S_Transmit_IT() 1385 __HAL_I2S_ENABLE_IT(hi2s, (I2S_IT_TXP | I2S_IT_RXP | I2S_IT_DXP | I2S_IT_UDR | I2S_IT_OVR)); in HAL_I2SEx_TransmitReceive_IT()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal_i2s.c | 1234 __HAL_I2S_ENABLE_IT(hi2s, (I2S_IT_TXP | I2S_IT_UDR)); in HAL_I2S_Transmit_IT() 1387 __HAL_I2S_ENABLE_IT(hi2s, (I2S_IT_TXP | I2S_IT_RXP | I2S_IT_DXP | I2S_IT_UDR | I2S_IT_OVR)); in HAL_I2SEx_TransmitReceive_IT()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_i2s.c | 1229 __HAL_I2S_ENABLE_IT(hi2s, (I2S_IT_TXP | I2S_IT_UDR)); in HAL_I2S_Transmit_IT() 1382 __HAL_I2S_ENABLE_IT(hi2s, (I2S_IT_TXP | I2S_IT_RXP | I2S_IT_DXP | I2S_IT_UDR | I2S_IT_OVR)); in HAL_I2SEx_TransmitReceive_IT()
|