/Zephyr-latest/samples/bluetooth/iso_broadcast_benchmark/ |
D | README.rst | 48 #. 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/ |
D | README.rst | 25 :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/ |
D | README.rst | 47 #. 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/ |
D | Kconfig.rf2xx | 30 might need it too). And of course it has to start before the net stack.
|
/Zephyr-latest/drivers/ethernet/ |
D | eth_test.c | 114 .start = vnd_ethernet_start,
|
/Zephyr-latest/snippets/xen_dom0/boards/ |
D | rcar_h3ulcb_r8a77951_a57.overlay | 30 * start Xen for your platform and check following log:
|
D | rcar_salvator_xs.overlay | 30 * start Xen for your platform and check following log:
|
/Zephyr-latest/drivers/usb_c/tcpc/ |
D | Kconfig | 20 so that it can start before the USBC sub-system.
|
/Zephyr-latest/soc/renesas/ra/ra4m2/ |
D | sections.ld | 17 /* If DTC is used, put the DTC vector table at the start of SRAM.
|
/Zephyr-latest/soc/renesas/ra/ra4m3/ |
D | sections.ld | 17 /* If DTC is used, put the DTC vector table at the start of SRAM.
|
/Zephyr-latest/soc/renesas/ra/ra6e1/ |
D | sections.ld | 17 /* If DTC is used, put the DTC vector table at the start of SRAM.
|
/Zephyr-latest/soc/renesas/ra/ra6m4/ |
D | sections.ld | 17 /* If DTC is used, put the DTC vector table at the start of SRAM.
|
/Zephyr-latest/soc/renesas/ra/ra6m5/ |
D | sections.ld | 17 /* If DTC is used, put the DTC vector table at the start of SRAM.
|
/Zephyr-latest/soc/renesas/ra/ra8d1/ |
D | sections.ld | 17 /* If DTC is used, put the DTC vector table at the start of SRAM.
|
/Zephyr-latest/soc/renesas/ra/ra8m1/ |
D | sections.ld | 17 /* If DTC is used, put the DTC vector table at the start of SRAM.
|
/Zephyr-latest/soc/renesas/ra/ra8t1/ |
D | sections.ld | 17 /* If DTC is used, put the DTC vector table at the start of SRAM.
|
/Zephyr-latest/samples/net/sockets/tcp/ |
D | README.rst | 16 Compile and start the `net-test-tools`_:
|
/Zephyr-latest/tests/drivers/coredump/coredump_api/src/ |
D | main.c | 31 .start = (uintptr_t)&values_to_dump,
|
/Zephyr-latest/include/zephyr/linker/ |
D | llext-sections.ld | 26 * NOTE: This section MUST start at address 0, as the post-processing scripts
|
/Zephyr-latest/drivers/serial/ |
D | CMakeLists.txt | 7 # zephyr-keep-sorted-start 14 # zephyr-keep-sorted-start
|
/Zephyr-latest/drivers/sdhc/ |
D | intel_emmc_host.h | 179 #define GET_BITS(reg_name, start, width) ((reg_name) & (((1 << (width)) - 1) << (start))) argument
|
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/ |
D | gmap.rst | 79 stream 0x200204d0 start operation rsp_code 0 reason 0 81 Unicast start completed
|
/Zephyr-latest/include/zephyr/net/ |
D | ieee802154_radio.h | 1200 net_time_t start; member 1742 int (*start)(const struct device *dev); member
|
/Zephyr-latest/include/zephyr/arch/arm/mpu/ |
D | arm_mpu_v7m.h | 285 #define _ARCH_MEM_PARTITION_ALIGN_CHECK(start, size) \ argument 288 !((uint32_t)(start) & ((size) - 1)), \
|
D | arm_mpu_v8.h | 409 #define _ARCH_MEM_PARTITION_ALIGN_CHECK(start, size) \ argument 410 BUILD_ASSERT((size > 0) && ((uint32_t)start % \
|