STM8L15x Standard Peripherals Drivers: TIM5_Interrupts

STM8L15x/16x Standard Peripherals Drivers

STM8L15x Standard Peripherals Drivers

Defines

#define IS_TIM5_GET_IT(IT)
#define IS_TIM5_IT(IT)   ((IT) != 0x00)

Enumerations

enum  TIM5_IT_TypeDef {
  TIM5_IT_Update = ((uint8_t)0x01), TIM5_IT_CC1 = ((uint8_t)0x02), TIM5_IT_CC2 = ((uint8_t)0x04), TIM5_IT_Trigger = ((uint8_t)0x40),
  TIM5_IT_Break = ((uint8_t)0x80)
}

Define Documentation

#define IS_TIM5_GET_IT (   IT)
Value:
(((IT) == TIM5_IT_Update)  || \
   ((IT) == TIM5_IT_CC1)     || \
   ((IT) == TIM5_IT_CC2)     || \
   ((IT) == TIM5_IT_Trigger) || \
   ((IT) == TIM5_IT_Break))

Definition at line 368 of file stm8l15x_tim5.h.

Referenced by TIM5_GetITStatus().

#define IS_TIM5_IT (   IT)    ((IT) != 0x00)

Definition at line 365 of file stm8l15x_tim5.h.

Referenced by TIM5_ClearITPendingBit(), and TIM5_ITConfig().


Enumeration Type Documentation

Enumerator:
TIM5_IT_Update 

Update Interrupt

TIM5_IT_CC1 

Capture Compare Channel1 Interrupt

TIM5_IT_CC2 

Capture Compare Channel2 Interrupt

TIM5_IT_Trigger 

Trigger Interrupt

TIM5_IT_Break 

Break Interrupt

Definition at line 356 of file stm8l15x_tim5.h.

STM8S Firmware Library: Overview

 

 

 

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