Searched refs:header (Results 1 – 5 of 5) sorted by relevance
/babblesim_ext_2G4_phy_v1-3.4.0/src/ |
D | p2G4_com.c | 154 pc_header_t header = PB_MSG_DISCONNECT; in p2G4_phy_get_new_abort() local 155 read(cb_med_state.ff_dtp[d], &header, sizeof(header)); in p2G4_phy_get_new_abort() 157 if (header == PB_MSG_TERMINATE) { in p2G4_phy_get_new_abort() 159 } else if (header == P2G4_MSG_RERESP_IMMRSSI) { in p2G4_phy_get_new_abort() 161 } else if (header != P2G4_MSG_RERESP_ABORTREEVAL) { in p2G4_phy_get_new_abort()
|
D | p2G4_main.c | 490 pc_header_t header; in f_rx_sync() local 491 header = p2G4_get_next_request(d); in f_rx_sync() 492 switch (header) { in f_rx_sync() 518 …trace_error_line("Device %u has violated the protocol during an Rx (%u) => Terminate\n",d, header); in f_rx_sync() 946 pc_header_t header; in p2G4_handle_next_request() local 947 header = p2G4_get_next_request(d); in p2G4_handle_next_request() 949 switch (header) { in p2G4_handle_next_request() 981 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-3.4.0/docs/ |
D | README_dumps.md | 32 * 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,…
|
/babblesim_ext_2G4_phy_v1-3.4.0/dump_post_process/ |
D | csv2pcap | 50 for idx, header in enumerate(self.headers): 51 row[header] = lst[idx]
|
D | csv2pcap_15.4.py | 51 for idx, header in enumerate(self.headers): 52 row[header] = lst[idx]
|