Home
last modified time | relevance | path

Searched refs:PRIORITY (Results 1 – 5 of 5) sorted by relevance

/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_cortex.h282 #define IS_NVIC_PREEMPTION_PRIORITY(PRIORITY) ((PRIORITY) < 0x10) argument
284 #define IS_NVIC_SUB_PRIORITY(PRIORITY) ((PRIORITY) < 0x10) argument
Dstm32l1xx_hal_dma.h668 #define IS_DMA_PRIORITY(PRIORITY) (((PRIORITY) == DMA_PRIORITY_LOW ) || \ argument
669 ((PRIORITY) == DMA_PRIORITY_MEDIUM) || \
670 ((PRIORITY) == DMA_PRIORITY_HIGH) || \
671 ((PRIORITY) == DMA_PRIORITY_VERY_HIGH))
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_cortex.h335 #define IS_NVIC_PREEMPTION_PRIORITY(PRIORITY) ((PRIORITY) < 0x10) argument
337 #define IS_NVIC_SUB_PRIORITY(PRIORITY) ((PRIORITY) < 0x10) argument
Dstm32l4xx_hal_dma.h741 #define IS_DMA_PRIORITY(PRIORITY) (((PRIORITY) == DMA_PRIORITY_LOW ) || \ argument
742 ((PRIORITY) == DMA_PRIORITY_MEDIUM) || \
743 ((PRIORITY) == DMA_PRIORITY_HIGH) || \
744 ((PRIORITY) == DMA_PRIORITY_VERY_HIGH))
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_dma.h364 #define IS_DMA_PRIORITY(PRIORITY) (((PRIORITY) == DMA_PRIORITY_LOW ) || \ argument
365 ((PRIORITY) == DMA_PRIORITY_MEDIUM) || \
366 ((PRIORITY) == DMA_PRIORITY_HIGH) || \
367 ((PRIORITY) == DMA_PRIORITY_VERY_HIGH))