Software APIs
Data Fields
alert_info_testutils_info Struct Reference

Represents the hardware alert crash dump in a more software-friendly manner. More...

#include <sw/device/lib/testing/alert_handler_testutils.h>

Data Fields

bool alert_cause [ALERT_HANDLER_PARAM_N_ALERTS]
 
uint8_t loc_alert_cause
 
uint16_t class_accum_cnt [ALERT_HANDLER_PARAM_N_CLASSES]
 
uint32_t class_esc_cnt [ALERT_HANDLER_PARAM_N_CLASSES]
 
alert_handler_class_state_t class_esc_state [ALERT_HANDLER_PARAM_N_CLASSES]
 

Detailed Description

Represents the hardware alert crash dump in a more software-friendly manner.

Definition at line 35 of file alert_handler_testutils.h.

Field Documentation

◆ alert_cause

bool alert_info_testutils_info::alert_cause[ALERT_HANDLER_PARAM_N_ALERTS]

Definition at line 36 of file alert_handler_testutils.h.

◆ class_accum_cnt

uint16_t alert_info_testutils_info::class_accum_cnt[ALERT_HANDLER_PARAM_N_CLASSES]

Definition at line 38 of file alert_handler_testutils.h.

◆ class_esc_cnt

uint32_t alert_info_testutils_info::class_esc_cnt[ALERT_HANDLER_PARAM_N_CLASSES]

Definition at line 39 of file alert_handler_testutils.h.

◆ class_esc_state

alert_handler_class_state_t alert_info_testutils_info::class_esc_state[ALERT_HANDLER_PARAM_N_CLASSES]

Definition at line 41 of file alert_handler_testutils.h.

◆ loc_alert_cause

uint8_t alert_info_testutils_info::loc_alert_cause

Definition at line 37 of file alert_handler_testutils.h.