|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
DOC_B register window (HUM Ch 57.2 p 3519-3522). More...
#include <ra8_doc_regs.h>
Data Fields | |
| volatile uint8_t | DOCR |
| +0x00 Control (mode, width, DCSEL). | |
| volatile uint8_t | _r0 |
| +0x01 padding. | |
| volatile uint16_t | _r1 |
| +0x02 padding. | |
| volatile uint8_t | DOSR |
| +0x04 Status flag (DOPCF). | |
| volatile uint8_t | _r2 |
| +0x05 padding. | |
| volatile uint16_t | _r3 |
| +0x06 padding. | |
| volatile uint8_t | DOSCR |
| +0x08 Status clear (DOPCFCL, write-only). | |
| volatile uint8_t | _r4 |
| +0x09 padding. | |
| volatile uint16_t | _r5 |
| +0x0A padding. | |
| volatile uint32_t | DODIR |
| +0x0C Data input (access at DOBW width). | |
| volatile uint32_t | DODSR0 |
| +0x10 Reference / running result. | |
| volatile uint32_t | DODSR1 |
| +0x14 Upper window threshold. | |
DOC_B register window (HUM Ch 57.2 p 3519-3522).
Definition at line 162 of file ra8_doc_regs.h.
| volatile uint8_t r_doc_regs_t::_r0 |
+0x01 padding.
Definition at line 164 of file ra8_doc_regs.h.
| volatile uint16_t r_doc_regs_t::_r1 |
+0x02 padding.
Definition at line 165 of file ra8_doc_regs.h.
| volatile uint8_t r_doc_regs_t::_r2 |
+0x05 padding.
Definition at line 167 of file ra8_doc_regs.h.
| volatile uint16_t r_doc_regs_t::_r3 |
+0x06 padding.
Definition at line 168 of file ra8_doc_regs.h.
| volatile uint8_t r_doc_regs_t::_r4 |
+0x09 padding.
Definition at line 170 of file ra8_doc_regs.h.
| volatile uint16_t r_doc_regs_t::_r5 |
+0x0A padding.
Definition at line 171 of file ra8_doc_regs.h.
| volatile uint8_t r_doc_regs_t::DOCR |
+0x00 Control (mode, width, DCSEL).
Definition at line 163 of file ra8_doc_regs.h.
Referenced by internal_ra8_doc_set_mode_16(), ra8_doc_init(), ra8_doc_set_window(), and ra8_doc_window_compare().
| volatile uint32_t r_doc_regs_t::DODIR |
+0x0C Data input (access at DOBW width).
Definition at line 172 of file ra8_doc_regs.h.
Referenced by internal_ra8_doc_run_16(), ra8_doc_init(), and ra8_doc_window_compare().
| volatile uint32_t r_doc_regs_t::DODSR0 |
+0x10 Reference / running result.
Definition at line 173 of file ra8_doc_regs.h.
Referenced by internal_ra8_doc_run_16(), ra8_doc_init(), and ra8_doc_set_window().
| volatile uint32_t r_doc_regs_t::DODSR1 |
+0x14 Upper window threshold.
Definition at line 174 of file ra8_doc_regs.h.
Referenced by ra8_doc_init(), and ra8_doc_set_window().
| volatile uint8_t r_doc_regs_t::DOSCR |
+0x08 Status clear (DOPCFCL, write-only).
Definition at line 169 of file ra8_doc_regs.h.
Referenced by ra8_doc_init(), ra8_doc_set_window(), and ra8_doc_window_compare().
| volatile uint8_t r_doc_regs_t::DOSR |
+0x04 Status flag (DOPCF).
Definition at line 166 of file ra8_doc_regs.h.
Referenced by ra8_doc_window_compare().