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
CEC_Stop_Reception

Macros

#define CEC_StopReception_Off   ((uint32_t)0x00000000)
 
#define CEC_StopReception_On   CEC_CFGR_BRESTP
 
#define IS_CEC_STOP_RECEPTION(RECEPTION)
 

Detailed Description

Macro Definition Documentation

#define CEC_StopReception_Off   ((uint32_t)0x00000000)

No RX Stop on bit Rising Error (BRE)

#define CEC_StopReception_On   CEC_CFGR_BRESTP

RX Stop on bit Rising Error (BRE)

#define IS_CEC_STOP_RECEPTION (   RECEPTION)
Value:
(((RECEPTION) == CEC_StopReception_On) || \
((RECEPTION) == CEC_StopReception_Off))