/Zephyr-latest/boards/gd/gd32f407v_start/ |
D | gd32f407v_start.dts | 14 compatible = "gd,gd32f407v-start";
|
/Zephyr-latest/boards/gd/gd32f450v_start/ |
D | gd32f450v_start.dts | 14 compatible = "gd,gd32f450v-start";
|
/Zephyr-latest/cmake/sca/eclair/ |
D | eclair.template | 6 # The first argument after `--` is the start of the compiler call, which is
|
/Zephyr-latest/include/zephyr/arch/xtensa/ |
D | mpu.h | 277 const uintptr_t start; member
|
/Zephyr-latest/samples/bluetooth/central_past/ |
D | README.rst | 25 another board that will start periodic advertising, to which this sample will
|
/Zephyr-latest/samples/bluetooth/peripheral_nus/ |
D | README.rst | 13 characteristic, it will start receiving periodic notifications with "Hello World!\n".
|
/Zephyr-latest/subsys/logging/backends/ |
D | Kconfig.net | 113 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/ |
D | remote-fw-service.py | 167 t.start() 350 req_t.start() 352 log_t.start()
|
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/ |
D | bap_broadcast_assistant.rst | 24 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/ |
D | dmamux_stm32.c | 69 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/ |
D | index.rst | 58 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/ |
D | Kconfig.stack | 13 data from application. Each network interface will start one
|
/Zephyr-latest/drivers/hwinfo/ |
D | CMakeLists.txt | 11 # zephyr-keep-sorted-start
|
/Zephyr-latest/boards/gd/gd32e507v_start/ |
D | gd32e507v_start.dts | 14 compatible = "gd,gd32e507v-start";
|
/Zephyr-latest/samples/bluetooth/iso_receive/ |
D | README.rst | 29 another board that will start periodic advertising, create BIG to which this
|
/Zephyr-latest/drivers/timer/ |
D | mchp_mec5_ktimer.c | 328 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/ |
D | i2c_bitbang.c | 96 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/ |
D | Kconfig | 12 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/ |
D | README.rst | 11 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/ |
D | main.c | 285 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/ |
D | arm_interrupt.c | 369 __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/ |
D | mem_blocks.c | 404 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/ |
D | CMakeLists.txt | 4 # zephyr-keep-sorted-start
|
/Zephyr-latest/samples/bluetooth/periodic_sync_conn/ |
D | README.rst | 30 another board that will start periodic advertising and connect to this sample
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | test_advertiser.c | 281 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()
|