|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Portable volume usage snapshot. More...
#include <fw_if_fs_types.h>
Data Fields | |
| uint64_t | total_bytes |
| Addressable data bytes. | |
| uint64_t | free_bytes |
| Bytes available to new data. | |
| uint64_t | used_bytes |
| Allocated bytes. | |
Portable volume usage snapshot.
Definition at line 169 of file fw_if_fs_types.h.
| uint64_t fw_fs_space_t::free_bytes |
Bytes available to new data.
Definition at line 171 of file fw_if_fs_types.h.
Referenced by fw_fs_space(), internal_space(), and internal_space().
| uint64_t fw_fs_space_t::total_bytes |
Addressable data bytes.
Definition at line 170 of file fw_if_fs_types.h.
Referenced by fw_fs_space(), internal_space(), and internal_space().
| uint64_t fw_fs_space_t::used_bytes |
Allocated bytes.
Definition at line 172 of file fw_if_fs_types.h.
Referenced by fw_fs_space(), internal_space(), and internal_space().