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

Independently injectable open-stream facade. More...

#include <fw_if_fs_types.h>

Collaboration diagram for fw_fs_stream_port_t:

Data Fields

const fw_fs_stream_iface_tiface
 Bound private vtable.
void * ctx
 Backend context.
fw_fs_caps_t caps
 Immutable capabilities.

Detailed Description

Independently injectable open-stream facade.

Definition at line 196 of file fw_if_fs_types.h.

Field Documentation

◆ caps

fw_fs_caps_t fw_fs_stream_port_t::caps

Immutable capabilities.

Definition at line 199 of file fw_if_fs_types.h.

Referenced by fw_fs_bind(), and fw_fs_open().

◆ ctx

void* fw_fs_stream_port_t::ctx

Backend context.

Definition at line 198 of file fw_if_fs_types.h.

Referenced by fw_fs_bind(), and fw_fs_open().

◆ iface

const fw_fs_stream_iface_t* fw_fs_stream_port_t::iface

Bound private vtable.

Definition at line 197 of file fw_if_fs_types.h.

Referenced by fw_fs_bind(), and fw_fs_open().


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