class CapSenseRegister

August 13, 2019 ยท View on GitHub

Member values

Member nameData typeDescription
addressuint32Register address
valueuint32Register value

Member functions

Function nameReturn typeInput typeDescription
address()uint32voidReturns the current value of address. If the address is not set, returns 0.
set_address()voiduint32Sets the value of address. After calling this, address() will return value.
clear_address()voidvoidClears the value of address. After calling this, address() will return 0.
value()uint32voidReturns the current value of value. If the value is not set, returns 0.
set_value()voiduint32Sets the value of value. After calling this, value() will return value.
clear_value()voidvoidClears the value of value. After calling this, value() will return 0.

Parent topic: DeviceConfig (C++)