Home
last modified time | relevance | path

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

/hal_nordic-latest/drivers/nrf_802154/sl/include/
Dnrf_802154_sl_timer.h181 nrf_802154_sl_timer_callback_t callback; member
182 } callback; member
/hal_nordic-latest/drivers/nrf_802154/sl/sl_opensource/src/
Dnrf_802154_sl_timer.c138 p_timer->action.callback.callback(p_timer); in timeout_handler()
/hal_nordic-latest/drivers/nrf_802154/driver/src/mac_features/
Dnrf_802154_precise_ack_timeout.c131 m_timer.action.callback.callback = timeout_timer_fired; in timeout_timer_start()
Dnrf_802154_ifs.c283 m_timer.action.callback.callback = callback_fired; in nrf_802154_ifs_pretransmission()
Dnrf_802154_delayed_trx.c848 p_dly_rx_data->rx.timeout_timer.action.callback.callback = notify_rx_timeout; in nrf_802154_delayed_trx_receive()
/hal_nordic-latest/nrfx/
DCHANGELOG.md127 - Added possibility to get callback called on each byte received in the UARTE driver.
188 - Fixed events being forwarded to the user callback despite having their interrupts disabled in the…
240 - Changed a prototype of the WDT driver callback. Now a bitmask specifying which reload request cau…
241 - Changed the prototype of the initialization and callback functions of the QDEC driver. Now the us…
248 - Removed the deprecated callback prototype in the IPC driver. Use a new variant instead.
311 - Added callback for the RXFRAMESTART event in the NFCT driver.
332 - Fixed the inability to start subsequent simple mode conversion from the user callback context in …
446 - Fixed spurious callback invocation when the SPIM driver was reinitialized to blocking mode from n…
/hal_nordic-latest/drivers/nrf_802154/driver/src/
Dnrf_802154_core.c1695 m_rx_prestarted_timer.action.callback.callback = on_rx_prestarted_timeout; in nrf_802154_trx_receive_frame_prestarted()