Searched refs:CAN_TTCM (Results 1 – 7 of 7) sorted by relevance
127 assert_param(IS_FUNCTIONAL_STATE(CAN_InitStruct->CAN_TTCM)); in CAN_Init()159 if (CAN_InitStruct->CAN_TTCM == ENABLE) in CAN_Init()356 CAN_InitStruct->CAN_TTCM = DISABLE; in CAN_StructInit()
43 FunctionalState CAN_TTCM; /*!< Enable or disable the time triggered member
43 FunctionalState CAN_TTCM; /* Enable or disable the time triggered member
94 if (CAN_InitStruct->CAN_TTCM == ENABLE) in CAN_Init()252 CAN_InitStruct->CAN_TTCM = DISABLE; in CAN_StructInit()
99 if (CAN_InitStruct->CAN_TTCM == ENABLE) in CAN_Init()257 CAN_InitStruct->CAN_TTCM = DISABLE; in CAN_StructInit()
55 FunctionalState CAN_TTCM; /*!< Enable or disable the time triggered member
247 drv_can_obj->can_init.CAN_TTCM = DISABLE; in _can_config()
Completed in 19 milliseconds