nRF51 SDK v9.0.0
Structure holding a bootloader init/data packet received. More...
#include <dfu_types.h>
Data Fields |
|
| uint32_t | packet_length |
| uint32_t * | p_data_packet |
Detailed Description
Structure holding a bootloader init/data packet received.
Field Documentation
| 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.