Home
last modified time | relevance | path

Searched refs:start (Results 326 – 350 of 1113) sorted by relevance

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

/Zephyr-latest/doc/build/cmake/
Dindex.rst330 :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/
DKconfig33 # zephyr-keep-sorted-start
/Zephyr-latest/soc/espressif/esp32c6/
Dsoc.h48 extern void esp_rom_ets_set_user_start(uint32_t start);
/Zephyr-latest/cmake/compiler/gcc/
Dtarget_x86.cmake19 # start of comments on i386.
/Zephyr-latest/drivers/dma/
Ddma_intel_adsp_hda_host_in.c16 .start = intel_adsp_hda_dma_start,
Ddma_intel_adsp_hda_host_out.c20 .start = intel_adsp_hda_dma_start,
/Zephyr-latest/samples/bluetooth/periodic_sync/
DREADME.rst25 another board that will start periodic advertising, to which this sample will
/Zephyr-latest/dts/riscv/niosv/
Dniosv-m.dtsi25 /* Platform interrupts IRQs index start from 16 */
/Zephyr-latest/tests/drivers/build_all/gpio/
Dadc_ads1145s0x_gpio.overlay40 start-sync-gpios = <&test_gpio 0 0>;
/Zephyr-latest/subsys/tracing/sysview/
DKconfig7 bool "Start logging SystemView events on system start"
/Zephyr-latest/tests/bluetooth/audio/ascs/uut/
Dbap_unicast_server.c60 .start = mock_bap_unicast_server_cb_start,
/Zephyr-latest/subsys/bluetooth/controller/ticker/
Dticker.c268 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/
DKconfig.udp19 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/
DKconfig54 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/
Dqemu_802154_setup.rst33 Step 1 - Compile and start echo-server
62 Step 2 - Compile and start echo-client
/Zephyr-latest/doc/build/dts/
Dintro-scope-purpose.rst39 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/
Dthread.c138 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/
Dicmsg.c86 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/
Djson.h56 char *start; member
62 char *start; member
73 char *start; member
/Zephyr-latest/subsys/net/l2/wifi/
Dwifi_utils.c130 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/
Dregulator_shell.c19 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/
Dmain.c132 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/
DREADME.txt68 - 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/
Dpipes.c272 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/
Dcoredump_backend_intel_adsp_mem_window.c113 .start = coredump_mem_window_backend_start,

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