Searched defs:dpf (Results 1 – 3 of 3) sorted by relevance
3645 let dpf = 0x2; in test_data_packet_recv_ok() localVariable3704 let dpf = 0x2; in test_data_packet_recv_fragmented_packets_ok() localVariable3778 let dpf = 0xf; in test_radar_data_packet_recv_ok() localVariable3881 let dpf = 0x1; in test_data_packet_send_ok() localVariable3944 let dpf = 0x1; in test_data_packet_send_fragmented_packet_ok_uses_default_fragment_size() localVariable4049 let dpf = 0x1; in run_test_data_packet_send_fragmented_packet_uwbs_max_data_payload_size() localVariable4198 let dpf = 0x1; in test_data_packet_send_retry_ok() localVariable
487 let dpf: DataPacketFormat = packet.get_group_id_or_data_packet_format().try_into()?; in try_into_data_payload() localVariable506 let dpf: DataPacketFormat = packets[0].get_group_id_or_data_packet_format().try_into()?; in try_from() localVariable597 let dpf = packet.get_data_packet_format().into(); in fragment_data_msg_send() localVariable
1156 dpf: DataPacketFormat = field(kw_only=True, default=DataPacketFormat.DATA_SND) variable in DataPacket