Home
last modified time | relevance | path

Searched defs:be24 (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/tests/lib/net_buf/buf_simple/src/
Dmain.c18 static const uint8_t be24[3] = { 0x01, 0x02, 0x03 }; variable
/Zephyr-latest/tests/lib/net_buf/buf/src/
Dmain.c538 uint8_t be24[3] = { 0x01, 0x02, 0x03 }; in ZTEST() local