pub type SpiFlashReadSfdp = spi_flash_read_sfdp_t;
struct SpiFlashReadSfdp { pub address: u32, pub length: u16, }
address: u32
length: u16