Home
last modified time | relevance | path

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

/nrf_hw_models-3.7.0/src/HW_models/
DNHW_RADIO_utils.c320 uint16_t sync_threshold = 0; in nhwra_prep_rx_request() local
337sync_threshold = 2; //(<) we tolerate less than 2 errors in the preamble and sync word together (o… in nhwra_prep_rx_request()
344 sync_threshold = 2; in nhwra_prep_rx_request()
353 sync_threshold = 0xFFFF; in nhwra_prep_rx_request()
360 sync_threshold = 0; in nhwra_prep_rx_request()
374 rx_req->sync_threshold = sync_threshold; in nhwra_prep_rx_request()
417 rx_req->sync_threshold = 2; in nhwra_prep_rx_request_FEC1()