Lines Matching refs:low
16 …erent low-power states for static power optimizations. Multiple states such as ON, retention (for …
18 …ntegrate the management of low-power states in the application and speed up the time-to-market. Th…
44 …low-power state to enter and the resource constraints. If the resource constraints or timing do no…
45 …The user is only required to specify the low-power state to enter. All the possible resources sati…
46 …cify the resource constraints. The SDK Power Manager will find the deepest low-power state to ente…
60 …low-power states. This part is not intended to be modified by the user. Instead, the application …
72 …the group will be called just before the entry to low-power state and just after the exit from the…
78 …ATORY ; Set constraints to Power Manager defined by the user, and/or for a low-power state. To eas…
82 …ATORY ; Find the ideal low-power state available, based on registered constraints, then notifies g…
88 …it of a state. It can be useful to re-enable a peripheral just after exiting the low-power state.
104 …boards/i-mx-rt595-evaluation-kit:MIMXRT595-EVK). This example demonstrates low-power transition by…
108 The first step defines the resources the user wants to keep ON/retain for a given low-power state. …
116 For example, defining **PM_RESC_ACMP_ACTIVE** will keep the resource ACMP active for a low-power st…
128 For sleep low-power state, the following resources are kept ON:
170 - Constraints on the low power mode,
182 …low power mode, and on the resources. The Power Manager will check if the resource constraints mat…
188 …low power mode constraint is set, without resources constraints. Thus the Power Manager will turn …
189 Constraints on the low power mode are priority, i.e. if there is two constraints on the low power, …
193 The user can enable the SDK Power Manager framework and enter the low-power mode.
198 To enter in a low power mode, the following Power Manager function must be used:
201 …lared for a low-power state. It will influence the low-power state entered if the specified durati…
203 The exit latency is declared by the developer for a low-power state. For example if the deep-sleep …
221 …low power state *exitHwLatency* with the duration tick specified by the user. In that case, if *du…
225 The user can set constraints on resources and low power mode, following the same mechanism, for sle…
228 By having two low power mode constraints, i.e sleep and deep-sleep, the Power Manager will go into …
232 To unset resource constraint and/or low power mode constraint, the following function must be used:…
239 …low power mode constraint or resource constraints has been set multiple times through *PM_SetConst…
274 4. Exit from low power state, if wakeup event occurred.
279 *Parameter:* duration : The time in low power mode, this value is calculated from RTOS API.
285 If low power timer is the wakeup source, please remember to register it into power manager by using…
289 timerStart : Low power timer start function, this parameter can be NULL, and it means low power tim…
297 Get the actual low power state duration.
428 The Power Manager is a great option to reduce power consumption in low power states by managing all…