/Zephyr-latest/drivers/counter/ |
D | counter_nrfx_timer.c | 109 static int stop(const struct device *dev) in stop() function 447 .stop = stop,
|
D | counter_handlers.c | 21 COUNTER_HANDLER(stop) in COUNTER_HANDLER() argument
|
D | counter_imx_epit.c | 140 .stop = imx_epit_stop,
|
/Zephyr-latest/drivers/i2c/ |
D | i2c_mchp_xec.c | 707 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()
|
D | i2c_mchp_xec_v2.c | 840 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()
|
D | i2c_ite_it8xxx2.c | 98 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/ |
D | qemu_setup.rst | 135 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/ |
D | with_hlp_priority_boost_feature.svg | 71 <stop stop-color="#EEEEEE" stop-opacity="0"/> 72 <stop offset="1" stop-color="#EEEEEE"/>
|
/Zephyr-latest/doc/services/zbus/images/ |
D | zbus_publishing_process_example_HLP.svg | 71 <stop stop-color="#EEEEEE" stop-opacity="0"/> 72 <stop offset="1" stop-color="#EEEEEE"/>
|
/Zephyr-latest/drivers/sensor/ |
D | CMakeLists.txt | 33 # zephyr-keep-sorted-stop
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | cap_internal.h | 93 } stop; member
|
D | Kconfig.ascs | 48 int "Milliseconds of delay before ASCS disconnects ISO after stream stop"
|
/Zephyr-latest/drivers/sensor/st/ |
D | Kconfig | 45 # zephyr-keep-sorted-stop
|
/Zephyr-latest/drivers/audio/ |
D | codec_shell.c | 190 SHELL_CMD_ARG(stop, &dsub_device_name, CODEC_STOP_HELP, cmd_stop,
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | stepper.rst | 24 a stop is detected using :c:func:`stepper_run`.
|
/Zephyr-latest/samples/drivers/i2s/echo/ |
D | README.rst | 47 Press Button 1 to toggle the echo effect and Button 2 to stop the streams.
|
/Zephyr-latest/dts/arm/nxp/ |
D | nxp_ke1xz.dtsi | 28 cpu-power-states = <&idle &stop &pstop1 &pstop2>; 37 stop: stop { label
|
/Zephyr-latest/subsys/net/l2/ppp/ |
D | ppp_l2.c | 304 if (ppp->stop) { in ppp_down() 306 ppp->stop(net_if_get_device(iface)); in ppp_down()
|
/Zephyr-latest/subsys/mgmt/mcumgr/transport/ |
D | Kconfig.udp | 71 application to manually start and stop the transport using
|
/Zephyr-latest/drivers/dma/ |
D | dma_intel_lpss.c | 137 .stop = dw_dma_stop,
|
/Zephyr-latest/include/zephyr/net/ |
D | virtual.h | 104 int (*stop)(const struct device *dev); member
|
/Zephyr-latest/tests/modules/thrift/ThriftTest/src/ |
D | main.cpp | 157 context.server->stop(); in thrift_test_after()
|
/Zephyr-latest/doc/connectivity/bluetooth/shell/host/ |
D | gap.rst | 23 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/ |
D | Kconfig | 58 # zephyr-keep-sorted-stop
|
/Zephyr-latest/drivers/stepper/adi_tmc/ |
D | adi_tmc22xx_stepper_controller.c | 155 .stop = step_dir_stepper_common_stop,
|