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

Forward cursor over the baked PNG for the produce pull seam. More...

Data Fields

const uint8_t * data
 Baked PNG bytes.
uint32_t len
 Total length.
uint32_t pos
 Bytes delivered so far.

Detailed Description

Forward cursor over the baked PNG for the produce pull seam.

Since
0.1.0

Definition at line 243 of file main.c.

Field Documentation

◆ data

const uint8_t* mg_png_cursor_t::data

Baked PNG bytes.

Definition at line 244 of file main.c.

Referenced by mg_png_pull().

◆ len

uint32_t mg_png_cursor_t::len

Total length.

Definition at line 245 of file main.c.

Referenced by mg_png_pull().

◆ pos

uint32_t mg_png_cursor_t::pos

Bytes delivered so far.

Definition at line 246 of file main.c.

Referenced by mg_png_pull().


The documentation for this struct was generated from the following file:
  • examples/ek_ra8d2/hw_pending/ereader_manga/src/main.c