#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 |
Internal packet structure. You shouldn't need to worry about this generally
Definition at line 190 of file pic_packet.h.
Definition at line 198 of file pic_packet.h.
Referenced by pkt_calc_check_byte(), and pkt_check_check_byte().
uns16 rf_packet_det::dest_addr |
Definition at line 193 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 197 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 192 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 194 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 195 of file pic_packet.h.
Referenced by pkt_print_packet(), and pkt_send_payload().
uns16 rf_packet_det::r3_addr |
Definition at line 196 of file pic_packet.h.
Referenced by pkt_print_packet(), and pkt_send_payload().
Definition at line 191 of file pic_packet.h.
Referenced by pkt_print_packet(), and pkt_send_payload().