Lines Matching +full:low +full:- +full:power
1 .. zephyr:code-sample:: stm32_pm_blinky
2 :name: Blinky with power management
4 Blink an LED using the GPIO API in a low-power context on STM32
9 This sample is a minimum application to demonstrate basic power management
11 low power context.
12 Note that lptim instance selected for the low power timer is named **&stm32_lp_tick_source**
15 For example, when clocking the low power Timer with LSE clock at 32768Hz and adding a
19 .. _stm32-pm-blinky-sample-requirements:
26 in core sleep states, as LPTIM (:dtcompatible:`st,stm32-lptim`).
33 .. zephyr-app-commands::
34 :zephyr-app: samples/basic/blinky
41 of low power can be tested.