Home
last modified time | relevance | path

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

/nrf_hw_models-3.7.0/src/HW_models/
DNHW_RADIO_timings.c30 …bs_time_t RX_chain_delay[5]; //Time between the bit ends in the antenna, and the corresponding eve… member
86 radio_timings.RX_chain_delay[0] = 9; //9.4 /* 1Mbps */ in nrfra_timings_init()
87 radio_timings.RX_chain_delay[1] = 5; //5.45 /* 2Mbps */ in nrfra_timings_init()
88 …radio_timings.RX_chain_delay[2] = 30; ///* BLE coded, S=2 */ /* For simplicity S=2 & S=8 are given… in nrfra_timings_init()
89 radio_timings.RX_chain_delay[3] = 30; ///* BLE coded, S=8 */ in nrfra_timings_init()
90 radio_timings.RX_chain_delay[4] = 22; //22us /* 15.4 */ in nrfra_timings_init()
118 return radio_timings.RX_chain_delay[mod_idx]; in nhwra_timings_get_Rx_chain_delay()