/Zephyr-latest/subsys/net/lib/coap/ |
D | coap_server_shell.c | 92 SHELL_CMD(stop, NULL,
|
/Zephyr-latest/tests/drivers/i2c/i2c_emul/src/ |
D | emulated_target.cpp | 37 .stop = target_stop_##n, \
|
/Zephyr-latest/tests/drivers/i2c/i2c_target_api/common/ |
D | i2c_virtual.c | 110 config->callbacks->stop(config); in i2c_virtual_msg_write() 141 config->callbacks->stop(config); in i2c_virtual_msg_read()
|
/Zephyr-latest/dts/arc/synopsys/ |
D | arc_iot.dtsi | 201 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/ |
D | IEC-61508-basis.svg | 1 …stop offset="0%" style="stop-color: rgb(218, 232, 252); stop-opacity: 1;"/><stop offset="100%" sty…
|
/Zephyr-latest/soc/nordic/nrf54h/gpd/ |
D | gpd.c | 39 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/ |
D | nrf53_cpunet_mgmt.c | 74 .stop = onoff_stop in nrf53_cpunet_mgmt_init()
|
/Zephyr-latest/soc/st/stm32/ |
D | Kconfig | 34 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/ |
D | dhcpv4.c | 256 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/ |
D | i2s_nrfx.c | 39 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/ |
D | counter_renesas_rz_gtm.c | 170 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/ |
D | mtk_adsp_load.py | 90 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/ |
D | dma_dw.c | 54 .stop = dw_dma_stop,
|
D | dmamux_stm32.c | 70 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/ |
D | Kconfig | 24 # zephyr-keep-sorted-stop
|
/Zephyr-latest/drivers/audio/ |
D | dmic_nrfx_pdm.c | 69 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/ |
D | i2c_ifx_cat1.c | 159 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()
|
D | i2c_lpc11u6x.c | 256 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/ |
D | CMakeLists.txt | 45 # zephyr-keep-sorted-stop
|
/Zephyr-latest/drivers/hwinfo/ |
D | CMakeLists.txt | 39 # zephyr-keep-sorted-stop
|
/Zephyr-latest/drivers/ethernet/ |
D | eth_test.c | 115 .stop = vnd_ethernet_stop,
|
/Zephyr-latest/samples/drivers/i2s/output/ |
D | README.rst | 15 The I2S TX queue will then be drained, and audio output will stop.
|
/Zephyr-latest/samples/boards/st/bluetooth/interactive_gui/ |
D | README.rst | 28 * 8 bits, no parity, 1 stop bit
|
/Zephyr-latest/kernel/ |
D | work.c | 825 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/ |
D | step_dir_stepper_counter_timing.c | 119 .stop = step_counter_timing_source_stop,
|