|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
One graphics layer's snooped descriptor registers. More...
Data Fields | |
| uint32_t | saddr |
| FLM2.BASE framebuffer base address. | |
| uint32_t | flm3 |
| FLM3.LNOFF (stride in bits [31:16]). | |
| uint32_t | flm5 |
| FLM5 (LNNUM lines-1 in bits [26:16]). | |
| uint32_t | fmt |
| FLM6.FORMAT (code in bits [30:28]). | |
| bool | flmrd |
| FLMRD.RENB: layer is fetching pixels. | |
One graphics layer's snooped descriptor registers.
Definition at line 136 of file board_periph_glcdc.c.
| uint32_t glcdc_layer_t::flm3 |
FLM3.LNOFF (stride in bits [31:16]).
Definition at line 138 of file board_periph_glcdc.c.
Referenced by internal_glcdc_layer_decode().
| uint32_t glcdc_layer_t::flm5 |
FLM5 (LNNUM lines-1 in bits [26:16]).
Definition at line 139 of file board_periph_glcdc.c.
Referenced by internal_glcdc_layer_decode().
| bool glcdc_layer_t::flmrd |
FLMRD.RENB: layer is fetching pixels.
Definition at line 141 of file board_periph_glcdc.c.
Referenced by internal_glcdc_layer_decode().
| uint32_t glcdc_layer_t::fmt |
FLM6.FORMAT (code in bits [30:28]).
Definition at line 140 of file board_periph_glcdc.c.
Referenced by internal_glcdc_layer_decode().
| uint32_t glcdc_layer_t::saddr |
FLM2.BASE framebuffer base address.
Definition at line 137 of file board_periph_glcdc.c.
Referenced by internal_glcdc_layer_decode().