You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I already looked for an answer on Infineon community, with no result.
In the function: uint32_t Cy_CapSense_IsAnyWidgetActive(const cy_stc_capsense_context_t * context)
the result return always at maximum one widget, cause the CY_CAPSENSE_WD_ACTIVE_MASK define.
Is right? because on previous libraries, PsocCreator Components, this function can returned all widgets mask
I already looked for an answer on Infineon community, with no result.
In the function:
uint32_t Cy_CapSense_IsAnyWidgetActive(const cy_stc_capsense_context_t * context)
the result return always at maximum one widget, cause the
CY_CAPSENSE_WD_ACTIVE_MASK
define.Is right? because on previous libraries, PsocCreator Components, this function can returned all widgets mask
Context
Windows10, ModusToolbox 3.0, CYPROTO-062-4343W, gcc-arm
The text was updated successfully, but these errors were encountered: