STM8L15x Standard Peripherals Drivers: TIM5_Prescaler_Reload_Mode

STM8L15x/16x Standard Peripherals Drivers

STM8L15x Standard Peripherals Drivers

TIM5_Prescaler_Reload_Mode

Defines

#define IS_TIM5_PRESCALER_RELOAD(RELOAD)

Enumerations

enum  TIM5_PSCReloadMode_TypeDef { TIM5_PSCReloadMode_Update = ((uint8_t)0x00), TIM5_PSCReloadMode_Immediate = ((uint8_t)0x01) }

Define Documentation

#define IS_TIM5_PRESCALER_RELOAD (   RELOAD)
Value:
(((RELOAD) == TIM5_PSCReloadMode_Update) || \
   ((RELOAD) == TIM5_PSCReloadMode_Immediate))

Definition at line 476 of file stm8l15x_tim5.h.

Referenced by TIM5_PrescalerConfig().


Enumeration Type Documentation

Enumerator:
TIM5_PSCReloadMode_Update 

Prescaler value is reloaded at every update

TIM5_PSCReloadMode_Immediate 

Prescaler value is reloaded immediatly

Definition at line 470 of file stm8l15x_tim5.h.

STM8S Firmware Library: Overview

 

 

 

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