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

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.

Detailed Description

DOC register state.

Definition at line 78 of file board_periph_doc.c.

Field Documentation

◆ docr

uint8_t doc_state_t::docr

DOCR shadow (OMS/DOBW/DCSEL).

Definition at line 79 of file board_periph_doc.c.

◆ dodsr0

uint32_t doc_state_t::dodsr0

Reference / running result.

Definition at line 81 of file board_periph_doc.c.

◆ dodsr1

uint32_t doc_state_t::dodsr1

Upper threshold (compare).

Definition at line 82 of file board_periph_doc.c.

◆ dopcf

uint8_t doc_state_t::dopcf

DOSR.DOPCF latch.

Definition at line 80 of file board_periph_doc.c.

◆ ops

uint32_t doc_state_t::ops

Operations performed.

Definition at line 83 of file board_periph_doc.c.


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