Home
last modified time | relevance | path

Searched refs:stop (Results 101 – 125 of 471) sorted by relevance

12345678910>>...19

/Zephyr-latest/subsys/net/lib/coap/
Dcoap_server_shell.c92 SHELL_CMD(stop, NULL,
/Zephyr-latest/tests/drivers/i2c/i2c_emul/src/
Demulated_target.cpp37 .stop = target_stop_##n, \
/Zephyr-latest/tests/drivers/i2c/i2c_target_api/common/
Di2c_virtual.c110 config->callbacks->stop(config); in i2c_virtual_msg_write()
141 config->callbacks->stop(config); in i2c_virtual_msg_read()
/Zephyr-latest/dts/arc/synopsys/
Darc_iot.dtsi201 interrupt-names = "error", "stop", "tx", "rx";
213 interrupt-names = "error", "stop", "tx", "rx";
225 interrupt-names = "error", "stop", "tx", "rx";
/Zephyr-latest/doc/safety/images/
DIEC-61508-basis.svg1stop offset="0%" style="stop-color: rgb(218, 232, 252); stop-opacity: 1;"/><stop offset="100%" sty…
/Zephyr-latest/soc/nordic/nrf54h/gpd/
Dgpd.c39 static void stop(struct onoff_manager *mgr, onoff_notify_fn notify);
76 ONOFF_TRANSITIONS_INITIALIZER(start, stop, NULL);
197 static void stop(struct onoff_manager *mgr, onoff_notify_fn notify) in stop() function
/Zephyr-latest/soc/nordic/nrf53/
Dnrf53_cpunet_mgmt.c74 .stop = onoff_stop in nrf53_cpunet_mgmt_init()
/Zephyr-latest/soc/st/stm32/
DKconfig34 bool "Allow debugger attach in stop/sleep Mode"
36 Some STM32 parts disable the DBGMCU in sleep/stop modes because
/Zephyr-latest/subsys/net/lib/shell/
Ddhcpv4.c256 SHELL_CMD_ARG(stop, NULL, "Stop the DHCPv4 server operation on the interface.\n"
272 SHELL_CMD_ARG(stop, NULL, "Stop the DHCPv4 client operation on the interface.\n"
/Zephyr-latest/drivers/i2s/
Di2s_nrfx.c39 bool stop; /* stop after the current (TX or RX) block */ member
331 drv_data->stop) { in data_handler()
357 if (drv_data->stop) { in data_handler()
376 drv_data->stop = true; in data_handler()
860 drv_data->stop = false; in i2s_nrfx_trigger()
868 drv_data->stop = true; in i2s_nrfx_trigger()
874 drv_data->stop = (drv_data->active_dir == I2S_DIR_RX); in i2s_nrfx_trigger()
/Zephyr-latest/drivers/counter/
Dcounter_renesas_rz_gtm.c170 err = cfg->fsp_api->stop(data->fsp_ctrl); in counter_rz_gtm_stop()
394 ret = cfg->fsp_api->stop(data->fsp_ctrl); in counter_rz_gtm_set_top_value()
425 cfg->fsp_api->stop(data->fsp_ctrl); in counter_rz_gtm_set_top_value()
431 cfg->fsp_api->stop(data->fsp_ctrl); in counter_rz_gtm_set_top_value()
498 .stop = counter_rz_gtm_stop,
/Zephyr-latest/soc/mediatek/mt8xxx/
Dmtk_adsp_load.py90 def stop(self): member in MT8195
95 self.stop()
120 def stop(self): member in MT818x
153 def stop(self): member in MT8196
/Zephyr-latest/drivers/dma/
Ddma_dw.c54 .stop = dw_dma_stop,
Ddmamux_stm32.c70 dma_stop_fn stop; member
196 if (dma_device->stop(dev_config->mux_channels[id].dev_dma, in dmamux_stm32_stop()
297 .stop = dmamux_stm32_stop,
/Zephyr-latest/drivers/sensor/ti/
DKconfig24 # zephyr-keep-sorted-stop
/Zephyr-latest/drivers/audio/
Ddmic_nrfx_pdm.c69 bool stop = false; in event_handler() local
79 stop = true; in event_handler()
99 stop = true; in event_handler()
145 stop = true; in event_handler()
151 if (stop) { in event_handler()
/Zephyr-latest/drivers/i2c/
Di2c_ifx_cat1.c159 if (data->p_target_config->callbacks->stop) { in ifx_master_event_handler()
160 data->p_target_config->callbacks->stop(data->p_target_config); in ifx_master_event_handler()
165 if (data->p_target_config->callbacks->stop) { in ifx_master_event_handler()
166 data->p_target_config->callbacks->stop(data->p_target_config); in ifx_master_event_handler()
Di2c_lpc11u6x.c256 data->slave->callbacks->stop(data->slave); in lpc11u6x_i2c_isr()
261 data->slave->callbacks->stop(data->slave); in lpc11u6x_i2c_isr()
280 data->slave->callbacks->stop(data->slave); in lpc11u6x_i2c_isr()
/Zephyr-latest/drivers/sensor/st/
DCMakeLists.txt45 # zephyr-keep-sorted-stop
/Zephyr-latest/drivers/hwinfo/
DCMakeLists.txt39 # zephyr-keep-sorted-stop
/Zephyr-latest/drivers/ethernet/
Deth_test.c115 .stop = vnd_ethernet_stop,
/Zephyr-latest/samples/drivers/i2s/output/
DREADME.rst15 The I2S TX queue will then be drained, and audio output will stop.
/Zephyr-latest/samples/boards/st/bluetooth/interactive_gui/
DREADME.rst28 * 8 bits, no parity, 1 stop bit
/Zephyr-latest/kernel/
Dwork.c825 SYS_PORT_TRACING_OBJ_FUNC_ENTER(k_work_queue, stop, queue, timeout); in k_work_queue_stop()
830 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_work_queue, stop, queue, timeout, -EALREADY); in k_work_queue_stop()
836 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_work_queue, stop, queue, timeout, -EBUSY); in k_work_queue_stop()
843 SYS_PORT_TRACING_OBJ_FUNC_BLOCKING(k_work_queue, stop, queue, timeout); in k_work_queue_stop()
848 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_work_queue, stop, queue, timeout, -ETIMEDOUT); in k_work_queue_stop()
852 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_work_queue, stop, queue, timeout, 0); in k_work_queue_stop()
/Zephyr-latest/drivers/stepper/step_dir/
Dstep_dir_stepper_counter_timing.c119 .stop = step_counter_timing_source_stop,

12345678910>>...19