Home
last modified time | relevance | path

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

/nrf_hw_models-3.4.0/src/HW_models/
DNRF_RADIO.c720 uint8_t header_len; in start_Tx() local
728 header_len = 2; in start_Tx()
733 header_len = 2; in start_Tx()
738 header_len = 1; in start_Tx()
750 append_crc_ble(tx_buf, header_len + payload_len, crc_init); in start_Tx()
753 append_crc_154(&tx_buf[header_len], payload_len, crc_init); in start_Tx()
758 packet_duration += header_len*8 + payload_len*8 + crc_len*8; in start_Tx()
760 uint packet_size = header_len + payload_len + crc_len; in start_Tx()
771 …tx_status.PAYLOAD_end_time = tx_status.ADDRESS_end_time + (bs_time_t)(8*(header_len + payload_len)… in start_Tx()