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

CEU model state: register backing store + capture observability. More...

Data Fields

uint32_t reg [k_ceu_words]
 Plane-A register backing store.
uint32_t frames
 Frames synthesised (report).
uint32_t last_bytes
 Bytes written by the last capture.
uint32_t last_w
 Last capture line width (bytes).
uint32_t last_h
 Last capture line count.

Detailed Description

CEU model state: register backing store + capture observability.

Definition at line 85 of file board_periph_ceu.c.

Field Documentation

◆ frames

uint32_t ceu_state_t::frames

Frames synthesised (report).

Definition at line 87 of file board_periph_ceu.c.

◆ last_bytes

uint32_t ceu_state_t::last_bytes

Bytes written by the last capture.

Definition at line 88 of file board_periph_ceu.c.

◆ last_h

uint32_t ceu_state_t::last_h

Last capture line count.

Definition at line 90 of file board_periph_ceu.c.

◆ last_w

uint32_t ceu_state_t::last_w

Last capture line width (bytes).

Definition at line 89 of file board_periph_ceu.c.

◆ reg

uint32_t ceu_state_t::reg[k_ceu_words]

Plane-A register backing store.

Definition at line 86 of file board_periph_ceu.c.


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