/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | heartbeat.rst | 36 publication can be configured to stop after a certain number of messages, or
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | i2c.rst | 30 particularly the start and stop conditions and the clock. This is
|
D | smbus.rst | 49 particularly the start and stop conditions and the clock. This is
|
/Zephyr-latest/drivers/can/ |
D | can_kvaser_pci.c | 136 .stop = can_sja1000_stop,
|
/Zephyr-latest/drivers/ |
D | CMakeLists.txt | 97 # zephyr-keep-sorted-stop
|
/Zephyr-latest/drivers/counter/ |
D | counter_esp32_rtc.c | 215 .stop = counter_esp32_stop,
|
D | counter_native_sim.c | 238 .stop = ctr_stop,
|
D | timer_dtmr_cmsdk_apb.c | 127 .stop = dtmr_cmsdk_apb_stop,
|
D | timer_tmr_cmsdk_apb.c | 124 .stop = tmr_cmsdk_apb_stop,
|
D | counter_mcux_lpc_rtc.c | 224 .stop = mcux_lpc_rtc_stop, 418 .stop = mcux_lpc_rtc_highres_stop,
|
D | counter_timer_shell.c | 228 SHELL_CMD_ARG(stop, &dsub_device_name,
|
D | counter_max32_rtc.c | 225 .stop = api_stop,
|
/Zephyr-latest/drivers/dai/intel/ssp/ |
D | dai-params-intel-ipc4.h | 86 uint32_t stop; member
|
/Zephyr-latest/boards/phytec/phyboard_nash/doc/ |
D | index.rst | 111 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/ |
D | i2c_ifx_xmc4.c | 318 !cfg->callbacks->stop) { in ifx_xmc4_i2c_target_register() 387 callbacks->stop(data->p_target_config); in i2c_xmc4_isr()
|
/Zephyr-latest/scripts/kconfig/ |
D | kconfigfunctions.py | 947 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/ |
D | index.rst | 31 * 8 bits, no parity, 1 stop bit
|
/Zephyr-latest/cmake/compiler/gcc/ |
D | target_riscv.cmake | 99 # mno-relax is needed to stop gcc from generating R_RISCV_ALIGN relocations,
|
/Zephyr-latest/drivers/clock_control/ |
D | clock_control_nrf2_common.c | 132 .stop = onoff_stop_option in clock_config_init()
|
/Zephyr-latest/boards/nxp/frdm_ke17z/ |
D | frdm_ke17z.dts | 91 &stop {
|
/Zephyr-latest/drivers/dma/ |
D | dma_nios2_msgdma.c | 203 .stop = nios2_msgdma_transfer_stop,
|
D | dma_nxp_sof_host_dma.c | 278 .stop = sof_host_dma_stop,
|
/Zephyr-latest/modules/thrift/src/thrift/server/ |
D | TServerFramework.cpp | 220 void TServerFramework::stop() in stop() function in apache::thrift::server::TServerFramework
|
/Zephyr-latest/tests/drivers/i2s/i2s_speed/ |
D | Kconfig | 22 is essential for devices that cannot independently start and stop
|
/Zephyr-latest/cmake/modules/ |
D | yaml.cmake | 122 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})
|