STM32H735xx HAL User Manual
|
Defines | |
#define | HAL_I2S_ERROR_NONE (0x00000000UL) |
#define | HAL_I2S_ERROR_TIMEOUT (0x00000001UL) |
#define | HAL_I2S_ERROR_OVR (0x00000002UL) |
#define | HAL_I2S_ERROR_UDR (0x00000004UL) |
#define | HAL_I2S_ERROR_DMA (0x00000008UL) |
#define | HAL_I2S_ERROR_PRESCALER (0x00000010UL) |
#define | HAL_I2S_ERROR_FRE (0x00000020UL) |
#define | HAL_I2S_ERROR_NO_OGT (0x00000040UL) |
#define | HAL_I2S_ERROR_NOT_SUPPORTED (0x00000080UL) |
#define | HAL_I2S_ERROR_INVALID_CALLBACK (0x00000100UL) |
#define HAL_I2S_ERROR_DMA (0x00000008UL) |
DMA transfer error
Definition at line 190 of file stm32h7xx_hal_i2s.h.
Referenced by HAL_I2S_DMAStop(), HAL_I2S_Receive_DMA(), HAL_I2S_Transmit_DMA(), HAL_I2SEx_TransmitReceive_DMA(), and I2S_DMAError().
#define HAL_I2S_ERROR_FRE (0x00000020UL) |
FRE error
Definition at line 192 of file stm32h7xx_hal_i2s.h.
#define HAL_I2S_ERROR_INVALID_CALLBACK (0x00000100UL) |
Invalid Callback error
Definition at line 196 of file stm32h7xx_hal_i2s.h.
Referenced by HAL_I2S_RegisterCallback(), and HAL_I2S_UnRegisterCallback().
#define HAL_I2S_ERROR_NO_OGT (0x00000040UL) |
No On Going Transfer error
Definition at line 193 of file stm32h7xx_hal_i2s.h.
Referenced by HAL_I2S_DMAPause().
#define HAL_I2S_ERROR_NONE (0x00000000UL) |
No error
Definition at line 186 of file stm32h7xx_hal_i2s.h.
Referenced by HAL_I2S_DeInit(), HAL_I2S_DMAResume(), 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_NOT_SUPPORTED (0x00000080UL) |
Requested operation not supported
Definition at line 194 of file stm32h7xx_hal_i2s.h.
Referenced by HAL_I2S_DMAPause().
#define HAL_I2S_ERROR_OVR (0x00000002UL) |
OVR error
Definition at line 188 of file stm32h7xx_hal_i2s.h.
Referenced by HAL_I2S_IRQHandler(), HAL_I2S_Receive(), and HAL_I2SEx_TransmitReceive().
#define HAL_I2S_ERROR_PRESCALER (0x00000010UL) |
Prescaler Calculation error
Definition at line 191 of file stm32h7xx_hal_i2s.h.
Referenced by HAL_I2S_Init().
#define HAL_I2S_ERROR_TIMEOUT (0x00000001UL) |
Timeout error
Definition at line 187 of file stm32h7xx_hal_i2s.h.
Referenced by HAL_I2S_DMAPause(), HAL_I2S_Receive(), HAL_I2S_Transmit(), and HAL_I2SEx_TransmitReceive().
#define HAL_I2S_ERROR_UDR (0x00000004UL) |
UDR error
Definition at line 189 of file stm32h7xx_hal_i2s.h.
Referenced by HAL_I2S_IRQHandler(), HAL_I2S_Transmit(), and HAL_I2SEx_TransmitReceive().