STM8L15x Standard Peripherals Drivers
|
Defines | |
#define | IS_TIM5_IC_SELECTION(SELECTION) |
Enumerations | |
enum | TIM5_ICSelection_TypeDef { TIM5_ICSelection_DirectTI = ((uint8_t)0x01), TIM5_ICSelection_IndirectTI = ((uint8_t)0x02), TIM5_ICSelection_TRGI = ((uint8_t)0x03) } |
Define Documentation
#define IS_TIM5_IC_SELECTION | ( | SELECTION | ) |
Value:
(((SELECTION) == TIM5_ICSelection_DirectTI) || \ ((SELECTION) == TIM5_ICSelection_IndirectTI) || \ ((SELECTION) == TIM5_ICSelection_TRGI))
Definition at line 325 of file stm8l15x_tim5.h.
Referenced by TI1_Config(), and TI2_Config().
Enumeration Type Documentation
Definition at line 318 of file stm8l15x_tim5.h.