/Zephyr-latest/samples/boards/nordic/system_off/ |
D | sample.yaml | 25 - "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 …]
|
D | README.rst | 38 Entering system off; press sw0 to restart
|
/Zephyr-latest/samples/net/mqtt_sn_publisher/compose/ |
D | compose.yaml | 6 restart: unless-stopped 14 restart: unless-stopped
|
/Zephyr-latest/drivers/i2c/ |
D | i2c_nios2.c | 68 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/ |
D | dhcpv6.h | 93 * @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.
|
D | dhcpv4.h | 226 * @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/ |
D | pwm_pca9685.c | 24 #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/ |
D | main.c | 64 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/ |
D | README.rst | 39 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/ |
D | README.rst | 46 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/ |
D | test_upgrade.py | 52 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
|
D | test_downgrade_prevention.py | 26 5) Restart the device, verify that downgrade prevention mechanism
|
/Zephyr-latest/boards/intel/common/ |
D | net_boot.rst | 49 #. Restart ``dnsmasq`` service: 53 $ sudo systemctl restart dnsmasq.service
|
/Zephyr-latest/samples/bluetooth/extended_adv/ |
D | README.rst | 13 - 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/ |
D | README.txt | 16 * Verify that the DMIC can restart sampling after being paused and resumed
|
/Zephyr-latest/subsys/net/lib/sockets/ |
D | sockets_service.c | 221 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/ |
D | main.c | 56 printk("Powering off; press BUTTON1 to restart\n"); in main()
|
/Zephyr-latest/drivers/counter/ |
D | counter_mchp_xec.c | 197 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/ |
D | wdt_npcx.c | 100 /* 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/ |
D | ull_conn_iso_types.h | 83 uint8_t sca_update:4; /* (new SCA)+1 to trigger restart of ticker */
|
/Zephyr-latest/dts/bindings/i2c/ |
D | nordic,nrf-twim.yaml | 34 multiple same direction I2C messages that have no RESTART or STOP
|
/Zephyr-latest/include/zephyr/kernel/ |
D | smp.h | 18 * by @a id. It may be called to restart a CPU that had been
|
/Zephyr-latest/drivers/timer/ |
D | mchp_mec5_ktimer.c | 63 /* 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/ |
D | qemu_setup.rst | 73 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/ |
D | echo-client.c | 87 /* 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()
|