#include <pic_packet.h>
Data Fields | |
uns8 | check_byte |
uns16 | dest_addr |
uns8 | payload [PKT_PAYLOAD_SIZE] |
uns16 | pkt_id |
uns16 | r1_addr |
uns16 | r2_addr |
uns16 | r3_addr |
uns16 | source_addr |
Definition at line 161 of file pic_packet.h.
Definition at line 169 of file pic_packet.h.
Referenced by pkt_calc_check_byte(), and pkt_check_check_byte().
Definition at line 164 of file pic_packet.h.
Referenced by pkt_print_packet(), pkt_process_rf_data(), pkt_process_tx_queue(), and pkt_send_payload().
uns8 _rf_packet_det::payload[PKT_PAYLOAD_SIZE] |
Definition at line 168 of file pic_packet.h.
Referenced by pkt_print_packet(), pkt_process_tx_queue(), and pkt_send_payload().
uns16 _rf_packet_det::pkt_id |
Definition at line 163 of file pic_packet.h.
Referenced by pkt_print_packet(), pkt_process_rf_data(), pkt_process_tx_queue(), and pkt_send_payload().
uns16 _rf_packet_det::r1_addr |
Definition at line 165 of file pic_packet.h.
Referenced by pkt_print_packet(), pkt_process_tx_queue(), and pkt_send_payload().
uns16 _rf_packet_det::r2_addr |
Definition at line 166 of file pic_packet.h.
Referenced by pkt_print_packet(), and pkt_send_payload().
uns16 _rf_packet_det::r3_addr |
Definition at line 167 of file pic_packet.h.
Referenced by pkt_print_packet(), and pkt_send_payload().
Definition at line 162 of file pic_packet.h.
Referenced by pkt_print_packet(), and pkt_send_payload().