Home
last modified time | relevance | path

Searched refs:BINDESC_GET_BYTES (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/samples/subsys/bindesc/hello_bindesc/src/
Dmain.c30 printk("%02x ", BINDESC_GET_BYTES(my_bytes)[i]); in main()
/Zephyr-latest/include/zephyr/
Dbindesc.h278 #define BINDESC_GET_BYTES(name) BINDESC_NAME(name).data macro