![]() |
NIIETCM4 PD
v0.10.5
Драйвер периферии для микроконтроллеров на базе ядра ARM Cortex-M4
|
Макросы | |
#define | CAP_ITSource_GeneralInt ((uint32_t)0x01) |
#define | CAP_ITSource_CapEvent0 ((uint32_t)0x02) |
#define | CAP_ITSource_CapEvent1 ((uint32_t)0x04) |
#define | CAP_ITSource_CapEvent2 ((uint32_t)0x08) |
#define | CAP_ITSource_CapEvent3 ((uint32_t)0x10) |
#define | CAP_ITSource_TimerOvf ((uint32_t)0x20) |
#define | CAP_ITSource_TimerEqPeriod ((uint32_t)0x40) |
#define | CAP_ITSource_TimerEqCompare ((uint32_t)0x80) |
#define | CAP_ITSource_All ((uint32_t)0xFF) |
#define | IS_CAP_IT_SOURCE(IT_SOURCE) (((IT_SOURCE) & ~CAP_ITSource_All) == 0) |
Макрос проверки источников прерываний на попадание в допустимый диапазон. | |