PX4 Firmware
PX4 Autopilot Software http://px4.io
|
#include <protocol.h>
Public Attributes | |
uint8_t | count_code |
uint8_t | crc |
uint8_t | page |
uint8_t | offset |
uint16_t | regs [PKT_MAX_REGS] |
Definition at line 331 of file protocol.h.
uint8_t IOPacket::count_code |
Definition at line 332 of file protocol.h.
Referenced by rx_handle_packet().
uint8_t IOPacket::crc |
Definition at line 333 of file protocol.h.
Referenced by rx_dma_callback(), and rx_handle_packet().
uint8_t IOPacket::offset |
Definition at line 335 of file protocol.h.
Referenced by rx_handle_packet().
uint8_t IOPacket::page |
Definition at line 334 of file protocol.h.
Referenced by rx_handle_packet().
uint16_t IOPacket::regs[PKT_MAX_REGS] |
Definition at line 336 of file protocol.h.
Referenced by crc_packet(), and rx_handle_packet().