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

POEG register state. More...

Data Fields

uint32_t poegg [k_poeg_count]
 Per-group POEGG shadow (ST derived).
uint32_t asserts
 0->1 ST transitions (shutoffs).
uint32_t clears
 1->0 ST transitions (re-enables).

Detailed Description

POEG register state.

Definition at line 75 of file board_periph_poeg.c.

Field Documentation

◆ asserts

uint32_t poeg_state_t::asserts

0->1 ST transitions (shutoffs).

Definition at line 77 of file board_periph_poeg.c.

◆ clears

uint32_t poeg_state_t::clears

1->0 ST transitions (re-enables).

Definition at line 78 of file board_periph_poeg.c.

◆ poegg

uint32_t poeg_state_t::poegg[k_poeg_count]

Per-group POEGG shadow (ST derived).

Definition at line 76 of file board_periph_poeg.c.


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