Home
last modified time | relevance | path

Searched full:enter (Results 1 – 25 of 385) sorted by relevance

12345678910>>...16

/Zephyr-latest/samples/subsys/pm/latency/
Dsample.yaml14 - "<inf> app: Sleeping for 1.1 seconds, we should enter RUNTIME_IDLE"
16 - "<inf> app: Sleeping for 1.2 seconds, we should enter SUSPEND_TO_IDLE"
18 - "<inf> app: Sleeping for 1.3 seconds, we should enter STANDBY"
21 - "<inf> app: Sleeping for 1.1 seconds, we should enter RUNTIME_IDLE"
23 - "<inf> app: Sleeping for 1.2 seconds, we should enter SUSPEND_TO_IDLE"
25 - "<inf> app: Sleeping for 1.3 seconds, we should enter SUSPEND_TO_IDLE"
30 - "<inf> app: Sleeping for 1.1 seconds, we should enter RUNTIME_IDLE"
32 - "<inf> app: Sleeping for 1.2 seconds, we should enter RUNTIME_IDLE"
34 - "<inf> app: Sleeping for 1.3 seconds, we should enter RUNTIME_IDLE"
49 - "<inf> app: Sleeping for 1.1 seconds, we should enter RUNTIME_IDLE"
[all …]
/Zephyr-latest/samples/subsys/pm/latency/src/
Dmain.c41 LOG_INF("Sleeping for 1.1 seconds, we should enter RUNTIME_IDLE"); in main()
43 LOG_INF("Sleeping for 1.2 seconds, we should enter SUSPEND_TO_IDLE"); in main()
45 LOG_INF("Sleeping for 1.3 seconds, we should enter STANDBY"); in main()
53 LOG_INF("Sleeping for 1.1 seconds, we should enter RUNTIME_IDLE"); in main()
55 LOG_INF("Sleeping for 1.2 seconds, we should enter SUSPEND_TO_IDLE"); in main()
57 LOG_INF("Sleeping for 1.3 seconds, we should enter SUSPEND_TO_IDLE"); in main()
65 LOG_INF("Sleeping for 1.1 seconds, we should enter RUNTIME_IDLE"); in main()
67 LOG_INF("Sleeping for 1.2 seconds, we should enter RUNTIME_IDLE"); in main()
69 LOG_INF("Sleeping for 1.3 seconds, we should enter RUNTIME_IDLE"); in main()
93 LOG_INF("Sleeping for 1.1 seconds, we should enter RUNTIME_IDLE"); in main()
[all …]
/Zephyr-latest/samples/boards/st/power_mgmt/standby_shutdown/
DREADME.rst5 Enter and exit Standby/Shutdown mode on STM32.
12 behavior in a basic blinking LED set up you can enter in shutdown mode or in standbymode mode.
14 when LED2 is OFF to enter to Shutdown Mode
15 when LED2 is ON to enter to Standby Mode
41 when LED2 is OFF to enter to Shutdown Mode
42 when LED2 is ON to enter to Standby Mode
/Zephyr-latest/tests/subsys/pm/power_mgmt_soc/src/
Dpower_mgmt.c29 * - for deep sleep it can be very long as we want to ensure that we enter
239 LOG_INF("About to enter light sleep"); in test_pwr_mgmt_multithread()
251 /* Platforms that do not automatically enter deep sleep */ in test_pwr_mgmt_multithread()
252 /* states in its residency policy will simply enter light */ in test_pwr_mgmt_multithread()
256 LOG_INF("About to enter deep sleep"); in test_pwr_mgmt_multithread()
291 LOG_INF("About to enter light sleep"); in test_pwr_mgmt_singlethread()
300 /* Platforms that do not automatically enter deep sleep */ in test_pwr_mgmt_singlethread()
301 /* states in its residency policy will simply enter light */ in test_pwr_mgmt_singlethread()
303 LOG_INF("About to enter deep Sleep"); in test_pwr_mgmt_singlethread()
329 LOG_INF("About to enter light sleep"); in test_dummy_init()
[all …]
/Zephyr-latest/soc/st/stm32/stm32wbx/
Dpower.c42 /* Implementation of STM32 AN5289 algorithm to enter/exit lowpower */ in lpm_hsem_lock()
71 /* enter STOP0 mode */ in pm_state_set()
75 /* enter STOP1 mode */ in pm_state_set()
79 /* enter STOP2 mode */ in pm_state_set()
105 /* enter SLEEP mode : WFE or WFI */ in pm_state_set()
116 /* Implementation of STM32 AN5289 algorithm to enter/exit lowpower */ in pm_state_exit_post_ops()
/Zephyr-latest/soc/st/stm32/stm32g0x/
Dpower.c32 /* enter STOP0 mode */ in pm_state_set()
35 /* enter SLEEP mode : WFE or WFI */ in pm_state_set()
39 /* enter STOP1 mode */ in pm_state_set()
42 /* enter SLEEP mode : WFE or WFI */ in pm_state_set()
/Zephyr-latest/soc/st/stm32/stm32g4x/
Dpower.c32 /* enter STOP0 mode */ in pm_state_set()
35 /* enter SLEEP mode : WFE or WFI */ in pm_state_set()
39 /* enter STOP1 mode */ in pm_state_set()
42 /* enter SLEEP mode : WFE or WFI */ in pm_state_set()
/Zephyr-latest/soc/st/stm32/stm32l5x/
Dpower.c43 /* enter STOP0 mode */ in pm_state_set()
47 /* enter STOP1 mode */ in pm_state_set()
54 /* enter STOP2 mode */ in pm_state_set()
64 /* enter SLEEP mode : WFE or WFI */ in pm_state_set()
/Zephyr-latest/soc/st/stm32/stm32u5x/
Dpower.c62 case 1: /* enter STOP0 mode */ in set_mode_stop()
65 case 2: /* enter STOP1 mode */ in set_mode_stop()
68 case 3: /* enter STOP2 mode */ in set_mode_stop()
72 case 4: /* enter STOP3 mode */ in set_mode_stop()
122 /* Select mode entry : WFE or WFI and enter the CPU selected mode */ in pm_state_set()
/Zephyr-latest/soc/st/stm32/stm32l4x/
Dpower.c37 /* enter STOP0 mode */ in set_mode_stop()
41 /* enter STOP1 mode */ in set_mode_stop()
48 /* enter STOP2 mode */ in set_mode_stop()
65 /* Select mode entry : WFE or WFI and enter the CPU selected mode */ in pm_state_set()
/Zephyr-latest/soc/ite/ec/common/
Dpower.c11 /* Handle when enter deep doze mode. */
14 /* Enter deep doze mode */ in ite_power_soc_deep_doze()
/Zephyr-latest/samples/boards/phytec/reel_board/mesh_badge/
DREADME.rst26 #. Select "Text" to enter text instead of hex
27 #. Enter your name (or any other arbitrary text). Multiple words
33 display. Enter the passkey in your phone.
/Zephyr-latest/soc/st/stm32/stm32wbax/
Dpower.c68 case 1: /* enter STOP0 mode */ in set_mode_stop()
71 case 2: /* enter STOP1 mode */ in set_mode_stop()
88 /* Select mode entry : WFE or WFI and enter the CPU selected mode */ in suspend_to_ram()
116 /* Save context and enter Standby mode */ in set_mode_suspend_to_ram()
132 /* Select mode entry : WFE or WFI and enter the CPU selected mode */ in pm_state_set()
/Zephyr-latest/soc/microchip/mec/mec172x/
Dsoc_espi_saf_v2.h162 * e = First QMSPI descriptor index for enter continuous mode chain
218 /* Enter Continuous mode: transmit-single CM quad read opcode */
225 /* Enter Continuous mode: transmit-quad 24-bit address and mode byte */
232 /* Enter Continuous mode: read-quad 3 bytes */
240 /* Enter Continuous mode: transmit-single CM dual read opcode */
247 /* Enter Continuous mode: transmit-dual 24-bit address and mode byte */
254 /* Enter Continuous mode: read-dual 3 bytes */
277 * they will enter continuous mode.
325 /* Enter Continuous mode: transmit-single CM quad read opcode */
332 /* Enter Continuous mode: transmit-quad 32-bit address and mode byte */
[all …]
/Zephyr-latest/samples/drivers/uart/echo_bot/
DREADME.rst39 Tell me something and press enter:
40 # Type e.g. "Hi there!" and hit enter!
/Zephyr-latest/dts/bindings/mtd/
Datmel,at45.yaml67 but needs some more time to enter this mode and to exit from it.
69 enter-dpd-delay:
73 Time, in nanoseconds, needed by the chip to enter the Deep Power-Down
Djedec,spi-nor-common.yaml37 Electronic Signature; see t-enter-dpd).
55 t-enter-dpd:
61 remain deasserted after issuing DPD before the chip will enter
/Zephyr-latest/boards/renesas/da1469x_dk_pro/dts/
Dda1469x_dk_pro_psram.overlay28 enter-qpi-mode;
29 enter-qpi-cmd = <0x35>;
/Zephyr-latest/include/zephyr/tracing/
Dtracing.h493 * @brief Trace schedule delayable work for queue enter
510 * @brief Trace schedule delayable work for system work queue enter
525 * @brief Trace reschedule delayable work for queue enter
542 * @brief Trace reschedule delayable work for system queue enter
557 * @brief Trace delayable work flush enter
572 * @brief Trace delayable work cancel enter
578 * @brief Trace delayable work cancel enter
585 * @brief Trace delayable work cancel sync enter
592 * @brief Trace delayable work cancel sync enter
608 * @brief Trace initialisation of a Work Poll structure enter
[all …]
/Zephyr-latest/soc/microchip/mec/mec15xx/
Dsoc_espi_saf_v1.h138 * e = First QMSPI descriptor index for enter continuous mode chain
175 /* Enter Continuous mode: transmit-single CM quad read opcode */
182 /* Enter Continuous mode: transmit-quad 24-bit address and mode byte */
189 /* Enter Continuous mode: read-quad 3 bytes */
209 * they will enter continuous mode.
246 /* Enter Continuous mode: transmit-single CM quad read opcode */
253 /* Enter Continuous mode: transmit-quad 32-bit address and mode byte */
260 /* Enter Continuous mode: read-quad 3 bytes */
320 * a prefix byte transmitted before the enter continuous mode command.
/Zephyr-latest/soc/st/stm32/stm32h5x/
Dpower.c28 /* enter STOP mode */ in pm_state_set()
31 /* enter SLEEP mode : WFE or WFI */ in pm_state_set()
/Zephyr-latest/samples/boards/st/power_mgmt/blinky/boards/
Dstm32l562e_dk.conf1 # Disable DEBUG in order to enter core low power states.
/Zephyr-latest/samples/sensor/fdc2x1x/src/
Dmain.c41 printk("Enter ACTIVE_STATE "); in pm_info()
44 printk("Enter SUSPEND_STATE "); in pm_info()
47 printk("Enter OFF_STATE "); in pm_info()
/Zephyr-latest/samples/drivers/spi_flash_at45/boards/
Dnrf9160dk_nrf9160.overlay42 enter-dpd-delay = <2000>;
57 enter-dpd-delay = <1000>;
/Zephyr-latest/drivers/modem/
Dmodem_shell.c113 "Please enter a modem index\n"); in cmd_modem_send()
121 "Please enter a modem index\n"); in cmd_modem_send()
165 "Please enter a modem index\n"); in cmd_modem_info()
173 "Please enter a modem index\n"); in cmd_modem_info()

12345678910>>...16