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

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.

Detailed Description

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.

Field Documentation

◆ above

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().

◆ crossed

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().


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