1.3.23.61 1.4.24.61 1.5.22.61 1.6.24.61 1.7.25.61 1.29.26.61 1.30.16.61 1.31.16.61 1.32.29.61 1.33.18.61 1.37.16.61 1.38.24.61 1.39.21.61 1.40.23.61 TC_CAPTURE Macros and Typedefs
C
#define TC_CAPTURE_STATUS_NONE 0U /* Capture status overflow */ #define TC_CAPTURE_STATUS_OVERFLOW TC_INTFLAG_OVF_Msk /* Capture status error */ #define TC_CAPTURE_STATUS_ERROR TC_INTFLAG_ERR_Msk /* Capture status ready for channel 0 */ #define TC_CAPTURE_STATUS_CAPTURE0_READY TC_INTFLAG_MC0_Msk /* Capture status ready for channel 1 */ #define TC_CAPTURE_STATUS_CAPTURE1_READY TC_INTFLAG_MC1_Msk #define TC_CAPTURE_STATUS_MSK (TC_CAPTURE_STATUS_OVERFLOW | TC_CAPTURE_STATUS_ERROR | TC_CAPTURE_STATUS_CAPTURE0_READY | TC_CAPTURE_STATUS_CAPTURE1_READY) /* Invalid capture status */ #define TC_CAPTURE_STATUS_INVALID 0xFFFFFFFFU /* TC_COMPARE_STATUS type */ typedef uint32_t TC_COMPARE_STATUS;
Summary
Defines macros and typedefs associated with tc capture status
Description
Provides convenience macros and type definitions for status flags associated with capture mode of TC