|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
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. | |
DTC control-register state plus an activation/byte tally.
Definition at line 131 of file board_periph_dtc.c.
| uint32_t dtc_state_t::activations |
Successful DTC activations performed.
Definition at line 136 of file board_periph_dtc.c.
| uint32_t dtc_state_t::bytes |
Bytes moved on the last activation.
Definition at line 137 of file board_periph_dtc.c.
| uint8_t dtc_state_t::dtccr |
DTCCR shadow.
Definition at line 132 of file board_periph_dtc.c.
| uint8_t dtc_state_t::dtcst |
DTCST module-start shadow.
Definition at line 134 of file board_periph_dtc.c.
| uint16_t dtc_state_t::dtcsts |
DTCSTS status shadow.
Definition at line 135 of file board_periph_dtc.c.
| uint32_t dtc_state_t::dtcvbr |
DTCVBR vector-table base address.
Definition at line 133 of file board_periph_dtc.c.