Lines Matching full:with
20 * If no LICENSE file comes with this software, it is provided AS-IS.
152 WakeUp Pin 3 on PE.06. : Only on product with GPIOE available
206 functions with
207 (++) PWR_SLEEPENTRY_WFI: enter SLEEP mode with WFI instruction
208 (++) PWR_SLEEPENTRY_WFE: enter SLEEP mode with WFE instruction
219 functions with
220 (++) PWR_SLEEPENTRY_WFI: enter SLEEP mode with WFI instruction
221 (++) PWR_SLEEPENTRY_WFE: enter SLEEP mode with WFE instruction
234 The Stop mode is based on the Cortex-M3 deepsleep mode combined with peripheral
248 function with:
251 (++) PWR_SLEEPENTRY_WFI: enter SLEEP mode with WFI instruction
252 (++) PWR_SLEEPENTRY_WFE: enter SLEEP mode with WFE instruction
260 Cortex-M3 deepsleep mode, with the voltage regulator disabled. The VCORE domain is
284 (++) To wake up from the Stop mode with an RTC alarm event, it is necessary to:
290 (++) To wake up from the Stop mode with an RTC Tamper or time stamp event, it
295 (++) To wake up from the Stop mode with an RTC WakeUp event, it is necessary to:
302 (++) To wake up from the Standby mode with an RTC alarm event, it is necessary to:
306 (++) To wake up from the Standby mode with an RTC Tamper or time stamp event, it
311 (++) To wake up from the Standby mode with an RTC WakeUp event, it is necessary to:
316 (++) To wake up from the Stop mode with an comparator 1 or comparator 2 wakeup
402 * @arg PWR_WAKEUP_PIN3: Only on product with GPIOE available
419 * @arg PWR_WAKEUP_PIN3: Only on product with GPIOE available
435 * @arg PWR_MAINREGULATOR_ON: SLEEP mode with regulator ON
436 * @arg PWR_LOWPOWERREGULATOR_ON: SLEEP mode with low power regulator ON
437 * @param SLEEPEntry: Specifies if SLEEP mode is entered with WFI or WFE instruction.
441 * @arg PWR_SLEEPENTRY_WFI: enter SLEEP mode with WFI instruction
442 * @arg PWR_SLEEPENTRY_WFE: enter SLEEP mode with WFE instruction
483 * @arg PWR_MAINREGULATOR_ON: Stop mode with regulator ON
484 * @arg PWR_LOWPOWERREGULATOR_ON: Stop mode with low power regulator ON
485 * @param STOPEntry: Specifies if Stop mode in entered with WFI or WFE instruction.
487 * @arg PWR_STOPENTRY_WFI: Enter Stop mode with WFI instruction
488 * @arg PWR_STOPENTRY_WFE: Enter Stop mode with WFE instruction