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

Live PRCR group-unlock mask, and the counters behind the report. More...

Data Fields

uint16_t groups
 Currently write-enabled group bits.
uint32_t unlocks
 Keyed writes that enabled >= 1 group.
uint32_t bad_key
 Writes discarded for carrying a wrong key.

Detailed Description

Live PRCR group-unlock mask, and the counters behind the report.

Definition at line 67 of file board_periph_prcr.c.

Field Documentation

◆ bad_key

uint32_t prcr_state_t::bad_key

Writes discarded for carrying a wrong key.

Definition at line 70 of file board_periph_prcr.c.

◆ groups

uint16_t prcr_state_t::groups

Currently write-enabled group bits.

Definition at line 68 of file board_periph_prcr.c.

◆ unlocks

uint32_t prcr_state_t::unlocks

Keyed writes that enabled >= 1 group.

Definition at line 69 of file board_periph_prcr.c.


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