Software APIs
Data Fields
AlertClassConfig Struct Reference

Alert class configuration struct. More...

#include <sw/device/silicon_creator/lib/drivers/alert.h>

Data Fields

alert_enable_t enabled
 Whether or not this alert class enabled.
 
alert_escalate_t escalation
 The escalation configuration for this alert class.
 
uint32_t accum_threshold
 The accumlation threshold for this alert class.
 
uint32_t timeout_cycles
 The timeout cycles for this alert class.
 
uint32_t phase_cycles [4]
 The phase cycles for this alert class.
 

Detailed Description

Alert class configuration struct.

Definition at line 86 of file alert.h.

Field Documentation

◆ accum_threshold

uint32_t AlertClassConfig::accum_threshold

The accumlation threshold for this alert class.

Definition at line 98 of file alert.h.

◆ enabled

alert_enable_t AlertClassConfig::enabled

Whether or not this alert class enabled.

Definition at line 90 of file alert.h.

◆ escalation

alert_escalate_t AlertClassConfig::escalation

The escalation configuration for this alert class.

Definition at line 94 of file alert.h.

◆ phase_cycles

uint32_t AlertClassConfig::phase_cycles[4]

The phase cycles for this alert class.

Definition at line 106 of file alert.h.

◆ timeout_cycles

uint32_t AlertClassConfig::timeout_cycles

The timeout cycles for this alert class.

Definition at line 102 of file alert.h.