STM8L15x Standard Peripherals Drivers: TIM5_External_Trigger_Polarity

STM8L15x/16x Standard Peripherals Drivers

STM8L15x Standard Peripherals Drivers

TIM5_External_Trigger_Polarity

Defines

#define IS_TIM5_EXT_POLARITY(POLARITY)

Enumerations

enum  TIM5_ExtTRGPolarity_TypeDef { TIM5_ExtTRGPolarity_Inverted = ((uint8_t)0x80), TIM5_ExtTRGPolarity_NonInverted = ((uint8_t)0x00) }

Define Documentation

#define IS_TIM5_EXT_POLARITY (   POLARITY)
Value:
(((POLARITY) == TIM5_ExtTRGPolarity_Inverted) || \
   ((POLARITY) == TIM5_ExtTRGPolarity_NonInverted))

Definition at line 460 of file stm8l15x_tim5.h.

Referenced by TIM5_ETRConfig().


Enumeration Type Documentation

Enumerator:
TIM5_ExtTRGPolarity_Inverted 

External Trigger Polarity = inverted

TIM5_ExtTRGPolarity_NonInverted 

External Trigger Polarity = non inverted

Definition at line 454 of file stm8l15x_tim5.h.

STM8S Firmware Library: Overview

 

 

 

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