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

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.

Detailed Description

CRC register state.

Definition at line 88 of file board_periph_crc.c.

Field Documentation

◆ bytes

uint32_t crc_state_t::bytes

Bytes folded since reset.

Definition at line 92 of file board_periph_crc.c.

◆ cr0

uint8_t crc_state_t::cr0

CRCCR0 shadow (GPS/LMS/DORCLR).

Definition at line 89 of file board_periph_crc.c.

◆ cr1

uint8_t crc_state_t::cr1

CRCCR1 shadow.

Definition at line 90 of file board_periph_crc.c.

◆ dor

uint32_t crc_state_t::dor

CRCDOR running remainder.

Definition at line 91 of file board_periph_crc.c.


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