Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNHW_RADIO_utils.h25 bs_time_t start_time, uint16_t coding_rate);
DNHW_RADIO_utils.c384 rx_req->start_time = hwll_phy_time_from_dev(nsi_hws_get_time()); in nhwra_prep_rx_request()
425 rx_req->start_time = hwll_phy_time_from_dev(nsi_hws_get_time()); in nhwra_prep_rx_request_FEC1()
510 bs_time_t start_time, uint16_t coding_rate) { in nhwra_prep_tx_request() argument
530 tx_req->start_tx_time = start_time; in nhwra_prep_tx_request()
546 cca_req->start_time = hwll_phy_time_from_dev(nsi_hws_get_time()); //We start right now in nhwra_prep_cca_request()
DNHW_RADIO.c1186 rx_status.rx_req.start_time = rx_status.rx_resp.end_time + 1; in handle_Rx_response()