AppFunc.h 778 B

1234567891011121314151617181920212223242526272829
  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. uint16 Look1_u32u16(uint32 u0, uint32 *bp0, uint16 *table, uint16 MaxLen);
  22. #ifdef _APP_TEST_CODE
  23. void TestDeviceFun(void);
  24. #endif
  25. #ifdef _APP_TEST_MOTOR_CODE
  26. void MotorControlFunc(UINT8 MotorIdx,UINT8 RotateDirec);
  27. #endif
  28. #endif /* SYSTEM_VEHICLE_APPFUNCION_H_ */