nRF5 SDK  v15.0.0
Choose documentation:
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
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: