STM8L15x Standard Peripherals Drivers: TIM5_Channel

STM8L15x/16x Standard Peripherals Drivers

STM8L15x Standard Peripherals Drivers

Defines

#define IS_TIM5_CHANNEL(CHANNEL)

Enumerations

enum  TIM5_Channel_TypeDef { TIM5_Channel_1 = ((uint8_t)0x00), TIM5_Channel_2 = ((uint8_t)0x01) }

Define Documentation

#define IS_TIM5_CHANNEL (   CHANNEL)
Value:
(((CHANNEL) == TIM5_Channel_1) || \
                                  ((CHANNEL) == TIM5_Channel_2) )

Definition at line 143 of file stm8l15x_tim5.h.

Referenced by TIM5_CCxCmd(), TIM5_ICInit(), TIM5_PWMIConfig(), and TIM5_SelectOCxM().


Enumeration Type Documentation

Enumerator:
TIM5_Channel_1 

Channel 1

TIM5_Channel_2 

Channel 2

Definition at line 137 of file stm8l15x_tim5.h.

STM8S Firmware Library: Overview

 

 

 

For complete documentation on STM8L15x 8-bit microcontrollers platform visit www.st.com