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

DFU bank available event parameters. More...

#include <serial_evt.h>

Data Fields

uint8_t dfu_type
 DFU type of the transfer. More...
 
nrf_mesh_fwid_t fwid
 Firmware ID of the transfer. More...
 
uint32_t start_addr
 Start address of the bank. More...
 
uint32_t length
 Length of the banked firmware. More...
 
uint8_t is_signed
 Whether the bank is signed or not. More...
 

Detailed Description

DFU bank available event parameters.

Definition at line 392 of file serial_evt.h.

Field Documentation

◆ dfu_type

uint8_t serial_evt_dfu_bank_t::dfu_type

DFU type of the transfer.

See nrf_mesh_dfu_type_t.

Definition at line 394 of file serial_evt.h.

◆ fwid

nrf_mesh_fwid_t serial_evt_dfu_bank_t::fwid

Firmware ID of the transfer.

Definition at line 395 of file serial_evt.h.

◆ start_addr

uint32_t serial_evt_dfu_bank_t::start_addr

Start address of the bank.

Definition at line 396 of file serial_evt.h.

◆ length

uint32_t serial_evt_dfu_bank_t::length

Length of the banked firmware.

Definition at line 397 of file serial_evt.h.

◆ is_signed

uint8_t serial_evt_dfu_bank_t::is_signed

Whether the bank is signed or not.

Definition at line 398 of file serial_evt.h.


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

Documentation feedback | Developer Zone | Subscribe | Updated