NMI enabled status and current state. More...
#include <sw/device/lib/dif/dif_rv_core_ibex.h>
Data Fields | |
| bool | alert_enabled |
| NMI alert is currently enabled. | |
| bool | alert_raised |
| Alert has been raised. | |
| bool | wdog_enabled |
| NMI watchdog is currently enabled. | |
| bool | wdog_barked |
| Watchdog has barked. | |
NMI enabled status and current state.
Definition at line 122 of file dif_rv_core_ibex.h.
| bool dif_rv_core_ibex_nmi_state::alert_enabled |
NMI alert is currently enabled.
Definition at line 126 of file dif_rv_core_ibex.h.
| bool dif_rv_core_ibex_nmi_state::alert_raised |
Alert has been raised.
Definition at line 130 of file dif_rv_core_ibex.h.
| bool dif_rv_core_ibex_nmi_state::wdog_barked |
Watchdog has barked.
Definition at line 138 of file dif_rv_core_ibex.h.
| bool dif_rv_core_ibex_nmi_state::wdog_enabled |
NMI watchdog is currently enabled.
Definition at line 134 of file dif_rv_core_ibex.h.