|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
VBATT control state (cleared by a reset; data is not). More...
Data Fields | |
| uint8_t | vbtber |
| VBTBER access-enable shadow (VBAE @ bit 3). | |
| uint32_t | writes |
| VBTBKRn writes accepted (report). | |
| uint32_t | dropped_prc1 |
| VBTBKRn writes dropped: PRCR.PRC1 locked. | |
| uint32_t | dropped_vbae |
| VBTBKRn writes dropped: VBTBER.VBAE = 0. | |
VBATT control state (cleared by a reset; data is not).
Definition at line 98 of file board_periph_bkup.c.
| uint32_t bkup_ctrl_t::dropped_prc1 |
VBTBKRn writes dropped: PRCR.PRC1 locked.
Definition at line 101 of file board_periph_bkup.c.
| uint32_t bkup_ctrl_t::dropped_vbae |
VBTBKRn writes dropped: VBTBER.VBAE = 0.
Definition at line 102 of file board_periph_bkup.c.
| uint8_t bkup_ctrl_t::vbtber |
VBTBER access-enable shadow (VBAE @ bit 3).
Definition at line 99 of file board_periph_bkup.c.
| uint32_t bkup_ctrl_t::writes |
VBTBKRn writes accepted (report).
Definition at line 100 of file board_periph_bkup.c.