|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
PVD control-byte shadows (status bytes are synthesised). More...
Data Fields | |
| uint8_t | pvd1cr1 |
| PVD1CR1 control shadow. | |
| uint8_t | pvd2cr1 |
| PVD2CR1 control shadow. | |
| uint32_t | reads |
| Status reads served (report). | |
PVD control-byte shadows (status bytes are synthesised).
Definition at line 63 of file board_periph_lvd.c.
| uint8_t lvd_state_t::pvd1cr1 |
PVD1CR1 control shadow.
Definition at line 64 of file board_periph_lvd.c.
| uint8_t lvd_state_t::pvd2cr1 |
PVD2CR1 control shadow.
Definition at line 65 of file board_periph_lvd.c.
| uint32_t lvd_state_t::reads |
Status reads served (report).
Definition at line 66 of file board_periph_lvd.c.