Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/hal/
Dnrf_vpr_clic.h66 } nrf_vpr_clic_priority_t; typedef
186 nrf_vpr_clic_priority_t priority);
197 nrf_vpr_clic_priority_t nrf_vpr_clic_int_priority_get(NRF_CLIC_Type const * p_reg,
283 nrf_vpr_clic_priority_t priority) in nrf_vpr_clic_int_priority_set()
293 nrf_vpr_clic_priority_t nrf_vpr_clic_int_priority_get(NRF_CLIC_Type const * p_reg, in nrf_vpr_clic_int_priority_get()
298 return (nrf_vpr_clic_priority_t)((p_reg->CLIC.CLICINT[irq_num] & CLIC_CLIC_CLICINT_PRIORITY_Msk) in nrf_vpr_clic_int_priority_get()
/hal_nordic-latest/nrfx/helpers/
Dnrfx_ids.h197 return nrfx_vevif_init((nrf_vpr_clic_priority_t)interrupt_priority, in nrfx_ids_init()