Searched refs:exp_payload_union3 (Results 1 – 1 of 1) sorted by relevance
500 const uint8_t exp_payload_union3[] = {0x03, 0x04}; in ZTEST() local531 zassert_equal(sizeof(exp_payload_union3), out_len, NULL); in ZTEST()532 zassert_mem_equal(exp_payload_union3, output, sizeof(exp_payload_union3), NULL); in ZTEST()