Home
last modified time | relevance | path

Searched refs:IRQ_LOW_PRIORITY (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wb0x/soc/
Dsystem_stm32wb0x.h129 #define IRQ_LOW_PRIORITY 3 macro
Dsystem_stm32wb0x.c296 NVIC_SetPriority((IRQn_Type)i, IRQ_LOW_PRIORITY); in SystemInit()