pub type lfs_cache_t = lfs_cache;Expand description
internal littlefs data structures ///
Aliased Type§
#[repr(C)]pub struct lfs_cache_t {
pub block: u32,
pub off: u32,
pub size: u32,
pub buffer: *mut u8,
}Fields§
§block: u32§off: u32§size: u32§buffer: *mut u8