Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
input_pat912x.h
Go to the documentation of this file.
1/*
2 * Copyright 2024 Google LLC
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#ifndef ZEPHYR_INCLUDE_INPUT_PAT912X_H_
8#define ZEPHYR_INCLUDE_INPUT_PAT912X_H_
9
19int pat912x_set_resolution(const struct device *dev,
20 int16_t res_x_cpi, int16_t res_y_cpi);
21
22#endif /* ZEPHYR_INCLUDE_INPUT_PAT912X_H_ */
int pat912x_set_resolution(const struct device *dev, int16_t res_x_cpi, int16_t res_y_cpi)
Set resolution on a pat912x device.
__INT16_TYPE__ int16_t
Definition: stdint.h:73
Runtime device structure (in ROM) per driver instance.
Definition: device.h:399