Home
last modified time | relevance | path

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

/Zephyr-latest/tests/subsys/storage/stream/stream_flash/src/
Dmain.c19 #define TESTBUF_SIZE (MAX_PAGE_SIZE * MAX_NUM_PAGES) macro
41 static uint8_t read_buf[TESTBUF_SIZE];
42 const static uint8_t write_buf[TESTBUF_SIZE] = {[0 ... TESTBUF_SIZE - 1] = 0xaa};
43 static uint8_t written_pattern[TESTBUF_SIZE] = {[0 ... TESTBUF_SIZE - 1] = 0xaa};
45 static uint8_t erased_pattern[TESTBUF_SIZE] = {[0 ... TESTBUF_SIZE - 1] = 0xff};