Home
last modified time | relevance | path

Searched refs:priority (Results 1 – 6 of 6) sorted by relevance

/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_power_clock.h46 uint8_t priority; in nrfx_power_clock_irq_init() local
51 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()
/hal_nordic-latest/drivers/nrf_802154/sl/include/
Dnrf_802154_sl_rsch.h328 uint8_t priority; member
352 uint8_t priority; member
490 p_param->priority = NRF_802154_SL_RSCH_TS_PRIORITY_LOWEST + 1; in nrf_802154_sl_rsch_ts_param_init()
/hal_nordic-latest/nrfx/hal/
Dnrf_vpr_clic.h186 nrf_vpr_clic_priority_t priority);
283 nrf_vpr_clic_priority_t priority) in nrf_vpr_clic_int_priority_set() argument
286 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()
/hal_nordic-latest/nrfx/haly/
Dnrfy_common.h76 #define NRFY_IRQ_PRIORITY_SET(irq_number, priority) NRFX_IRQ_PRIORITY_SET(irq_number, priority) argument
/hal_nordic-latest/nrfx/templates/
Dnrfx_glue.h84 #define NRFX_IRQ_PRIORITY_SET(irq_number, priority) argument
/hal_nordic-latest/nrfx/
DCHANGELOG.md443 …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.