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