STM8L15x Standard Peripherals Drivers: ITC_Priority_Level_selection

STM8L15x/16x Standard Peripherals Drivers

STM8L15x Standard Peripherals Drivers

ITC_Priority_Level_selection

Defines

#define IS_ITC_PRIORITY(PriorityValue)

Enumerations

enum  ITC_PriorityLevel_TypeDef { ITC_PriorityLevel_0 = (uint8_t)0x02, ITC_PriorityLevel_1 = (uint8_t)0x01, ITC_PriorityLevel_2 = (uint8_t)0x00, ITC_PriorityLevel_3 = (uint8_t)0x03 }

Define Documentation

#define IS_ITC_PRIORITY (   PriorityValue)
Value:
(((PriorityValue) == ITC_PriorityLevel_0) || \
   ((PriorityValue) == ITC_PriorityLevel_1) || \
   ((PriorityValue) == ITC_PriorityLevel_2) || \
   ((PriorityValue) == ITC_PriorityLevel_3))

Definition at line 210 of file stm8l15x_itc.h.

Referenced by ITC_SetSoftwarePriority().


Enumeration Type Documentation

Enumerator:
ITC_PriorityLevel_0 

Software priority level 0 (cannot be written)

ITC_PriorityLevel_1 

Software priority level 1

ITC_PriorityLevel_2 

Software priority level 2

ITC_PriorityLevel_3 

Software priority level 3

Definition at line 203 of file stm8l15x_itc.h.

STM8S Firmware Library: Overview

 

 

 

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