Zephyr API
3.6.99
Loading...
Searching...
No Matches
input_pmw3610.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_PMW3610_H_
8
#define ZEPHYR_INCLUDE_INPUT_PMW3610_H_
9
16
int
pmw3610_set_resolution
(
const
struct
device
*dev,
uint16_t
res_cpi);
17
24
int
pmw3610_force_awake
(
const
struct
device
*dev,
bool
enable);
25
26
#endif
/* ZEPHYR_INCLUDE_INPUT_PMW3610_H_ */
pmw3610_set_resolution
int pmw3610_set_resolution(const struct device *dev, uint16_t res_cpi)
Set resolution on a pmw3610 device.
pmw3610_force_awake
int pmw3610_force_awake(const struct device *dev, bool enable)
Set force awake mode on a pmw3610 device.
uint16_t
__UINT16_TYPE__ uint16_t
Definition
stdint.h:89
device
Runtime device structure (in ROM) per driver instance.
Definition
device.h:403
zephyr
input
input_pmw3610.h
Generated on Tue Nov 5 2024 15:55:10 for Zephyr API by
1.12.0