#include <spiFlash_list.h>
Data Fields | |
| const char * | part_no |
| u32 | jedec_id |
| u32 | flags |
| flash_hook | post_init_hook |
SPI Flash Device Descriptor.
Definition at line 368 of file spiFlash_list.h.
| u32 spiFlash_info_t::flags |
Capability Flags (Flash Capability Flags)
Definition at line 371 of file spiFlash_list.h.
| u32 spiFlash_info_t::jedec_id |
Expected JEDEC ID (Manuf + Type + Cap)
Definition at line 370 of file spiFlash_list.h.
| const char* spiFlash_info_t::part_no |
String representation of Part Number (e.g., "W25Q128")
Definition at line 369 of file spiFlash_list.h.
| flash_hook spiFlash_info_t::post_init_hook |
Optional callback (NULL if unused)
Definition at line 372 of file spiFlash_list.h.