Lines Matching refs:state
16 …ON, retention (for memories) or OFF can be defined for each MCU low-power state, peripheral, memor…
43 - Gather constraints and/or find the lowest-power state achievable depending on user constraints or…
44 …state to enter and the resource constraints. If the resource constraints or timing do not match th…
45 …- The user is only required to specify the low-power state to enter. All the possible resources sa…
46 …source constraints. The SDK Power Manager will find the deepest low-power state to enter that sati…
56 - The policy module: gathers all constraints and finds the deepest power state allowed.
60 …tead, the application defines the resource constraints to keep enabled for a given low-power state.
72 …ill be called just before the entry to low-power state and just after the exit from the low-power …
78 … constraints to Power Manager defined by the user, and/or for a low-power state. To easily define …
82 …d the ideal low-power state available, based on registered constraints, then notifies groups, and …
88 …ransitions, i.e entry/exit of a state. It can be useful to re-enable a peripheral just after exiti…
108 The first step defines the resources the user wants to keep ON/retain for a given low-power state. …
116 …*PM_RESC_ACMP_ACTIVE** will keep the resource ACMP active for a low-power state, if it matches wit…
128 For sleep low-power state, the following resources are kept ON:
176 The Power Manager will find the deepest power state that satisfies the resources constraints in *AP…
188 …rces constraints. Thus the Power Manager will turn everything off in this state, except the pre-de…
201 … low-power state. It will influence the low-power state entered if the specified duration is less …
203 …t latency is declared by the developer for a low-power state. For example if the deep-sleep state …
221 …state reachable, it will compare the exit latency of the low power state *exitHwLatency* with the …
225 …aints on resources and low power mode, following the same mechanism, for sleep state for example:
228 …wer mode. In this case, as there is not exit latency for the sleep state, sleep state will be reac…
235 …state is not registered anymore in the Power Manager, thus deep sleep state will be reached with t…
271 1. Compute target power state based on the policy module.
273 3. Enter into targeted power state.
274 4. Exit from low power state, if wakeup event occurred.
277 …state is determined based on two factors: a. The input parameter should be larger than state's exi…
297 Get the actual low power state duration.