Home
last modified time | relevance | path

Searched refs:IS_NVIC_SUB_PRIORITY (Results 1 – 8 of 8) sorted by relevance

/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/inc/
A Dmisc.h131 #define IS_NVIC_SUB_PRIORITY(PRIORITY) ((PRIORITY) < 0x10) macro
/lk-master/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/inc/
A Dmisc.h131 #define IS_NVIC_SUB_PRIORITY(PRIORITY) ((PRIORITY) < 0x10) macro
/lk-master/external/platform/stm32f1xx/STM32F10x_StdPeriph_Driver/inc/
A Dmisc.h159 #define IS_NVIC_SUB_PRIORITY(PRIORITY) ((PRIORITY) < 0x10) macro
/lk-master/external/platform/stm32f1xx/STM32F10x_StdPeriph_Driver/src/
A Dmisc.c118 assert_param(IS_NVIC_SUB_PRIORITY(NVIC_InitStruct->NVIC_IRQChannelSubPriority)); in NVIC_Init()
/lk-master/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/src/
A Dmisc.c143 assert_param(IS_NVIC_SUB_PRIORITY(NVIC_InitStruct->NVIC_IRQChannelSubPriority)); in NVIC_Init()
/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/src/
A Dmisc.c143 assert_param(IS_NVIC_SUB_PRIORITY(NVIC_InitStruct->NVIC_IRQChannelSubPriority)); in NVIC_Init()
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/
A Dstm32f7xx_hal_cortex.c188 assert_param(IS_NVIC_SUB_PRIORITY(SubPriority)); in HAL_NVIC_SetPriority()
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_hal_cortex.h350 #define IS_NVIC_SUB_PRIORITY(PRIORITY) ((PRIORITY) < 0x10) macro

Completed in 10 milliseconds