|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Graphics power-domain state. More...
Data Fields | |
| uint8_t | pdctrgd |
| Live PDCTRGD value (PDDE + status flags). | |
| uint32_t | power_on |
| Times the domain was powered on (report). | |
| uint32_t | blocked |
| Writes dropped while PRCR.PRC1 was locked. | |
Graphics power-domain state.
Definition at line 67 of file board_periph_pdctr.c.
| uint32_t pdctr_state_t::blocked |
Writes dropped while PRCR.PRC1 was locked.
Definition at line 70 of file board_periph_pdctr.c.
| uint8_t pdctr_state_t::pdctrgd |
Live PDCTRGD value (PDDE + status flags).
Definition at line 68 of file board_periph_pdctr.c.
| uint32_t pdctr_state_t::power_on |
Times the domain was powered on (report).
Definition at line 69 of file board_periph_pdctr.c.