|
EFR32 Blue Gecko 1 Software Documentation
efr32bg1-doc-5.1.2
|
USB Communication Device Class (CDC) driver.
Copyright 2015 Silicon Labs, Inc. 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 cdc.c.
#include "em_device.h"#include "em_common.h"#include "em_cmu.h"#include "em_core.h"#include "em_dma.h"#include "em_gpio.h"#include "em_usart.h"#include "em_usb.h"#include "bsp.h"#include "dmactrl.h"#include "cdc.h"Go to the source code of this file.
Functions | |
| void | CDC_Init (void) |
| CDC device initialization. | |
| int | CDC_SetupCmd (const USB_Setup_TypeDef *setup) |
| Handle USB setup commands. Implements CDC class specific commands. More... | |
| void | CDC_StateChangeEvent (USBD_State_TypeDef oldState, USBD_State_TypeDef newState) |
| Callback function called each time the USB device state is changed. Starts CDC operation when device has been configured by USB host. More... | |