Searched refs:action (Results 1 – 9 of 9) sorted by relevance
46 #define GRTC_ACTION_TO_STR(action) \ argument47 (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() argument598 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()
203 } action; member
138 p_timer->action.callback.callback(p_timer); in timeout_handler()
131 m_timer.action.callback.callback = timeout_timer_fired; in timeout_timer_start()
283 m_timer.action.callback.callback = callback_fired; in nrf_802154_ifs_pretransmission()
848 p_dly_rx_data->rx.timeout_timer.action.callback.callback = notify_rx_timeout; in nrf_802154_delayed_trx_receive()
101 "-d", "--debug", action="store_true", help="Enable debug logging."
308 nrfx_err_t nrfx_grtc_action_perform(nrfx_grtc_action_t action);
1695 m_rx_prestarted_timer.action.callback.callback = on_rx_prestarted_timeout; in nrf_802154_trx_receive_frame_prestarted()