/Zephyr-latest/samples/net/cellular_modem/server/ |
D | te_udp_echo.py | 16 def stop(self): member in TEUDPEcho
|
/Zephyr-latest/samples/drivers/i2c/custom_target/src/ |
D | main.c | 75 .stop = sample_target_stop_cb,
|
/Zephyr-latest/subsys/bluetooth/host/classic/ |
D | rfcomm_internal.h | 121 #define BT_RFCOMM_SET_LINE_SETTINGS(data, stop, parity) ((data & 0x3) | \ argument 122 ((stop & 0x1) << 2) | \
|
/Zephyr-latest/drivers/sensor/ams/ |
D | Kconfig | 14 # zephyr-keep-sorted-stop
|
/Zephyr-latest/drivers/dma/ |
D | dma_intel_adsp_hda_link_in.c | 20 .stop = intel_adsp_hda_dma_stop,
|
D | dma_intel_adsp_hda_link_out.c | 20 .stop = intel_adsp_hda_dma_stop,
|
D | dma_intel_adsp_hda_host_in.c | 17 .stop = intel_adsp_hda_dma_stop,
|
D | dma_intel_adsp_hda_host_out.c | 21 .stop = intel_adsp_hda_dma_stop,
|
/Zephyr-latest/tests/net/lib/lwm2m/interop/pytest/ |
D | test_nosec.py | 46 helperclient.stop()
|
/Zephyr-latest/include/zephyr/drivers/ |
D | stepper.h | 212 stepper_stop_t stop; member 481 if (api->stop == NULL) { in z_impl_stepper_stop() 484 return api->stop(dev); in z_impl_stepper_stop()
|
/Zephyr-latest/drivers/i2c/ |
D | i2c_sy1xx.c | 188 bool stop) in sy1xx_i2c_read() argument 218 if (stop) { in sy1xx_i2c_read() 269 bool stop) in sy1xx_i2c_write() argument 300 if (stop) { in sy1xx_i2c_write()
|
D | i2c_sc18im704.c | 154 uint8_t stop = SC18IM704_CMD_STOP; in i2c_sc18im_transfer_msg() local 171 ret = sc18im704_transfer(dev, &stop, 1, msg->buf, msg->len); in i2c_sc18im_transfer_msg() 183 ret = sc18im704_transfer(dev, &stop, 1, NULL, 0); in i2c_sc18im_transfer_msg()
|
/Zephyr-latest/drivers/sensor/ti/ |
D | CMakeLists.txt | 24 # zephyr-keep-sorted-stop
|
/Zephyr-latest/drivers/sensor/nxp/ |
D | Kconfig | 15 # zephyr-keep-sorted-stop
|
/Zephyr-latest/drivers/i2c/target/ |
D | Kconfig | 30 # zephyr-keep-sorted-stop
|
/Zephyr-latest/lib/utils/ |
D | onoff.c | 146 || (transitions->stop == NULL)) { in onoff_manager_init() 352 transit = mgr->transitions->stop; in process_event() 480 bool stop = false; /* trigger a stop transition */ in onoff_release() local 497 stop = (mgr->refs == 0); in onoff_release() 500 if (stop) { in onoff_release()
|
/Zephyr-latest/drivers/sensor/maxim/ |
D | Kconfig | 16 # zephyr-keep-sorted-stop
|
/Zephyr-latest/drivers/spi/ |
D | CMakeLists.txt | 12 # zephyr-keep-sorted-stop 66 # zephyr-keep-sorted-stop
|
/Zephyr-latest/samples/drivers/stepper/generic/ |
D | README.rst | 20 stop and disable. 52 [00:00:02.164,000] <inf> stepper: mode: stop
|
/Zephyr-latest/subsys/net/lib/shell/ |
D | dhcpv6.c | 80 SHELL_CMD_ARG(stop, NULL, "Stop the Dhcpv6 client operation on the interface.\n"
|
/Zephyr-latest/tests/bluetooth/audio/ascs/uut/ |
D | bap_unicast_server.c | 68 .stop = mock_bap_unicast_server_cb_stop,
|
/Zephyr-latest/tests/net/lib/lwm2m/interop/ |
D | README.md | 47 sudo ./net-setup.sh --config docker.conf stop 85 start-stop-daemon --make-pidfile --pidfile log/leshan.pid --chdir $(pwd) --background --start \ 88 start-stop-daemon --make-pidfile --pidfile log/leshan_bs.pid --chdir $(pwd) --background --start \ 96 start-stop-daemon --remove-pidfile --pidfile log/leshan.pid --stop 97 start-stop-daemon --remove-pidfile --pidfile log/leshan_bs.pid --stop
|
/Zephyr-latest/drivers/sensor/bosch/ |
D | Kconfig | 19 # zephyr-keep-sorted-stop
|
/Zephyr-latest/drivers/stepper/ |
D | Kconfig | 39 # zephyr-keep-sorted-stop
|
/Zephyr-latest/drivers/stepper/step_dir/ |
D | step_dir_stepper_work_timing.c | 77 .stop = step_work_timing_source_stop,
|