Hardware Abstraction Layer (HAL)
mtb_hal_nvm_info_t Struct Reference

Description

Information about all of the regions of NVM memory.

Collaboration diagram for mtb_hal_nvm_info_t:

Data Fields

uint8_t region_count
 The number of distinct NVM regions.
 
const mtb_hal_nvm_region_info_tregions
 Array of the distinct NVM regions.
 

Field Documentation

◆ region_count

uint8_t mtb_hal_nvm_info_t::region_count

The number of distinct NVM regions.

◆ regions

const mtb_hal_nvm_region_info_t* mtb_hal_nvm_info_t::regions

Array of the distinct NVM regions.