Home
last modified time | relevance | path

Searched refs:sector (Results 1 – 3 of 3) sorted by relevance

/device/google/contexthub/util/stm32_flash/
Dflash.c75 int sector = -1; in main() local
110 sector = strtol(optarg, NULL, 0); in main()
177 if (sector >= 0) { in main()
178 printf("Erasing sector %d\n", sector); in main()
179 ret = erase_sector(handle, sector); in main()
Dstm32_bl.c101 uint8_t erase_sector(handle_t *handle, uint16_t sector) in erase_sector() argument
112 write_cnt(handle, sector); in erase_sector()
Dstm32_bl.h43 uint8_t erase_sector(handle_t *handle, uint16_t sector);