Home
last modified time | relevance | path

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

/hal_nordic-latest/drivers/nrf_802154/driver/src/
Dnrf_802154_critical_section.c269 uint32_t active_vector_id = (SCB->ICSR & SCB_ICSR_VECTACTIVE_Msk) >> SCB_ICSR_VECTACTIVE_Pos; in nrf_802154_critical_section_active_vector_priority_get() local
273 if (active_vector_id == 0) in nrf_802154_critical_section_active_vector_priority_get()
278 irq_number = (IRQn_Type)((int32_t)active_vector_id - CMSIS_IRQ_NUM_VECTACTIVE_DIFF); in nrf_802154_critical_section_active_vector_priority_get()