Home
last modified time | relevance | path

Searched refs:stop (Results 176 – 200 of 471) sorted by relevance

12345678910>>...19

/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dheartbeat.rst36 publication can be configured to stop after a certain number of messages, or
/Zephyr-latest/doc/hardware/peripherals/
Di2c.rst30 particularly the start and stop conditions and the clock. This is
Dsmbus.rst49 particularly the start and stop conditions and the clock. This is
/Zephyr-latest/drivers/can/
Dcan_kvaser_pci.c136 .stop = can_sja1000_stop,
/Zephyr-latest/drivers/
DCMakeLists.txt97 # zephyr-keep-sorted-stop
/Zephyr-latest/drivers/counter/
Dcounter_esp32_rtc.c215 .stop = counter_esp32_stop,
Dcounter_native_sim.c238 .stop = ctr_stop,
Dtimer_dtmr_cmsdk_apb.c127 .stop = dtmr_cmsdk_apb_stop,
Dtimer_tmr_cmsdk_apb.c124 .stop = tmr_cmsdk_apb_stop,
Dcounter_mcux_lpc_rtc.c224 .stop = mcux_lpc_rtc_stop,
418 .stop = mcux_lpc_rtc_highres_stop,
Dcounter_timer_shell.c228 SHELL_CMD_ARG(stop, &dsub_device_name,
Dcounter_max32_rtc.c225 .stop = api_stop,
/Zephyr-latest/drivers/dai/intel/ssp/
Ddai-params-intel-ipc4.h86 uint32_t stop; member
/Zephyr-latest/boards/phytec/phyboard_nash/doc/
Dindex.rst111 plug the SD card into the board. Power it up and stop the u-boot execution at
140 plug the SD card into the board. Power it up and stop the u-boot execution at
/Zephyr-latest/drivers/i2c/
Di2c_ifx_xmc4.c318 !cfg->callbacks->stop) { in ifx_xmc4_i2c_target_register()
387 callbacks->stop(data->p_target_config); in i2c_xmc4_isr()
/Zephyr-latest/scripts/kconfig/
Dkconfigfunctions.py947 def substring(kconf, _, string, start, stop=None): argument
951 if stop is not None:
952 return string[int(start):int(stop)]
/Zephyr-latest/boards/shields/x_nucleo_wb05kn1/doc/
Dindex.rst31 * 8 bits, no parity, 1 stop bit
/Zephyr-latest/cmake/compiler/gcc/
Dtarget_riscv.cmake99 # mno-relax is needed to stop gcc from generating R_RISCV_ALIGN relocations,
/Zephyr-latest/drivers/clock_control/
Dclock_control_nrf2_common.c132 .stop = onoff_stop_option in clock_config_init()
/Zephyr-latest/boards/nxp/frdm_ke17z/
Dfrdm_ke17z.dts91 &stop {
/Zephyr-latest/drivers/dma/
Ddma_nios2_msgdma.c203 .stop = nios2_msgdma_transfer_stop,
Ddma_nxp_sof_host_dma.c278 .stop = sof_host_dma_stop,
/Zephyr-latest/modules/thrift/src/thrift/server/
DTServerFramework.cpp220 void TServerFramework::stop() in stop() function in apache::thrift::server::TServerFramework
/Zephyr-latest/tests/drivers/i2s/i2s_speed/
DKconfig22 is essential for devices that cannot independently start and stop
/Zephyr-latest/cmake/modules/
Dyaml.cmake122 math(EXPR stop "${index} + ${length} - 1")
123 foreach(i RANGE ${index} ${stop})
154 math(EXPR stop "${index} + ${length} - 1")
156 foreach(i RANGE ${index} ${stop})
557 math(EXPR stop "${length} - 1")
558 foreach(i RANGE 0 ${stop})

12345678910>>...19