Home
last modified time | relevance | path

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

/babblesim_ext_2G4_phy_v1-latest/src/
Dp2G4_com.c161 pc_header_t header = PB_MSG_DISCONNECT; in p2G4_phy_get_new_abort_receive() local
162 read(cb_med_state.ff_dtp[d], &header, sizeof(header)); in p2G4_phy_get_new_abort_receive()
164 if (header == PB_MSG_TERMINATE) { in p2G4_phy_get_new_abort_receive()
166 } else if (header == P2G4_MSG_RERESP_IMMRSSI) { in p2G4_phy_get_new_abort_receive()
168 } else if (header != P2G4_MSG_RERESP_ABORTREEVAL) { in p2G4_phy_get_new_abort_receive()
Dp2G4_main.c534 pc_header_t header; in f_rx_sync() local
535 header = p2G4_get_next_request(d); in f_rx_sync()
536 switch (header) { in f_rx_sync()
562 …trace_error_line("Device %u has violated the protocol during an Rx (%u) => Terminate\n",d, header); in f_rx_sync()
1000 pc_header_t header; in p2G4_handle_next_request() local
1001 header = p2G4_get_next_request(d); in p2G4_handle_next_request()
1003 switch (header) { in p2G4_handle_next_request()
1035 bs_trace_error_time_line("The device %u has violated the protocol (%u)\n",d, header); in p2G4_handle_next_request()
/babblesim_ext_2G4_phy_v1-latest/dump_post_process/
Dcsv_common.py48 for idx, header in enumerate(self.headers):
50 row[header] = lst[idx]
/babblesim_ext_2G4_phy_v1-latest/docs/
DREADME_dumps.md32 * packet_size: Size of the packet in bytes (not counting preamble or syncword, but counting header,…
46 * header_threshold: How many errors do we accept in the header before giving a header error (automa…
48 * header_duration: Duration of the packet header (for 1Mbps BLE, 16 micros)
55 * header_end: Last micros (included) in which the packet header ended (only if there was a sync)
60 * packet_size: Size of the packet in bytes (not counting preamble or syncword, but counting header,…
87 * packet_size: Size of the packet in bytes (not counting preamble or syncword, but counting header,…
103 * header_threshold: How many errors do we accept in the header before giving a header error (automa…
105 * header_duration: Duration of the packet header (for 1Mbps BLE, 16 micros)
114 * header_end: Last micros (included) in which the packet header ended (only if there was a sync)
119 * packet_size: Size of the packet in bytes (not counting preamble or syncword, but counting header,…