STM32F0 Standard Peripheral bibliotheek  1.0
ST Microelectronics standard peripheral bibliotheek documentatie voor de STM32F0 familie
 All Data Structures Files Functions Variables Enumerations Enumerator Groups
TIM_Prescaler_Reload_Mode

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

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