STM8L15x Standard Peripherals Drivers: TIM5_Break_Polarity

STM8L15x/16x Standard Peripherals Drivers

STM8L15x Standard Peripherals Drivers

Defines

#define IS_TIM5_BREAK_POLARITY(POLARITY)

Enumerations

enum  TIM5_BreakPolarity_TypeDef { TIM5_BreakPolarity_High = ((uint8_t)0x20), TIM5_BreakPolarity_Low = ((uint8_t)0x00) }

Define Documentation

#define IS_TIM5_BREAK_POLARITY (   POLARITY)
Value:
(((POLARITY) == TIM5_BreakPolarity_Low) || \
   ((POLARITY) == TIM5_BreakPolarity_High))

Definition at line 225 of file stm8l15x_tim5.h.

Referenced by TIM5_BKRConfig().


Enumeration Type Documentation

Enumerator:
TIM5_BreakPolarity_High 

if Break, channel polarity = High

TIM5_BreakPolarity_Low 

if Break, channel polarity = Low

Definition at line 219 of file stm8l15x_tim5.h.

STM8S Firmware Library: Overview

 

 

 

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