Home
last modified time | relevance | path

Searched refs:PM_ReleaseConstraints (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/power_manager/
DREADME.md233 `PM_ReleaseConstraints(PM_LP_STATE _SLEEP, APP_DEEP_SLEEP_CONSTRAINTS);`
239 … multiple times through *PM_SetConstraints*, one should call the *PM_ReleaseConstraints* function …
398 **status_t PM_ReleaseConstraints (uint8_t powerModeConstraint, int32_t rescNum, ...)**
400 …e support 3 resource constraints: PM_RESC_1, PM_RESC_2, PM_RESC3. PM_ReleaseConstraints(Sleep_Mode…
/hal_nxp-latest/mcux/mcux-sdk/components/power_manager/core/
Dfsl_pm_core.h539 status_t PM_ReleaseConstraints(uint8_t powerModeConstraint, int32_t rescNum, ...);
Dfsl_pm_core.c870 status_t PM_ReleaseConstraints(uint8_t powerModeConstraint, int32_t rescNum, ...) in PM_ReleaseConstraints() function