Home
last modified time | relevance | path

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

/components/drivers/spi/sfud/src/
A Dsfud.c273 || flash->chip.erase_gran_cmd == 0) { in hardware_init()
294 flash->chip.erase_gran_cmd = flash->sfdp.eraser[0].cmd; in hardware_init()
298 flash->chip.erase_gran_cmd = flash->sfdp.eraser[i].cmd; in hardware_init()
314 flash->chip.erase_gran_cmd = flash_chip_table[i].erase_gran_cmd; in hardware_init()
327 || flash->chip.erase_gran_cmd == 0) { in hardware_init()
550 cur_erase_cmd = flash->chip.erase_gran_cmd;
/components/drivers/spi/sfud/inc/
A Dsfud_flash_def.h64 uint8_t erase_gran_cmd; /**< erase granularity size block command */ member

Completed in 7 milliseconds