nRF5 SDK v17.1.0
Data Fields
nrf_dfu_bank_t Struct Reference

Description of a single bank. More...

#include <nrf_dfu_types.h>

Data Fields

uint32_t image_size
 
uint32_t image_crc
 
uint32_t bank_code
 

Detailed Description

Description of a single bank.

Field Documentation

uint32_t nrf_dfu_bank_t::bank_code

Identifier code for the bank.

uint32_t nrf_dfu_bank_t::image_crc

CRC of the image. If set to 0, the CRC is ignored.

uint32_t nrf_dfu_bank_t::image_size

Size of the image in the bank.


The documentation for this struct was generated from the following file:

Documentation feedback | Developer Zone | Subscribe | Updated