zephyr::raw

Function sys_slist_peek_next

source
pub unsafe extern "C" fn sys_slist_peek_next(
    node: *mut _snode,
) -> *mut _snode
Expand description

@brief Peek the next node from current node

@param node A pointer on the node where to peek the next node

@return a pointer on the next node (or NULL if none)