STM32F37 Standard Peripheral bibliotheek  1.0
ST Microelectronics bibliotheek documentatie voor de STM32F37 Standard Peripheral Library
 All Data Structures Files Functions Variables Enumerations Enumerator Groups

Macros

#define CEC_BRDNoGen_Off   ((uint32_t)0x00000000)
 
#define CEC_BRDNoGen_On   CEC_CFGR_BRDNOGEN
 
#define IS_CEC_BDR_NO_GEN_ERROR(ERROR)
 

Detailed Description

Macro Definition Documentation

#define CEC_BRDNoGen_Off   ((uint32_t)0x00000000)

Broadcast Bit Rising Error generation turned Off

#define CEC_BRDNoGen_On   CEC_CFGR_BRDNOGEN

Broadcast Bit Rising Error generation turned On

#define IS_CEC_BDR_NO_GEN_ERROR (   ERROR)
Value:
(((ERROR) == CEC_BRDNoGen_Off) || \
((ERROR) == CEC_BRDNoGen_On))