Mbed OS Reference
Loading...
Searching...
No Matches
sfdp_fbatbl_info Struct Reference

JEDEC 4-byte Address Instruction Parameter Table info. More...

#include <SFDP.h>

Data Fields

uint32_t addr
 Address. More...
 
size_t size
 Size. More...
 
int erase_type_4_byte_inst_arr [SFDP_MAX_NUM_OF_ERASE_TYPES]
 // Up To 4 Erase Types are supported by SFDP (each with its own command Instruction and Size) More...
 

Detailed Description

JEDEC 4-byte Address Instruction Parameter Table info.

Definition at line 88 of file SFDP.h.

Field Documentation

◆ addr

uint32_t addr

Address.

Definition at line 89 of file SFDP.h.

◆ size

size_t size

Size.

Definition at line 90 of file SFDP.h.

◆ erase_type_4_byte_inst_arr

int erase_type_4_byte_inst_arr[SFDP_MAX_NUM_OF_ERASE_TYPES]

// Up To 4 Erase Types are supported by SFDP (each with its own command Instruction and Size)

Definition at line 91 of file SFDP.h.