Home
last modified time | relevance | path

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

/Zephyr-latest/doc/services/net_buf/
Dindex.rst91 uint32_t net_buf_remove_le32(struct net_buf *buf);
/Zephyr-latest/include/zephyr/
Dnet_buf.h1891 static inline uint32_t net_buf_remove_le32(struct net_buf *buf) in net_buf_remove_le32() function
/Zephyr-latest/tests/lib/net_buf/buf/src/
Dmain.c715 u32 = net_buf_remove_le32(buf); in ZTEST()