STM8L15x Standard Peripherals Drivers
|
Defines | |
#define | IS_TIM5_BREAK_STATE(STATE) |
Enumerations | |
enum | TIM5_BreakState_TypeDef { TIM5_BreakState_Disable = ((uint8_t)0x00), TIM5_BreakState_Enable = ((uint8_t)0x10) } |
Define Documentation
#define IS_TIM5_BREAK_STATE | ( | STATE | ) |
Value:
(((STATE) == TIM5_BreakState_Enable) || \ ((STATE) == TIM5_BreakState_Disable))
Definition at line 210 of file stm8l15x_tim5.h.
Referenced by TIM5_BKRConfig().
Enumeration Type Documentation
Definition at line 204 of file stm8l15x_tim5.h.