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_OSSR_Off_State_Selection_for_Run_mode_state

Macros

#define TIM_OSSRState_Enable   ((uint16_t)0x0800)
 
#define TIM_OSSRState_Disable   ((uint16_t)0x0000)
 
#define IS_TIM_OSSR_STATE(STATE)
 

Detailed Description

Macro Definition Documentation

#define IS_TIM_OSSR_STATE (   STATE)
Value:
(((STATE) == TIM_OSSRState_Enable) || \
((STATE) == TIM_OSSRState_Disable))