HAL
CEC_FLAG_ARBLST is only used within HAL.
 
Symbols
loading...
Files
loading...

CEC_FLAG_ARBLST macro

Syntax

#define CEC_FLAG_ARBLST CEC_ISR_ARBLST

References

LocationText
stm32f4xx_hal_cec.h:420
#define CEC_FLAG_ARBLST CEC_ISR_ARBLST
stm32f4xx_hal_cec.c:785
if (HAL_IS_BIT_SET(itflag, CEC_FLAG_ARBLST))
stm32f4xx_hal_cec.c:788
__HAL_CEC_CLEAR_FLAG(hcec, CEC_FLAG_ARBLST);