Home
last modified time | relevance | path

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

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