dRonin  adbada4
dRonin firmware
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
msp_parser Struct Reference

Data Fields

uint32_t magic
 
msp_handler_t handler
 
void * handler_context
 
enum msp_state state
 
enum msp_parser_type type
 
uint8_t data_len
 
uint8_t command
 
uint8_t checksum
 
uint8_t data_buf [255]
 
uint8_t data_rcvd
 

Detailed Description

Definition at line 51 of file msp.c.

Field Documentation

uint8_t msp_parser::checksum

Definition at line 62 of file msp.c.

uint8_t msp_parser::command

Definition at line 61 of file msp.c.

uint8_t msp_parser::data_buf[255]

Definition at line 63 of file msp.c.

uint8_t msp_parser::data_len

Definition at line 60 of file msp.c.

uint8_t msp_parser::data_rcvd

Definition at line 64 of file msp.c.

msp_handler_t msp_parser::handler

Definition at line 54 of file msp.c.

void* msp_parser::handler_context

Definition at line 55 of file msp.c.

uint32_t msp_parser::magic

Definition at line 52 of file msp.c.

enum msp_state msp_parser::state

Definition at line 57 of file msp.c.

enum msp_parser_type msp_parser::type

Definition at line 58 of file msp.c.


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