Functions

USBCDC_constructs.c File Reference

For more information on this file please refer to Programmer’s Guide: MSP430 USB API Stack for CDC/HID http://focus.ti.com/docs/prod/folders/print/msp430f5529.html#toolssoftware. More...

#include "MSP430.h"
#include "Common\types.h"
#include "USB_Common\descriptors.h"
#include "USB_Common\usb.h"
#include "main.h"
#include "USB_CDC_API\UsbCdc.h"
#include <intrinsics.h>
#include "USBCDC_constructs.h"

Go to the source code of this file.

Functions

BYTE sendData_waitTilDone (BYTE *dataBuf, WORD size, BYTE intfNum, ULONG ulTimeout)
BYTE sendData_inBackground (BYTE *dataBuf, WORD size, BYTE intfNum, ULONG ulTimeout)
BYTE receiveData_waitTilDone (BYTE *dataBuf, WORD size, BYTE intfNum, ULONG ulTimeout)
WORD receiveDataInBuffer (BYTE *dataBuf, WORD size, BYTE intfNum)

Detailed Description

For more information on this file please refer to Programmer’s Guide: MSP430 USB API Stack for CDC/HID http://focus.ti.com/docs/prod/folders/print/msp430f5529.html#toolssoftware.

Author:
Texas Instruments, Inc
Date:
November 2010
Version:
1.0 Initial Release
Note:
Built with IAR Embedded Workbench for MSP430 Version: 5.10.1

Definition in file USBCDC_constructs.c.