nRF5 SDK for Mesh v2.2.0
Data Fields
nrf_mesh_evt_flash_failed_t Struct Reference

Data Fields

nrf_mesh_flash_user_module_t user
 The module the event is reported from. More...
 
const void * p_flash_entry
 The flash entry that has failed. More...
 
void * p_flash_page
 The address of the flash page the attempted operation failed. More...
 
const void * p_area
 The start of area owned by the flash manager of the module reporting the event. More...
 
uint32_t page_count
 The number of pages given to the flash manager of the module reporting the event. More...
 

Detailed Description

Definition at line 298 of file nrf_mesh_events.h.

Field Documentation

◆ user

nrf_mesh_flash_user_module_t nrf_mesh_evt_flash_failed_t::user

The module the event is reported from.

Definition at line 301 of file nrf_mesh_events.h.

◆ p_flash_entry

const void* nrf_mesh_evt_flash_failed_t::p_flash_entry

The flash entry that has failed.

Definition at line 303 of file nrf_mesh_events.h.

◆ p_flash_page

void* nrf_mesh_evt_flash_failed_t::p_flash_page

The address of the flash page the attempted operation failed.

Definition at line 305 of file nrf_mesh_events.h.

◆ p_area

const void* nrf_mesh_evt_flash_failed_t::p_area

The start of area owned by the flash manager of the module reporting the event.

Definition at line 307 of file nrf_mesh_events.h.

◆ page_count

uint32_t nrf_mesh_evt_flash_failed_t::page_count

The number of pages given to the flash manager of the module reporting the event.

Definition at line 309 of file nrf_mesh_events.h.


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

Documentation feedback | Developer Zone | Subscribe | Updated