Searched refs:CMP_TRIG_NONE (Results 1 – 4 of 4) sorted by relevance
112 #define CMP_TRIG_NONE ((u32)0x0 << 11) macro130 #define IS_CMP_OutputSelection(x) ((x == CMP_TRIG_NONE) || \141 #define CMP_TRIG_NONE ((u32)0x0 << 11) macro155 #define IS_CMP_OutputSelection(x) ((x == CMP_TRIG_NONE) || \
93 #define CMP_TRIG_NONE ((u32)0x00000000) macro99 #define IS_CMP_OutputSelection(x) ((x == CMP_TRIG_NONE) || (x == CMP_TRIG_GPTM_CH3)…
112 CMP_InitStruct->CMP_OutputSelection = CMP_TRIG_NONE; in CMP_StructInit()
119 CMP_InitStruct->CMP_OutputSelection = CMP_TRIG_NONE; in CMP_StructInit()
Completed in 11 milliseconds