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
19
int
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_ */
pat912x_set_resolution
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_t
__INT16_TYPE__ int16_t
Definition:
stdint.h:73
device
Runtime device structure (in ROM) per driver instance.
Definition:
device.h:399
zephyr
input
input_pat912x.h
Generated on Thu Jul 4 2024 12:22:47 for Zephyr API Documentation by
1.9.6