Home
last modified time | relevance | path

Searched refs:vs (Results 1 – 25 of 56) sorted by relevance

123

/Zephyr-latest/samples/bluetooth/hci_vs_scan_req/src/
Dmain.c87 struct bt_hci_evt_vs *vs; in vs_scanned() local
89 vs = net_buf_simple_pull_mem(buf, sizeof(*vs)); in vs_scanned()
93 vs->subevent, bt_addr_le_str(&evt->addr), evt->rssi); in vs_scanned()
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_senml_cbor.cddl10 vs => tstr // ; String Value
28 vs = 3
/Zephyr-latest/samples/bluetooth/hci_pwr_ctrl/boards/
Dqemu_cortex_m3.overlay2 bt-hci-vs-ext;
Dqemu_x86.overlay2 bt-hci-vs-ext;
/Zephyr-latest/doc/hardware/peripherals/
Despi.rst13 The technical advancements include lower voltage signal levels (1.8V vs. 3.3V),
14 lower pin count, and the frequency is twice as fast (66MHz vs. 33MHz)
/Zephyr-latest/drivers/disk/nvme/
Dnvme_controller.c260 uint32_t cap_lo, cap_hi, to, vs, pmrcap; in nvme_controller_gather_info() local
284 vs = nvme_mmio_read_4(regs, vs); in nvme_controller_gather_info()
285 LOG_DBG("Version: 0x%08x: %d.%d", vs, in nvme_controller_gather_info()
286 NVME_MAJOR(vs), NVME_MINOR(vs)); in nvme_controller_gather_info()
Dnvme.h19 uint32_t vs; /* version */ member
337 uint8_t vs[1024]; member
/Zephyr-latest/boards/raspberrypi/rpi_pico2/
Drpi_pico2_rp2350a_m33.dts19 /* there's nothing specific to the Cortex-M33 cores vs the (not yet
/Zephyr-latest/boards/shields/st_b_lcd40_dsi1_mb1166/boards/
Dstm32h747i_disco_stm32h747xx_m7.overlay43 vs-active-high;
/Zephyr-latest/doc/build/dts/
Dindex.rst34 dt-vs-kconfig.rst
/Zephyr-latest/boards/common/
Dopenocd-nrf5.board.cmake3 # Infer nrf51 vs nrf52 etc from the BOARD name. This enforces a board
/Zephyr-latest/doc/kernel/data_structures/
Ddlist.rst48 implementation that has zero overhead vs. the normal list processing).
64 prev/next pointers of a node vs. the list struct address.
/Zephyr-latest/samples/modules/cmsis_dsp/moving_average/
DREADME.rst25 processors vs. other architectures, the sample outputs the time and number of cycles it took to
/Zephyr-latest/samples/net/sockets/echo/
DREADME.rst53 the same except the header files are different for Zephyr vs POSIX.)
/Zephyr-latest/samples/net/sockets/echo_async_select/
DREADME.rst55 the same except the header files are different for Zephyr vs POSIX, and
/Zephyr-latest/dts/arm/ti/
Dcc32xx.dtsi18 /* Note: Zephyr uses exception numbers, vs the IRQ #s used by the CC32XX SDK */
/Zephyr-latest/samples/net/sockets/dumb_http_server/
DREADME.rst65 the same except the header files are different for Zephyr vs POSIX.)
/Zephyr-latest/samples/net/sockets/echo_async/
DREADME.rst63 the same except the header files are different for Zephyr vs POSIX, and
/Zephyr-latest/doc/hardware/peripherals/sensor/
Dfetch_and_get.rst58 Some notable attributes of using a driver dedicated thread vs the system work
/Zephyr-latest/samples/net/sockets/http_get/
DREADME.rst83 the same except the header files are different for Zephyr vs POSIX.)
/Zephyr-latest/cmake/linker_script/common/
Dcommon-ram.cmake4 # ld align has been changed to subalign to provide identical behavior scatter vs. ld.
Dcommon-rom.cmake17 # ld align has been changed to subalign to provide identical behavior scatter vs. ld.
/Zephyr-latest/doc/project/
Dtsc.rst217 Majority vote: 12 Yes vs. 11 No. Yes wins.
232 Majority vote: 2 Yes vs. 1 No. Yes wins.
/Zephyr-latest/arch/x86/zefi/
DREADME.txt22 binary into memory and copy it vs. a bootloader like grub that will
/Zephyr-latest/doc/connectivity/networking/
Dnet-stack-architecture.rst163 (:ref:`kernel <kernel_api>` vs. :ref:`userspace <usermode_api>`) and with different

123