/Zephyr-latest/doc/build/cmake/ |
D | index.rst | 330 :start-after: """ 339 :start-after: """ 348 :start-after: """ 357 :start-after: """ 367 :start-after: """ 376 :start-after: """ 385 :start-after: """ 394 :start-after: """ 403 :start-after: """ 410 :start-after: """ [all …]
|
/Zephyr-latest/drivers/stepper/ |
D | Kconfig | 33 # zephyr-keep-sorted-start
|
/Zephyr-latest/soc/espressif/esp32c6/ |
D | soc.h | 48 extern void esp_rom_ets_set_user_start(uint32_t start);
|
/Zephyr-latest/cmake/compiler/gcc/ |
D | target_x86.cmake | 19 # start of comments on i386.
|
/Zephyr-latest/drivers/dma/ |
D | dma_intel_adsp_hda_host_in.c | 16 .start = intel_adsp_hda_dma_start,
|
D | dma_intel_adsp_hda_host_out.c | 20 .start = intel_adsp_hda_dma_start,
|
/Zephyr-latest/samples/bluetooth/periodic_sync/ |
D | README.rst | 25 another board that will start periodic advertising, to which this sample will
|
/Zephyr-latest/dts/riscv/niosv/ |
D | niosv-m.dtsi | 25 /* Platform interrupts IRQs index start from 16 */
|
/Zephyr-latest/tests/drivers/build_all/gpio/ |
D | adc_ads1145s0x_gpio.overlay | 40 start-sync-gpios = <&test_gpio 0 0>;
|
/Zephyr-latest/subsys/tracing/sysview/ |
D | Kconfig | 7 bool "Start logging SystemView events on system start"
|
/Zephyr-latest/tests/bluetooth/audio/ascs/uut/ |
D | bap_unicast_server.c | 60 .start = mock_bap_unicast_server_cb_start,
|
/Zephyr-latest/subsys/bluetooth/controller/ticker/ |
D | ticker.c | 268 struct ticker_user_op_start start; member 2316 struct ticker_user_op_start *start = (void *)&user_op->params.start; 2320 LL_ASSERT(start->lazy < TICKER_LAZY_MUST_EXPIRE_KEEP); 2323 if (start->lazy != TICKER_LAZY_MUST_EXPIRE_KEEP) { 2326 (start->lazy == TICKER_LAZY_MUST_EXPIRE) ? 1U : 0U; 2332 ticker->ext_data = start->ext_data; 2355 ticker->ticks_periodic = start->ticks_periodic; 2358 ticker->remainder_periodic = start->remainder_periodic; 2361 ticker->remainder_current = start->remainder_first; 2368 (start->lazy < TICKER_LAZY_MUST_EXPIRE_KEEP) ? start->lazy : [all …]
|
/Zephyr-latest/subsys/mgmt/mcumgr/transport/ |
D | Kconfig.udp | 19 Will start a thread for listening on the configured UDP port. 71 application to manually start and stop the transport using
|
/Zephyr-latest/soc/nxp/imxrt/imxrt118x/ |
D | Kconfig | 54 start address, please don't forget to modify CONTAINER_USER_IMAGE_OFFSET 55 value, this will make ROM could get the user image start address.
|
/Zephyr-latest/doc/connectivity/networking/ |
D | qemu_802154_setup.rst | 33 Step 1 - Compile and start echo-server 62 Step 2 - Compile and start echo-client
|
/Zephyr-latest/doc/build/dts/ |
D | intro-scope-purpose.rst | 39 The API itself is based on C macros. The macro names all start with ``DT_``. In 42 that start with ``DT_`` as well; you might see those in compiler error
|
/Zephyr-latest/arch/riscv/core/ |
D | thread.c | 138 arch_current_thread()->stack_info.start -= K_THREAD_STACK_RESERVED; in arch_user_mode_enter() 155 arch_current_thread()->stack_info.start + in arch_user_mode_enter()
|
/Zephyr-latest/subsys/ipc/ipc_service/lib/ |
D | icmsg.c | 86 int64_t start = k_uptime_get(); in notify_process() local 93 if ((k_uptime_get() - start) > CONFIG_IPC_SERVICE_ICMSG_BOND_NOTIFY_REPEAT_TO_MS) { in notify_process() 97 start = k_uptime_get(); in notify_process()
|
/Zephyr-latest/include/zephyr/data/ |
D | json.h | 56 char *start; member 62 char *start; member 73 char *start; member
|
/Zephyr-latest/subsys/net/l2/wifi/ |
D | wifi_utils.c | 130 bool start = false; in wifi_utils_get_all_chans_in_range() local 169 start = true; in wifi_utils_get_all_chans_in_range() 177 if (start) { in wifi_utils_get_all_chans_in_range()
|
/Zephyr-latest/drivers/regulator/ |
D | regulator_shell.c | 19 size_t len, start, end; in strtomicro() local 48 start = 1; in strtomicro() 50 start = 1; in strtomicro() 52 start = 0; in strtomicro() 57 for (size_t i = start; (i <= end) && (decdiv <= mult); i++) { in strtomicro()
|
/Zephyr-latest/tests/drivers/flash/common/src/ |
D | main.c | 132 uint32_t start; in ZTEST() local 135 start = page_info.start_offset; in ZTEST() 144 start = TEST_AREA_OFFSET; in ZTEST() 148 start, in ZTEST() 163 start + ad_o, in ZTEST()
|
/Zephyr-latest/tests/ztest/error_hook/ |
D | README.txt | 68 - start a thread to test triggering a null address dereferencing, then catch 70 - start a thread to test triggering an illegal instruction, then catch 72 - start a thread to test triggering a divide-by-zero error, then catch 74 - start a thread to call k_oops() then catch the (expected) fatal error. 75 - start a thread to call k_panel() then catch the (expected) fatal error. 78 - start a thread to enter ISR context by calling irq_offload(), then trigger
|
/Zephyr-latest/kernel/ |
D | pipes.c | 272 size_t start, in pipe_buffer_list_populate() argument 278 desc[0].buffer = &buffer[start]; in pipe_buffer_list_populate() 280 if (start < end) { in pipe_buffer_list_populate() 281 desc[0].bytes_to_xfer = end - start; in pipe_buffer_list_populate() 282 return end - start; in pipe_buffer_list_populate() 285 desc[0].bytes_to_xfer = size - start; in pipe_buffer_list_populate() 293 return size - start + end; in pipe_buffer_list_populate()
|
/Zephyr-latest/subsys/debug/coredump/ |
D | coredump_backend_intel_adsp_mem_window.c | 113 .start = coredump_mem_window_backend_start,
|