Home
last modified time | relevance | path

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

/hal_nordic-3.4.0/drivers/nrf_802154/driver/src/
Dnrf_802154_core_hooks.c148 static const tx_ack_failed_hook m_tx_ack_failed_hooks[] = variable
324 for (uint32_t i = 0; i < sizeof(m_tx_ack_failed_hooks) / sizeof(m_tx_ack_failed_hooks[0]); i++) in nrf_802154_core_hooks_tx_ack_failed()
326 if (m_tx_ack_failed_hooks[i] == NULL) in nrf_802154_core_hooks_tx_ack_failed()
331 m_tx_ack_failed_hooks[i](p_ack, error); in nrf_802154_core_hooks_tx_ack_failed()