Searched refs:TEST_CONST (Results 1 – 1 of 1) sorted by relevance
| /littlefs-latest/runners/ |
| D | test_runner.c | 162 #define TEST_CONST(x) {test_define_lit, (void*)(uintptr_t)(x)} macro 163 #define TEST_LIT(x) ((test_define_t)TEST_CONST(x)) 1279 {"default", {{0}, TEST_CONST(16), TEST_CONST(512), {0}}}, 1280 {"eeprom", {{0}, TEST_CONST(1), TEST_CONST(512), {0}}}, 1281 {"emmc", {{0}, {0}, TEST_CONST(512), {0}}}, 1282 {"nor", {{0}, TEST_CONST(1), TEST_CONST(4096), {0}}}, 1283 {"nand", {{0}, TEST_CONST(4096), TEST_CONST(32768), {0}}},
|