Home
last modified time | relevance | path

Searched refs:IS_NVIC_PRIORITY (Results 1 – 6 of 6) sorted by relevance

/bsp/ft32/libraries/FT32F0xx/FT32F0xx_Driver/Inc/
A Dft32f0xx_misc.h81 #define IS_NVIC_PRIORITY(PRIORITY) ((PRIORITY) < 0x04) macro
/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/inc/
A DHAL_misc.h80 #define IS_NVIC_PRIORITY(PRIORITY) ((PRIORITY) < 0x04) macro
/bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/inc/
A Dhk32f0xx_misc.h80 #define IS_NVIC_PRIORITY(PRIORITY) ((PRIORITY) < 0x04) macro
/bsp/ft32/libraries/FT32F0xx/FT32F0xx_Driver/Src/
A Dft32f0xx_misc.c28 assert_param(IS_NVIC_PRIORITY(NVIC_InitStruct->NVIC_IRQChannelPriority)); in NVIC_Init()
/bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/src/
A Dhk32f0xx_misc.c63 assert_param(IS_NVIC_PRIORITY(NVIC_InitStruct->NVIC_IRQChannelPriority)); in NVIC_Init()
/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/src/
A DHAL_misc.c66 assert_param(IS_NVIC_PRIORITY(NVIC_InitStruct->NVIC_IRQChannelPriority)); in NVIC_Init()

Completed in 21 milliseconds