Lines Matching full:mode

96       (+) WakeUp pins are used to wakeup the system from Standby mode or
97 Shutdown mode. WakeUp pins polarity can be set to configure event
100 *** Low Power mode configuration ***
104 (+) Low-power run mode: core and peripherals are running at low frequency.
105 Regulator is in low power mode.
106 (+) Sleep mode: Cortex-M0+ core stopped, peripherals kept running,
107 regulator is main mode.
108 (+) Low-power Sleep mode: Cortex-M0+ core stopped, peripherals kept running
109 and regulator in low power mode.
110 (+) Stop 0 mode: all clocks are stopped except LSI and LSE, regulator is
111 main mode.
112 (+) Stop 1 mode: all clocks are stopped except LSI and LSE, main regulator
114 (+) Standby mode: all clocks are stopped except LSI and LSE, regulator is
116 (+) Shutdown mode: all clocks are stopped except LSE, regulator is
119 *** Low-power run mode ***
122 (+) Entry: (from main run mode)
130 *** Sleep mode / Low-power sleep mode ***
136 is forced to low-power mode and if exit is interrupt or event
138 (++) PWR_MAINREGULATOR_ON: Sleep mode (regulator in main mode).
139 (++) PWR_LOWPOWERREGULATOR_ON: Low-power Sleep mode (regulator in low
140 power mode). In this case, the system clock frequency must have
142 (++) PWR_SLEEPENTRY_WFI: Core enters sleep mode with WFI instruction
143 (++) PWR_SLEEPENTRY_WFE: Core enters sleep mode with WFE instruction
150 [..] When exiting the Low-power Sleep mode by issuing an interrupt or a wakeup event,
151 the MCU is in Low-power Run mode.
159 (+++) PWR_MAINREGULATOR_ON to enter STOP0 mode.
160 (+++) PWR_LOWPOWERREGULATOR_ON to enter STOP1 mode.
161 (+) Exit (interrupt or event-triggered, specified when entering STOP mode):
162 (++) PWR_STOPENTRY_WFI: enter Stop mode with WFI instruction
163 (++) PWR_STOPENTRY_WFE: enter Stop mode with WFE instruction
165 (++) Any EXTI line (internal or external) configured in interrupt mode
168 (++) Any EXTI line (internal or external) configured in event mode if
170 (++) Any EXTI line configured in interrupt mode (even if the
174 [..] When exiting Stop, the MCU is either in Run mode or in Low-power Run mode
177 *** Standby mode ***
179 [..] In Standby mode, it is possible to keep backup SRAM content (defined as
187 (++) The Standby mode is entered through HAL_PWR_EnterSTANDBYMode() API, by
198 *** Shutdown mode ***
201 In Shutdown mode,
206 (++) The Shutdown mode is entered through HAL_PWREx_EnterSHUTDOWNMode() API,
293 * @brief Enter Sleep or Low-power Sleep mode.
294 * @note In Sleep/Low-power Sleep mode, all I/O pins keep the same state as
295 * in Run mode.
297 * mode. This parameter can be one of the following values:
298 * @arg @ref PWR_MAINREGULATOR_ON Sleep mode (regulator in main mode)
299 * @arg @ref PWR_LOWPOWERREGULATOR_ON Low-power Sleep mode (regulator
300 * in low-power mode)
301 * @note Low-power Sleep mode is entered from Low-power Run mode only. In
302 * case Regulator parameter is set to Low Power but MCU is in Run mode,
303 * we will first enter in Low-power Run mode. Therefore, user should
305 * @note When exiting Low-power Sleep mode, the MCU is in Low-power Run mode.
306 * To switch back to Run mode, user must call
308 * @param SLEEPEntry Specifies if Sleep mode is entered with WFI or WFE
311 * mode with WFI instruction
313 * mode with WFE instruction
327 /* If in run mode, first move to low-power run mode. in HAL_PWR_EnterSLEEPMode()
336 /* If in low-power run mode at this point, exit it */ in HAL_PWR_EnterSLEEPMode()
349 /* Select SLEEP mode entry -------------------------------------------------*/ in HAL_PWR_EnterSLEEPMode()
366 * @brief Enter Stop mode
368 * legacy code running on devices where only "Stop mode" is mentioned
370 * @note In Stop mode, all I/O pins keep the same state as in Run mode.
378 * low-power mode (Stop 1).
379 * @note When exiting Stop 0 or Stop 1 mode by issuing an interrupt or a
381 * @note When the voltage regulator operates in low power mode (Stop 1),
383 * the internal regulator ON during Stop mode (Stop 0), the consumption
385 * @param Regulator Specifies the regulator state in Stop mode
387 * @arg @ref PWR_MAINREGULATOR_ON Stop 0 mode (main regulator ON)
388 * @arg @ref PWR_LOWPOWERREGULATOR_ON Stop 1 mode (low power
390 * @param STOPEntry Specifies Stop 0 or Stop 1 mode is entered with WFI or
392 * @arg @ref PWR_STOPENTRY_WFI Enter Stop 0 or Stop 1 mode with WFI
394 * @arg @ref PWR_STOPENTRY_WFE Enter Stop 0 or Stop 1 mode with WFE
406 /* Stop mode with Low-Power Regulator */ in HAL_PWR_EnterSTOPMode()
411 /* Stop mode with Main Regulator */ in HAL_PWR_EnterSTOPMode()
418 /* Select Stop mode entry --------------------------------------------------*/ in HAL_PWR_EnterSTOPMode()
438 * @brief Enter Standby mode.
439 * @note In Standby mode, the PLL, the HSI and the HSE oscillators are
448 * disable the same. These states are effective in Standby mode only if
455 /* Set Stand-by mode */ in HAL_PWR_EnterSTANDBYMode()
474 * processor enters SLEEP or DEEPSLEEP mode when an interruption
475 * handling is over returning to thread mode. Setting this bit is
490 * processor enters SLEEP or DEEPSLEEP mode when an interruption