Searched refs:IRQ_LOW_PRIORITY (Results 1 – 2 of 2) sorted by relevance
/hal_stm32-latest/stm32cube/stm32wb0x/soc/ | ||
D | system_stm32wb0x.h | 129 #define IRQ_LOW_PRIORITY 3 macro |
D | system_stm32wb0x.c | 296 NVIC_SetPriority((IRQn_Type)i, IRQ_LOW_PRIORITY); in SystemInit() |