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

CAC register state. More...

Data Fields

uint8_t cacr0
 CACR0 shadow (CFME).
uint8_t castr
 CASTR status flags.
uint16_t caulvr
 Upper window limit.
uint16_t callvr
 Lower window limit.
uint16_t cacntbr
 Latched edge count.
uint32_t meas
 Measurements completed (for report).

Detailed Description

CAC register state.

Definition at line 73 of file board_periph_cac.c.

Field Documentation

◆ cacntbr

uint16_t cac_state_t::cacntbr

Latched edge count.

Definition at line 78 of file board_periph_cac.c.

◆ cacr0

uint8_t cac_state_t::cacr0

CACR0 shadow (CFME).

Definition at line 74 of file board_periph_cac.c.

◆ callvr

uint16_t cac_state_t::callvr

Lower window limit.

Definition at line 77 of file board_periph_cac.c.

◆ castr

uint8_t cac_state_t::castr

CASTR status flags.

Definition at line 75 of file board_periph_cac.c.

◆ caulvr

uint16_t cac_state_t::caulvr

Upper window limit.

Definition at line 76 of file board_periph_cac.c.

◆ meas

uint32_t cac_state_t::meas

Measurements completed (for report).

Definition at line 79 of file board_periph_cac.c.


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