Home
last modified time | relevance | path

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

/Zephyr-latest/doc/services/net_buf/
Dindex.rst90 uint16_t net_buf_remove_le16(struct net_buf *buf);
/Zephyr-latest/include/zephyr/
Dnet_buf.h1875 static inline uint16_t net_buf_remove_le16(struct net_buf *buf) in net_buf_remove_le16() function
/Zephyr-latest/tests/lib/net_buf/buf/src/
Dmain.c673 u16 = net_buf_remove_le16(buf); in ZTEST()