Cypress CapSense Middleware Library
Pin-related Macros

General Description

Pin-related macros.

Macros

#define CY_CAPSENSE_GROUND   (0u)
 Connection of pin to ground.
 
#define CY_CAPSENSE_HIGHZ   (1u)
 Connection of pin to high-z.
 
#define CY_CAPSENSE_SHIELD   (2u)
 Configuring of pin as a shield.
 
#define CY_CAPSENSE_SENSOR   (3u)
 Configuring of pin as a CSD sensor.
 
#define CY_CAPSENSE_TX_PIN   (4u)
 Configuring of pin as a Tx.
 
#define CY_CAPSENSE_RX_PIN   (5u)
 Configuring of pin as a Rx.
 
#define CY_CAPSENSE_SNS_DISCONNECTED   (0u)
 Pin is not connected to scanning bus.
 
#define CY_CAPSENSE_SNS_CONNECTED   (1u)
 Pin is connected to scanning bus.