2.3.108 INTERRUPT_PRIORITY Enum

C

typedef enum 
{
	INTERRUPT_PRIORITY_1,
	INTERRUPT_PRIORITY_2,
	INTERRUPT_PRIORITY_3,
	INTERRUPT_PRIORITY_4,
	INTERRUPT_PRIORITY_5,
	INTERRUPT_PRIORITY_6,
	INTERRUPT_PRIORITY_7,
	INTERRUPT_MAX_PRIORITY
} INTERRUPT_PRIORITY;

Summary

Defines the interrupt priority values.

Description

This enumeration defines the interrupt priority values

Remarks

None.