Searched refs:IS_IRDA_CLOCKPRESCALER (Results 1 – 2 of 2) sorted by relevance
823 #define IS_IRDA_CLOCKPRESCALER(__CLOCKPRESCALER__) (((__CLOCKPRESCALER__) == IRDA_PRESCALER_DIV1) |… macro
2322 assert_param(IS_IRDA_CLOCKPRESCALER(hirda->Init.ClockPrescaler)); in IRDA_SetConfig()