CTS-SAT-1-OBC-Firmware
|
#include <lfs.h>
Classes | |
struct | lfs_ctz |
Public Attributes | |
struct lfs_file * | next |
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_config * | cfg |
lfs_block_t lfs_file::block |
lfs_cache_t lfs_file::cache |
const struct lfs_file_config* lfs_file::cfg |
struct lfs_file::lfs_ctz lfs_file::ctz |
uint32_t lfs_file::flags |
uint16_t lfs_file::id |
lfs_mdir_t lfs_file::m |
struct lfs_file* lfs_file::next |
lfs_off_t lfs_file::off |
lfs_off_t lfs_file::pos |
uint8_t lfs_file::type |