|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
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. | |
Live PRCR group-unlock mask, and the counters behind the report.
Definition at line 67 of file board_periph_prcr.c.
| uint32_t prcr_state_t::bad_key |
Writes discarded for carrying a wrong key.
Definition at line 70 of file board_periph_prcr.c.
| uint16_t prcr_state_t::groups |
Currently write-enabled group bits.
Definition at line 68 of file board_periph_prcr.c.
| uint32_t prcr_state_t::unlocks |
Keyed writes that enabled >= 1 group.
Definition at line 69 of file board_periph_prcr.c.