Home
last modified time | relevance | path

Searched refs:stop (Results 151 – 175 of 471) sorted by relevance

12345678910>>...19

/Zephyr-latest/drivers/counter/
Dcounter_nrfx_timer.c109 static int stop(const struct device *dev) in stop() function
447 .stop = stop,
Dcounter_handlers.c21 COUNTER_HANDLER(stop) in COUNTER_HANDLER() argument
Dcounter_imx_epit.c140 .stop = imx_epit_stop,
/Zephyr-latest/drivers/i2c/
Di2c_mchp_xec.c707 if (slave_cb->stop) { in i2c_xec_bus_isr()
708 slave_cb->stop(data->slave_cfg); in i2c_xec_bus_isr()
716 if (slave_cb->stop) { in i2c_xec_bus_isr()
717 slave_cb->stop(data->slave_cfg); in i2c_xec_bus_isr()
Di2c_mchp_xec_v2.c840 if (target_cb->stop) { in i2c_xec_bus_isr()
841 target_cb->stop(data->target_cfg); in i2c_xec_bus_isr()
849 if (target_cb->stop) { in i2c_xec_bus_isr()
850 target_cb->stop(data->target_cfg); in i2c_xec_bus_isr()
Di2c_ite_it8xxx2.c98 uint8_t stop; member
816 data->stop = 1; in i2c_tran_read()
887 data->stop = 1; in i2c_tran_write()
909 if (!data->stop) { in i2c_pio_transaction()
932 data->stop = 0; in i2c_pio_transaction()
/Zephyr-latest/doc/connectivity/networking/
Dqemu_setup.rst135 When you are finished with network testing using QEMU, you should stop
138 network interfaces. For example, stop them if you switch from testing
142 To stop the daemons, press Ctrl+C in the corresponding terminal windows
143 (you need to stop both ``loop-slip-tap.sh`` and ``loop-socat.sh``).
/Zephyr-latest/samples/subsys/zbus/priority_boost/
Dwith_hlp_priority_boost_feature.svg71 <stop stop-color="#EEEEEE" stop-opacity="0"/>
72 <stop offset="1" stop-color="#EEEEEE"/>
/Zephyr-latest/doc/services/zbus/images/
Dzbus_publishing_process_example_HLP.svg71 <stop stop-color="#EEEEEE" stop-opacity="0"/>
72 <stop offset="1" stop-color="#EEEEEE"/>
/Zephyr-latest/drivers/sensor/
DCMakeLists.txt33 # zephyr-keep-sorted-stop
/Zephyr-latest/subsys/bluetooth/audio/
Dcap_internal.h93 } stop; member
DKconfig.ascs48 int "Milliseconds of delay before ASCS disconnects ISO after stream stop"
/Zephyr-latest/drivers/sensor/st/
DKconfig45 # zephyr-keep-sorted-stop
/Zephyr-latest/drivers/audio/
Dcodec_shell.c190 SHELL_CMD_ARG(stop, &dsub_device_name, CODEC_STOP_HELP, cmd_stop,
/Zephyr-latest/doc/hardware/peripherals/
Dstepper.rst24 a stop is detected using :c:func:`stepper_run`.
/Zephyr-latest/samples/drivers/i2s/echo/
DREADME.rst47 Press Button 1 to toggle the echo effect and Button 2 to stop the streams.
/Zephyr-latest/dts/arm/nxp/
Dnxp_ke1xz.dtsi28 cpu-power-states = <&idle &stop &pstop1 &pstop2>;
37 stop: stop { label
/Zephyr-latest/subsys/net/l2/ppp/
Dppp_l2.c304 if (ppp->stop) { in ppp_down()
306 ppp->stop(net_if_get_device(iface)); in ppp_down()
/Zephyr-latest/subsys/mgmt/mcumgr/transport/
DKconfig.udp71 application to manually start and stop the transport using
/Zephyr-latest/drivers/dma/
Ddma_intel_lpss.c137 .stop = dw_dma_stop,
/Zephyr-latest/include/zephyr/net/
Dvirtual.h104 int (*stop)(const struct device *dev); member
/Zephyr-latest/tests/modules/thrift/ThriftTest/src/
Dmain.cpp157 context.server->stop(); in thrift_test_after()
/Zephyr-latest/doc/connectivity/bluetooth/shell/host/
Dgap.rst23 may see a lot of lines printed on the shell. To stop the scan, run :code:`bt scan off`, the
24 scrolling should stop.
109 identity address instead by running the :code:`bt advertise on identity` command. To stop
115 advertiser, use the :code:`bt adv-start` command, and then the :code:`bt adv-stop` command to stop
136 uart:~$ bt adv-stop
/Zephyr-latest/subsys/
DKconfig58 # zephyr-keep-sorted-stop
/Zephyr-latest/drivers/stepper/adi_tmc/
Dadi_tmc22xx_stepper_controller.c155 .stop = step_dir_stepper_common_stop,

12345678910>>...19