Home
last modified time | relevance | path

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

/nrf_hw_models-3.7.0/src/HW_models/
DNHW_RADIO.c226 static bs_time_t next_recheck_time; // when we asked the phy to recheck (in our own time) next time variable
774 phy_sync_ctrl_set_last_phy_sync_time( next_recheck_time ); in handle_Tx_response()
776 nhwra_set_Timer_abort_reeval(next_recheck_time); in handle_Tx_response()
784 static void update_abort_struct(p2G4_abort_t *abort, bs_time_t *next_recheck_time){ in update_abort_struct() argument
787 *next_recheck_time = nsi_hws_get_next_event_time(); in update_abort_struct()
788 abort->recheck_time = hwll_phy_time_from_dev(*next_recheck_time); in update_abort_struct()
808 update_abort_struct(abort, &next_recheck_time); in Tx_abort_eval_respond()
903 update_abort_struct(&tx_status.tx_req_fec1.abort, &next_recheck_time); in start_Tx()
916 update_abort_struct(&tx_status.tx_req.abort, &next_recheck_time); in start_Tx()
934 update_abort_struct(&tx_status.tx_req.abort, &next_recheck_time); in start_Tx_FEC2()
[all …]