Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/
Dnet_buf.h1876 static inline uint32_t net_buf_remove_le24(struct net_buf *buf) in net_buf_remove_le24() function
/Zephyr-latest/tests/lib/net_buf/buf/src/
Dmain.c694 u32 = net_buf_remove_le24(buf); in ZTEST()