nRF5 SDK for Mesh v5.0.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 failed. More...
 
void * p_flash_page
 The address of the flash page the attempted operation failed. More...
 
const void * p_area
 The start of the area owned by the flash manager of the module reporting the event. More...
 
uint32_t page_count
 The number of pages provided to the flash manager of the module reporting the event. More...
 

Detailed Description

Definition at line 343 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 346 of file nrf_mesh_events.h.

◆ p_flash_entry

const void* nrf_mesh_evt_flash_failed_t::p_flash_entry

The flash entry that failed.

Definition at line 348 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 350 of file nrf_mesh_events.h.

◆ p_area

const void* nrf_mesh_evt_flash_failed_t::p_area

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

Definition at line 352 of file nrf_mesh_events.h.

◆ page_count

uint32_t nrf_mesh_evt_flash_failed_t::page_count

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

Definition at line 354 of file nrf_mesh_events.h.


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

Documentation feedback | Developer Zone | Subscribe | Updated