zephyr::raw

Function sys_dnode_is_linked

source
pub unsafe extern "C" fn sys_dnode_is_linked(
    node: *const _dnode,
) -> bool
Expand description

@brief check if a node is a member of any list

@param node the node

@return true if node is linked into a list, false if it is not