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

#include <ra8_io_fsfmt.h>

Collaboration diagram for ra8_io_fsfmt:

Data Fields

const char * name
 Short format name, e.g.
ra8_io_fsfmt_caps_t caps
 What the format supports.
const ra8_io_fsfmt_ops_tops
 Runtime dispatch table.

Detailed Description

Definition at line 214 of file ra8_io_fsfmt.h.

Field Documentation

◆ caps

ra8_io_fsfmt_caps_t ra8_io_fsfmt::caps

What the format supports.

Definition at line 216 of file ra8_io_fsfmt.h.

◆ name

const char* ra8_io_fsfmt::name

Short format name, e.g.

"fat" / "exfat".

Definition at line 215 of file ra8_io_fsfmt.h.

◆ ops

const ra8_io_fsfmt_ops_t* ra8_io_fsfmt::ops

Runtime dispatch table.

Definition at line 217 of file ra8_io_fsfmt.h.


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