Searched full:single (Results 1 – 25 of 1390) sorted by relevance
12345678910>>...56
/Zephyr-latest/dts/bindings/memory-controllers/ |
D | renesas,smartbond-nor-psram.yaml | 70 (should be transmitted in single bus mode). 89 Read command for single/burst read accesses in auto mode. Default value is the opcode 90 for single mode which is supported by all memory devices. 96 Write command for single/burst write accesses in auto mode. Default value is the opcode 97 for single mode which is supported by all memory devices. 153 Number of dummy bytes to send for single/burst read access in auto mode. 170 - "single-spi" 173 default: "single-spi" 175 Describes the mode of SPI bus during the address phase for single/burst 176 read accesses in auto mode. Default value is single mode which should be [all …]
|
/Zephyr-latest/doc/kernel/data_structures/ |
D | spsc_pbuf.rst | 3 Single Producer Single Consumer Packet Buffer 6 A :dfn:`Single Producer Single Consumer Packet Buffer (SPSC_PBUF)` is a circular 9 is a single context that produces packets and a single context that consumes the
|
D | spsc_lockfree.rst | 3 Single Producer Single Consumer Lock Free Queue 6 A :dfn:`Single Producer Single Consumer Lock Free Queue (SPSC)` is a lock free
|
D | slist.rst | 3 Single-linked List 35 Lists may be modified by adding a single node at the head or tail with 65 Single-linked List Internals 71 single "next" pointer. 91 single-linked list variants using the same basic primitives. The 117 Single-linked List API Reference 120 .. doxygengroup:: single-linked-list_apis 125 .. doxygengroup:: flagged-single-linked-list_apis
|
/Zephyr-latest/arch/arm/core/ |
D | Kconfig.vfp | 35 that supports only single-precision operations with 16 double-word 46 that supports half- and single-precision operations with 16 58 that supports half- and single-precision operations (including fused 69 that supports single- and double-precision operations with 16 81 that supports half-, single- and double-precision operations with 16 94 that supports half-, single- and double-precision operations 108 that supports half-, single-, double-precision operations (including 122 that supports half-, single- and double-precision operations 136 that supports half-, single-, double-precision operations (including 155 single-precision operations. [all …]
|
/Zephyr-latest/samples/boards/st/uart/single_wire/boards/ |
D | stm32f3_disco.overlay | 9 single-line-uart1 = &usart2; 10 single-line-uart2 = &uart4; 16 single-wire; 21 single-wire;
|
/Zephyr-latest/dts/bindings/sensor/ |
D | ti,ina237.yaml | 52 - "Shutdown single shot" 53 - "Bus Voltage single shot" 54 - "Shunt Voltage single shot" 55 - "Bus and Shunt Voltage single shot" 56 - "Temperature Single shot" 57 - "Temperature and bus voltage single shot" 58 - "Temperature and shunt voltage single shot" 59 - "Temperature, bus, and shunt voltage single shot"
|
D | ti,ina230.yaml | 39 - "Shutdown single shot" 40 - "Shunt Voltage single shot" 41 - "Bus Voltage single shot" 42 - "Bus and Shunt Voltage single shot"
|
D | st,lis2mdl-common.yaml | 15 single-mode: 18 Set to config the sensor in single measurement mode. Leave
|
/Zephyr-latest/drivers/flash/ |
D | Kconfig.cadence_nand | 43 int "Set the page count for a single transfer in the CDMA Mode" 46 Configure the page count for a single transfer in the CDMA Mode 49 int "Set the block count for a single transfer in the CDMA Mode" 52 Configure the block count for a single transfer in the CDMA Mode
|
/Zephyr-latest/samples/boards/st/uart/single_wire/ |
D | README.rst | 1 .. zephyr:code-sample:: uart-stm32-single-wire 2 :name: Single-wire UART 5 Use single-wire/half-duplex UART functionality of STM32 devices. 10 A simple application demonstrating how to use the single wire / half-duplex UART
|
/Zephyr-latest/tests/ztest/ztest_param/pytest/ |
D | test_parameters.py | 9 # Join the list of lines into a single string 17 # Join the list of lines into a single string 23 # Join the list of lines into a single string 30 # Join the list of lines into a single string 37 # Join the list of lines into a single string 43 # Join the list of lines into a single string
|
/Zephyr-latest/dts/bindings/led/ |
D | issi,is31fl3194.yaml | 7 This driver supports single-channel and RGB LEDs. For single channel LEDs, 15 The following defines a single RGB LED in the is31fl3194 DT node: 30 The following example defines three single-channel LEDs in the is31fl3194 DT node:
|
/Zephyr-latest/arch/riscv/ |
D | Kconfig.isa | 47 (F) - Standard Extension for Single-Precision Floating-Point 49 Standard instruction-set extension for single-precision 50 floating-point, which is named "F" and adds single-precision 144 (Zbs) - Zbs BitManip Extension (Single-bit instructions) 146 The Zbs instructions can be used for single-bit instructions that 147 provide a mechanism to set, clear, invert, or extract a single bit in
|
/Zephyr-latest/samples/boards/bbc/microbit/pong/ |
D | README.rst | 4 Play pong as single player or over Bluetooth between two micro:bit devices. 9 Play pong as single player or over Bluetooth between two micro:bit 14 button A to toggle between single- and multi-player, and press button B
|
/Zephyr-latest/include/zephyr/sys/ |
D | spsc_pbuf.h | 18 * @brief Single producer, single consumer packet buffer API 19 * @defgroup spsc_buf SPSC (Single producer, single consumer) packet buffer API 30 * It shall be used only when packet buffer is shared between two cores as on a single 94 * @brief Single producer, single consumer packet buffer 101 * This structure supports single writer and reader. Data stored in the buffer 152 * It combines @ref spsc_pbuf_alloc and @ref spsc_pbuf_commit into a single call. 208 * Single read allows to read the message send by the single write. 211 * It combines @ref spsc_pbuf_claim and @ref spsc_pbuf_free into a single call. 227 * It claims a single packet from the buffer in the order of the commitment
|
/Zephyr-latest/samples/drivers/adc/adc_sequence/boards/ |
D | lpcxpresso55s69_cpu0.overlay | 26 * LPADC0 CH4A is set up in single ended mode 28 * LPADC0 CH4B is set up in single ended mode 48 * Channel 1 is used in single ended mode, with 16 bit resolution 61 * Channel 2 is used in single ended mode, with 12 bit resolution
|
/Zephyr-latest/tests/subsys/logging/log_backend_uart/ |
D | testcase.yaml | 13 logging.backend.uart.single: 14 extra_args: DTC_OVERLAY_FILE="./single.overlay"
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/tests_scripts/priv_beacon/ |
D | proxy_adv_multi_subnet_coex.sh | 10 # where the Proxy adv requirements changes over time, both for single 30 # 1. (0-20 seconds) A single subnet is active on the TX device with GATT 31 # Proxy enabled. RX device verifies that the single subnet has exclusive 42 # device. RX device verifies that the single subnet has exclusive access
|
/Zephyr-latest/samples/drivers/adc/adc_dt/boards/ |
D | lpcxpresso55s69_lpc55s69_cpu0.overlay | 26 * LPADC0 CH4A is set up in single ended mode 28 * LPADC0 CH4B is set up in single ended mode 49 * Channel 1 is used in single ended mode, with 16 bit resolution 63 * Channel 2 is used in single ended mode, with 12 bit resolution
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | Kconfig.ascs | 21 coupled to a single direction of a unicast Audio Stream. 29 coupled to a single direction of a unicast Audio Stream. 44 a single time.
|
/Zephyr-latest/dts/bindings/w1/ |
D | zephyr,w1-serial.yaml | 7 # the option for a "single-wire Half-duplex" mode, where the TX and RX lines 8 # are internally connected, such that only a single IO
|
/Zephyr-latest/lib/os/ |
D | Kconfig | 27 single printk() call, preventing the output data from 32 bool "Multi producer, single consumer packet buffer" 40 bool "Single producer, single consumer packet buffer"
|
/Zephyr-latest/tests/drivers/adc/adc_api/boards/ |
D | lpcxpresso55s69_lpc55s69_cpu0.overlay | 20 * Channel 0 is used in single ended mode, with 12 bit resolution 34 * Channel 1 is used in single ended mode, with 16 bit resolution 48 * Channel 2 is used in single ended mode, with 12 bit resolution
|
D | lpcxpresso55s69_lpc55s69_cpu0_ns.overlay | 20 * Channel 0 is used in single ended mode, with 12 bit resolution 34 * Channel 1 is used in single ended mode, with 16 bit resolution 48 * Channel 2 is used in single ended mode, with 12 bit resolution
|
12345678910>>...56