General macros.
Macros | |
| #define | CY_CAPSENSE_MDW_VERSION_MAJOR (1) |
| Middleware major version. | |
| #define | CY_CAPSENSE_MDW_VERSION_MINOR (20) |
| Middleware minor version. | |
| #define | CY_CAPSENSE_MDW_ID (CY_PDL_DRV_ID(0x07uL)) |
| Middleware ID. | |
| #define | CY_CAPSENSE_SW_STS_BUSY (0x80u) |
| The CapSense middleware is busy. | |
| #define | CY_CAPSENSE_NOT_BUSY (0x00u) |
| The CapSense middleware is not busy. | |
| #define | CY_CAPSENSE_ENABLE (1u) |
| Feature enabled. | |
| #define | CY_CAPSENSE_DISABLE (0u) |
| Feature disabled. | |
| #define | CY_CAPSENSE_SNS_TOUCH_STATUS_MASK (0x01u) |
| Sensor active status mask. | |
| #define | CY_CAPSENSE_SNS_PROX_STATUS_MASK (0x02u) |
| Proximity active status mask. | |
| #define | CY_CAPSENSE_WD_ACTIVE_MASK (0x01u) |
| Widget active status mask. | |
| #define | CY_CAPSENSE_WD_DISABLE_MASK (0x02u) |
| Widget disable status mask. | |
| #define | CY_CAPSENSE_WD_WORKING_MASK (0x04u) |
| Widget working status mask. | |