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

One wrapped reader line: a byte slice of sh_state_t::text. More...

#include <sh_app.h>

Data Fields

uint32_t off
 Start offset into the chapter text buffer.
uint16_t len
 Length in bytes.

Detailed Description

One wrapped reader line: a byte slice of sh_state_t::text.

Since
0.1.0

Definition at line 128 of file sh_app.h.

Field Documentation

◆ len

uint16_t sh_line_t::len

Length in bytes.

Definition at line 130 of file sh_app.h.

◆ off

uint32_t sh_line_t::off

Start offset into the chapter text buffer.

Definition at line 129 of file sh_app.h.


The documentation for this struct was generated from the following file:
  • examples/ek_ra8d2/hil_needs_revalidation/ereader_shelf/inc/sh_app.h