STM8L15x Standard Peripherals Drivers: TIM5_Output_Compare_Idle_state

STM8L15x/16x Standard Peripherals Drivers

STM8L15x Standard Peripherals Drivers

TIM5_Output_Compare_Idle_state

Defines

#define IS_TIM5_OCIDLE_STATE(STATE)

Enumerations

enum  TIM5_OCIdleState_TypeDef { TIM5_OCIdleState_Reset = ((uint8_t)0x00), TIM5_OCIdleState_Set = ((uint8_t)0x01) }

Define Documentation

#define IS_TIM5_OCIDLE_STATE (   STATE)
Value:
(((STATE) == TIM5_OCIdleState_Set) || \
   ((STATE) == TIM5_OCIdleState_Reset))

Definition at line 292 of file stm8l15x_tim5.h.

Referenced by TIM5_OC1Init(), and TIM5_OC2Init().


Enumeration Type Documentation

Enumerator:
TIM5_OCIdleState_Reset 

Output Compare Idle state = Reset

TIM5_OCIdleState_Set 

Output Compare Idle state = Set

Definition at line 286 of file stm8l15x_tim5.h.

STM8S Firmware Library: Overview

 

 

 

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