Nut/OS  5.0.5
API Reference
TIM_Channel
Collaboration diagram for TIM_Channel:

Defines

#define TIM_Channel_1   ((uint16_t)0x0000)
#define TIM_Channel_2   ((uint16_t)0x0004)
#define TIM_Channel_3   ((uint16_t)0x0008)
#define TIM_Channel_4   ((uint16_t)0x000C)
#define IS_TIM_CHANNEL(CHANNEL)
#define IS_TIM_PWMI_CHANNEL(CHANNEL)
#define IS_TIM_COMPLEMENTARY_CHANNEL(CHANNEL)

Define Documentation

#define TIM_Channel_1   ((uint16_t)0x0000)
#define TIM_Channel_2   ((uint16_t)0x0004)

Referenced by TIM_ICInit().

#define TIM_Channel_3   ((uint16_t)0x0008)

Referenced by TIM_ICInit(), and TIM_SelectOCxM().

#define TIM_Channel_4   ((uint16_t)0x000C)
#define IS_TIM_CHANNEL (   CHANNEL)
Value:

Referenced by TIM_CCxCmd(), TIM_ICInit(), and TIM_SelectOCxM().

#define IS_TIM_PWMI_CHANNEL (   CHANNEL)
Value:
#define IS_TIM_COMPLEMENTARY_CHANNEL (   CHANNEL)
Value:

Referenced by TIM_CCxNCmd().