|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
#include <ra8_io_fsfmt.h>
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_t * | ops |
| Runtime dispatch table. | |
Definition at line 214 of file ra8_io_fsfmt.h.
| ra8_io_fsfmt_caps_t ra8_io_fsfmt::caps |
What the format supports.
Definition at line 216 of file ra8_io_fsfmt.h.
| const char* ra8_io_fsfmt::name |
| const ra8_io_fsfmt_ops_t* ra8_io_fsfmt::ops |
Runtime dispatch table.
Definition at line 217 of file ra8_io_fsfmt.h.