|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
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. | |
CEU model state: register backing store + capture observability.
Definition at line 85 of file board_periph_ceu.c.
| uint32_t ceu_state_t::frames |
Frames synthesised (report).
Definition at line 87 of file board_periph_ceu.c.
| uint32_t ceu_state_t::last_bytes |
Bytes written by the last capture.
Definition at line 88 of file board_periph_ceu.c.
| uint32_t ceu_state_t::last_h |
Last capture line count.
Definition at line 90 of file board_periph_ceu.c.
| uint32_t ceu_state_t::last_w |
Last capture line width (bytes).
Definition at line 89 of file board_periph_ceu.c.
| uint32_t ceu_state_t::reg[k_ceu_words] |
Plane-A register backing store.
Definition at line 86 of file board_periph_ceu.c.