Home
last modified time | relevance | path

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

/nrf_hw_models-3.7.0/src/HW_models/
DNHW_RADIO_utils.h31 uint nhwra_get_crc_length(void);
DNHW_RADIO_utils.c615 uint nhwra_get_crc_length(void) { in nhwra_get_crc_length() function
642 int crc_len = nhwra_get_crc_length(); in nhwra_get_payload_length()
668 uint crc_len = nhwra_get_crc_length(); in nhwra_get_rx_crc_value()
DNHW_RADIO.c831 uint8_t crc_len = nhwra_get_crc_length(); in start_Tx()
1184 rx_status.CRC_duration = nhwra_get_crc_length()*8/bits_per_us; in start_Rx()
1235 rx_status.CRC_duration = nhwra_get_crc_length()*8/bits_per_us; in start_Rx_FEC2()