1234567891011121314151617181920212223242526272829 |
- // gfaspi.h :
- //
- #if !defined(AGD_GFASPI_H__F1751711_2AAA_48F4_9959_E6F56DA316B8__INCLUDED_)
- #define AGD_GFASPI_H__F1751711_2AAA_48F4_9959_E6F56DA316B8__INCLUDED_
- #ifdef __cplusplus
- extern "C" {
- #endif // __cplusplus
- /////////////////////////////////////////////////////////////////////////////
- // gfaspi.h - Declarations:
- typedef struct _TIVA_ADC
- {
- int UVers;
- int UBatV3;
- int Temp;
- int UV5Vsys;
- int UV3V6Bat;
- int TempTIVA;
- }TIVA_ADC, *LPTIVA_ADC;
- typedef const TIVA_ADC *LPCTIVA_ADC;
- /////////////////////////////////////////////////////////////////////////////
- #ifdef __cplusplus
- }
- #endif // __cplusplus
- #endif // !defined(AGD_GFASPI_H__F1751711_2AAA_48F4_9959_E6F56DA316B8__INCLUDED_)
|