Status Macros¶
-
group
group_capsense_macros_status
Status macros.
Defines
-
CY_CAPSENSE_STATUS_SUCCESS
Return status cy_capsense_status_t of CapSense operation: Successfully.
-
CY_CAPSENSE_STATUS_BAD_PARAM
Return status cy_capsense_status_t of CapSense operation: Bad input parameter.
-
CY_CAPSENSE_STATUS_BAD_DATA
Return status cy_capsense_status_t of CapSense operation: Received wrong data.
-
CY_CAPSENSE_STATUS_TIMEOUT
Return status cy_capsense_status_t of CapSense operation: Timeout.
-
CY_CAPSENSE_STATUS_INVALID_STATE
Return status cy_capsense_status_t of CapSense operation: Invalid state.
-
CY_CAPSENSE_STATUS_BAD_CONFIG
Return status cy_capsense_status_t of CapSense operation: Bad configuration.
-
CY_CAPSENSE_STATUS_CONFIG_OVERFLOW
Return status cy_capsense_status_t of CapSense operation: Overflow.
-
CY_CAPSENSE_STATUS_HW_BUSY
Return status cy_capsense_status_t of CapSense operation: HW is busy.
-
CY_CAPSENSE_STATUS_HW_LOCKED
Return status cy_capsense_status_t of CapSense operation: HW is locked.
-
CY_CAPSENSE_STATUS_CALIBRATION_FAIL
Return status cy_capsense_status_t of CapSense operation: Unable to perform calibration.
-
CY_CAPSENSE_STATUS_CALIBRATION_OVERFLOW
Return status cy_capsense_status_t of CapSense operation: Calibration scan with the maximum CDAC code is saturated.
-
CY_CAPSENSE_STATUS_UNKNOWN
Return status cy_capsense_status_t of CapSense operation: Unknown.
-