Home
last modified time | relevance | path

Searched refs:type_id (Results 1 – 2 of 2) sorted by relevance

/components/drivers/spi/sfud/inc/
A Dsfud_flash_def.h59 uint8_t type_id; /**< memory type ID */ member
71 uint8_t type_id; /**< memory type ID */ member
/components/drivers/spi/sfud/src/
A Dsfud.c213 && (qspi_flash_ext_info_table[i].type_id == flash->chip.type_id) in sfud_qspi_fast_read_enable()
308 && (flash_chip_table[i].type_id == flash->chip.type_id) in hardware_init()
361 …if ((0xC2 == flash->chip.mf_id) && (0x20 == flash->chip.type_id) && (0x16 == flash->chip.capacity_… in hardware_init()
868 flash->chip.type_id = recv_data[1];
871 flash->chip.mf_id, flash->chip.type_id, flash->chip.capacity_id);

Completed in 6 milliseconds