STM CMSIS

Macros

#define TIM_CHANNEL_1   ((uint32_t)0x00000000U)
 
#define TIM_CHANNEL_2   ((uint32_t)0x00000004U)
 
#define TIM_CHANNEL_3   ((uint32_t)0x00000008U)
 
#define TIM_CHANNEL_4   ((uint32_t)0x0000000CU)
 
#define TIM_CHANNEL_ALL   ((uint32_t)0x00000018U)
 

Detailed Description