UDS_14Service_Internal.c 299 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 10 #include "UDS_14Service_Internal.h" uint8_t DTC_Clear(void) { /*清除DTC和快照的数据*/ uint8_t enResult; DTCToDFlashInfoInit(); enResult = WriteDFlashData(EEPROM_BLOCK_UDS_DTC, (uint32_t *)&DTCToDFlashInfo.Flag, sizeof(DTCToDFlashInfo) / 4u, NeedWait); return enResult; }