|
SensorLib 0.5.0
Multi-platform sensor driver library for Arduino, PlatformIO, and ESP-IDF
|
#include <TouchDrvInterface.hpp>
Public Attributes | |
| int | rstPin |
| int | irqPin |
| int | rstActiveLevel |
| int | irqTriggerLevel |
| int | rstHoldTimeMs |
| int | rstReleaseTimeMs |
Definition at line 50 of file touch/TouchDrvInterface.hpp.
| int TouchDrvInterface::TouchPinsCfg::irqPin |
Definition at line 52 of file touch/TouchDrvInterface.hpp.
Referenced by TouchDrvInterface::isPressed(), TouchDrvInterface::setPins(), TouchDrvCST226::sleep(), TouchDrvCST92xx::sleep(), TouchDrvGT911::sleep(), TouchDrvGT9895::sleep(), TouchDrvGT911::wakeup(), and TouchDrvGT9895::wakeup().
| int TouchDrvInterface::TouchPinsCfg::irqTriggerLevel |
Definition at line 54 of file touch/TouchDrvInterface.hpp.
Referenced by TouchDrvGT911::getInterruptMode(), TouchDrvInterface::isPressed(), and TouchDrvGT911::setInterruptMode().
| int TouchDrvInterface::TouchPinsCfg::rstActiveLevel |
Definition at line 53 of file touch/TouchDrvInterface.hpp.
Referenced by TouchDrvInterface::reset().
| int TouchDrvInterface::TouchPinsCfg::rstHoldTimeMs |
Definition at line 55 of file touch/TouchDrvInterface.hpp.
Referenced by TouchDrvInterface::reset().
| int TouchDrvInterface::TouchPinsCfg::rstPin |
Definition at line 51 of file touch/TouchDrvInterface.hpp.
Referenced by TouchDrvInterface::reset(), TouchDrvCST226::reset(), TouchDrvInterface::setPins(), TouchDrvCST226::sleep(), and TouchDrvCST92xx::sleep().
| int TouchDrvInterface::TouchPinsCfg::rstReleaseTimeMs |
Definition at line 56 of file touch/TouchDrvInterface.hpp.
Referenced by TouchDrvInterface::reset().