Home
last modified time | relevance | path

Searched full:restart (Results 1 – 25 of 178) sorted by relevance

12345678

/Zephyr-latest/samples/boards/nordic/system_off/
Dsample.yaml25 - "Entering system off; press sw0 to restart"
48 - "Entering system off; press sw0 to restart"
65 - "Entering system off; wait 2 seconds to restart"
68 - "Entering system off; wait 2 seconds to restart"
71 - "Entering system off; wait 2 seconds to restart"
92 - "Entering system off; wait 2 seconds to restart"
98 - "Entering system off; wait 2 seconds to restart"
114 - "Entering system off; change signal level at comparator input to restart"
117 - "Entering system off; change signal level at comparator input to restart"
120 - "Entering system off; change signal level at comparator input to restart"
[all …]
DREADME.rst38 Entering system off; press sw0 to restart
/Zephyr-latest/samples/net/mqtt_sn_publisher/compose/
Dcompose.yaml6 restart: unless-stopped
14 restart: unless-stopped
/Zephyr-latest/drivers/i2c/
Di2c_nios2.c68 uint32_t restart, stop; in i2c_nios2_transfer() local
79 /* convert restart flag */ in i2c_nios2_transfer()
81 restart = ALT_AVALON_I2C_RESTART; in i2c_nios2_transfer()
83 restart = ALT_AVALON_I2C_NO_RESTART; in i2c_nios2_transfer()
101 restart, stop); in i2c_nios2_transfer()
106 restart, stop); in i2c_nios2_transfer()
/Zephyr-latest/include/zephyr/net/
Ddhcpv6.h93 * @brief Restart DHCPv6 client on an iface
95 * @details Restart DHCPv6 client on a given interface. DHCPv6 client
96 * will restart the state machine without any of the initial delays.
Ddhcpv4.h226 * @brief Restart DHCPv4 client on an iface
228 * @details Restart DHCPv4 client on a given interface. DHCPv4 client
229 * will restart the state machine without any of the initial delays
/Zephyr-latest/drivers/pwm/
Dpwm_pca9685.c24 #define RESTART BIT(7) macro
72 * RESTART mode is used to wake the chip from SLEEP.
122 uint8_t restart = RESTART; in set_pre_scale() local
137 if ((mode1 & RESTART) == 0x00) { in set_pre_scale()
138 restart = 0; in set_pre_scale()
154 ret = set_reg(dev, ADDR_MODE1, AUTO_INC | restart); in set_pre_scale()
/Zephyr-latest/samples/boards/nordic/system_off/src/
Dmain.c64 printk("Entering system off; wait %u seconds to restart\n", DEEP_SLEEP_TIME_S); in main()
81 printf("Entering system off; press sw0 to restart\n"); in main()
86 printf("Entering system off; change signal level at comparator input to restart\n"); in main()
/Zephyr-latest/samples/boards/nxp/mimxrt1060_evk/system_off/
DREADME.rst39 to wake the device and restart the application as if it had been
56 Entering system off; press GPIO_5 to restart sooner
/Zephyr-latest/samples/boards/ti/cc13x2_cc26x2/system_off/
DREADME.rst46 Press Button 1 to wake the device and restart the application as if
63 Entering system off (SHUTDOWN); press BUTTON1 to restart
/Zephyr-latest/tests/boot/with_mcumgr/pytest/
Dtest_upgrade.py52 5) Restart the device, verify that swapping process is initiated
55 8) Restart the device, and verify that the new application is still booted
103 5) Restart the device, verify that swapping process is initiated
167 5) Restart the device, verify that swap is not started
Dtest_downgrade_prevention.py26 5) Restart the device, verify that downgrade prevention mechanism
/Zephyr-latest/boards/intel/common/
Dnet_boot.rst49 #. Restart ``dnsmasq`` service:
53 $ sudo systemctl restart dnsmasq.service
/Zephyr-latest/samples/bluetooth/extended_adv/
DREADME.rst13 - Demo how to gracefully restart the functionality, after a disconnect.
19 while the scanner cools-down for 5 seconds to restart its process.
/Zephyr-latest/tests/drivers/audio/dmic_api/
DREADME.txt16 * Verify that the DMIC can restart sampling after being paused and resumed
/Zephyr-latest/subsys/net/lib/sockets/
Dsockets_service.c221 restart: in socket_service_thread()
250 NET_DBG("Received restart event."); in socket_service_thread()
251 goto restart; in socket_service_thread()
/Zephyr-latest/samples/boards/ti/cc13x2_cc26x2/system_off/src/
Dmain.c56 printk("Powering off; press BUTTON1 to restart\n"); in main()
/Zephyr-latest/drivers/counter/
Dcounter_mchp_xec.c197 bool restart; in counter_xec_set_top_value() local
207 restart = ((counter->CTRL & MCHP_BTMR_CTRL_START) != 0U); in counter_xec_set_top_value()
238 if (restart) { in counter_xec_set_top_value()
/Zephyr-latest/drivers/watchdog/
Dwdt_npcx.c100 /* Reload and restart T0 timer */ in wdt_t0out_reload()
103 /* Wait for timer is loaded and restart */ in wdt_t0out_reload()
272 /* Reload and restart T0 timer */ in wdt_npcx_setup()
326 /* Reload and restart T0 timer */ in wdt_npcx_feed()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_conn_iso_types.h83 uint8_t sca_update:4; /* (new SCA)+1 to trigger restart of ticker */
/Zephyr-latest/dts/bindings/i2c/
Dnordic,nrf-twim.yaml34 multiple same direction I2C messages that have no RESTART or STOP
/Zephyr-latest/include/zephyr/kernel/
Dsmp.h18 * by @a id. It may be called to restart a CPU that had been
/Zephyr-latest/drivers/timer/
Dmchp_mec5_ktimer.c63 /* Adjust cycle count programmed into timer for HW restart latency */
232 /* Restart the timer as early as possible to minimize drift... */ in mec5_ktimer_isr()
262 /* Restart the timer as early as possible to minimize drift... */ in mec5_ktimer_isr()
/Zephyr-latest/doc/connectivity/networking/
Dqemu_setup.rst73 For applications requiring DNS, you may need to restart the host's DNS server
188 a DNS proxy. When running with QEMU, it may be required to restart the host's
194 service dnsmasq restart
/Zephyr-latest/samples/net/sockets/echo_client/src/
Decho-client.c87 /* eventfd is used to trigger restart */ in prepare_fds()
140 LOG_DBG("Received restart event."); in wait()
413 /* Close all sockets and get a fresh restart */ in start_client()

12345678