Searched +full:array +full:- +full:enum (Results 1 – 25 of 428) sorted by relevance
12345678910>>...18
/Zephyr-latest/dts/bindings/usb/uac2/ |
D | zephyr,uac2-feature-unit.yaml | 2 # SPDX-License-Identifier: Apache-2.0 6 compatible: "zephyr,uac2-feature-unit" 8 # string-array properties start with Primary channel 0 and follow with Logical 9 # channel(s). The "not-present" value is allowed to facilitate having controls 14 data-source: 18 mute-control: 19 type: string-array 21 enum: 22 - "read-only" 23 - "host-programmable" [all …]
|
/Zephyr-latest/scripts/dts/python-devicetree/tests/test-bindings/ |
D | enums.yaml | 2 # SPDX-License-Identifier: BSD-3-Clause 4 description: Property enum test 9 int-enum: 11 enum: 12 - 1 13 - 2 14 - 3 16 string-enum: # not tokenizable 18 enum: 19 - foo bar [all …]
|
/Zephyr-latest/dts/bindings/mfd/ |
D | infineon,tle9104.yaml | 4 # SPDX-License-Identifier: Apache-2.0 7 description: Infineon TLE9104 4-channel powertrain switch 11 include: spi-device.yaml 16 en-gpios: 17 type: phandle-array 20 resn-gpios: 21 type: phandle-array 24 in1-gpios: 25 type: phandle-array 28 in2-gpios: [all …]
|
/Zephyr-latest/dts/bindings/test/ |
D | vnd,enum-string-array-holder.yaml | 2 # SPDX-License-Identifier: Apache-2.0 4 description: Test enum property container 6 compatible: "vnd,enum-string-array-holder" 12 type: string-array 13 enum: 14 - foo 15 - bar 16 - baz 17 - zoo
|
D | vnd,enum-int-array-holder.yaml | 2 # SPDX-License-Identifier: Apache-2.0 4 description: Test enum property container 6 compatible: "vnd,enum-int-array-holder" 12 type: array 13 enum: 14 - 7 15 - 6 16 - 5 17 - 4 18 - 3 [all …]
|
/Zephyr-latest/dts/bindings/tcpc/ |
D | nuvoton,numaker-tcpc.yaml | 2 # SPDX-License-Identifier: Apache-2.0 4 description: Nuvoton NuMaker USB Type-C port controller 6 compatible: "nuvoton,numaker-tcpc" 8 include: [base.yaml, reset-device.yaml, pinctrl-device.yaml] 23 vconn-overcurrent-event-polarity: 27 enum: 28 - "low-active" 29 - "high-active" 31 vconn-discharge-polarity: 35 enum: [all …]
|
/Zephyr-latest/tests/subsys/pm/power_states_api/src/ |
D | main.c | 4 * SPDX-License-Identifier: Apache-2.0 19 static enum pm_state states[] = {PM_STATE_SUSPEND_TO_IDLE, 21 static enum pm_state wrong_states[] = {PM_STATE_SUSPEND_TO_DISK, 26 void pm_state_set(enum pm_state state, uint8_t substate_id) in pm_state_set() 37 void pm_state_exit_post_ops(enum pm_state state, uint8_t substate_id) in pm_state_exit_post_ops() 49 enum pm_state dts_states[] = in ZTEST() 59 "Invalid pm_state_info array"); in ZTEST() 61 "Invalid pm-states array"); in ZTEST() 64 "Invalid pm-states array"); in ZTEST() 73 "Invalid pm_state_info array"); in ZTEST()
|
/Zephyr-latest/dts/bindings/mspi/ |
D | mspi-device.yaml | 2 # SPDX-License-Identifier: Apache-2.0 8 on-bus: mspi 14 mspi-max-frequency: 22 mspi-io-mode: 24 enum: 25 - "MSPI_IO_MODE_SINGLE" 26 - "MSPI_IO_MODE_DUAL" 27 - "MSPI_IO_MODE_DUAL_1_1_2" 28 - "MSPI_IO_MODE_DUAL_1_2_2" 29 - "MSPI_IO_MODE_QUAD" [all …]
|
D | mspi-controller.yaml | 2 # SPDX-License-Identifier: Apache-2.0 11 clock-frequency: 15 "#address-cells": 18 "#size-cells": 22 op-mode: 24 enum: 25 - "MSPI_CONTROLLER" 26 - "MSPI_PERIPHERAL" 33 enum: 34 - "MSPI_HALF_DUPLEX" [all …]
|
/Zephyr-latest/dts/bindings/usb-c/ |
D | usb-c-connector.yaml | 2 # SPDX-License-Identifier: Apache-2.0 5 A USB Type-C connector node represents a physical USB Type-C connector. 6 It should be a child of a USB-C interface controller or a separate node 7 when it is attached to both MUX and USB-C interface controller. 10 …/git/torvalds/linux.git/tree/Documentation/devicetree/bindings/connector/usb-connector.yaml?h=v5.1… 14 USB-C connector attached to a STM32 UCPD typec port controller, which has 18 compatible = "zephyr,usb-c-vbus-adc"; 19 io-channels = <&adc2 8>; 20 output-ohms = <49900>; 21 full-ohms = <(330000 + 49900)>; [all …]
|
/Zephyr-latest/dts/bindings/adc/ |
D | ti,ads114s08.yaml | 2 # SPDX-License-Identifier: Apache-2.0 8 include: [adc-controller.yaml, spi-device.yaml] 13 "#io-channel-cells": 16 reset-gpios: 17 type: phandle-array 20 drdy-gpios: 21 type: phandle-array 26 start-sync-gpios: 27 type: phandle-array 31 idac-current: [all …]
|
/Zephyr-latest/tests/lib/devicetree/api/ |
D | app.overlay | 4 * SPDX-License-Identifier: Apache-2.0 9 * with real-world devicetree nodes, to allow these tests to run on 15 test-alias = &test_nodelabel; 28 #address-cells = < 0x1 >; 29 #size-cells = < 0x1 >; 30 interrupt-parent = <&test_intc>; 32 test_cpu_intc: interrupt-controller { 33 compatible = "vnd,cpu-intc"; 34 #address-cells = <0>; 35 #interrupt-cells = < 0x01 >; [all …]
|
/Zephyr-latest/dts/bindings/gpio/ |
D | adi,max14916-gpio.yaml | 3 # SPDX-License-Identifier: Apache-2.0 7 compatible: "adi,max14916-gpio" 10 "#gpio-cells": 17 drdy-gpios: 19 High-Side Open-Drain Output. READY is passive low when the internal 22 type: phandle-array 23 fault-gpios: 27 type: phandle-array 28 sync-gpios: 31 type: phandle-array [all …]
|
D | adi,max14906-gpio.yaml | 3 # SPDX-License-Identifier: Apache-2.0 7 compatible: "adi,max14906-gpio" 10 "#gpio-cells": 17 drdy-gpios: 19 High-Side Open-Drain Output. READY is passive low when the internal 22 type: phandle-array 23 fault-gpios: 27 type: phandle-array 28 sync-gpios: 31 type: phandle-array [all …]
|
/Zephyr-latest/dts/bindings/haptics/ |
D | ti,drv2605.yaml | 2 # SPDX-License-Identifier: Apache-2.0 5 DRV2605 Haptic Driver for ERM and LRA with built-in library and smart-loop 10 include: i2c-device.yaml 13 actuator-mode: 16 enum: 17 - "ERM" 18 - "LRA" 19 feedback-brake-factor: 21 enum: 22 - "1X" [all …]
|
/Zephyr-latest/dts/bindings/base/ |
D | base.yaml | 9 enum: 10 - "ok" # Deprecated form 11 - "okay" 12 - "disabled" 13 - "reserved" 14 - "fail" 15 - "fail-sss" 18 type: string-array 23 type: array 26 reg-names: [all …]
|
/Zephyr-latest/dts/bindings/lora/ |
D | semtech,sx127x-base.yaml | 3 # SPDX-License-Identifier: Apache-2.0 5 include: spi-device.yaml 8 reset-gpios: 9 type: phandle-array 14 This signal is open-drain, active-high (SX1272/3) or 15 active-low (SX1276/7/8/9) as interpreted by the modem. 17 dio-gpios: 18 type: phandle-array 23 These signals are normally active-high. 25 power-amplifier-output: [all …]
|
/Zephyr-latest/dts/bindings/pinctrl/ |
D | nxp,imx-iomuxc.yaml | 2 # SPDX-License-Identifier: Apache-2.0 7 These options can then be used in a pinctrl node with the "nxp,mcux-rt-pinctrl" 13 compatible: "nxp,imx-iomuxc" 16 - name: base.yaml 22 child-binding: 27 type: array 29 An array of values defining the pin mux selection, in the following format: 37 type: array 39 An array of values defining the GPR bit write required, if one exists. 41 them. This array has the following elements: [all …]
|
/Zephyr-latest/scripts/west_commands/zspdx/ |
D | cmakefileapi.py | 3 # SPDX-License-Identifier: Apache-2.0 5 from enum import Enum 19 # A member of the codemodel configurations array 36 # A member of the configuration.directories array 44 self.parentIndex = -1 46 self.projectIndex = -1 60 # A member of the configuration.projects array 67 self.parentIndex = -1 81 # A member of the configuration.configTargets array 89 self.directoryIndex = -1 [all …]
|
/Zephyr-latest/dts/bindings/espi/ |
D | microchip,xec-espi-vw-routing.yaml | 2 # SPDX-License-Identifier: Apache-2.0 6 compatible: "microchip,xec-espi-vw-routing" 10 child-binding: 15 vw-reg: 16 type: array 20 vw-girq: 21 type: array 26 to GIRQ24 b[5]. vw-girq = <24 5>; 28 reset-state: 33 enum: [all …]
|
/Zephyr-latest/dts/bindings/sensor/ |
D | st,iis328dq-common.yaml | 3 # SPDX-License-Identifier: Apache-2.0 5 include: sensor-device.yaml 8 int1-gpios: 9 type: phandle-array 16 int2-gpios: 17 type: phandle-array 24 drdy-int-pad: 26 enum: [1, 2] 34 - 1 # drdy is generated on INT1 35 - 2 # drdy is generated on INT2 [all …]
|
D | ti,ina3221.yaml | 2 # SPDX-License-Identifier: Apache-2.0 4 description: Texas Instruments INA3221 Triple-Channel Current/Power Monitor 8 include: [sensor-device.yaml, i2c-device.yaml] 11 conv-time-shunt: 15 Shunt-voltage conversion time. 16 The default of 1.1 ms is the power-on reset value of the device. 25 enum: 26 - 0 27 - 1 28 - 2 [all …]
|
/Zephyr-latest/dts/bindings/stepper/ |
D | stepper-controller.yaml | 1 # SPDX-FileCopyrightText: Copyright (c) 2024 Carl Zeiss Meditec AG 2 # SPDX-License-Identifier: Apache-2.0 7 invert-direction: 12 micro-step-res: 15 enum: 16 - 1 17 - 2 18 - 4 19 - 8 20 - 16 [all …]
|
/Zephyr-latest/dts/bindings/ethernet/ |
D | microchip,ksz8081.yaml | 2 # SPDX-License-Identifier: Apache-2.0 8 include: ethernet-phy.yaml 11 reset-gpios: 12 type: phandle-array 14 int-gpios: 15 type: phandle-array 17 microchip,interface-type: 21 enum: 22 - "mii" 23 - "rmii" [all …]
|
D | ti,dp83825.yaml | 1 # Copyright 2023-2024 NXP 2 # SPDX-License-Identifier: Apache-2.0 8 include: ethernet-phy.yaml 11 reset-gpios: 12 type: phandle-array 14 int-gpios: 15 type: phandle-array 17 ti,interface-type: 21 enum: 22 - "rmii" [all …]
|
12345678910>>...18