Home
last modified time | relevance | path

Searched refs:powerModeConstraintCount (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/power_manager/core/
Dfsl_pm_core.c193 if (s_pmHandle->powerModeConstraintCount[index] > 0U) in PM_SetAllowedLowestPowerMode()
787 s_pmHandle->powerModeConstraintCount[powerModeConstraint]++; in PM_SetConstraints()
896 if (s_pmHandle->powerModeConstraintCount[powerModeConstraint] > 0U) in PM_ReleaseConstraints()
898 s_pmHandle->powerModeConstraintCount[powerModeConstraint]--; in PM_ReleaseConstraints()
Dfsl_pm_core.h299 …uint8_t powerModeConstraintCount[PM_LP_STATE_COUNT]; /*!< The count of each power mode constraint.… member