|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
DOC register state. More...
Data Fields | |
| uint8_t | docr |
| DOCR shadow (OMS/DOBW/DCSEL). | |
| uint8_t | dopcf |
| DOSR.DOPCF latch. | |
| uint32_t | dodsr0 |
| Reference / running result. | |
| uint32_t | dodsr1 |
| Upper threshold (compare). | |
| uint32_t | ops |
| Operations performed. | |
DOC register state.
Definition at line 78 of file board_periph_doc.c.
| uint8_t doc_state_t::docr |
DOCR shadow (OMS/DOBW/DCSEL).
Definition at line 79 of file board_periph_doc.c.
| uint32_t doc_state_t::dodsr0 |
Reference / running result.
Definition at line 81 of file board_periph_doc.c.
| uint32_t doc_state_t::dodsr1 |
Upper threshold (compare).
Definition at line 82 of file board_periph_doc.c.
| uint8_t doc_state_t::dopcf |
DOSR.DOPCF latch.
Definition at line 80 of file board_periph_doc.c.
| uint32_t doc_state_t::ops |
Operations performed.
Definition at line 83 of file board_periph_doc.c.