Home
last modified time | relevance | path

Searched refs:start (Results 426 – 450 of 1113) sorted by relevance

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

/Zephyr-latest/samples/bluetooth/iso_broadcast_benchmark/
DREADME.rst48 #. In one of the terminal emulators, type "r" to start the application on the
50 #. In the other terminal emulator, type "b" to start the application in the
92 otherwise continue with the current settings. The broadcaster will then start
/Zephyr-latest/samples/drivers/clock_control_litex/
DREADME.rst25 :start-at: clk0: clock-controller@0 {
31 :start-at: clk1: clock-controller@1 {
37 :start-at: clock0: clock@e0004800 {
/Zephyr-latest/samples/bluetooth/iso_connected_benchmark/
DREADME.rst47 #. In one of the terminal emulators, type "c" to start the application on the
49 #. In the other terminal emulator, type "p" to start the application in the
88 otherwise continue with the current settings. The central will then start
/Zephyr-latest/drivers/ieee802154/
DKconfig.rf2xx30 might need it too). And of course it has to start before the net stack.
/Zephyr-latest/drivers/ethernet/
Deth_test.c114 .start = vnd_ethernet_start,
/Zephyr-latest/snippets/xen_dom0/boards/
Drcar_h3ulcb_r8a77951_a57.overlay30 * start Xen for your platform and check following log:
Drcar_salvator_xs.overlay30 * start Xen for your platform and check following log:
/Zephyr-latest/drivers/usb_c/tcpc/
DKconfig20 so that it can start before the USBC sub-system.
/Zephyr-latest/soc/renesas/ra/ra4m2/
Dsections.ld17 /* If DTC is used, put the DTC vector table at the start of SRAM.
/Zephyr-latest/soc/renesas/ra/ra4m3/
Dsections.ld17 /* If DTC is used, put the DTC vector table at the start of SRAM.
/Zephyr-latest/soc/renesas/ra/ra6e1/
Dsections.ld17 /* If DTC is used, put the DTC vector table at the start of SRAM.
/Zephyr-latest/soc/renesas/ra/ra6m4/
Dsections.ld17 /* If DTC is used, put the DTC vector table at the start of SRAM.
/Zephyr-latest/soc/renesas/ra/ra6m5/
Dsections.ld17 /* If DTC is used, put the DTC vector table at the start of SRAM.
/Zephyr-latest/soc/renesas/ra/ra8d1/
Dsections.ld17 /* If DTC is used, put the DTC vector table at the start of SRAM.
/Zephyr-latest/soc/renesas/ra/ra8m1/
Dsections.ld17 /* If DTC is used, put the DTC vector table at the start of SRAM.
/Zephyr-latest/soc/renesas/ra/ra8t1/
Dsections.ld17 /* If DTC is used, put the DTC vector table at the start of SRAM.
/Zephyr-latest/samples/net/sockets/tcp/
DREADME.rst16 Compile and start the `net-test-tools`_:
/Zephyr-latest/tests/drivers/coredump/coredump_api/src/
Dmain.c31 .start = (uintptr_t)&values_to_dump,
/Zephyr-latest/include/zephyr/linker/
Dllext-sections.ld26 * NOTE: This section MUST start at address 0, as the post-processing scripts
/Zephyr-latest/drivers/serial/
DCMakeLists.txt7 # zephyr-keep-sorted-start
14 # zephyr-keep-sorted-start
/Zephyr-latest/drivers/sdhc/
Dintel_emmc_host.h179 #define GET_BITS(reg_name, start, width) ((reg_name) & (((1 << (width)) - 1) << (start))) argument
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/
Dgmap.rst79 stream 0x200204d0 start operation rsp_code 0 reason 0
81 Unicast start completed
/Zephyr-latest/include/zephyr/net/
Dieee802154_radio.h1200 net_time_t start; member
1742 int (*start)(const struct device *dev); member
/Zephyr-latest/include/zephyr/arch/arm/mpu/
Darm_mpu_v7m.h285 #define _ARCH_MEM_PARTITION_ALIGN_CHECK(start, size) \ argument
288 !((uint32_t)(start) & ((size) - 1)), \
Darm_mpu_v8.h409 #define _ARCH_MEM_PARTITION_ALIGN_CHECK(start, size) \ argument
410 BUILD_ASSERT((size > 0) && ((uint32_t)start % \

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