Searched +full:non +full:- +full:removable (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/dts/bindings/mmc/ |
D | renesas,rcar-emmc.yaml | 1 description: Renesas R-Car eMMC 3 compatible: "renesas,rcar-mmc" 5 include: [sdhc.yaml, mmc.yaml, pinctrl-device.yaml, reset-device.yaml] 14 pinctrl-0: 17 pinctrl-names: 20 max-bus-freq: 23 non-removable: 26 Non-removable slots (like eMMC), which are assumed to always be present, 30 mmc-sdr104-support: 33 cd-gpios: [all …]
|
/Zephyr-latest/boards/renesas/rcar_spider_s4/ |
D | rcar_spider_s4_r8a779f0_a55.dts | 2 * Copyright (c) 2023-2024 EPAM Systems 4 * SPDX-License-Identifier: Apache-2.0 8 /dts-v1/; 11 #include "rcar_spider_s4_r8a779f0_a55-pinctrl.dtsi" 18 zephyr,shell-uart = &hscif0; 22 device_type = "mmio-sram"; 28 pinctrl-0 = <&hscif0_data_tx_default &hscif0_data_rx_default>; 29 pinctrl-names = "default"; 30 current-speed = <1843200>; 35 pinctrl-0 = <&mmc_clk &mmc_cmd &mmc_ds [all …]
|
/Zephyr-latest/boards/renesas/rcar_salvator_xs/ |
D | rcar_salvator_xs.dts | 4 * SPDX-License-Identifier: Apache-2.0 8 /dts-v1/; 11 #include "rcar_salvator_xs-pinctrl.dtsi" 19 zephyr,shell-uart = &scif2; 28 device_type = "mmio-sram"; 34 pinctrl-0 = <&scif2_data_a_tx_default &scif2_data_a_rx_default>; 35 pinctrl-names = "default"; 40 pinctrl-0 = <&emmc2_clk &emmc2_cmd &emmc2_ds 43 pinctrl-1 = <&emmc2_clk &emmc2_cmd &emmc2_ds 46 pinctrl-names = "default", "uhs"; [all …]
|
/Zephyr-latest/boards/renesas/rcar_h3ulcb/ |
D | rcar_h3ulcb_r8a77951_a57.dts | 4 * SPDX-License-Identifier: Apache-2.0 8 /dts-v1/; 11 #include <zephyr/dt-bindings/gpio/gpio.h> 12 #include "rcar_h3ulcb_r8a77951_a57-pinctrl.dtsi" 20 zephyr,shell-uart = &scif2; 24 device_type = "mmio-sram"; 33 vcc_sd0: regulator-vcc-sd0 { 34 compatible = "regulator-fixed"; 36 regulator-name = "SD0 Vcc"; 37 regulator-min-microvolt = <3300000>; [all …]
|
/Zephyr-latest/scripts/ |
D | spelling.txt | 1062 none existent||non-existent 1321 removeable||removable 1703 vicefersa||vice-versa
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | uuid.h | 6 * Copyright (c) 2015-2016 Intel Corporation 8 * SPDX-License-Identifier: Apache-2.0 31 /** UUID type 16-bit. */ 33 /** UUID type 32-bit. */ 35 /** UUID type 128-bit. */ 39 /** Size in octets of a 16-bit UUID */ 42 /** Size in octets of a 32-bit UUID */ 45 /** Size in octets of a 128-bit UUID */ 56 /** UUID value, 16-bit in host endianness. */ 63 /** UUID value, 32-bit in host endianness. */ [all …]
|