Searched refs:exp_data1 (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/tests/subsys/debug/cs_trace_defmt/src/ |
D | main.c | 59 static const uint8_t exp_data1[] = {0x6, 0x1, 0xe, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}; in ZTEST() local 63 exp_data[0] = exp_data1; in ZTEST() 78 static const uint8_t exp_data1[] = {0xAA, 0xA6, 0xA7, 0xA8}; in ZTEST() local 84 exp_data[0] = exp_data1; in ZTEST() 85 exp_len[0] = sizeof(exp_data1); in ZTEST()
|