83 #if defined(__cplusplus) 87 #ifndef MSP430_FET_TYPES 88 #define MSP430_FET_TYPES 102 int32_t clientHandle);
191 DLL430_SYMBOL
STATUS_T WINAPI
MSP430_FET_I2C(int32_t address, uint8_t* buffer, int32_t count, int32_t rw);
193 #define MSP430_FET_Read_I2C(ADDRESS, BUFFER, COUNT) MSP430_FET_I2C(ADDRESS, BUFFER, COUNT, READ) 194 #define MSP430_FET_Write_I2C(ADDRESS, BUFFER, COUNT) MSP430_FET_I2C(ADDRESS, BUFFER, COUNT, WRITE) 325 int32_t clientHandle);
327 #if defined(__cplusplus) 331 #endif // MSP430_FET_H void(* DLL430_FET_NOTIFY_FUNC)(uint32_t MsgId, uint32_t wParam, uint32_t lParam, int32_t clientHandle)
Type definition for a callback function which could handle notify messages sent by the DLL to the cal...
Definition: MSP430_FET.h:99
DLL430_SYMBOL STATUS_T WINAPI MSP430_FET_Reset(void)
Perform a reset of the USB JTAG adaptor's firmware.
This file contains the Application Programming Interface (API) to access an MSP430 microcontroller vi...
Definition: MSP430_FET.h:106
DLL430_SYMBOL STATUS_T WINAPI MSP430_FET_GetHwVersion(uint8_t **version, int32_t *count)
Returns the version number of the MSP430-FET430UIF USB FET hardware.
enum UPDATE_STATUS_MESSAGES UPDATE_STATUS_MESSAGES_t
Status messages during USB FET firmware update.
Definition: MSP430_FET.h:114
Definition: MSP430_FET.h:108
DLL430_SYMBOL STATUS_T WINAPI MSP430_FET_FwUpdate(const char *lpszFileName, DLL430_FET_NOTIFY_FUNC callback, int32_t clientHandle)
Synchronizes the firmware version of the MSP-FET430UIF (TI USB FET) with the version of the Dll...
DLL430_SYMBOL STATUS_T WINAPI MSP430_FET_SetSignals(int32_t SigMask, int32_t SigState)
This function is only meant for testing.
Definition: MSP430_FET.h:112
Definition: MSP430_FET.h:111
DLL430_SYMBOL STATUS_T WINAPI MSP430_FET_EnterBootloader(void)
Enter the bootloader.
DLL430_SYMBOL STATUS_T WINAPI MSP430_FET_ExitBootloader(void)
Exit the bootloader.
DLL430_SYMBOL STATUS_T WINAPI MSP430_FET_I2C(int32_t address, uint8_t *buffer, int32_t count, int32_t rw)
Read and write to EEPROM via I2C.
Definition: MSP430_FET.h:109
UPDATE_STATUS_MESSAGES
Status messages during USB FET firmware update.
Definition: MSP430_FET.h:105
int32_t STATUS_T
this is the definition for the DLL functions return value
Definition: MSP430.h:181
Definition: MSP430_FET.h:107
DLL430_SYMBOL STATUS_T WINAPI MSP430_FET_GetFwVersion(int32_t *version)
Returns the version number of the MSP430-FET430UIF USB FET firmware.
Definition: MSP430_FET.h:113
DLL430_SYMBOL STATUS_T WINAPI MSP430_FET_SelfTest(int32_t count, uint8_t *buffer)
Call the hardware self test function of the USB JTAG adaptor.
Definition: MSP430_FET.h:110