nRF51 SDK - S110 SoftDevice
|
Structure holding a bootloader init/data packet received. More...
#include <dfu_types.h>
Data Fields | |
uint32_t | packet_length |
uint32_t * | p_data_packet |
Structure holding a bootloader init/data packet received.
uint32_t* dfu_data_packet_t::p_data_packet |
Data Packet received. Each data is a word size entry.
uint32_t dfu_data_packet_t::packet_length |
Packet length of the data packet. Each data is word size, meaning length of 4 is 4 words, not bytes.