zephyr::raw

Function sys_dlist_is_empty

source
pub unsafe extern "C" fn sys_dlist_is_empty(list: *mut _dnode) -> bool
Expand description

@brief check if the list is empty

@param list the doubly-linked list to operate on

@return true if empty, false otherwise