Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_grtc.c46 #define GRTC_ACTION_TO_STR(action) \ argument
47 (action == NRFX_GRTC_ACTION_START ? "NRFX_GRTC_ACTION_START" : \
48 (action == NRFX_GRTC_ACTION_STOP ? "NRFX_GRTC_ACTION_STOP" : \
49 (action == NRFX_GRTC_ACTION_CLEAR ? "NRFX_GRTC_ACTION_CLEAR" : \
583 nrfx_err_t nrfx_grtc_action_perform(nrfx_grtc_action_t action) in nrfx_grtc_action_perform() argument
598 nrf_grtc_task_t task = (nrf_grtc_task_t)action; in nrfx_grtc_action_perform()
601 NRFX_LOG_INFO("GRTC %s action.", GRTC_ACTION_TO_STR(action)); in nrfx_grtc_action_perform()
/hal_nordic-latest/drivers/nrf_802154/sl/include/
Dnrf_802154_sl_timer.h203 } action; 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/utils/
Dupdate_blobs.py101 "-d", "--debug", action="store_true", help="Enable debug logging."
/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_grtc.h308 nrfx_err_t nrfx_grtc_action_perform(nrfx_grtc_action_t action);
/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()