|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Decoded PVDmSR snapshot. More...
#include <ra8_lvd_types.h>
Data Fields | |
| bool | crossed |
| DET flag: a Vdetm crossing was latched. | |
| bool | above |
| MON flag: VCC currently above Vdetm threshold. | |
Decoded PVDmSR snapshot.
Only valid for monitor m channels (1, 2). Channels 4 and 5 do not have a status register and ra8_lvd_get_status returns k_ra8_err_not_supported for them.
Definition at line 230 of file ra8_lvd_types.h.
| bool ra8_lvd_status_t::above |
MON flag: VCC currently above Vdetm threshold.
Definition at line 232 of file ra8_lvd_types.h.
Referenced by internal_lvd_demo_sample(), and ra8_lvd_get_status().
| bool ra8_lvd_status_t::crossed |
DET flag: a Vdetm crossing was latched.
Definition at line 231 of file ra8_lvd_types.h.
Referenced by internal_lvd_demo_sample(), and ra8_lvd_get_status().