Home
last modified time | relevance | path

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

/nrf_hw_models-3.7.0/src/HW_models/
DNHW_RADIO_timings.h24 bs_time_t nhwra_timings_get_TX_chain_delay(void);
DNHW_RADIO_timings.c172 bs_time_t nhwra_timings_get_TX_chain_delay(void){ function
DNHW_RADIO.c370 bs_time_t Tx_start_time = nsi_hws_get_time() + nhwra_timings_get_TX_chain_delay(); in nhw_RADIO_TASK_START()
579 …delta = NRF_RADIO_regs.TIFS + nhwra_timings_get_TX_chain_delay() - nhwra_timings_get_rampup_time(0… in maybe_prepare_TIFS()
581 … NRF_RADIO_regs.TIFS - nhwra_timings_get_Rx_chain_delay() - nhwra_timings_get_TX_chain_delay() - n… in maybe_prepare_TIFS()
897 …ADDRESS_end_time = nsi_hws_get_time() + (bs_time_t)(80 + 256 - nhwra_timings_get_TX_chain_delay()); in start_Tx()
907 …) + (bs_time_t)((preamble_len*8 + address_len*8)/bits_per_us) - nhwra_timings_get_TX_chain_delay(); in start_Tx()