Searched refs:powerModeConstraint (Results 1 – 3 of 3) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/components/power_manager/core/ |
| D | fsl_pm_core.c | 102 if (stateSatisfy && ((i - 1U) <= s_pmHandle->powerModeConstraint)) in PM_findDeepestState() 200 s_pmHandle->powerModeConstraint = lowestPowerMode; in PM_SetAllowedLowestPowerMode() 763 status_t PM_SetConstraints(uint8_t powerModeConstraint, int32_t rescNum, ...) in PM_SetConstraints() argument 777 if (powerModeConstraint != PM_LP_STATE_NO_CONSTRAINT) in PM_SetConstraints() 779 if (powerModeConstraint >= PM_LP_STATE_COUNT) in PM_SetConstraints() 787 s_pmHandle->powerModeConstraintCount[powerModeConstraint]++; in PM_SetConstraints() 870 status_t PM_ReleaseConstraints(uint8_t powerModeConstraint, int32_t rescNum, ...) in PM_ReleaseConstraints() argument 886 if (powerModeConstraint != PM_LP_STATE_NO_CONSTRAINT) in PM_ReleaseConstraints() 888 if (powerModeConstraint >= PM_LP_STATE_COUNT) in PM_ReleaseConstraints() 896 if (s_pmHandle->powerModeConstraintCount[powerModeConstraint] > 0U) in PM_ReleaseConstraints() [all …]
|
| D | fsl_pm_core.h | 298 …uint8_t powerModeConstraint; /*!< Used to store system allowed lowest powe… member 524 status_t PM_SetConstraints(uint8_t powerModeConstraint, int32_t rescNum, ...); 539 status_t PM_ReleaseConstraints(uint8_t powerModeConstraint, int32_t rescNum, ...);
|
| /hal_nxp-latest/mcux/mcux-sdk/components/power_manager/ |
| D | README.md | 386 **status_t PM_SetConstraints (uint8_t powerModeConstraint, int32_t rescNum, ...)** 391 powerModeConstraint : The lowest power mode allowed, the power mode constraint macros can be found … 398 **status_t PM_ReleaseConstraints (uint8_t powerModeConstraint, int32_t rescNum, ...)** 403 powerModeConstraint : The lowest power mode allowed, the power mode constraint macros can be found …
|