Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
input_paw32xx.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_PAW32XX_H_
8#define ZEPHYR_INCLUDE_INPUT_PAW32XX_H_
9
16int paw32xx_set_resolution(const struct device *dev, uint16_t res_cpi);
17
24int paw32xx_force_awake(const struct device *dev, bool enable);
25
26#endif /* ZEPHYR_INCLUDE_INPUT_PAW32XX_H_ */
int paw32xx_force_awake(const struct device *dev, bool enable)
Set force awake mode on a paw32xx device.
int paw32xx_set_resolution(const struct device *dev, uint16_t res_cpi)
Set resolution on a paw32xx device.
__UINT16_TYPE__ uint16_t
Definition: stdint.h:89
Runtime device structure (in ROM) per driver instance.
Definition: device.h:399