Home
last modified time | relevance | path

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

/hal_nordic-latest/drivers/nrf_802154/driver/src/
Dnrf_802154_core_hooks.c191 static const rx_ack_started_hook m_rx_ack_started_hooks[] = variable
372 for (uint32_t i = 0; i < sizeof(m_rx_ack_started_hooks) / sizeof(m_rx_ack_started_hooks[0]); in nrf_802154_core_hooks_rx_ack_started()
375 if (m_rx_ack_started_hooks[i] == NULL) in nrf_802154_core_hooks_rx_ack_started()
380 m_rx_ack_started_hooks[i](); in nrf_802154_core_hooks_rx_ack_started()