Searched refs:read_sector (Results 1 – 1 of 1) sorted by relevance
/Zephyr-Core-3.6.0/tests/drivers/disk/disk_access/src/ |
D | main.c | 79 static int read_sector(uint8_t *buf, uint32_t start, uint32_t num_sectors) in read_sector() function 99 rc = read_sector(buf, 0, num_sectors); in test_sector_read() 108 rc = read_sector(buf, sector, num_sectors); in test_sector_read() 111 rc = read_sector(buf, disk_sector_count - 1, num_sectors); in test_sector_read() 138 rc = read_sector(rbuf, start, num_sectors); in write_sector_checked() 190 rc = read_sector(scratch_buf[0], 0, SECTOR_COUNT1); in ZTEST() 195 rc = read_sector(scratch_buf[1], 0, SECTOR_COUNT1); in ZTEST()
|