1.3.23.57 1.4.24.57 1.5.22.57 1.6.24.57 1.7.25.57 1.29.26.57 1.30.16.57 1.31.16.57 1.32.29.57 1.33.18.57 1.37.16.57 1.38.24.57 1.39.21.57 1.40.23.57 TC_TIMER Macros and Typedefs
C
#define TC_TIMER_STATUS_NONE 0U /* overflow */ #define TC_TIMER_STATUS_OVERFLOW TC_INTFLAG_OVF_Msk /* match compare 1 */ #define TC_TIMER_STATUS_MATCH1 TC_INTFLAG_MC1_Msk #define TC_TIMER_STATUS_MSK (TC_TIMER_STATUS_OVERFLOW | TC_TIMER_STATUS_MATCH1) /* Invalid timer status */ #define TC_TIMER_STATUS_INVALID 0xFFFFFFFFU /* TC_TIMER_STATUS type */ typedef uint32_t TC_TIMER_STATUS;
Summary
Defines macros and typedefs associated with tc timer status
Description
Provides convenience macros and type definitions for status flags associated with timer mode of TC