Searched refs:read_random_drv (Results 1 – 1 of 1) sorted by relevance
/lvgl-latest/tests/src/test_cases/ |
D | test_fs.c | 13 static void read_random_drv(char drv_letter, uint32_t cache_size); 70 read_random_drv('A', 8); in test_read_random() 71 read_random_drv('B', 8); in test_read_random() 73 read_random_drv('A', 32); in test_read_random() 74 read_random_drv('B', 32); in test_read_random() 76 read_random_drv('A', 128); in test_read_random() 77 read_random_drv('B', 128); in test_read_random() 79 read_random_drv('A', 1024); in test_read_random() 80 read_random_drv('B', 1024); in test_read_random() 118 static void read_random_drv(char drv_letter, uint32_t cache_size) in read_random_drv() function
|