AppFunc.h 802 B

123456789101112131415161718192021222324252627282930
  1. /*
  2. * @Author : ChenJie
  3. * @Date : 2021-12-15 10:42:35
  4. * @Version : V3.0
  5. * @LastEditors : ChenJie
  6. * @LastEditTime : 2021-12-20 14:56:45
  7. * @Description : AppFuncion.h
  8. * @FilePath : \VehicleControl\VehicleControl\src\System\Vehicle\AppFunc.h
  9. */
  10. /*
  11. * AppFuncion.h
  12. *
  13. * Created on: 2021Äê12ÔÂ15ÈÕ
  14. * Author: QiXiang_CHENJIE
  15. */
  16. #ifndef SYSTEM_VEHICLE_APPFUNCION_H_
  17. #define SYSTEM_VEHICLE_APPFUNCION_H_
  18. void GetHVLockState(void);
  19. void GetDIOState(void);
  20. void GetAIOValue(void);
  21. void LockAndUnlockCtrl();
  22. uint16 Look1_u32u8(uint32 u0, uint32 *bp0, uint8 *table, uint16 MaxLen);
  23. #ifdef _APP_TEST_CODE
  24. void TestDeviceFun(void);
  25. #endif
  26. #ifdef _APP_TEST_MOTOR_CODE
  27. void MotorControlFunc(UINT8 MotorIdx,UINT8 RotateDirec);
  28. #endif
  29. #endif /* SYSTEM_VEHICLE_APPFUNCION_H_ */