Searched refs:FLASH_AVAILABLE (Results 1 – 1 of 1) sorted by relevance
| /Zephyr-latest/tests/subsys/storage/stream/stream_flash/src/ |
| D | main.c | 25 #define FLASH_AVAILABLE (FLASH_SIZE-FLASH_BASE) macro 111 rc = stream_flash_init(&ctx, fdev, generic_buf, BUF_LEN, FLASH_BASE, FLASH_AVAILABLE, in init_target() 124 FLASH_AVAILABLE + 4, NULL); in ZTEST() 213 FLASH_AVAILABLE - BUF_LEN, stream_flash_callback); in ZTEST() 284 rc = stream_flash_init(&ctx, fdev, generic_buf, 0x10, 0, FLASH_AVAILABLE, NULL); in ZTEST() 288 rc = stream_flash_init(&ctx, fdev, generic_buf, 0x10000, 0, FLASH_AVAILABLE, NULL); in ZTEST() 416 rc = stream_flash_init(&ctx, fdev, generic_buf, BUF_LEN, FLASH_BASE, FLASH_AVAILABLE, in ZTEST()
|