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

One complete composition-root filesystem binding. More...

#include <fw_if_fs_types.h>

Collaboration diagram for fw_fs_t:

Data Fields

fw_fs_namespace_t names
 Namespace operations.
fw_fs_stream_port_t streams
 Byte-stream operations.
fw_fs_transaction_port_t transactions
 Staged publication.
fw_fs_caps_t caps
 Shared capabilities.

Detailed Description

One complete composition-root filesystem binding.

Definition at line 210 of file fw_if_fs_types.h.

Field Documentation

◆ caps

fw_fs_caps_t fw_fs_t::caps

Shared capabilities.

Definition at line 214 of file fw_if_fs_types.h.

Referenced by fw_fs_bind(), fw_fs_get_caps(), internal_library_leaf(), and internal_mdl_state_paths().

◆ names

◆ streams

◆ transactions

fw_fs_transaction_port_t fw_fs_t::transactions

Staged publication.

Definition at line 213 of file fw_if_fs_types.h.

Referenced by fw_fs_bind(), internal_begin_copy(), internal_mdl_state_build_stage(), and internal_txn_begin().


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