Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/
Dnet_buf.h2129 static inline void net_buf_push_le24(struct net_buf *buf, uint32_t val) in net_buf_push_le24() function
/Zephyr-latest/tests/lib/net_buf/buf/src/
Dmain.c701 net_buf_push_le24(buf, u32); in ZTEST()