ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
fw_fs_space_t Struct Reference

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.

Detailed Description

Portable volume usage snapshot.

Definition at line 169 of file fw_if_fs_types.h.

Field Documentation

◆ free_bytes

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().

◆ total_bytes

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().

◆ used_bytes

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().


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