nRF5 SDK for Mesh v5.0.0
Data Fields
nrf_mesh_dfu_bank_info_t Struct Reference

DFU Bank info structure. More...

#include <nrf_mesh_dfu_types.h>

Data Fields

nrf_mesh_dfu_type_t dfu_type
 DFU type of the bank. More...
 
nrf_mesh_fwid_t fwid
 Firmware ID of the bank. More...
 
bool is_signed
 Flag indicating whether the bank is signed with an encryption key. More...
 
uint32_t * p_start_addr
 Start address of the bank. More...
 
uint32_t length
 Length of the firmware in the bank. More...
 

Detailed Description

DFU Bank info structure.

Definition at line 181 of file nrf_mesh_dfu_types.h.

Field Documentation

◆ dfu_type

nrf_mesh_dfu_type_t nrf_mesh_dfu_bank_info_t::dfu_type

DFU type of the bank.

Definition at line 183 of file nrf_mesh_dfu_types.h.

◆ fwid

nrf_mesh_fwid_t nrf_mesh_dfu_bank_info_t::fwid

Firmware ID of the bank.

Definition at line 184 of file nrf_mesh_dfu_types.h.

◆ is_signed

bool nrf_mesh_dfu_bank_info_t::is_signed

Flag indicating whether the bank is signed with an encryption key.

Definition at line 185 of file nrf_mesh_dfu_types.h.

◆ p_start_addr

uint32_t* nrf_mesh_dfu_bank_info_t::p_start_addr

Start address of the bank.

Definition at line 186 of file nrf_mesh_dfu_types.h.

◆ length

uint32_t nrf_mesh_dfu_bank_info_t::length

Length of the firmware in the bank.

Definition at line 187 of file nrf_mesh_dfu_types.h.


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

Documentation feedback | Developer Zone | Subscribe | Updated