Searched +full:scaling +full:- +full:y +full:- +full:resolution (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/dts/bindings/input/ |
D | cirque,pinnacle-common.yaml | 2 # SPDX-License-Identifier: Apache-2.0 7 data-ready-gpios: 8 type: phandle-array 20 - "1x" 21 - "2x" 22 - "3x" 23 - "4x" 25 data-mode: 33 - "absolute" 34 - "relative" [all …]
|
/Zephyr-latest/drivers/input/ |
D | input_pinnacle.c | 4 * SPDX-License-Identifier: Apache-2.0 27 * Standard registers have 5-bit addresses, BIT[4:0], that range from 89 /* Y max to 0 */ 136 #define PINNACLE_SPI_FC 0xFC /* Auto-increment byte */ 217 const struct pinnacle_config *config = dev->config; in pinnacle_bus_is_ready() 219 return config->bus.is_ready(&config->bus); in pinnacle_bus_is_ready() 224 const struct pinnacle_config *config = dev->config; in pinnacle_write() 226 return config->bus.write(&config->bus, address, value); in pinnacle_write() 231 const struct pinnacle_config *config = dev->config; in pinnacle_seq_write() 233 return config->bus.seq_write(&config->bus, address, value, count); in pinnacle_seq_write() [all …]
|
/Zephyr-latest/doc/releases/ |
D | release-notes-2.2.rst | 18 * Fix CVE-2020-10028 19 * Fix CVE-2020-10060 20 * Fix CVE-2020-10063 21 * Fix CVE-2020-10066 32 * :github:`23494` - Bluetooth: LL/PAC/SLA/BV-01-C fails if Slave-initiated Feature Exchange is disa… 33 * :github:`23485` - BT: host: Service Change indication sent regardless of whether it is needed or … 34 * :github:`23482` - 2M PHY + DLE and timing calculations on an encrypted link are wrong 35 * :github:`23070` - Bluetooth: controller: Fix ticker implementation to avoid catch up 36 * :github:`22967` - Bluetooth: controller: ASSERTION FAIL on invalid packet sequence 37 * :github:`24183` - [v2.2] Bluetooth: controller: split: Regression slave latency during connection… [all …]
|
D | release-notes-3.3.rst | 14 * Introduced :ref:`USB-C <usbc_api>` device stack with PD (power delivery) 17 CMSIS-DSP as the default backend. 30 * CVE-2023-0359: Under embargo until 2023-04-20 32 * CVE-2023-0779: Under embargo until 2023-04-22 66 removed in favor of new :dtcompatible:`zephyr,flash-disk` devicetree binding. 71 * Starting from this release ``zephyr-`` prefixed tags won't be created 82 image states). Use of a truncated hash or non-sha256 hash will still work 88 registration function at boot-up. If applications register this then 93 application code, these will now automatically be registered at boot-up (this 129 This may cause out-of-tree scripts or commands to fail if they have relied [all …]
|