Searched refs:ttcm (Results 1 – 6 of 6) sorted by relevance
270 type_func_t ttcm; /**< Enable or disable the time triggered communication mode. */ member
272 type_func_t ttcm; /**< Enable or disable the time triggered communication mode. */ member
143 assert_param(IS_FUNC_STATE(hperh->init.ttcm)); in ald_can_init()173 MODIFY_REG(hperh->perh->CON, CAN_CON_TTCEN_MSK, hperh->init.ttcm << CAN_CON_TTCEN_POS); in ald_can_init()
138 assert_param(IS_FUNC_STATE(hperh->init.ttcm)); in ald_can_init()168 MODIFY_REG(hperh->perh->CON, CAN_CON_TTCEN_MSK, hperh->init.ttcm << CAN_CON_TTCEN_POS); in ald_can_init()
99 drv_can->CanHandle.init.ttcm = DISABLE; in _can_config()
98 drv_can->CanHandle.init.ttcm = DISABLE; in _can_config()
Completed in 18 milliseconds