Home
last modified time | relevance | path

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

/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/inc/
A Dmisc.h129 #define IS_NVIC_PREEMPTION_PRIORITY(PRIORITY) ((PRIORITY) < 0x10) argument
131 #define IS_NVIC_SUB_PRIORITY(PRIORITY) ((PRIORITY) < 0x10) argument
A Dstm32f4xx_dma.h264 #define IS_DMA_PRIORITY(PRIORITY) (((PRIORITY) == DMA_Priority_Low ) || \ argument
265 ((PRIORITY) == DMA_Priority_Medium) || \
266 ((PRIORITY) == DMA_Priority_High) || \
267 ((PRIORITY) == DMA_Priority_VeryHigh))
/lk-master/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/inc/
A Dmisc.h129 #define IS_NVIC_PREEMPTION_PRIORITY(PRIORITY) ((PRIORITY) < 0x10) argument
131 #define IS_NVIC_SUB_PRIORITY(PRIORITY) ((PRIORITY) < 0x10) argument
A Dstm32f2xx_dma.h264 #define IS_DMA_PRIORITY(PRIORITY) (((PRIORITY) == DMA_Priority_Low ) || \ argument
265 ((PRIORITY) == DMA_Priority_Medium) || \
266 ((PRIORITY) == DMA_Priority_High) || \
267 ((PRIORITY) == DMA_Priority_VeryHigh))
/lk-master/external/platform/stm32f1xx/STM32F10x_StdPeriph_Driver/inc/
A Dmisc.h157 #define IS_NVIC_PREEMPTION_PRIORITY(PRIORITY) ((PRIORITY) < 0x10) argument
159 #define IS_NVIC_SUB_PRIORITY(PRIORITY) ((PRIORITY) < 0x10) argument
A Dstm32f10x_dma.h190 #define IS_DMA_PRIORITY(PRIORITY) (((PRIORITY) == DMA_Priority_VeryHigh) || \ argument
191 ((PRIORITY) == DMA_Priority_High) || \
192 ((PRIORITY) == DMA_Priority_Medium) || \
193 ((PRIORITY) == DMA_Priority_Low))
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/
A Dstm32f0xx_hal_cortex.h123 #define IS_NVIC_PREEMPTION_PRIORITY(PRIORITY) ((PRIORITY) < 0x4) argument
A Dstm32f0xx_hal_dma.h519 #define IS_DMA_PRIORITY(PRIORITY) (((PRIORITY) == DMA_PRIORITY_LOW ) || \ argument
520 ((PRIORITY) == DMA_PRIORITY_MEDIUM) || \
521 ((PRIORITY) == DMA_PRIORITY_HIGH) || \
522 ((PRIORITY) == DMA_PRIORITY_VERY_HIGH))
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_hal_cortex.h348 #define IS_NVIC_PREEMPTION_PRIORITY(PRIORITY) ((PRIORITY) < 0x10) argument
350 #define IS_NVIC_SUB_PRIORITY(PRIORITY) ((PRIORITY) < 0x10) argument
A Dstm32f7xx_hal_dma.h719 #define IS_DMA_PRIORITY(PRIORITY) (((PRIORITY) == DMA_PRIORITY_LOW ) || \ argument
720 ((PRIORITY) == DMA_PRIORITY_MEDIUM) || \
721 ((PRIORITY) == DMA_PRIORITY_HIGH) || \
722 ((PRIORITY) == DMA_PRIORITY_VERY_HIGH))

Completed in 27 milliseconds