Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of nrf51-sdk by
dfu_data_packet_t Struct Reference
[Types and definitions.]
Structure holding a bootloader init/data packet received. More...
#include <dfu_types.h>
Data Fields | |
uint32_t | packet_length |
Packet length of the data packet. | |
uint32_t * | p_data_packet |
Data Packet received. |
Detailed Description
Structure holding a bootloader init/data packet received.
Definition at line 119 of file dfu_types.h.
Field Documentation
uint32_t* p_data_packet |
uint32_t packet_length |
Packet length of the data packet.
Each data is word size, meaning length of 4 is 4 words, not bytes.
Definition at line 121 of file dfu_types.h.
Generated on Tue Jul 12 2022 14:11:24 by
