123456789101112131415161718192021222324252627282930 |
- #ifndef SYSTEM_VEHICLE_APPFUNCION_H_
- #define SYSTEM_VEHICLE_APPFUNCION_H_
- void GetHVLockState(void);
- void GetDIOState(void);
- void GetAIOValue(void);
- void LockAndUnlockCtrl();
- uint16 Look1_u32u8(uint32 u0, uint32 *bp0, uint8 *table, uint16 MaxLen);
- #ifdef _APP_TEST_CODE
- void TestDeviceFun(void);
- #endif
- #ifdef _APP_TEST_MOTOR_CODE
- void MotorControlFunc(UINT8 MotorIdx,UINT8 RotateDirec);
- #endif
- #endif
|