Home
last modified time | relevance | path

Searched full:stop (Results 1 – 25 of 902) sorted by relevance

12345678910>>...37

/Zephyr-Core-3.5.0/samples/sensor/adc_cmp_npcx/src/
Dmain.c19 #define IS_RUNNING !(atomic_test_bit(&stop, 0))
20 #define STOP() atomic_set_bit(&stop, 0) macro
27 atomic_val_t stop; variable
45 STOP(); in set_upper_threshold()
60 STOP(); in set_lower_threshold()
75 STOP(); in enable_threshold()
94 STOP(); in threshold_trigger_handler()
/Zephyr-Core-3.5.0/tests/drivers/i2s/i2s_api/src/
Dtest_i2s_loopback.c19 * - RX stream STOP trigger stops reception.
56 /* All data written, drain TX queue and stop the transmission */ in ZTEST_USER()
64 /* All but one data block read, stop reception */ in ZTEST_USER()
66 zassert_equal(ret, 0, "RX STOP trigger failed"); in ZTEST_USER()
85 * - RX stream STOP trigger stops reception.
117 /* All data written, flush TX queue and stop the transmission */ in ZTEST_USER()
121 /* All but one data block read, stop reception */ in ZTEST_USER()
123 zassert_equal(ret, 0, "RX STOP trigger failed"); in ZTEST_USER()
177 /* All data written, drop TX, RX queue and stop the transmission */ in ZTEST_USER()
205 * - STOP trigger stops transfer / reception at the end of the current block,
[all …]
Dtest_i2s_states.c14 * - Sending START, DRAIN, STOP, DROP, PREPARE trigger in NOT_READY state
77 * - Sending DRAIN, STOP, PREPARE trigger in READY state returns failure.
160 /* All data written, flush TX queue and stop the transmission */ in ZTEST_USER()
164 /* All but one data block read, stop reception */ in ZTEST_USER()
166 zassert_equal(ret, 0, "RX STOP trigger failed"); in ZTEST_USER()
174 * - Sending START, STOP, DRAIN, PREPARE trigger in STOPPING state returns
205 /* All data written, flush TX queue and stop the transmission */ in ZTEST_USER()
219 /* All but one data block read, stop reception */ in ZTEST_USER()
221 zassert_equal(ret, 0, "RX STOP trigger failed"); in ZTEST_USER()
245 * - Sending START, STOP, DRAIN trigger in ERROR state returns failure.
[all …]
/Zephyr-Core-3.5.0/doc/_static/images/
Dlogo-readme-dark.svg37 <stop
39 stop-color="#7929d2"
41 <stop
43 stop-color="#0070c5"
53 <stop
55 stop-color="#00aeff"
57 <stop
59 stop-color="#9454db"
69 <stop
71 stop-color="#66a9dc"
[all …]
Dlogo-readme-light.svg37 <stop
39 stop-color="#7929d2"
41 <stop
43 stop-color="#0070c5"
53 <stop
55 stop-color="#00aeff"
57 <stop
59 stop-color="#9454db"
69 <stop
71 stop-color="#66a9dc"
[all …]
Dlogo.svg37 <stop
39 stop-color="#7929d2"
41 <stop
43 stop-color="#0070c5"
53 <stop
55 stop-color="#00aeff"
57 <stop
59 stop-color="#9454db"
69 <stop
71 stop-color="#66a9dc"
[all …]
/Zephyr-Core-3.5.0/doc/_doxygen/
Dlogo.svg37 <stop
39 stop-color="#7929d2"
41 <stop
43 stop-color="#0070c5"
53 <stop
55 stop-color="#00aeff"
57 <stop
59 stop-color="#9454db"
69 <stop
71 stop-color="#66a9dc"
[all …]
/Zephyr-Core-3.5.0/tests/net/mocks/
Dassert.c23 /* ztest_test_pass()/ztest_test_fail() are used to stop the execution in assert_post_action()
30 /* Mark the test as passed and stop execution: in assert_post_action()
36 /* Mark the test as failed and stop execution */ in assert_post_action()
/Zephyr-Core-3.5.0/tests/bluetooth/host/host_mocks/
Dassert.c23 /* ztest_test_pass()/ztest_test_fail() are used to stop the execution in assert_post_action()
30 /* Mark the test as passed and stop execution: in assert_post_action()
36 /* Mark the test as failed and stop execution */ in assert_post_action()
/Zephyr-Core-3.5.0/subsys/bluetooth/controller/flash/
Dsoc_flash_nrf_ticker.c45 "Failed to stop work ticker, ticker job busy.\n"); in ticker_stop_work_cb()
58 "Failed to stop prepare ticker.\n"); in ticker_stop_prepare_cb()
63 /* Stop the work ticker, from ULL_LOW context */ in ticker_stop_prepare_cb()
68 "Failed to request the work ticker to stop.\n"); in ticker_stop_prepare_cb()
93 /* Stop the prepare ticker, from ULL_HIGH context */ in time_slot_callback_work()
98 "Failed to stop ticker.\n"); in time_slot_callback_work()
143 "Failed to stop ticker.\n"); in time_slot_delay()
226 /* Stop any scheduled jobs, from thread context */ in nrf_flash_sync_exe()
230 "Failed to stop ticker.\n"); in nrf_flash_sync_exe()
/Zephyr-Core-3.5.0/drivers/flash/
Dsoc_flash_lpc.c50 uint32_t stop; in prepare_erase_write() local
53 stop = (offset+len-1) / sector_size; in prepare_erase_write()
54 FLASHIAP_PrepareSectorForWrite(start, stop); in prepare_erase_write()
63 uint32_t stop; in flash_lpc_erase() local
74 stop = (offset+len-1) / page_size; in flash_lpc_erase()
75 rc = FLASHIAP_ErasePage(start, stop, in flash_lpc_erase()
/Zephyr-Core-3.5.0/modules/canopennode/
Dcanopen_sync.c22 uint32_t stop; /* cycles */ in canopen_sync_thread() local
42 stop = k_cycle_get_32(); in canopen_sync_thread()
43 delta = stop - start; in canopen_sync_thread()
/Zephyr-Core-3.5.0/samples/net/cellular_modem/server/
Dte.py17 udp_echo.stop()
18 udp_receive.stop()
/Zephyr-Core-3.5.0/boards/arm/arduino_nano_33_ble/support/
Dstartup.cmm27 STOP
71 STOP
91 STOP
130 TERM.METHOD COM &termComPort 115200 8 NONE 1STOP NONE
/Zephyr-Core-3.5.0/scripts/net/
Drun-sample-tests.sh107 docker stop "$name"
129 docker stop "$name" > /dev/null
133 echo "Could not stop Docker container '$name'" >&2
144 echo "Could not stop Docker network '$network'" >&2
150 stop > /dev/null 2>&1
297 --stop
298 only stop Docker container and network
344 echo "--start or --stop specified multiple times" >&2
349 --stop)
351 echo "--start or --stop specified multiple times" >&2
/Zephyr-Core-3.5.0/soc/arm/st_stm32/
DKconfig19 bool "Allow debugger attach in stop/sleep Mode"
21 Some STM32 parts disable the DBGMCU in sleep/stop modes because
/Zephyr-Core-3.5.0/drivers/i2c/
Di2c_nios2.c68 uint32_t restart, stop; in i2c_nios2_transfer() local
86 /* convert stop flag */ in i2c_nios2_transfer()
88 stop = ALT_AVALON_I2C_STOP; in i2c_nios2_transfer()
90 stop = ALT_AVALON_I2C_NO_STOP; in i2c_nios2_transfer()
101 restart, stop); in i2c_nios2_transfer()
106 restart, stop); in i2c_nios2_transfer()
/Zephyr-Core-3.5.0/tests/net/lib/lwm2m/interop/
DREADME.md53 start-stop-daemon --make-pidfile --pidfile log/leshan.pid --chdir $(pwd) --background --start \
56 start-stop-daemon --make-pidfile --pidfile log/leshan_bs.pid --chdir $(pwd) --background --start \
64 start-stop-daemon --remove-pidfile --pidfile log/leshan.pid --stop
65 start-stop-daemon --remove-pidfile --pidfile log/leshan_bs.pid --stop
/Zephyr-Core-3.5.0/dts/bindings/spi/
Dnxp,s32-spi.yaml40 A delay in nanoseconds between the stop of clock signal and
41 deactivating Chip Select at the stop of transfer. If CS remains
60 A delay in nanoseconds between deactivating Chip Select at the stop
/Zephyr-Core-3.5.0/dts/bindings/serial/
Duart-controller.yaml26 stop-bits:
29 Sets the number of stop bits.
/Zephyr-Core-3.5.0/drivers/sdhc/
DKconfig.intel42 bool "auto stop command mode"
45 Auto stop command mode support.
/Zephyr-Core-3.5.0/include/zephyr/net/
Ddhcpv6.h77 * @brief Stop DHCPv6 client on an iface
79 * @details Stop DHCPv6 client on a given interface. DHCPv6 client
81 * interface and stop any further negotiation with the server.
/Zephyr-Core-3.5.0/doc/connectivity/bluetooth/api/shell/
Dcap.rst63 unicast-stop :Unicast stop all streams
132 To stop all the streams that has been started, the :code:`cap_initiator unicast-stop` command can be
138 uart:~$ cap_initiator unicast-stop
/Zephyr-Core-3.5.0/samples/subsys/usb/console/
DREADME.rst44 You may need to stop modemmanager via "sudo stop modemmanager", if it is
/Zephyr-Core-3.5.0/soc/arm/nxp_kinetis/ke1xf/
Dpower.c35 /* Set partial stop mode and enable deep sleep */ in pm_state_set()
45 LOG_DBG("partial stop aborted"); in pm_state_set()

12345678910>>...37