dRonin
adbada4
dRonin GCS
|
Go to the source code of this file.
Classes | |
struct | msg_capabilities_req |
struct | msg_capabilities_rep_all |
struct | msg_capabilities_rep_specific |
struct | msg_enter_dfu |
struct | msg_jump_fw |
struct | msg_reset |
struct | msg_op_abort |
struct | msg_op_end |
struct | msg_xfer_cont |
struct | msg_status_req |
struct | msg_status_rep |
struct | msg_wipe_partition |
Namespaces | |
tl_dfu | |
Functions | |
__attribute__ ((packed)) | |
PACK (struct msg_xfer_start{uint32_t packets_in_transfer;uint8_t label;uint8_t words_in_last_packet;uint32_t expected_crc;}) | |
PACK (union msg_contents{struct msg_capabilities_req cap_req;struct msg_capabilities_rep_all cap_rep_all;struct msg_capabilities_rep_specific cap_rep_specific;struct msg_enter_dfu enter_dfu;struct msg_jump_fw jump_fw;struct msg_reset reset;struct msg_op_abort op_abort;struct msg_op_end op_end;struct msg_xfer_start xfer_start;struct msg_xfer_cont xfer_cont;struct msg_status_req status_req;struct msg_status_rep status_rep;struct msg_wipe_partition wipe_partition;uint8_t pad[62];}) | |
PACK (struct bl_messages{uint8_t flags_command;union msg_contents v;}) | |
Definition in file bl_messages.h.