Home
last modified time | relevance | path

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

/bsp/ft32/libraries/FT32F0xx/FT32F0xx_Driver/Src/
A Dft32f0xx_misc.c28 assert_param(IS_NVIC_PRIORITY(NVIC_InitStruct->NVIC_IRQChannelPriority)); in NVIC_Init()
35 …tmppriority |= (uint32_t)((((uint32_t)NVIC_InitStruct->NVIC_IRQChannelPriority << 6) & 0xFF) << ((… 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()
70 …tmppriority |= (uint32_t)((((uint32_t)NVIC_InitStruct->NVIC_IRQChannelPriority << 6) & 0xFF) << ((… 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()
73 …tmppriority |= (uint32_t)((((uint32_t)NVIC_InitStruct->NVIC_IRQChannelPriority << 6) & 0xFF) << ((… in NVIC_Init()
/bsp/ft32/libraries/FT32F0xx/FT32F0xx_Driver/Inc/
A Dft32f0xx_misc.h42 …uint8_t NVIC_IRQChannelPriority; /*!< Specifies the priority level for the IRQ channel specifi… member
/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/inc/
A DHAL_misc.h46 …uint8_t NVIC_IRQChannelPriority; /*!< Specifies the priority level for the IRQ channel specifi… member
/bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/inc/
A Dhk32f0xx_misc.h41 …uint8_t NVIC_IRQChannelPriority; /*!< Specifies the priority level for the IRQ channel specifi… member
/bsp/hk32/libraries/rt_drivers/
A Ddrv_gpio.c354 NVIC_InitStruct.NVIC_IRQChannelPriority = 3; in hk32_pin_irq_enable()
373 NVIC_InitStruct.NVIC_IRQChannelPriority = 3; in hk32_pin_irq_enable()
A Ddrv_usart.c136 NVIC_InitStruct.NVIC_IRQChannelPriority = 2; in hk32_control()

Completed in 16 milliseconds