Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/power_manager/
DREADME.md78 - **PM_SetConstraints** --> MANDATORY ; Set constraints to Power Manager defined by the user, and/o…
167 `PM_SetConstraints(PM_LP_STATE_DEEP_SLEEP, APP_DEEP_SLEEP_CONSTRAINTS);`
174 `PM_SetConstraints(PM_LP_STATE_NO_CONSTRAINT, APP_DEEP_SLEEP_CONSTRAINTS);`
180 `PM_SetConstraints(PM_LP_STATE_DEEP_SLEEP, APP_DEEP_SLEEP_CONSTRAINTS);`
186 `PM_SetConstraints(PM_LP_STATE_DEEP_SLEEP, 0);`
226 `PM_SetConstraints(PM_LP_STATE_SLEEP, APP_SLEEP_CONSTRAINTS);`
239 …traint or resource constraints has been set multiple times through *PM_SetConstraints*, one should…
386 **status_t PM_SetConstraints (uint8_t powerModeConstraint, int32_t rescNum, ...)**
388 …ice support 3 resource constraints: PM_RESC_1, PM_RESC_2, PM_RESC3. PM_SetConstraints(Sleep_Mode, …
/hal_nxp-latest/mcux/mcux-sdk/components/power_manager/core/
Dfsl_pm_core.h524 status_t PM_SetConstraints(uint8_t powerModeConstraint, int32_t rescNum, ...);
Dfsl_pm_core.c763 status_t PM_SetConstraints(uint8_t powerModeConstraint, int32_t rescNum, ...) in PM_SetConstraints() function