Home
last modified time | relevance | path

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

/hal_nordic-latest/drivers/nrf_802154/driver/src/
Dnrf_802154_core_hooks.c120 static const transmitted_hook m_transmitted_hooks[] = variable
289 for (uint32_t i = 0; i < sizeof(m_transmitted_hooks) / sizeof(m_transmitted_hooks[0]); i++) in nrf_802154_core_hooks_transmitted()
291 if (m_transmitted_hooks[i] == NULL) in nrf_802154_core_hooks_transmitted()
296 m_transmitted_hooks[i](p_frame); in nrf_802154_core_hooks_transmitted()