Skip to main content

lv_cache_entry_is_invalid

Function lv_cache_entry_is_invalid 

Source
pub unsafe extern "C" fn lv_cache_entry_is_invalid(
    entry: *mut lv_cache_entry_t,
) -> bool
Expand description

Check if a cache entry is invalid. @param entry The cache entry to check. @return True: the cache entry is invalid. False: the cache entry is valid.