Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/sys/
Dbyteorder.h248 #define sys_uint32_to_array(val) { \ macro
294 #define sys_uint32_to_array(val) { \ macro
/Zephyr-latest/include/zephyr/
Dbindesc.h212 .data = sys_uint32_to_array(value), \
/Zephyr-latest/tests/kernel/common/src/
Dbyteorder.c559 uint8_t tmp[sizeof(uint32_t)] = sys_uint32_to_array(VAL); in ZTEST()