Home
last modified time | relevance | path

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

/hal_nordic-latest/drivers/nrf_802154/driver/src/
Dnrf_802154_core_hooks.c77 static const abort_hook m_abort_hooks[] = variable
217 for (uint32_t i = 0; i < sizeof(m_abort_hooks) / sizeof(m_abort_hooks[0]); i++) in nrf_802154_core_hooks_terminate()
219 if (m_abort_hooks[i] == NULL) in nrf_802154_core_hooks_terminate()
224 result = m_abort_hooks[i](term_lvl, req_orig); in nrf_802154_core_hooks_terminate()