/Zephyr-latest/drivers/stepper/step_dir/ |
D | step_dir_stepper_work_timing.c | 75 .start = step_work_timing_source_start,
|
/Zephyr-latest/soc/nuvoton/npcx/common/ |
D | soc_espi_taf.h | 117 uint32_t start; member
|
/Zephyr-latest/soc/espressif/esp32c2/ |
D | soc.h | 36 extern void esp_rom_ets_set_user_start(uint32_t start);
|
/Zephyr-latest/soc/espressif/esp32c3/ |
D | soc.h | 36 extern void esp_rom_ets_set_user_start(uint32_t start);
|
/Zephyr-latest/drivers/sensor/bosch/ |
D | Kconfig | 4 # zephyr-keep-sorted-start
|
/Zephyr-latest/drivers/dma/ |
D | dma_iproc_pax_v2.h | 78 uint64_t start : 1; /*S :56*/ member
|
/Zephyr-latest/modules/hal_nordic/nrf_802154/sl_opensource/platform/ |
D | nrf_802154_clock_zephyr.c | 18 #error No implementation to start or stop HFCLK due to missing clock_control.
|
/Zephyr-latest/samples/boards/google/twinkie_v2/pda/ |
D | README.rst | 24 After flashing, the LED will start red. Putting the Twinkie in between any
|
/Zephyr-latest/samples/bluetooth/direction_finding_central/boards/ |
D | nrf52833dk_nrf52820.overlay | 14 * antenna for Tx PDU (period before start of Tx CTE).
|
/Zephyr-latest/samples/bluetooth/direction_finding_connectionless_rx/boards/ |
D | nrf52833dk_nrf52820.overlay | 14 * antenna for Rx PDU (period before start of Rx CTE).
|
D | nrf52833dk_nrf52833.overlay | 14 * antenna for Rx PDU (period before start of Rx CTE).
|
/Zephyr-latest/samples/bluetooth/direction_finding_peripheral/boards/ |
D | nrf52833dk_nrf52820.overlay | 14 * antenna for Tx PDU (period before start of Tx CTE).
|
/Zephyr-latest/samples/bluetooth/hci_ipc/ |
D | nrf5340_cpunet_df-bt_ll_sw_split.overlay | 14 * antenna for Tx PDU (period before start of Tx CTE).
|
/Zephyr-latest/dts/riscv/niosv/ |
D | niosv-g.dtsi | 25 /* Platform interrupts IRQs index start from 16 */
|
/Zephyr-latest/boards/st/steval_stwinbx1/ |
D | board.cmake | 9 # Even if flash and start work, dfu-util return error 74. It can be ignored.
|
/Zephyr-latest/subsys/net/lib/coap/ |
D | coap_server_shell.c | 88 SHELL_CMD(start, NULL,
|
/Zephyr-latest/samples/bluetooth/direction_finding_connectionless_tx/boards/ |
D | nrf52833dk_nrf52820.overlay | 14 * antenna for Tx PDU (period before start of Tx CTE).
|
D | nrf52833dk_nrf52833.overlay | 14 * antenna for Tx PDU (period before start of Tx CTE).
|
/Zephyr-latest/tests/drivers/audio/dmic_api/ |
D | README.txt | 7 * Verify the DMIC will not start sampling before it is configured
|
/Zephyr-latest/arch/arm/core/offsets/ |
D | offsets_aarch32.c | 78 GEN_OFFSET_SYM(_thread_stack_info_t, start);
|
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/device/ |
D | fifo_handler.py | 51 self._open_fifo_thread.start() 54 self._opening_monitor_thread.start()
|
/Zephyr-latest/drivers/sensor/ist8310/ |
D | ist8310.c | 23 static inline int ist8310_reg_read(const struct device *dev, uint8_t start, uint8_t *buf, int size) in ist8310_reg_read() argument 27 return cfg->bus_io->read(&cfg->bus, start, buf, size); in ist8310_reg_read()
|
/Zephyr-latest/snippets/xen_dom0/ |
D | README.rst | 39 * build your Zephyr sample/application with ``xen_dom0`` snippet and start it as Xen control domain 51 This will start you a Xen hypervisor with your application as Xen control domain. To make it usable,
|
/Zephyr-latest/boards/up-bridge-the-gap/up_squared_pro_7000/doc/ |
D | up_squared_pro_7000.rst | 70 :start-after: start_include_here 76 :start-after: start_include_here
|
/Zephyr-latest/drivers/crypto/ |
D | crypto_npcx_sha.c | 36 enum ncl_status (*start)(void *ctx, enum ncl_sha_type type); member 106 ret = NPCX_NCL_SHA->start(npcx_ctx->handle, sha_type); in npcx_sha_compute()
|