1.3.23.59 1.4.24.59 1.5.22.59 1.6.24.59 1.7.25.59 1.29.26.59 1.30.16.59 1.31.16.59 1.32.29.59 1.33.18.59 1.37.16.59 1.38.24.59 1.39.21.59 1.40.23.59 TC_COMPARE Macros and Typedefs
C
#define TC_COMPARE_STATUS_NONE 0U /* overflow */ #define TC_COMPARE_STATUS_OVERFLOW TC_INTFLAG_OVF_Msk /* match compare 0 */ #define TC_COMPARE_STATUS_MATCH0 TC_INTFLAG_MC0_Msk /* match compare 1 */ #define TC_COMPARE_STATUS_MATCH1 TC_INTFLAG_MC1_Msk #define TC_COMPARE_STATUS_MSK (TC_COMPARE_STATUS_OVERFLOW | TC_COMPARE_STATUS_MATCH0 | TC_COMPARE_STATUS_MATCH1) /* Invalid capture status */ #define TC_COMPARE_STATUS_INVALID 0xFFFFFFFFU /* TC_COMPARE_STATUS type */ typedef uint32_t TC_COMPARE_STATUS;
Summary
Defines macros and typedefs associated with tc compare status
Description
Provides convenience macros and type definitions for status flags associated with compare mode of TC