gfaspi.h 699 B

1234567891011121314151617181920212223242526272829
  1. // gfaspi.h :
  2. //
  3. #if !defined(AGD_GFASPI_H__F1751711_2AAA_48F4_9959_E6F56DA316B8__INCLUDED_)
  4. #define AGD_GFASPI_H__F1751711_2AAA_48F4_9959_E6F56DA316B8__INCLUDED_
  5. #ifdef __cplusplus
  6. extern "C" {
  7. #endif // __cplusplus
  8. /////////////////////////////////////////////////////////////////////////////
  9. // gfaspi.h - Declarations:
  10. typedef struct _TIVA_ADC
  11. {
  12. int UVers;
  13. int UBatV3;
  14. int Temp;
  15. int UV5Vsys;
  16. int UV3V6Bat;
  17. int TempTIVA;
  18. }TIVA_ADC, *LPTIVA_ADC;
  19. typedef const TIVA_ADC *LPCTIVA_ADC;
  20. /////////////////////////////////////////////////////////////////////////////
  21. #ifdef __cplusplus
  22. }
  23. #endif // __cplusplus
  24. #endif // !defined(AGD_GFASPI_H__F1751711_2AAA_48F4_9959_E6F56DA316B8__INCLUDED_)