STM8L15x Standard Peripherals Drivers: TIM5_Forced_Action

STM8L15x/16x Standard Peripherals Drivers

STM8L15x Standard Peripherals Drivers

Defines

#define IS_TIM5_FORCED_ACTION(ACTION)

Enumerations

enum  TIM5_ForcedAction_TypeDef { TIM5_ForcedAction_Active = ((uint8_t)0x50), TIM5_ForcedAction_Inactive = ((uint8_t)0x40) }

Define Documentation

#define IS_TIM5_FORCED_ACTION (   ACTION)
Value:
(((ACTION) == TIM5_ForcedAction_Active) || \
                                       ((ACTION) == TIM5_ForcedAction_Inactive))

Definition at line 54 of file stm8l15x_tim5.h.

Referenced by TIM5_ForcedOC1Config(), and TIM5_ForcedOC2Config().


Enumeration Type Documentation

Enumerator:
TIM5_ForcedAction_Active 

Output Reference is forced low

TIM5_ForcedAction_Inactive 

Output Reference is forced high

Definition at line 47 of file stm8l15x_tim5.h.

STM8S Firmware Library: Overview

 

 

 

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