|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
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). | |
POEG register state.
Definition at line 75 of file board_periph_poeg.c.
| uint32_t poeg_state_t::asserts |
0->1 ST transitions (shutoffs).
Definition at line 77 of file board_periph_poeg.c.
| uint32_t poeg_state_t::clears |
1->0 ST transitions (re-enables).
Definition at line 78 of file board_periph_poeg.c.
| 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.