Home
last modified time | relevance | path

Searched full:pmw3610_set_resolution (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/include/zephyr/input/
Dinput_pmw3610.h16 int pmw3610_set_resolution(const struct device *dev, uint16_t res_cpi);
/Zephyr-latest/dts/bindings/input/
Dpixart,pmw3610.yaml41 changed in runtime using the pmw3610_set_resolution() API.
/Zephyr-latest/drivers/input/
Dinput_pmw3610.c263 int pmw3610_set_resolution(const struct device *dev, uint16_t res_cpi) in pmw3610_set_resolution() function
472 pmw3610_set_resolution(dev, cfg->res_cpi); in pmw3610_configure()