Home
last modified time | relevance | path

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

/Zephyr-latest/tests/drivers/disk/disk_access/src/
Dmain.c133 static int read_sector(uint8_t *buf, uint32_t start, uint32_t num_sectors) in read_sector() function
153 rc = read_sector(buf, 0, num_sectors); in test_sector_read()
162 rc = read_sector(buf, sector, num_sectors); in test_sector_read()
165 rc = read_sector(buf, disk_sector_count - 1, num_sectors); in test_sector_read()
192 rc = read_sector(rbuf, start, num_sectors); in write_sector_checked()
244 rc = read_sector(scratch_buf[0], 0, SECTOR_COUNT1); in ZTEST()
249 rc = read_sector(scratch_buf[1], 0, SECTOR_COUNT1); in ZTEST()