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

Open portable EPUB stream retained during one compile. More...

#include <mdl_export_rabook_internal.h>

Collaboration diagram for mdl_rabook_epub_source_t:

Data Fields

fw_fs_file_t file
 Borrowed portable file handle.
uint64_t size_bytes
 Immutable complete EPUB extent.
uint32_t calls
 Bounded random-read call tally.
ra8_err_t error
 First read/seek protocol failure.

Detailed Description

Open portable EPUB stream retained during one compile.

Definition at line 23 of file mdl_export_rabook_internal.h.

Field Documentation

◆ calls

uint32_t mdl_rabook_epub_source_t::calls

Bounded random-read call tally.

Definition at line 26 of file mdl_export_rabook_internal.h.

Referenced by priv_mdl_rabook_epub_read().

◆ error

ra8_err_t mdl_rabook_epub_source_t::error

First read/seek protocol failure.

Definition at line 27 of file mdl_export_rabook_internal.h.

Referenced by internal_compile_temp(), and priv_mdl_rabook_epub_read().

◆ file

fw_fs_file_t mdl_rabook_epub_source_t::file

◆ size_bytes

uint64_t mdl_rabook_epub_source_t::size_bytes

Immutable complete EPUB extent.

Definition at line 25 of file mdl_export_rabook_internal.h.

Referenced by internal_compile_temp(), priv_mdl_rabook_epub_open(), and priv_mdl_rabook_epub_read().


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