Macros | |
#define | IS_NVIC_PRIORITY_GROUP(__GROUP__) |
Check if NVIC priority group is valid. More... | |
#define | IS_NVIC_PREEMPTION_PRIORITY(__PRIORITY__) ((__PRIORITY__) < 0x80U) |
Check if NVIC priority group is valid. More... | |
#define | IS_NVIC_SUB_PRIORITY(__PRIORITY__) ((__PRIORITY__) <= 0xFFU) |
Check if NVIC sub priority is valid. More... | |
#define | IS_NVIC_DEVICE_IRQ(__IRQ__) ((__IRQ__) >= 0x00) |
Check if NVIC deivce IRQ is valid. More... | |
#define | IS_SYSTICK_CLK_SOURCE(__SOURCE__) |
Check if SYSTICK clock source is valid. More... | |
#define IS_NVIC_DEVICE_IRQ | ( | __IRQ__ | ) | ((__IRQ__) >= 0x00) |
Check if NVIC deivce IRQ is valid.
__IRQ__ | NVIC device IRQ. |
SET | (__IRQ__ is valid) or RESET (__IRQ__ is invalid) |
Definition at line 308 of file gr55xx_hal_cortex.h.
#define IS_NVIC_PREEMPTION_PRIORITY | ( | __PRIORITY__ | ) | ((__PRIORITY__) < 0x80U) |
Check if NVIC priority group is valid.
__PRIORITY__ | NVIC priority group. |
SET | (__PRIORITY__ is valid) or RESET (__PRIORITY__ is invalid) |
Definition at line 294 of file gr55xx_hal_cortex.h.
#define IS_NVIC_PRIORITY_GROUP | ( | __GROUP__ | ) |
Check if NVIC priority group is valid.
__GROUP__ | NVIC priority group. |
SET | (__GROUP__ is valid) or RESET (__GROUP__ is invalid) |
Definition at line 280 of file gr55xx_hal_cortex.h.
#define IS_NVIC_SUB_PRIORITY | ( | __PRIORITY__ | ) | ((__PRIORITY__) <= 0xFFU) |
Check if NVIC sub priority is valid.
__PRIORITY__ | NVIC sub priority. |
SET | (__PRIORITY__ is valid) or RESET (__PRIORITY__ is invalid) |
Definition at line 301 of file gr55xx_hal_cortex.h.
#define IS_SYSTICK_CLK_SOURCE | ( | __SOURCE__ | ) |
Check if SYSTICK clock source is valid.
__SOURCE__ | SYSTICK clock source. |
SET | (__SOURCE__ is valid) or RESET (__SOURCE__ is invalid) |
Definition at line 315 of file gr55xx_hal_cortex.h.