|
hsw-nbt 1.2.0
OPTIGA Authenticate NBT Host Library for C
|
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. | |
Structure for the available memory.
Definition at line 120 of file nbt-parse-response.h.
| 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.
| 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.
| 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.