CTS-SAT-1-OBC-Firmware
Loading...
Searching...
No Matches
lfs_file Struct Reference

#include <lfs.h>

Collaboration diagram for lfs_file:

Classes

struct  lfs_ctz
 

Public Attributes

struct lfs_filenext
 
uint16_t id
 
uint8_t type
 
lfs_mdir_t m
 
struct lfs_file::lfs_ctz ctz
 
uint32_t flags
 
lfs_off_t pos
 
lfs_block_t block
 
lfs_off_t off
 
lfs_cache_t cache
 
const struct lfs_file_configcfg
 

Member Data Documentation

◆ block

lfs_block_t lfs_file::block

◆ cache

lfs_cache_t lfs_file::cache

◆ cfg

const struct lfs_file_config* lfs_file::cfg

◆ ctz

struct lfs_file::lfs_ctz lfs_file::ctz

◆ flags

uint32_t lfs_file::flags

◆ id

uint16_t lfs_file::id

◆ m

lfs_mdir_t lfs_file::m

◆ next

struct lfs_file* lfs_file::next

◆ off

lfs_off_t lfs_file::off

◆ pos

lfs_off_t lfs_file::pos

◆ type

uint8_t lfs_file::type

The documentation for this struct was generated from the following file: