EFM32 Giant Gecko Software Documentation  efm32gg-doc-5.1.2
em_usbhal.c File Reference

Detailed Description

USB protocol stack library, low level USB peripheral access.

Version
5.1.2

License

(C) Copyright 2014 Silicon Labs, http://www.silabs.com

This file is licensed under the Silabs License Agreement. See the file "Silabs_License_Agreement.txt" for details. Before using this software for any purpose, you must agree to the terms of that agreement.

Definition in file em_usbhal.c.

#include "em_device.h"
#include "em_usb.h"
#include "em_usbtypes.h"
#include "em_usbhal.h"
#include "em_usbd.h"
#include "em_usbh.h"
#include "em_cmu.h"
#include "em_core.h"
#include "em_gpio.h"

Go to the source code of this file.

Functions

char * USB_GetErrorMsgString (int error)
 Return an error message string for a given error code. More...
 
void USB_PrintErrorMsgString (char *pre, int error)
 Format and print a text string given an error code, prepends an optional user supplied leader string. More...