Searched refs:priority (Results 1 – 6 of 6) sorted by relevance
46 uint8_t priority; in nrfx_power_clock_irq_init() local51 priority = NRFX_POWER_DEFAULT_CONFIG_IRQ_PRIORITY; in nrfx_power_clock_irq_init()53 priority = NRFX_POWER_DEFAULT_CONFIG_IRQ_PRIORITY; in nrfx_power_clock_irq_init()55 priority = NRFX_CLOCK_DEFAULT_CONFIG_IRQ_PRIORITY; in nrfx_power_clock_irq_init()67 NRFX_IRQ_PRIORITY_SET(irqn, priority); in nrfx_power_clock_irq_init()
328 uint8_t priority; member352 uint8_t priority; member490 p_param->priority = NRF_802154_SL_RSCH_TS_PRIORITY_LOWEST + 1; in nrf_802154_sl_rsch_ts_param_init()
186 nrf_vpr_clic_priority_t priority);283 nrf_vpr_clic_priority_t priority) in nrf_vpr_clic_int_priority_set() argument286 NRFX_ASSERT(priority != 0); in nrf_vpr_clic_int_priority_set()289 | (priority << CLIC_CLIC_CLICINT_PRIORITY_Pos); in nrf_vpr_clic_int_priority_set()
76 #define NRFY_IRQ_PRIORITY_SET(irq_number, priority) NRFX_IRQ_PRIORITY_SET(irq_number, priority) argument
84 #define NRFX_IRQ_PRIORITY_SET(irq_number, priority) argument
443 …n in the CLOCK driver when requested clock was stopped during ramp-up from high priority interrupt.504 … nrfx_gpiote_init() function to take the interrupt priority as its parameter. Previously this prio…508 - Aligned symbol names for default IRQ priority in nrfx_config. These symbols are now adhering to t…581 …terrupted by an OUT transaction, which in turn was interrupted by a process with a higher priority.