MG32F10x Standard Peripherals Firmware Library
Macros

Macros

#define TIM_PSCReloadMode_Update   ((uint16_t)0x0000)
 
#define TIM_PSCReloadMode_Immediate   ((uint16_t)0x0001)
 
#define IS_TIM_PRESCALER_RELOAD(RELOAD)
 

Detailed Description

Macro Definition Documentation

◆ IS_TIM_PRESCALER_RELOAD

#define IS_TIM_PRESCALER_RELOAD (   RELOAD)
Value:
(((RELOAD) == TIM_PSCReloadMode_Update) || \
((RELOAD) == TIM_PSCReloadMode_Immediate))