Home
last modified time | relevance | path

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

/Zephyr-latest/tests/lib/net_buf/buf_simple/src/
Dmain.c20 static const uint8_t be32[4] = { 0x01, 0x02, 0x03, 0x04 }; variable
/Zephyr-latest/tests/lib/net_buf/buf/src/
Dmain.c540 uint8_t be32[4] = { 0x01, 0x02, 0x03, 0x04 }; in ZTEST() local