13#ifndef ZEPHYR_INCLUDE_INPUT_PAW32XX_H_
14#define 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:510