Home
last modified time | relevance | path

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

/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/
A Dstm32f7xx_hal_cortex.c164 assert_param(IS_NVIC_PRIORITY_GROUP(PriorityGroup)); in HAL_NVIC_SetPriorityGrouping()
349 assert_param(IS_NVIC_PRIORITY_GROUP(PriorityGroup)); in HAL_NVIC_GetPriority()
/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/inc/
A Dmisc.h123 #define IS_NVIC_PRIORITY_GROUP(GROUP) (((GROUP) == NVIC_PriorityGroup_0) || \ macro
/lk-master/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/inc/
A Dmisc.h123 #define IS_NVIC_PRIORITY_GROUP(GROUP) (((GROUP) == NVIC_PriorityGroup_0) || \ macro
/lk-master/external/platform/stm32f1xx/STM32F10x_StdPeriph_Driver/inc/
A Dmisc.h151 #define IS_NVIC_PRIORITY_GROUP(GROUP) (((GROUP) == NVIC_PriorityGroup_0) || \ macro
/lk-master/external/platform/stm32f1xx/STM32F10x_StdPeriph_Driver/src/
A Dmisc.c98 assert_param(IS_NVIC_PRIORITY_GROUP(NVIC_PriorityGroup)); in NVIC_PriorityGroupConfig()
/lk-master/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/src/
A Dmisc.c121 assert_param(IS_NVIC_PRIORITY_GROUP(NVIC_PriorityGroup)); in NVIC_PriorityGroupConfig()
/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/src/
A Dmisc.c121 assert_param(IS_NVIC_PRIORITY_GROUP(NVIC_PriorityGroup)); in NVIC_PriorityGroupConfig()
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_hal_cortex.h342 #define IS_NVIC_PRIORITY_GROUP(GROUP) (((GROUP) == NVIC_PRIORITYGROUP_0) || \ macro

Completed in 8 milliseconds