|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
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). | |
CAC register state.
Definition at line 73 of file board_periph_cac.c.
| uint16_t cac_state_t::cacntbr |
Latched edge count.
Definition at line 78 of file board_periph_cac.c.
| uint8_t cac_state_t::cacr0 |
CACR0 shadow (CFME).
Definition at line 74 of file board_periph_cac.c.
| uint16_t cac_state_t::callvr |
Lower window limit.
Definition at line 77 of file board_periph_cac.c.
| uint8_t cac_state_t::castr |
CASTR status flags.
Definition at line 75 of file board_periph_cac.c.
| uint16_t cac_state_t::caulvr |
Upper window limit.
Definition at line 76 of file board_periph_cac.c.
| uint32_t cac_state_t::meas |
Measurements completed (for report).
Definition at line 79 of file board_periph_cac.c.