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

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.

Detailed Description

VBATT control state (cleared by a reset; data is not).

Definition at line 98 of file board_periph_bkup.c.

Field Documentation

◆ dropped_prc1

uint32_t bkup_ctrl_t::dropped_prc1

VBTBKRn writes dropped: PRCR.PRC1 locked.

Definition at line 101 of file board_periph_bkup.c.

◆ dropped_vbae

uint32_t bkup_ctrl_t::dropped_vbae

VBTBKRn writes dropped: VBTBER.VBAE = 0.

Definition at line 102 of file board_periph_bkup.c.

◆ vbtber

uint8_t bkup_ctrl_t::vbtber

VBTBER access-enable shadow (VBAE @ bit 3).

Definition at line 99 of file board_periph_bkup.c.

◆ writes

uint32_t bkup_ctrl_t::writes

VBTBKRn writes accepted (report).

Definition at line 100 of file board_periph_bkup.c.


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