Searched refs:IS_CMP_Speed_Set (Results 1 – 4 of 4) sorted by relevance
157 #define IS_CMP_Speed_Set(x) ((x == CMP_HIGH_SPEED) || (x == CMP_LOW_SPEED)) macro
95 Assert_Param(IS_CMP_Speed_Set(CMP_InitStruct->CMP_Speed)); in CMP_Init()
98 Assert_Param(IS_CMP_Speed_Set(CMP_InitStruct->CMP_Speed)); in CMP_Init()
302 #define IS_CMP_Speed_Set(x) ((x == CMP_HIGH_SPEED) || (x == CMP_LOW_SPEED)) macro
Completed in 6 milliseconds