Searched refs:IRQ_PRIO_LOWEST (Results 1 – 7 of 7) sorted by relevance
43 priority = (config->intrPriority > IRQ_PRIO_LOWEST) ? in Cy_SysInt_Init()44 IRQ_PRIO_LOWEST : config->intrPriority; in Cy_SysInt_Init()
21 #define IRQ_PRIO_LOWEST UINT8_MAX macro
51 #define IRQ_PRIO_LOWEST (BIT(NUM_IRQ_PRIO_BITS) - (_IRQ_PRIO_OFFSET) - 1) macro
164 NVIC_SetPriority(DebugMonitor_IRQn, IRQ_PRIO_LOWEST); in z_arm_exc_setup()
100 (priority_p <= IRQ_PRIO_LOWEST), \
782 IRQ_CONNECT(RADIO_CTRL_IRQn, IRQ_PRIO_LOWEST, in stm32_clock_control_init()