Searched refs:start (Results 576 – 600 of 1113) sorted by relevance
1...<<21222324252627282930>>...45
/Zephyr-latest/tests/bluetooth/mesh/delayable_msg/src/ |
D | main.c | 35 .start = start_cb, 65 cb->start(0x0, cb_err_status, cb_data); in bt_mesh_access_send()
|
/Zephyr-latest/subsys/mgmt/ec_host_cmd/backends/ |
D | ec_host_cmd_backend_shi_npcx.c | 287 uint8_t start, end; in shi_npcx_fill_out_status() local 315 start = shi_npcx_valid_obuf_offset(inst); in shi_npcx_fill_out_status() 316 end = (start + SHI_OBUF_FULL_SIZE - EC_SHI_OUT_PREAMBLE_LENGTH) % SHI_OBUF_FULL_SIZE; in shi_npcx_fill_out_status() 318 fill_ptr = inst->OBUF + start; in shi_npcx_fill_out_status()
|
/Zephyr-latest/drivers/flash/ |
D | Kconfig.nrf_rram | 76 Applies to region with configurable start address.
|
/Zephyr-latest/scripts/west_commands/runners/ |
D | stm32flash.py | 70 which means start of flash')
|
/Zephyr-latest/drivers/sensor/bosch/bme280/ |
D | bme280.h | 35 typedef int (*bme280_reg_read_fn)(const union bme280_bus *bus, uint8_t start, uint8_t *buf,
|
/Zephyr-latest/drivers/dma/ |
D | dma_intel_lpss.c | 134 .start = dw_dma_start,
|
/Zephyr-latest/include/zephyr/net/ |
D | virtual.h | 101 int (*start)(const struct device *dev); member
|
/Zephyr-latest/include/zephyr/arch/posix/ |
D | linker.ld | 33 #include <snippets-rom-start.ld>
|
/Zephyr-latest/boards/phytec/phyboard_polis/doc/ |
D | index.rst | 194 address, set the PC and start the processor. 292 To load and start a firmware use this commands: 297 target$ echo start > /sys/class/remoteproc/remoteproc0/state 327 the directory of the program you built earlier to start a debug server: 336 Use another terminal, start gdb, connect to target and load Zephyr on the
|
/Zephyr-latest/samples/subsys/mgmt/updatehub/ |
D | README.rst | 92 To start using the UpdateHub-CE simple execute the docker command with the 166 features. However, the configuration and use is similar to the start 234 start point is try reproduce the `OpenThread Router`_. It is 267 rom start offset: 512 (0x200) 306 rom start offset: 512 (0x200) 419 Your board will reboot and then start with the new image. After rebooting,
|
/Zephyr-latest/subsys/mgmt/mcumgr/mgmt/ |
D | Kconfig | 39 skip the generation of the cbor start- and end byte in `smp_handle_single_payload` and
|
/Zephyr-latest/subsys/ |
D | Kconfig | 9 # zephyr-keep-sorted-start
|
/Zephyr-latest/soc/infineon/cat1b/cyw20829/ |
D | bootstrap.ld | 24 #include <snippets-rom-start.ld>
|
/Zephyr-latest/soc/microchip/mec/mec15xx/ |
D | soc_espi_saf_v1.h | 394 uint32_t start; member
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | i2c.rst | 30 particularly the start and stop conditions and the clock. This is
|
D | smbus.rst | 49 particularly the start and stop conditions and the clock. This is
|
/Zephyr-latest/boards/renesas/rzt2m_starterkit/doc/ |
D | index.rst | 81 Use ``west`` to start the debug server:
|
/Zephyr-latest/drivers/counter/ |
D | counter_esp32_rtc.c | 214 .start = counter_esp32_start,
|
D | counter_native_posix.c | 231 .start = ctr_start,
|
D | timer_dtmr_cmsdk_apb.c | 126 .start = dtmr_cmsdk_apb_start,
|
D | timer_tmr_cmsdk_apb.c | 123 .start = tmr_cmsdk_apb_start,
|
/Zephyr-latest/drivers/dai/intel/ssp/ |
D | dai-params-intel-ipc4.h | 85 uint32_t start; member
|
/Zephyr-latest/cmake/usage/ |
D | usage.cmake | 26 message(" debugserver - Run \"west debugserver\" (or start GDB server on port 1234 for QEMU targe…
|
/Zephyr-latest/drivers/ |
D | CMakeLists.txt | 8 # zephyr-keep-sorted-start
|
/Zephyr-latest/samples/bluetooth/bap_broadcast_source/ |
D | README.rst | 11 Will start advertising extended advertising with audio flags, periodic advertising with the
|
1...<<21222324252627282930>>...45