STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
Macros | |
#define | IS_NVIC_PRIORITY_GROUP(GROUP) |
#define | IS_NVIC_PREEMPTION_PRIORITY(PRIORITY) |
#define | IS_NVIC_SUB_PRIORITY(PRIORITY) |
#define | IS_NVIC_DEVICE_IRQ(IRQ) |
#define | IS_SYSTICK_CLK_SOURCE(SOURCE) |
#define IS_NVIC_PRIORITY_GROUP | ( | GROUP | ) |
#include <stm32f4xx_hal_cortex.h>
Definition at line 307 of file stm32f4xx_hal_cortex.h.
Referenced by HAL_NVIC_GetPriority(), and HAL_NVIC_SetPriorityGrouping().
#define IS_NVIC_PREEMPTION_PRIORITY | ( | PRIORITY | ) |
#include <stm32f4xx_hal_cortex.h>
Definition at line 313 of file stm32f4xx_hal_cortex.h.
Referenced by HAL_NVIC_SetPriority().
#define IS_NVIC_SUB_PRIORITY | ( | PRIORITY | ) |
#include <stm32f4xx_hal_cortex.h>
Definition at line 315 of file stm32f4xx_hal_cortex.h.
Referenced by HAL_NVIC_SetPriority().
#define IS_NVIC_DEVICE_IRQ | ( | IRQ | ) |
#include <stm32f4xx_hal_cortex.h>
Definition at line 317 of file stm32f4xx_hal_cortex.h.
Referenced by HAL_NVIC_ClearPendingIRQ(), HAL_NVIC_DisableIRQ(), HAL_NVIC_EnableIRQ(), HAL_NVIC_GetActive(), HAL_NVIC_GetPendingIRQ(), and HAL_NVIC_SetPendingIRQ().
#define IS_SYSTICK_CLK_SOURCE | ( | SOURCE | ) |
#include <stm32f4xx_hal_cortex.h>
Definition at line 319 of file stm32f4xx_hal_cortex.h.
Referenced by HAL_SYSTICK_CLKSourceConfig().