Searched refs:CMP_WUP_DISABLE (Results 1 – 4 of 4) sorted by relevance
87 #define CMP_WUP_DISABLE ((u32)0x00000000) macro89 #define IS_CMP_Wakeup_Set(x) ((x == CMP_WUP_ENABLE) || (x == CMP_WUP_DISABLE))
105 #define CMP_WUP_DISABLE ((u32)0x00000000) macro107 #define IS_CMP_Wakeup_Set(x) ((x == CMP_WUP_ENABLE) || (x == CMP_WUP_DISABLE))
111 CMP_InitStruct->CMP_Wakeup = CMP_WUP_DISABLE; in CMP_StructInit()
118 CMP_InitStruct->CMP_Wakeup = CMP_WUP_DISABLE; in CMP_StructInit()
Completed in 8 milliseconds