Searched refs:lec (Results 1 – 1 of 1) sorted by relevance
258 CAN_LastErrorCode_TypeDef lec = CAN_GetLastErrorCode(can_instance->can_x); in ht32_can_control() local259 if (lec != NO_ERROR) in ht32_can_control()261 LOG_W("LEC: %d\r\n", lec); in ht32_can_control()617 CAN_LastErrorCode_TypeDef lec; in CAN0_IRQHandler() local638 lec = CAN_GetLastErrorCode(ht32_can_config.can_x); in CAN0_IRQHandler()639 if (lec != NO_ERROR) in CAN0_IRQHandler()641 switch (lec) in CAN0_IRQHandler()664 ht32_can_config.device.status.lasterrtype = lec; in CAN0_IRQHandler()667 ht32_can_config.device.status.errcode = lec; in CAN0_IRQHandler()
Completed in 24 milliseconds