PDK API Guide for J721E
Pmic_WdgFailCntStat_t Struct Reference

Detailed Description

PMIC Watchdog Fail Count status structure Note: validParams is input param for all Get APIs. other params except validParams is output param for Get APIs.

Parameters
validParamsSelection of structure parameters to be set from the combination of the Pmic_WdgFailCntStatCfgValidParamBitPos and the corresponding member value will be updated.
wdBadEventTo get status of Bad Event is detected or not
wdGudEventTo get status of Good Event is detected or not
wdFailCntTo get Watchdog Fail Count value.

Data Fields

uint32_t validParams
 
bool wdBadEvent
 
bool wdGudEvent
 
uint32_t wdFailCnt
 

Field Documentation

◆ validParams

uint32_t Pmic_WdgFailCntStat_t::validParams

◆ wdBadEvent

bool Pmic_WdgFailCntStat_t::wdBadEvent

◆ wdGudEvent

bool Pmic_WdgFailCntStat_t::wdGudEvent

◆ wdFailCnt

uint32_t Pmic_WdgFailCntStat_t::wdFailCnt