hsw-nbt 1.2.0
OPTIGA Authenticate NBT Host Library for C
Data Fields
nbt_available_memory_t Struct Reference

Structure for the available memory. More...

#include <infineon/nbt-parse-response.h>

Data Fields

uint16_t available_memory_size
 Stores available persistent or NVM memory.
 
uint16_t clear_on_reset
 Stores available transient of clear on reset (COR) type.
 
uint16_t clear_on_deselect
 Stores available transient of clear on deselect (COD) type.
 

Detailed Description

Structure for the available memory.

Definition at line 120 of file nbt-parse-response.h.

Field Documentation

◆ available_memory_size

uint16_t nbt_available_memory_t::available_memory_size

Stores available persistent or NVM memory.

Definition at line 125 of file nbt-parse-response.h.

◆ clear_on_deselect

uint16_t nbt_available_memory_t::clear_on_deselect

Stores available transient of clear on deselect (COD) type.

Definition at line 135 of file nbt-parse-response.h.

◆ clear_on_reset

uint16_t nbt_available_memory_t::clear_on_reset

Stores available transient of clear on reset (COR) type.

Definition at line 130 of file nbt-parse-response.h.


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