|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
CRC register state. More...
Data Fields | |
| uint8_t | cr0 |
| CRCCR0 shadow (GPS/LMS/DORCLR). | |
| uint8_t | cr1 |
| CRCCR1 shadow. | |
| uint32_t | dor |
| CRCDOR running remainder. | |
| uint32_t | bytes |
| Bytes folded since reset. | |
CRC register state.
Definition at line 88 of file board_periph_crc.c.
| uint32_t crc_state_t::bytes |
Bytes folded since reset.
Definition at line 92 of file board_periph_crc.c.
| uint8_t crc_state_t::cr0 |
CRCCR0 shadow (GPS/LMS/DORCLR).
Definition at line 89 of file board_periph_crc.c.
| uint8_t crc_state_t::cr1 |
CRCCR1 shadow.
Definition at line 90 of file board_periph_crc.c.
| uint32_t crc_state_t::dor |
CRCDOR running remainder.
Definition at line 91 of file board_periph_crc.c.