Searched refs:NVIC_IRQChannelPriority (Results 1 – 8 of 8) sorted by relevance
28 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()
63 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()
66 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()
42 …uint8_t NVIC_IRQChannelPriority; /*!< Specifies the priority level for the IRQ channel specifi… member
46 …uint8_t NVIC_IRQChannelPriority; /*!< Specifies the priority level for the IRQ channel specifi… member
41 …uint8_t NVIC_IRQChannelPriority; /*!< Specifies the priority level for the IRQ channel specifi… member
354 NVIC_InitStruct.NVIC_IRQChannelPriority = 3; in hk32_pin_irq_enable()373 NVIC_InitStruct.NVIC_IRQChannelPriority = 3; in hk32_pin_irq_enable()
136 NVIC_InitStruct.NVIC_IRQChannelPriority = 2; in hk32_control()
Completed in 16 milliseconds