PDK API Guide for J721E
Pmic_RecovCntCfg_t Struct Reference

Detailed Description

PMIC Recovery Counter Configuration Note: validParams is input param for all Set and Get APIs. other params except validParams is input param for Set APIS and output param for Get APIs.

Parameters
validParamsSelection of structure parameters to be set, from the combination of Pmic_RecoveryCntCfgType and the corresponding member value must be updated. Valid values Pmic_RecoveryCntCfgType
thrValRecovery Counter Threshold Value. Valid only when PMIC_CFG_RECOV_CNT_THR_VAL_VALID bit is set.
clrCntClear Recovery Counter Value and value should be 1U. Valid only when PMIC_CFG_RECOV_CNT_CLR_VAL_VALID bit is set.

Data Fields

uint8_t validParams
 
uint8_t thrVal
 
bool clrCnt
 

Field Documentation

◆ validParams

uint8_t Pmic_RecovCntCfg_t::validParams

◆ thrVal

uint8_t Pmic_RecovCntCfg_t::thrVal

◆ clrCnt

bool Pmic_RecovCntCfg_t::clrCnt