dRonin
adbada4
dRonin firmware
|
Go to the source code of this file.
Data Structures | |
struct | xfer_state |
Functions | |
bool | bl_xfer_completed_p (const struct xfer_state *xfer) |
bool | bl_xfer_crc_ok_p (const struct xfer_state *xfer) |
bool | bl_xfer_read_start (struct xfer_state *xfer, const struct msg_xfer_start *xfer_start) |
bool | bl_xfer_send_next_read_packet (struct xfer_state *xfer) |
bool | bl_xfer_write_start (struct xfer_state *xfer, const struct msg_xfer_start *xfer_start) |
bool | bl_xfer_write_cont (struct xfer_state *xfer, const struct msg_xfer_cont *xfer_cont) |
bool | bl_xfer_wipe_partition (const struct msg_wipe_partition *wipe_partition) |
bool | bl_xfer_send_capabilities_self (void) |
Definition in file bl_xfer.h.