Home
last modified time | relevance | path

Searched refs:start (Results 401 – 425 of 1113) sorted by relevance

1...<<11121314151617181920>>...45

/Zephyr-latest/boards/gd/gd32f407v_start/
Dgd32f407v_start.dts14 compatible = "gd,gd32f407v-start";
/Zephyr-latest/boards/gd/gd32f450v_start/
Dgd32f450v_start.dts14 compatible = "gd,gd32f450v-start";
/Zephyr-latest/cmake/sca/eclair/
Declair.template6 # The first argument after `--` is the start of the compiler call, which is
/Zephyr-latest/include/zephyr/arch/xtensa/
Dmpu.h277 const uintptr_t start; member
/Zephyr-latest/samples/bluetooth/central_past/
DREADME.rst25 another board that will start periodic advertising, to which this sample will
/Zephyr-latest/samples/bluetooth/peripheral_nus/
DREADME.rst13 characteristic, it will start receiving periodic notifications with "Hello World!\n".
/Zephyr-latest/subsys/logging/backends/
DKconfig.net113 bool "Automatically start networking backend"
116 When enabled automatically start the networking backend on
117 application start. If no routes to the logging server are available
/Zephyr-latest/soc/intel/intel_adsp/tools/
Dremote-fw-service.py167 t.start()
350 req_t.start()
352 log_t.start()
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/
Dbap_broadcast_assistant.rst24 will start a discovery for the BASS UUIDs and store the handles, and
69 The Broadcast Assistant will not actually start scanning for periodic
78 BASS scan start successful
/Zephyr-latest/drivers/dma/
Ddmamux_stm32.c69 dma_start_fn start; member
176 if (dma_device->start(dev_config->mux_channels[id].dev_dma, in dmamux_stm32_start()
296 .start = dmamux_stm32_start,
/Zephyr-latest/boards/beagle/beaglebone_ai64/doc/
Dindex.rst58 address, set the PC and start the processor.
108 | Once the image name is configured, send the start command.
109 | ``echo start > /dev/remoteproc/j7-main-r5f0_0/state``
/Zephyr-latest/subsys/net/ip/
DKconfig.stack13 data from application. Each network interface will start one
/Zephyr-latest/drivers/hwinfo/
DCMakeLists.txt11 # zephyr-keep-sorted-start
/Zephyr-latest/boards/gd/gd32e507v_start/
Dgd32e507v_start.dts14 compatible = "gd,gd32e507v-start";
/Zephyr-latest/samples/bluetooth/iso_receive/
DREADME.rst29 another board that will start periodic advertising, create BIG to which this
/Zephyr-latest/drivers/timer/
Dmchp_mec5_ktimer.c328 uint32_t start = mec_hal_btimer_count(btimer); in arch_busy_wait() local
333 if ((curr - start) >= usec_to_wait) { in arch_busy_wait()
/Zephyr-latest/drivers/i2c/
Di2c_bitbang.c96 uint32_t start = k_cycle_get_32(); in i2c_delay() local
99 while (k_cycle_get_32() - start < cycles_to_wait) { in i2c_delay()
/Zephyr-latest/samples/bluetooth/bap_broadcast_sink/
DKconfig12 If set to true, the sample will start advertising connectable for
19 If set to true, the sample will start scanning for Broadcast Sources
/Zephyr-latest/samples/net/sockets/websocket_client/
DREADME.rst11 or HTTPS handshake request to HTTP server, then start to send data and wait for
90 the Linux host terminal window before you start the ``websocket-client``
/Zephyr-latest/tests/kernel/sched/preempt/src/
Dmain.c285 uint64_t start = k_uptime_get(); in worker() local
289 zassert_true(k_uptime_get() - start > 0, in worker()
/Zephyr-latest/tests/arch/arm/arm_interrupt/src/
Darm_interrupt.c369 __set_PSP(arch_current_thread()->stack_info.start + 0x10 + fp_extra_size); in ZTEST()
371 __set_PSP(arch_current_thread()->stack_info.start + 0x10); in ZTEST()
/Zephyr-latest/lib/mem_blocks/
Dmem_blocks.c404 uint8_t *start, *end; in sys_multi_mem_blocks_free() local
408 start = one_alloc->buffer; in sys_multi_mem_blocks_free()
409 end = start + (BIT(one_alloc->info.blk_sz_shift) * in sys_multi_mem_blocks_free()
412 if (((uint8_t *)in_blocks[0] >= start) && in sys_multi_mem_blocks_free()
/Zephyr-latest/drivers/sensor/st/
DCMakeLists.txt4 # zephyr-keep-sorted-start
/Zephyr-latest/samples/bluetooth/periodic_sync_conn/
DREADME.rst30 another board that will start periodic advertising and connect to this sample
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_advertiser.c281 send_cb.start = send_order_start_cb; in send_adv_buf()
328 send_cb.start = single_start_cb; in test_tx_cb_single()
368 send_cb.start = NULL; in test_tx_cb_multi()
379 send_cb.start = seq_start_cb; in test_tx_cb_multi()
661 .start = adv_send_start, in adv_create_and_send()

1...<<11121314151617181920>>...45