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

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.

Detailed Description

Graphics power-domain state.

Definition at line 67 of file board_periph_pdctr.c.

Field Documentation

◆ blocked

uint32_t pdctr_state_t::blocked

Writes dropped while PRCR.PRC1 was locked.

Definition at line 70 of file board_periph_pdctr.c.

◆ pdctrgd

uint8_t pdctr_state_t::pdctrgd

Live PDCTRGD value (PDDE + status flags).

Definition at line 68 of file board_periph_pdctr.c.

◆ power_on

uint32_t pdctr_state_t::power_on

Times the domain was powered on (report).

Definition at line 69 of file board_periph_pdctr.c.


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