Searched refs:IS_CAN_PRESCALER (Results 1 – 6 of 6) sorted by relevance
366 #define IS_CAN_PRESCALER(x) (((x) >= 1) && ((x) <= 1024)) macro
368 #define IS_CAN_PRESCALER(x) (((x) >= 1) && ((x) <= 1024)) macro
308 #define IS_CAN_PRESCALER(PRESCALER) (((PRESCALER) >= 1) && ((PRESCALER) <= 1024)) macro
137 assert_param(IS_CAN_PRESCALER(CAN_InitStruct->CAN_Prescaler)); in CAN_Init()
153 assert_param(IS_CAN_PRESCALER(hperh->init.psc)); in ald_can_init()
148 assert_param(IS_CAN_PRESCALER(hperh->init.psc)); in ald_can_init()
Completed in 33 milliseconds