STM32H735xx HAL User Manual
|
Defines | |
#define | HAL_CEC_ERROR_NONE (uint32_t) 0x0000U |
#define | HAL_CEC_ERROR_RXOVR CEC_ISR_RXOVR |
#define | HAL_CEC_ERROR_BRE CEC_ISR_BRE |
#define | HAL_CEC_ERROR_SBPE CEC_ISR_SBPE |
#define | HAL_CEC_ERROR_LBPE CEC_ISR_LBPE |
#define | HAL_CEC_ERROR_RXACKE CEC_ISR_RXACKE |
#define | HAL_CEC_ERROR_ARBLST CEC_ISR_ARBLST |
#define | HAL_CEC_ERROR_TXUDR CEC_ISR_TXUDR |
#define | HAL_CEC_ERROR_TXERR CEC_ISR_TXERR |
#define | HAL_CEC_ERROR_TXACKE CEC_ISR_TXACKE |
#define | HAL_CEC_ERROR_INVALID_CALLBACK ((uint32_t)0x00002000U) |
#define HAL_CEC_ERROR_ARBLST CEC_ISR_ARBLST |
CEC Arbitration Lost
Definition at line 253 of file stm32h7xx_hal_cec.h.
Referenced by HAL_CEC_IRQHandler().
#define HAL_CEC_ERROR_BRE CEC_ISR_BRE |
CEC Rx Bit Rising Error
Definition at line 249 of file stm32h7xx_hal_cec.h.
Referenced by HAL_CEC_IRQHandler().
#define HAL_CEC_ERROR_INVALID_CALLBACK ((uint32_t)0x00002000U) |
Invalid Callback Error
Definition at line 258 of file stm32h7xx_hal_cec.h.
Referenced by HAL_CEC_RegisterCallback(), HAL_CEC_RegisterRxCpltCallback(), HAL_CEC_UnRegisterCallback(), and HAL_CEC_UnRegisterRxCpltCallback().
#define HAL_CEC_ERROR_LBPE CEC_ISR_LBPE |
CEC Rx Long Bit period Error
Definition at line 251 of file stm32h7xx_hal_cec.h.
#define HAL_CEC_ERROR_NONE (uint32_t) 0x0000U |
no error
Definition at line 247 of file stm32h7xx_hal_cec.h.
Referenced by HAL_CEC_DeInit(), HAL_CEC_Init(), HAL_CEC_IRQHandler(), HAL_CEC_SetDeviceAddress(), and HAL_CEC_Transmit_IT().
#define HAL_CEC_ERROR_RXACKE CEC_ISR_RXACKE |
CEC Rx Missing Acknowledge
Definition at line 252 of file stm32h7xx_hal_cec.h.
Referenced by HAL_CEC_IRQHandler().
#define HAL_CEC_ERROR_RXOVR CEC_ISR_RXOVR |
CEC Rx-Overrun
Definition at line 248 of file stm32h7xx_hal_cec.h.
Referenced by HAL_CEC_IRQHandler().
#define HAL_CEC_ERROR_SBPE CEC_ISR_SBPE |
CEC Rx Short Bit period Error
Definition at line 250 of file stm32h7xx_hal_cec.h.
#define HAL_CEC_ERROR_TXACKE CEC_ISR_TXACKE |
CEC Tx Missing Acknowledge
Definition at line 256 of file stm32h7xx_hal_cec.h.
Referenced by HAL_CEC_IRQHandler().
#define HAL_CEC_ERROR_TXERR CEC_ISR_TXERR |
CEC Tx-Error
Definition at line 255 of file stm32h7xx_hal_cec.h.
Referenced by HAL_CEC_IRQHandler().
#define HAL_CEC_ERROR_TXUDR CEC_ISR_TXUDR |
CEC Tx-Buffer Underrun
Definition at line 254 of file stm32h7xx_hal_cec.h.
Referenced by HAL_CEC_IRQHandler().