PX4 Firmware
PX4 Autopilot Software http://px4.io
crsf_frame_header_t Struct Reference

#include <crsf.h>

Collaboration diagram for crsf_frame_header_t:

Public Attributes

uint8_t device_address
 
uint8_t length
 length of crsf_frame_t (including CRC) minus sizeof(crsf_frame_header_t) More...
 

Detailed Description

Definition at line 56 of file crsf.h.

Member Data Documentation

◆ device_address

uint8_t crsf_frame_header_t::device_address
See also
crsf_address_t

Definition at line 57 of file crsf.h.

◆ length

uint8_t crsf_frame_header_t::length

length of crsf_frame_t (including CRC) minus sizeof(crsf_frame_header_t)

Definition at line 58 of file crsf.h.

Referenced by crsf_frame_CRC(), and crsf_parse_buffer().


The documentation for this struct was generated from the following file: