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_RxTolerance

Macros

#define CEC_RxTolerance_Standard   ((uint32_t)0x00000000)
 
#define CEC_RxTolerance_Extended   CEC_CFGR_RXTOL
 
#define IS_CEC_RX_TOLERANCE(TOLERANCE)
 

Detailed Description

Macro Definition Documentation

#define CEC_RxTolerance_Extended   CEC_CFGR_RXTOL

Extended Tolerance Margin

#define CEC_RxTolerance_Standard   ((uint32_t)0x00000000)

Standard Tolerance Margin

#define IS_CEC_RX_TOLERANCE (   TOLERANCE)
Value:
(((TOLERANCE) == CEC_RxTolerance_Standard) || \
((TOLERANCE) == CEC_RxTolerance_Extended))