STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
Macros | |
#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_NONE (uint32_t) 0x0000U |
#include <stm32f4xx_hal_cec.h>
no error
Definition at line 258 of file stm32f4xx_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_RXOVR CEC_ISR_RXOVR |
#include <stm32f4xx_hal_cec.h>
CEC Rx-Overrun
Definition at line 259 of file stm32f4xx_hal_cec.h.
Referenced by HAL_CEC_IRQHandler().
#define HAL_CEC_ERROR_BRE CEC_ISR_BRE |
#include <stm32f4xx_hal_cec.h>
CEC Rx Bit Rising Error
Definition at line 260 of file stm32f4xx_hal_cec.h.
Referenced by HAL_CEC_IRQHandler().
#define HAL_CEC_ERROR_SBPE CEC_ISR_SBPE |
#include <stm32f4xx_hal_cec.h>
CEC Rx Short Bit period Error
Definition at line 261 of file stm32f4xx_hal_cec.h.
#define HAL_CEC_ERROR_LBPE CEC_ISR_LBPE |
#include <stm32f4xx_hal_cec.h>
CEC Rx Long Bit period Error
Definition at line 262 of file stm32f4xx_hal_cec.h.
#define HAL_CEC_ERROR_RXACKE CEC_ISR_RXACKE |
#include <stm32f4xx_hal_cec.h>
CEC Rx Missing Acknowledge
Definition at line 263 of file stm32f4xx_hal_cec.h.
Referenced by HAL_CEC_IRQHandler().
#define HAL_CEC_ERROR_ARBLST CEC_ISR_ARBLST |
#include <stm32f4xx_hal_cec.h>
CEC Arbitration Lost
Definition at line 264 of file stm32f4xx_hal_cec.h.
Referenced by HAL_CEC_IRQHandler().
#define HAL_CEC_ERROR_TXUDR CEC_ISR_TXUDR |
#include <stm32f4xx_hal_cec.h>
CEC Tx-Buffer Underrun
Definition at line 265 of file stm32f4xx_hal_cec.h.
Referenced by HAL_CEC_IRQHandler().
#define HAL_CEC_ERROR_TXERR CEC_ISR_TXERR |
#include <stm32f4xx_hal_cec.h>
CEC Tx-Error
Definition at line 266 of file stm32f4xx_hal_cec.h.
Referenced by HAL_CEC_IRQHandler().
#define HAL_CEC_ERROR_TXACKE CEC_ISR_TXACKE |
#include <stm32f4xx_hal_cec.h>
CEC Tx Missing Acknowledge
Definition at line 267 of file stm32f4xx_hal_cec.h.
Referenced by HAL_CEC_IRQHandler().