STM8L15x Standard Peripherals Drivers: TIM5_Update_Source

STM8L15x/16x Standard Peripherals Drivers

STM8L15x Standard Peripherals Drivers

Defines

#define IS_TIM5_UPDATE_SOURCE(SOURCE)

Enumerations

enum  TIM5_UpdateSource_TypeDef { TIM5_UpdateSource_Global = ((uint8_t)0x00), TIM5_UpdateSource_Regular = ((uint8_t)0x01) }

Define Documentation

#define IS_TIM5_UPDATE_SOURCE (   SOURCE)
Value:
(((SOURCE) == TIM5_UpdateSource_Global) || \
   ((SOURCE) == TIM5_UpdateSource_Regular))

Definition at line 528 of file stm8l15x_tim5.h.

Referenced by TIM5_UpdateRequestConfig().


Enumeration Type Documentation

Enumerator:
TIM5_UpdateSource_Global 

Global Update request source

TIM5_UpdateSource_Regular 

Regular Update request source

Definition at line 522 of file stm8l15x_tim5.h.

STM8S Firmware Library: Overview

 

 

 

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