Lines Matching refs:constraints

18 …mprehension of the device by providing a resources and operating modes constraints mechanism, and …
39 …he different operating modes by seamlessly modifying the registers based on resource constraints:
43 - Gather constraints and/or find the lowest-power state achievable depending on user constraints or…
44constraints. If the resource constraints or timing do not match the constraints of the low-power s…
46 …fy the resource constraints. The SDK Power Manager will find the deepest low-power state to enter …
56 - The policy module: gathers all constraints and finds the deepest power state allowed.
60constraints available: the pre-defined constraints for the low-power states. This part is not inte…
68 The framework is defined and developed by NXP, exposing the pre-defined constraints and easy-to-use…
78 …* --> MANDATORY ; Set constraints to Power Manager defined by the user, and/or for a low-power sta…
82 …DATORY ; Find the ideal low-power state available, based on registered constraints, then notifies …
116 …esource ACMP active for a low-power state, if it matches with the system pre-defined constraints.
166 Then, the user must set the defined constraints, with the following functions:
169 There is two types of constraints that can be set:
176 The Power Manager will find the deepest power state that satisfies the resources constraints in *AP…
182constraints matches with the ones pre-defined for the low power mode. If there is an incompatibili…
188 …thout resources constraints. Thus the Power Manager will turn everything off in this state, except…
189 Constraints on the low power mode are priority, i.e. if there is two constraints on the low power, …
221 …chable, even if the resources constraints matches. A lighter low power state will be reach satisfy…
225 The user can set constraints on resources and low power mode, following the same mechanism, for sle…
228constraints, i.e sleep and deep-sleep, the Power Manager will go into the lightest low power mode.…
235constraints, if the *durationTicks* exceeds the exit latency of the deep sleep state. The *APP_DEE…
239 **Note:** If a low power mode constraint or resource constraints has been set multiple times throug…
387 Used to set constraints(including power mode constraint and resource constraints)
388 For example, if the device support 3 resource constraints: PM_RESC_1, PM_RESC_2, PM_RESC3. PM_SetCo…
392 rescNum : The number of resource constraints to be set.
394 *Returns:* status_t The status of set constraints behavior.
399 Used to release constraints(including power mode constraint and resource constraints)
400 For example, if the device support 3 resource constraints: PM_RESC_1, PM_RESC_2, PM_RESC3. PM_Relea…
404 rescNum : The number of resource constraints to be released.
406 *Returns:* status_t The status of set constraints behavior.
411 Get current system resource constraints.
413 *Returns:* Current system constraints.