STM8L15x Standard Peripherals Drivers: TIM5_OSSI_State

STM8L15x/16x Standard Peripherals Drivers

STM8L15x Standard Peripherals Drivers

Defines

#define IS_TIM5_OSSI_STATE(STATE)

Enumerations

enum  TIM5_OSSIState_TypeDef { TIM5_OSSIState_Enable = ((uint8_t)0x04), TIM5_OSSIState_Disable = ((uint8_t)0x00) }

Define Documentation

#define IS_TIM5_OSSI_STATE (   STATE)
Value:
(((STATE) == TIM5_OSSIState_Enable) || \
   ((STATE) == TIM5_OSSIState_Disable))

Definition at line 276 of file stm8l15x_tim5.h.

Referenced by TIM5_BKRConfig().


Enumeration Type Documentation

Enumerator:
TIM5_OSSIState_Enable 

Off-State Selection for Idle mode enabled

TIM5_OSSIState_Disable 

Off-State Selection for Idle mode disabled

Definition at line 270 of file stm8l15x_tim5.h.

STM8S Firmware Library: Overview

 

 

 

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