Macros¶
-
group
group_mcwdt_macros
Defines
-
CY_MCWDT_DRV_VERSION_MAJOR
Driver major version.
-
CY_MCWDT_DRV_VERSION_MINOR
Driver minor version.
-
CY_MCWDT_ID
MCWDT PDL ID.
-
CY_MCWDT_CTR0
The sub-counter#0 mask.
This macro is used with functions that handle multiple counters, including Cy_MCWDT_Enable(), Cy_MCWDT_Disable(), Cy_MCWDT_ClearInterrupt() and Cy_MCWDT_ResetCounters().
-
CY_MCWDT_CTR1
The sub-counter#1 mask.
This macro is used with functions that handle multiple counters, including Cy_MCWDT_Enable(), Cy_MCWDT_Disable(), Cy_MCWDT_ClearInterrupt() and Cy_MCWDT_ResetCounters().
-
CY_MCWDT_CTR2
The sub-counter#2 mask.
This macro is used with functions that handle multiple counters, including Cy_MCWDT_Enable(), Cy_MCWDT_Disable(), Cy_MCWDT_ClearInterrupt() and Cy_MCWDT_ResetCounters().
-
CY_MCWDT_CTR_Msk
The mask for all sub-counters.
This macro is used with functions that handle multiple counters, including Cy_MCWDT_Enable(), Cy_MCWDT_Disable(), Cy_MCWDT_ClearInterrupt() and Cy_MCWDT_ResetCounters().
-