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

DTC control-register state plus an activation/byte tally. More...

Data Fields

uint8_t dtccr
 DTCCR shadow.
uint32_t dtcvbr
 DTCVBR vector-table base address.
uint8_t dtcst
 DTCST module-start shadow.
uint16_t dtcsts
 DTCSTS status shadow.
uint32_t activations
 Successful DTC activations performed.
uint32_t bytes
 Bytes moved on the last activation.

Detailed Description

DTC control-register state plus an activation/byte tally.

Definition at line 131 of file board_periph_dtc.c.

Field Documentation

◆ activations

uint32_t dtc_state_t::activations

Successful DTC activations performed.

Definition at line 136 of file board_periph_dtc.c.

◆ bytes

uint32_t dtc_state_t::bytes

Bytes moved on the last activation.

Definition at line 137 of file board_periph_dtc.c.

◆ dtccr

uint8_t dtc_state_t::dtccr

DTCCR shadow.

Definition at line 132 of file board_periph_dtc.c.

◆ dtcst

uint8_t dtc_state_t::dtcst

DTCST module-start shadow.

Definition at line 134 of file board_periph_dtc.c.

◆ dtcsts

uint16_t dtc_state_t::dtcsts

DTCSTS status shadow.

Definition at line 135 of file board_periph_dtc.c.

◆ dtcvbr

uint32_t dtc_state_t::dtcvbr

DTCVBR vector-table base address.

Definition at line 133 of file board_periph_dtc.c.


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