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

Positioned exact-read adapter state. More...

Collaboration diagram for mdl_rabook_io_t:

Data Fields

fw_fs_file_tfile
 Borrowed portable file.
uint64_t size_bytes
 Immutable complete extent.
uint32_t calls
 Bounded backend read attempts.

Detailed Description

Positioned exact-read adapter state.

Definition at line 31 of file mdl_verify_rabook.c.

Field Documentation

◆ calls

uint32_t mdl_rabook_io_t::calls

Bounded backend read attempts.

Definition at line 34 of file mdl_verify_rabook.c.

◆ file

fw_fs_file_t* mdl_rabook_io_t::file

Borrowed portable file.

Definition at line 32 of file mdl_verify_rabook.c.

◆ size_bytes

uint64_t mdl_rabook_io_t::size_bytes

Immutable complete extent.

Definition at line 33 of file mdl_verify_rabook.c.


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