Functions | Variables

usb_eventHandling.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\defMSP430USB.h"
#include "descriptors.h"
#include "usb.h"

Go to the source code of this file.

Functions

BYTE USB_handleClockEvent ()
BYTE USB_handleVbusOnEvent ()
BYTE USB_handleVbusOffEvent ()
BYTE USB_handleResetEvent ()
BYTE USB_handleSuspendEvent ()
BYTE USB_handleResumeEvent ()
BYTE USB_handleEnumCompleteEvent ()
BYTE USBCDC_handleDataReceived (BYTE intfNum)
BYTE USBCDC_handleSendCompleted (BYTE intfNum)
BYTE USBCDC_handleReceiveCompleted (BYTE intfNum)

Variables

volatile BYTE bDataReceived_event
volatile BYTE bDataReceiveCompleted_event
volatile BYTE bDataSendCompleted_event

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:
2009/06/11
Version:
1.18 Initial Release
Note:
Built with IAR Embedded Workbench for MSP430 Version: 5.10.1

Definition in file usb_eventHandling.c.