caffeine-hal 0.6.6
A Header-Defined Interface c library, it provides the hal layer for the Caffeine framework
Loading...
Searching...
No Matches
Data Fields
cfn_hal_nvm_info_t Struct Reference

NVM memory organization information. More...

#include <cfn_hal_nvm.h>

Data Fields

size_t total_size
 
size_t sector_size
 
size_t page_size
 
uint32_t write_cycles
 

Detailed Description

NVM memory organization information.

Field Documentation

◆ page_size

size_t cfn_hal_nvm_info_t::page_size

Smallest programmable unit in bytes

◆ sector_size

size_t cfn_hal_nvm_info_t::sector_size

Smallest erasable unit in bytes

◆ total_size

size_t cfn_hal_nvm_info_t::total_size

Total capacity in bytes

◆ write_cycles

uint32_t cfn_hal_nvm_info_t::write_cycles

Endurance (rated cycles)


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