nRF5 SDK v11.0.0
Data Fields
dfu_update_status_t Struct Reference

Structure holding DFU complete event. More...

#include <dfu_types.h>

Data Fields

dfu_update_status_code_t status_code
 
uint16_t app_crc
 
uint32_t sd_size
 
uint32_t bl_size
 
uint32_t app_size
 
uint32_t sd_image_start
 

Detailed Description

Structure holding DFU complete event.

Field Documentation

uint16_t dfu_update_status_t::app_crc

CRC of the recieved application.

uint32_t dfu_update_status_t::app_size

Size of the recieved Application.

uint32_t dfu_update_status_t::bl_size

Size of the recieved BootLoader.

uint32_t dfu_update_status_t::sd_image_start

Location in flash where the received SoftDevice image is stored.

uint32_t dfu_update_status_t::sd_size

Size of the recieved SoftDevice.

dfu_update_status_code_t dfu_update_status_t::status_code

Device Firmware Update status.


Documentation feedback | Developer Zone | Updated