STM32F479xx HAL User Manual
|
Defines | |
#define | HAL_I2S_ERROR_NONE (0x00000000U) |
#define | HAL_I2S_ERROR_TIMEOUT (0x00000001U) |
#define | HAL_I2S_ERROR_OVR (0x00000002U) |
#define | HAL_I2S_ERROR_UDR (0x00000004U) |
#define | HAL_I2S_ERROR_DMA (0x00000008U) |
#define | HAL_I2S_ERROR_PRESCALER (0x00000010U) |
#define | HAL_I2S_ERROR_INVALID_CALLBACK (0x00000020U) |
#define | HAL_I2S_ERROR_BUSY_LINE_RX (0x00000040U) |
#define HAL_I2S_ERROR_BUSY_LINE_RX (0x00000040U) |
Busy Rx Line error
Definition at line 184 of file stm32f4xx_hal_i2s.h.
Referenced by HAL_I2S_DMAStop().
#define HAL_I2S_ERROR_DMA (0x00000008U) |
DMA transfer error
Definition at line 179 of file stm32f4xx_hal_i2s.h.
Referenced by HAL_I2S_DMAStop(), HAL_I2S_Receive_DMA(), HAL_I2S_Transmit_DMA(), I2S_DMAError(), and I2SEx_TxRxDMAError().
#define HAL_I2S_ERROR_INVALID_CALLBACK (0x00000020U) |
Invalid Callback error
Definition at line 182 of file stm32f4xx_hal_i2s.h.
Referenced by HAL_I2S_RegisterCallback(), and HAL_I2S_UnRegisterCallback().
#define HAL_I2S_ERROR_NONE (0x00000000U) |
No error
Definition at line 175 of file stm32f4xx_hal_i2s.h.
Referenced by HAL_I2S_DeInit(), HAL_I2S_Init(), HAL_I2S_Receive(), HAL_I2S_Receive_DMA(), HAL_I2S_Receive_IT(), HAL_I2S_Transmit(), HAL_I2S_Transmit_DMA(), HAL_I2S_Transmit_IT(), HAL_I2SEx_TransmitReceive(), HAL_I2SEx_TransmitReceive_DMA(), and HAL_I2SEx_TransmitReceive_IT().
#define HAL_I2S_ERROR_OVR (0x00000002U) |
OVR error
Definition at line 177 of file stm32f4xx_hal_i2s.h.
Referenced by HAL_I2S_Receive(), HAL_I2SEx_FullDuplex_IRQHandler(), HAL_I2SEx_TransmitReceive(), and I2S_IRQHandler().
#define HAL_I2S_ERROR_PRESCALER (0x00000010U) |
Prescaler Calculation error
Definition at line 180 of file stm32f4xx_hal_i2s.h.
Referenced by HAL_I2S_Init().
#define HAL_I2S_ERROR_TIMEOUT (0x00000001U) |
Timeout error
Definition at line 176 of file stm32f4xx_hal_i2s.h.
Referenced by HAL_I2S_DMAStop(), HAL_I2S_Receive(), HAL_I2S_Transmit(), and HAL_I2SEx_TransmitReceive().
#define HAL_I2S_ERROR_UDR (0x00000004U) |
UDR error
Definition at line 178 of file stm32f4xx_hal_i2s.h.
Referenced by HAL_I2S_Transmit(), HAL_I2SEx_FullDuplex_IRQHandler(), HAL_I2SEx_TransmitReceive(), and I2S_IRQHandler().