code stringlengths 1 2.01M | repo_name stringlengths 3 62 | path stringlengths 1 267 | language stringclasses 231
values | license stringclasses 13
values | size int64 1 2.01M |
|---|---|---|---|---|---|
/******************** (C) COPYRIGHT 2010 STMicroelectronics ********************
* File Name : i2s_codec.h
* Author : MCD Application Team
* Version : V3.2.1
* Date : 07/05/2010
* Description : This file contains all the functions prototypes for the
* ... | zzqq5414-jk-rabbit | sw/lib/STM32_USB-FS-Device_Lib_V3.2.1/Project/Audio_Speaker/inc/i2s_codec.h | C | asf20 | 6,933 |
/******************** (C) COPYRIGHT 2010 STMicroelectronics ********************
* File Name : usb_desc.h
* Author : MCD Application Team
* Version : V3.2.1
* Date : 07/05/2010
* Description : Descriptor Header for Mass Storage Device
**************************... | zzqq5414-jk-rabbit | sw/lib/STM32_USB-FS-Device_Lib_V3.2.1/Project/Audio_Speaker/inc/usb_desc.h | C | asf20 | 4,192 |
/******************** (C) COPYRIGHT 2010 STMicroelectronics ********************
* File Name : usb_prop.h
* Author : MCD Application Team
* Version : V3.2.1
* Date : 07/05/2010
* Description : All processing related to Mass Storage Demo (Endpoint 0)
***********... | zzqq5414-jk-rabbit | sw/lib/STM32_USB-FS-Device_Lib_V3.2.1/Project/Audio_Speaker/inc/usb_prop.h | C | asf20 | 2,811 |
/******************** (C) COPYRIGHT 2010 STMicroelectronics ********************
* File Name : stm32f10x_conf.h
* Author : MCD Application Team
* Version : V3.2.1
* Date : 07/05/2010
* Description : Library configuration file.
**********************************... | zzqq5414-jk-rabbit | sw/lib/STM32_USB-FS-Device_Lib_V3.2.1/Project/Audio_Speaker/inc/stm32f10x_conf.h | C | asf20 | 3,444 |
/******************** (C) COPYRIGHT 2010 STMicroelectronics ********************
* File Name : stm32f10x_it.h
* Author : MCD Application Team
* Version : V3.2.1
* Date : 07/05/2010
* Description : This file contains the headers of the interrupt handlers.
******... | zzqq5414-jk-rabbit | sw/lib/STM32_USB-FS-Device_Lib_V3.2.1/Project/Audio_Speaker/inc/stm32f10x_it.h | C | asf20 | 2,157 |
/******************** (C) COPYRIGHT 2010 STMicroelectronics ********************
* File Name : platform_config.h
* Author : MCD Application Team
* Version : V3.2.1
* Date : 07/05/2010
* Description : Evaluation board specific configuration file.
***************... | zzqq5414-jk-rabbit | sw/lib/STM32_USB-FS-Device_Lib_V3.2.1/Project/Audio_Speaker/inc/platform_config.h | C | asf20 | 2,379 |
/******************** (C) COPYRIGHT 2010 STMicroelectronics ********************
* File Name : usb_istr.h
* Author : MCD Application Team
* Version : V3.2.1
* Date : 07/05/2010
* Description : This file includes the peripherals header files in the
* ... | zzqq5414-jk-rabbit | sw/lib/STM32_USB-FS-Device_Lib_V3.2.1/Project/Audio_Speaker/inc/usb_istr.h | C | asf20 | 2,645 |
/******************** (C) COPYRIGHT 2010 STMicroelectronics ********************
* File Name : usb_conf.h
* Author : MCD Application Team
* Version : V3.2.1
* Date : 07/05/2010
* Description : Mass Storage Demo configuration header
****************************... | zzqq5414-jk-rabbit | sw/lib/STM32_USB-FS-Device_Lib_V3.2.1/Project/Audio_Speaker/inc/usb_conf.h | C | asf20 | 5,791 |
/******************** (C) COPYRIGHT 2010 STMicroelectronics ********************
* File Name : usb_endp.c
* Author : MCD Application Team
* Version : V3.2.1
* Date : 07/05/2010
* Description : Endpoint routines
**************************************************... | zzqq5414-jk-rabbit | sw/lib/STM32_USB-FS-Device_Lib_V3.2.1/Project/Audio_Speaker/src/usb_endp.c | C | asf20 | 2,669 |
/******************** (C) COPYRIGHT 2010 STMicroelectronics ********************
* File Name : usb_istr.c
* Author : MCD Application Team
* Version : V3.2.1
* Date : 07/05/2010
* Description : ISTR events interrupt service routines
*****************************... | zzqq5414-jk-rabbit | sw/lib/STM32_USB-FS-Device_Lib_V3.2.1/Project/Audio_Speaker/src/usb_istr.c | C | asf20 | 5,746 |
/******************** (C) COPYRIGHT 2010 STMicroelectronics ********************
* File Name : main.c
* Author : MCD Application Team
* Version : V3.2.1
* Date : 07/05/2010
* Description : Audio Speaker Demo main file
*******************************************... | zzqq5414-jk-rabbit | sw/lib/STM32_USB-FS-Device_Lib_V3.2.1/Project/Audio_Speaker/src/main.c | C | asf20 | 3,174 |
/******************** (C) COPYRIGHT 2010 STMicroelectronics ********************
* File Name : hw_config.c
* Author : MCD Application Team
* Version : V3.2.1
* Date : 07/05/2010
* Description : Hardware Configuration & Setup
************************************... | zzqq5414-jk-rabbit | sw/lib/STM32_USB-FS-Device_Lib_V3.2.1/Project/Audio_Speaker/src/hw_config.c | C | asf20 | 14,062 |
/******************** (C) COPYRIGHT 2010 STMicroelectronics ********************
* File Name : stm32f10x_it.c
* Author : MCD Application Team
* Version : V3.2.1
* Date : 07/05/2010
* Description : Main Interrupt Service Routines.
* This fil... | zzqq5414-jk-rabbit | sw/lib/STM32_USB-FS-Device_Lib_V3.2.1/Project/Audio_Speaker/src/stm32f10x_it.c | C | asf20 | 9,826 |
/******************** (C) COPYRIGHT 2010 STMicroelectronics ********************
* File Name : i2s_codec.c
* Author : MCD Application Team
* Version : V3.2.1
* Date : 07/05/2010
* Description : This file includes the I2S Codec driver for AK4343
* ... | zzqq5414-jk-rabbit | sw/lib/STM32_USB-FS-Device_Lib_V3.2.1/Project/Audio_Speaker/src/i2s_codec.c | C | asf20 | 56,162 |
/******************** (C) COPYRIGHT 2010 STMicroelectronics ********************
* File Name : usb_pwr.c
* Author : MCD Application Team
* Version : V3.2.1
* Date : 07/05/2010
* Description : Connection/disconnection & power management
*************************... | zzqq5414-jk-rabbit | sw/lib/STM32_USB-FS-Device_Lib_V3.2.1/Project/Audio_Speaker/src/usb_pwr.c | C | asf20 | 7,111 |
/******************** (C) COPYRIGHT 2010 STMicroelectronics ********************
* File Name : usb_prop.c
* Author : MCD Application Team
* Version : V3.2.1
* Date : 07/05/2010
* Description : All processing related to Audio Speaker Demo
***********************... | zzqq5414-jk-rabbit | sw/lib/STM32_USB-FS-Device_Lib_V3.2.1/Project/Audio_Speaker/src/usb_prop.c | C | asf20 | 11,384 |
/******************** (C) COPYRIGHT 2010 STMicroelectronics ********************
* File Name : usb_desc.c
* Author : MCD Application Team
* Version : V3.2.1
* Date : 07/05/2010
* Description : Descriptors for Audio Speaker Demo
*********************************... | zzqq5414-jk-rabbit | sw/lib/STM32_USB-FS-Device_Lib_V3.2.1/Project/Audio_Speaker/src/usb_desc.c | C | asf20 | 11,641 |
;; NOTE: To allow the use of this file for both ARMv6M and ARMv7M,
;; we will only use 16-bit Thumb intructions.
.extern _lc_ub_stack ; usr/sys mode stack pointer
.extern _lc_ue_stack ; symbol required by debugger
.extern _lc_ub_table ; ROM to R... | zzqq5414-jk-rabbit | sw/lib/STM32_USB-FS-Device_Lib_V3.2.1/Project/Audio_Speaker/HiTOP/STM3210E-EVAL_XL/cstart_thumb2.asm | Assembly | asf20 | 3,949 |
////////////////////////////////////////////////////////////////////////////
//
// File : stm32f103_cmsis.lsl
//
// Version : @(#)stm32f103_cmsis.lsl 1.2 09/06/04
//
// Description : LSL file for the STMicroelectronics STM32F103, CMSIS version
//
// Copyright 2009 Altium BV
//
// ... | zzqq5414-jk-rabbit | sw/lib/STM32_USB-FS-Device_Lib_V3.2.1/Project/Audio_Speaker/HiTOP/STM3210E-EVAL_XL/Settings/STM32F10x_XL.lsl | LSL | asf20 | 10,633 |
////////////////////////////////////////////////////////////////////////////
//
// File : arm_arch.lsl
//
// Version : @(#)arm_arch.lsl 1.4 09/04/17
//
// Description : Generic LSL file for ARM architectures
//
// Copyright 2008-2009 Altium BV
//
////////////////////////////////////////... | zzqq5414-jk-rabbit | sw/lib/STM32_USB-FS-Device_Lib_V3.2.1/Project/Audio_Speaker/HiTOP/STM3210E-EVAL_XL/Settings/arm_arch.lsl | LSL | asf20 | 10,931 |
;; NOTE: To allow the use of this file for both ARMv6M and ARMv7M,
;; we will only use 16-bit Thumb intructions.
.extern _lc_ub_stack ; usr/sys mode stack pointer
.extern _lc_ue_stack ; symbol required by debugger
.extern _lc_ub_table ; ROM to R... | zzqq5414-jk-rabbit | sw/lib/STM32_USB-FS-Device_Lib_V3.2.1/Project/Audio_Speaker/HiTOP/STM3210E-EVAL/cstart_thumb2.asm | Assembly | asf20 | 3,949 |
////////////////////////////////////////////////////////////////////////////
//
// File : stm32f103_cmsis.lsl
//
// Version : @(#)stm32f103_cmsis.lsl 1.2 09/06/04
//
// Description : LSL file for the STMicroelectronics STM32F103, CMSIS version
//
// Copyright 2009 Altium BV
//
// ... | zzqq5414-jk-rabbit | sw/lib/STM32_USB-FS-Device_Lib_V3.2.1/Project/Audio_Speaker/HiTOP/STM3210E-EVAL/Settings/STM32F10x_hd.lsl | LSL | asf20 | 10,572 |
////////////////////////////////////////////////////////////////////////////
//
// File : arm_arch.lsl
//
// Version : @(#)arm_arch.lsl 1.4 09/04/17
//
// Description : Generic LSL file for ARM architectures
//
// Copyright 2008-2009 Altium BV
//
////////////////////////////////////////... | zzqq5414-jk-rabbit | sw/lib/STM32_USB-FS-Device_Lib_V3.2.1/Project/Audio_Speaker/HiTOP/STM3210E-EVAL/Settings/arm_arch.lsl | LSL | asf20 | 10,931 |
;; NOTE: To allow the use of this file for both ARMv6M and ARMv7M,
;; we will only use 16-bit Thumb intructions.
.extern _lc_ub_stack ; usr/sys mode stack pointer
.extern _lc_ue_stack ; symbol required by debugger
.extern _lc_ub_table ; ROM to R... | zzqq5414-jk-rabbit | sw/lib/STM32_USB-FS-Device_Lib_V3.2.1/Project/Audio_Speaker/HiTOP/STM3210B-EVAL/cstart_thumb2.asm | Assembly | asf20 | 3,949 |
////////////////////////////////////////////////////////////////////////////
//
// File : arm_arch.lsl
//
// Version : @(#)arm_arch.lsl 1.4 09/04/17
//
// Description : Generic LSL file for ARM architectures
//
// Copyright 2008-2009 Altium BV
//
////////////////////////////////////////... | zzqq5414-jk-rabbit | sw/lib/STM32_USB-FS-Device_Lib_V3.2.1/Project/Audio_Speaker/HiTOP/STM3210B-EVAL/Settings/arm_arch.lsl | LSL | asf20 | 10,931 |
////////////////////////////////////////////////////////////////////////////
//
// File : stm32f103_cmsis.lsl
//
// Version : @(#)stm32f103_cmsis.lsl 1.2 09/06/04
//
// Description : LSL file for the STMicroelectronics STM32F103, CMSIS version
//
// Copyright 2009 Altium BV
//
// ... | zzqq5414-jk-rabbit | sw/lib/STM32_USB-FS-Device_Lib_V3.2.1/Project/Audio_Speaker/HiTOP/STM3210B-EVAL/Settings/STM32F10x_md.lsl | LSL | asf20 | 8,702 |
/**
******************************************************************************
* @file stm32f10x_crc.h
* @author MCD Application Team
* @version V3.3.0
* @date 04/16/2010
* @brief This file contains all the functions prototypes for the CRC firmware
* library.
*************... | zzqq5414-jk-rabbit | sw/lib/STM32_USB-FS-Device_Lib_V3.2.1/Libraries/STM32F10x_StdPeriph_Driver/inc/stm32f10x_crc.h | C | asf20 | 2,073 |
/**
******************************************************************************
* @file stm32f10x_rcc.h
* @author MCD Application Team
* @version V3.3.0
* @date 04/16/2010
* @brief This file contains all the functions prototypes for the RCC firmware
* library.
*************... | zzqq5414-jk-rabbit | sw/lib/STM32_USB-FS-Device_Lib_V3.2.1/Libraries/STM32F10x_StdPeriph_Driver/inc/stm32f10x_rcc.h | C | asf20 | 30,246 |
/**
******************************************************************************
* @file stm32f10x_adc.h
* @author MCD Application Team
* @version V3.3.0
* @date 04/16/2010
* @brief This file contains all the functions prototypes for the ADC firmware
* library.
*************... | zzqq5414-jk-rabbit | sw/lib/STM32_USB-FS-Device_Lib_V3.2.1/Libraries/STM32F10x_StdPeriph_Driver/inc/stm32f10x_adc.h | C | asf20 | 21,601 |
/**
******************************************************************************
* @file stm32f10x_can.h
* @author MCD Application Team
* @version V3.3.0
* @date 04/16/2010
* @brief This file contains all the functions prototypes for the CAN firmware
* library.
*************... | zzqq5414-jk-rabbit | sw/lib/STM32_USB-FS-Device_Lib_V3.2.1/Libraries/STM32F10x_StdPeriph_Driver/inc/stm32f10x_can.h | C | asf20 | 20,503 |
/**
******************************************************************************
* @file stm32f10x_tim.h
* @author MCD Application Team
* @version V3.3.0
* @date 04/16/2010
* @brief This file contains all the functions prototypes for the TIM firmware
* library.
*************... | zzqq5414-jk-rabbit | sw/lib/STM32_USB-FS-Device_Lib_V3.2.1/Libraries/STM32F10x_StdPeriph_Driver/inc/stm32f10x_tim.h | C | asf20 | 50,427 |
/**
******************************************************************************
* @file stm32f10x_spi.h
* @author MCD Application Team
* @version V3.3.0
* @date 04/16/2010
* @brief This file contains all the functions prototypes for the SPI firmware
* library.
*************... | zzqq5414-jk-rabbit | sw/lib/STM32_USB-FS-Device_Lib_V3.2.1/Libraries/STM32F10x_StdPeriph_Driver/inc/stm32f10x_spi.h | C | asf20 | 17,983 |
/**
******************************************************************************
* @file stm32f10x_usart.h
* @author MCD Application Team
* @version V3.3.0
* @date 04/16/2010
* @brief This file contains all the functions prototypes for the USART
* firmware library.
*********... | zzqq5414-jk-rabbit | sw/lib/STM32_USB-FS-Device_Lib_V3.2.1/Libraries/STM32F10x_StdPeriph_Driver/inc/stm32f10x_usart.h | C | asf20 | 16,459 |
/**
******************************************************************************
* @file stm32f10x_gpio.h
* @author MCD Application Team
* @version V3.3.0
* @date 04/16/2010
* @brief This file contains all the functions prototypes for the GPIO
* firmware library.
***********... | zzqq5414-jk-rabbit | sw/lib/STM32_USB-FS-Device_Lib_V3.2.1/Libraries/STM32F10x_StdPeriph_Driver/inc/stm32f10x_gpio.h | C | asf20 | 19,316 |
/**
******************************************************************************
* @file stm32f10x_rtc.h
* @author MCD Application Team
* @version V3.3.0
* @date 04/16/2010
* @brief This file contains all the functions prototypes for the RTC firmware
* library.
*************... | zzqq5414-jk-rabbit | sw/lib/STM32_USB-FS-Device_Lib_V3.2.1/Libraries/STM32F10x_StdPeriph_Driver/inc/stm32f10x_rtc.h | C | asf20 | 3,768 |
/**
******************************************************************************
* @file stm32f10x_dac.h
* @author MCD Application Team
* @version V3.3.0
* @date 04/16/2010
* @brief This file contains all the functions prototypes for the DAC firmware
* library.
*************... | zzqq5414-jk-rabbit | sw/lib/STM32_USB-FS-Device_Lib_V3.2.1/Libraries/STM32F10x_StdPeriph_Driver/inc/stm32f10x_dac.h | C | asf20 | 15,062 |
/**
******************************************************************************
* @file stm32f10x_flash.h
* @author MCD Application Team
* @version V3.3.0
* @date 04/16/2010
* @brief This file contains all the functions prototypes for the FLASH
* firmware library.
*********... | zzqq5414-jk-rabbit | sw/lib/STM32_USB-FS-Device_Lib_V3.2.1/Libraries/STM32F10x_StdPeriph_Driver/inc/stm32f10x_flash.h | C | asf20 | 25,356 |
/**
******************************************************************************
* @file stm32f10x_iwdg.h
* @author MCD Application Team
* @version V3.3.0
* @date 04/16/2010
* @brief This file contains all the functions prototypes for the IWDG
* firmware library.
***********... | zzqq5414-jk-rabbit | sw/lib/STM32_USB-FS-Device_Lib_V3.2.1/Libraries/STM32F10x_StdPeriph_Driver/inc/stm32f10x_iwdg.h | C | asf20 | 3,739 |
/**
******************************************************************************
* @file stm32f10x_dbgmcu.h
* @author MCD Application Team
* @version V3.3.0
* @date 04/16/2010
* @brief This file contains all the functions prototypes for the DBGMCU
* firmware library.
*******... | zzqq5414-jk-rabbit | sw/lib/STM32_USB-FS-Device_Lib_V3.2.1/Libraries/STM32F10x_StdPeriph_Driver/inc/stm32f10x_dbgmcu.h | C | asf20 | 3,729 |
/**
******************************************************************************
* @file stm32f10x_bkp.h
* @author MCD Application Team
* @version V3.3.0
* @date 04/16/2010
* @brief This file contains all the functions prototypes for the BKP firmware
* library.
*************... | zzqq5414-jk-rabbit | sw/lib/STM32_USB-FS-Device_Lib_V3.2.1/Libraries/STM32F10x_StdPeriph_Driver/inc/stm32f10x_bkp.h | C | asf20 | 7,466 |
/**
******************************************************************************
* @file stm32f10x_dma.h
* @author MCD Application Team
* @version V3.3.0
* @date 04/16/2010
* @brief This file contains all the functions prototypes for the DMA firmware
* library.
*************... | zzqq5414-jk-rabbit | sw/lib/STM32_USB-FS-Device_Lib_V3.2.1/Libraries/STM32F10x_StdPeriph_Driver/inc/stm32f10x_dma.h | C | asf20 | 20,573 |
/**
******************************************************************************
* @file stm32f10x_i2c.h
* @author MCD Application Team
* @version V3.3.0
* @date 04/16/2010
* @brief This file contains all the functions prototypes for the I2C firmware
* library.
*************... | zzqq5414-jk-rabbit | sw/lib/STM32_USB-FS-Device_Lib_V3.2.1/Libraries/STM32F10x_StdPeriph_Driver/inc/stm32f10x_i2c.h | C | asf20 | 29,501 |
/**
******************************************************************************
* @file stm32f10x_wwdg.h
* @author MCD Application Team
* @version V3.3.0
* @date 04/16/2010
* @brief This file contains all the functions prototypes for the WWDG firmware
* library.
************... | zzqq5414-jk-rabbit | sw/lib/STM32_USB-FS-Device_Lib_V3.2.1/Libraries/STM32F10x_StdPeriph_Driver/inc/stm32f10x_wwdg.h | C | asf20 | 2,877 |
/**
******************************************************************************
* @file stm32f10x_exti.h
* @author MCD Application Team
* @version V3.3.0
* @date 04/16/2010
* @brief This file contains all the functions prototypes for the EXTI firmware
* library.
************... | zzqq5414-jk-rabbit | sw/lib/STM32_USB-FS-Device_Lib_V3.2.1/Libraries/STM32F10x_StdPeriph_Driver/inc/stm32f10x_exti.h | C | asf20 | 6,735 |
/**
******************************************************************************
* @file misc.h
* @author MCD Application Team
* @version V3.3.0
* @date 04/16/2010
* @brief This file contains all the functions prototypes for the miscellaneous
* firmware library functions (add-on... | zzqq5414-jk-rabbit | sw/lib/STM32_USB-FS-Device_Lib_V3.2.1/Libraries/STM32F10x_StdPeriph_Driver/inc/misc.h | C | asf20 | 8,893 |
/**
******************************************************************************
* @file stm32f10x_pwr.h
* @author MCD Application Team
* @version V3.3.0
* @date 04/16/2010
* @brief This file contains all the functions prototypes for the PWR firmware
* library.
*************... | zzqq5414-jk-rabbit | sw/lib/STM32_USB-FS-Device_Lib_V3.2.1/Libraries/STM32F10x_StdPeriph_Driver/inc/stm32f10x_pwr.h | C | asf20 | 4,294 |
/**
******************************************************************************
* @file stm32f10x_sdio.h
* @author MCD Application Team
* @version V3.3.0
* @date 04/16/2010
* @brief This file contains all the functions prototypes for the SDIO firmware
* library.
************... | zzqq5414-jk-rabbit | sw/lib/STM32_USB-FS-Device_Lib_V3.2.1/Libraries/STM32F10x_StdPeriph_Driver/inc/stm32f10x_sdio.h | C | asf20 | 21,774 |
/**
******************************************************************************
* @file stm32f10x_bkp.c
* @author MCD Application Team
* @version V3.3.0
* @date 04/16/2010
* @brief This file provides all the BKP firmware functions.
*******************************************************... | zzqq5414-jk-rabbit | sw/lib/STM32_USB-FS-Device_Lib_V3.2.1/Libraries/STM32F10x_StdPeriph_Driver/src/stm32f10x_bkp.c | C | asf20 | 8,497 |
/**
******************************************************************************
* @file stm32f10x_crc.c
* @author MCD Application Team
* @version V3.3.0
* @date 04/16/2010
* @brief This file provides all the CRC firmware functions.
*******************************************************... | zzqq5414-jk-rabbit | sw/lib/STM32_USB-FS-Device_Lib_V3.2.1/Libraries/STM32F10x_StdPeriph_Driver/src/stm32f10x_crc.c | C | asf20 | 3,338 |
/**
******************************************************************************
* @file misc.c
* @author MCD Application Team
* @version V3.3.0
* @date 04/16/2010
* @brief This file provides all the miscellaneous firmware functions (add-on
* to CMSIS functions).
************... | zzqq5414-jk-rabbit | sw/lib/STM32_USB-FS-Device_Lib_V3.2.1/Libraries/STM32F10x_StdPeriph_Driver/src/misc.c | C | asf20 | 6,931 |
/**
******************************************************************************
* @file stm32f10x_spi.c
* @author MCD Application Team
* @version V3.3.0
* @date 04/16/2010
* @brief This file provides all the SPI firmware functions.
*******************************************************... | zzqq5414-jk-rabbit | sw/lib/STM32_USB-FS-Device_Lib_V3.2.1/Libraries/STM32F10x_StdPeriph_Driver/src/stm32f10x_spi.c | C | asf20 | 30,092 |
/**
******************************************************************************
* @file stm32f10x_pwr.c
* @author MCD Application Team
* @version V3.3.0
* @date 04/16/2010
* @brief This file provides all the PWR firmware functions.
*******************************************************... | zzqq5414-jk-rabbit | sw/lib/STM32_USB-FS-Device_Lib_V3.2.1/Libraries/STM32F10x_StdPeriph_Driver/src/stm32f10x_pwr.c | C | asf20 | 9,162 |
/**
******************************************************************************
* @file stm32f10x_gpio.c
* @author MCD Application Team
* @version V3.3.0
* @date 04/16/2010
* @brief This file provides all the GPIO firmware functions.
*****************************************************... | zzqq5414-jk-rabbit | sw/lib/STM32_USB-FS-Device_Lib_V3.2.1/Libraries/STM32F10x_StdPeriph_Driver/src/stm32f10x_gpio.c | C | asf20 | 19,759 |
/**
******************************************************************************
* @file stm32f10x_dbgmcu.c
* @author MCD Application Team
* @version V3.3.0
* @date 04/16/2010
* @brief This file provides all the DBGMCU firmware functions.
*************************************************... | zzqq5414-jk-rabbit | sw/lib/STM32_USB-FS-Device_Lib_V3.2.1/Libraries/STM32F10x_StdPeriph_Driver/src/stm32f10x_dbgmcu.c | C | asf20 | 5,060 |
/**
******************************************************************************
* @file stm32f10x_wwdg.c
* @author MCD Application Team
* @version V3.3.0
* @date 04/16/2010
* @brief This file provides all the WWDG firmware functions.
*****************************************************... | zzqq5414-jk-rabbit | sw/lib/STM32_USB-FS-Device_Lib_V3.2.1/Libraries/STM32F10x_StdPeriph_Driver/src/stm32f10x_wwdg.c | C | asf20 | 5,646 |
/**
******************************************************************************
* @file stm32f10x_iwdg.c
* @author MCD Application Team
* @version V3.3.0
* @date 04/16/2010
* @brief This file provides all the IWDG firmware functions.
*****************************************************... | zzqq5414-jk-rabbit | sw/lib/STM32_USB-FS-Device_Lib_V3.2.1/Libraries/STM32F10x_StdPeriph_Driver/src/stm32f10x_iwdg.c | C | asf20 | 4,827 |
/**************************************************************************//**
* @file core_cm3.c
* @brief CMSIS Cortex-M3 Core Peripheral Access Layer Source File
* @version V1.30
* @date 30. October 2009
*
* @note
* Copyright (C) 2009 ARM Limited. All rights reserved.
*
* @par
* ARM L... | zzqq5414-jk-rabbit | sw/lib/STM32_USB-FS-Device_Lib_V3.2.1/Libraries/CMSIS/CM3/CoreSupport/core_cm3.c | C | asf20 | 17,273 |
/**************************************************************************//**
* @file core_cm3.h
* @brief CMSIS Cortex-M3 Core Peripheral Access Layer Header File
* @version V1.30
* @date 30. October 2009
*
* @note
* Copyright (C) 2009 ARM Limited. All rights reserved.
*
* @par
* ARM L... | zzqq5414-jk-rabbit | sw/lib/STM32_USB-FS-Device_Lib_V3.2.1/Libraries/CMSIS/CM3/CoreSupport/core_cm3.h | C | asf20 | 85,714 |
/**
******************************************************************************
* @file stm32f10x.h
* @author MCD Application Team
* @version V3.3.0
* @date 04/16/2010
* @brief CMSIS Cortex-M3 Device Peripheral Access Layer Header File.
* This file contains all the peripheral ... | zzqq5414-jk-rabbit | sw/lib/STM32_USB-FS-Device_Lib_V3.2.1/Libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/stm32f10x.h | C | asf20 | 621,135 |
/**
******************************************************************************
* @file system_stm32f10x.h
* @author MCD Application Team
* @version V3.3.0
* @date 04/16/2010
* @brief CMSIS Cortex-M3 Device Peripheral Access Layer System Header File.
************************************... | zzqq5414-jk-rabbit | sw/lib/STM32_USB-FS-Device_Lib_V3.2.1/Libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/system_stm32f10x.h | C | asf20 | 2,068 |
/**
******************************************************************************
* @file system_stm32f10x.c
* @author MCD Application Team
* @version V3.3.0
* @date 04/16/2010
* @brief CMSIS Cortex-M3 Device Peripheral Access Layer System Source File.
************************************... | zzqq5414-jk-rabbit | sw/lib/STM32_USB-FS-Device_Lib_V3.2.1/Libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/system_stm32f10x.c | C | asf20 | 31,997 |
/**
******************************************************************************
* @file startup_stm32f10x_md.s
* @author MCD Application Team
* @version V3.3.0
* @date 04/16/2010
* @brief STM32F10x Medium Density Devices vector table for RIDE7 toolchain.
* This module perf... | zzqq5414-jk-rabbit | sw/lib/STM32_USB-FS-Device_Lib_V3.2.1/Libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/gcc_ride7/startup_stm32f10x_md.s | Unix Assembly | asf20 | 10,154 |
/**
******************************************************************************
* @file startup_stm32f10x_xl.s
* @author MCD Application Team
* @version V3.3.0
* @date 04/16/2010
* @brief STM32F10x XL-Density Devices vector table for RIDE7 toolchain.
* This module perform... | zzqq5414-jk-rabbit | sw/lib/STM32_USB-FS-Device_Lib_V3.2.1/Libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/gcc_ride7/startup_stm32f10x_xl.s | Unix Assembly | asf20 | 13,143 |
/**
******************************************************************************
* @file startup_stm32f10x_hd.s
* @author MCD Application Team
* @version V3.3.0
* @date 04/16/2010
* @brief STM32F10x High Density Devices vector table for RIDE7 toolchain.
* This module perfo... | zzqq5414-jk-rabbit | sw/lib/STM32_USB-FS-Device_Lib_V3.2.1/Libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/gcc_ride7/startup_stm32f10x_hd.s | Unix Assembly | asf20 | 13,042 |
/**
******************************************************************************
* @file startup_stm32f10x_ld.s
* @author MCD Application Team
* @version V3.3.0
* @date 04/16/2010
* @brief STM32F10x Low Density Devices vector table for RIDE7 toolchain.
* This module perform... | zzqq5414-jk-rabbit | sw/lib/STM32_USB-FS-Device_Lib_V3.2.1/Libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/gcc_ride7/startup_stm32f10x_ld.s | Unix Assembly | asf20 | 9,698 |
/**
******************************************************************************
* @file startup_stm32f10x_cl.s
* @author MCD Application Team
* @version V3.3.0
* @date 04/16/2010
* @brief STM32F10x Connectivity line Devices vector table for RIDE7 toolchain.
* This module performs:... | zzqq5414-jk-rabbit | sw/lib/STM32_USB-FS-Device_Lib_V3.2.1/Libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/gcc_ride7/startup_stm32f10x_cl.s | Unix Assembly | asf20 | 12,943 |
/**
******************************************************************************
* @file startup_stm32f10x_ld_vl.s
* @author MCD Application Team
* @version V3.3.0
* @date 04/16/2010
* @brief STM32F10x Low Density Value Line Devices vector table for RIDE7
* toolchain.
* ... | zzqq5414-jk-rabbit | sw/lib/STM32_USB-FS-Device_Lib_V3.2.1/Libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/gcc_ride7/startup_stm32f10x_ld_vl.s | Unix Assembly | asf20 | 10,445 |
/**
******************************************************************************
* @file startup_stm32f10x_md_vl.s
* @author MCD Application Team
* @version V3.3.0
* @date 04/16/2010
* @brief STM32F10x Medium Density Value Line Devices vector table for RIDE7
* toolchain.
... | zzqq5414-jk-rabbit | sw/lib/STM32_USB-FS-Device_Lib_V3.2.1/Libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/gcc_ride7/startup_stm32f10x_md_vl.s | Unix Assembly | asf20 | 10,941 |
;******************** (C) COPYRIGHT 2010 STMicroelectronics ********************
;* File Name : startup_stm32f10x_md.s
;* Author : MCD Application Team
;* Version : V3.3.0
;* Date : 04/16/2010
;* Description : STM32F10x Medium Density Devices vector table for RV... | zzqq5414-jk-rabbit | sw/lib/STM32_USB-FS-Device_Lib_V3.2.1/Libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/arm/startup_stm32f10x_md.s | Unix Assembly | asf20 | 12,760 |
;******************** (C) COPYRIGHT 2010 STMicroelectronics ********************
;* File Name : startup_stm32f10x_xl.s
;* Author : MCD Application Team
;* Version : V3.3.0
;* Date : 04/16/2010
;* Description : STM32F10x XL-Density Devices vector table for RVMDK ... | zzqq5414-jk-rabbit | sw/lib/STM32_USB-FS-Device_Lib_V3.2.1/Libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/arm/startup_stm32f10x_xl.s | Unix Assembly | asf20 | 15,950 |
;******************** (C) COPYRIGHT 2010 STMicroelectronics ********************
;* File Name : startup_stm32f10x_hd.s
;* Author : MCD Application Team
;* Version : V3.3.0
;* Date : 04/16/2010
;* Description : STM32F10x High Density Devices vector table for RVMD... | zzqq5414-jk-rabbit | sw/lib/STM32_USB-FS-Device_Lib_V3.2.1/Libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/arm/startup_stm32f10x_hd.s | Unix Assembly | asf20 | 15,498 |
;******************** (C) COPYRIGHT 2010 STMicroelectronics ********************
;* File Name : startup_stm32f10x_ld.s
;* Author : MCD Application Team
;* Version : V3.3.0
;* Date : 04/16/2010
;* Description : STM32F10x Low Density Devices vector table for RVMDK... | zzqq5414-jk-rabbit | sw/lib/STM32_USB-FS-Device_Lib_V3.2.1/Libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/arm/startup_stm32f10x_ld.s | Unix Assembly | asf20 | 12,371 |
;******************** (C) COPYRIGHT 2010 STMicroelectronics ********************
;* File Name : startup_stm32f10x_cl.s
;* Author : MCD Application Team
;* Version : V3.3.0
;* Date : 04/16/2010
;* Description : STM32F10x Connectivity line devices vector table for... | zzqq5414-jk-rabbit | sw/lib/STM32_USB-FS-Device_Lib_V3.2.1/Libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/arm/startup_stm32f10x_cl.s | Unix Assembly | asf20 | 15,761 |
;******************** (C) COPYRIGHT 2010 STMicroelectronics ********************
;* File Name : startup_stm32f10x_ld_vl.s
;* Author : MCD Application Team
;* Version : V3.3.0
;* Date : 04/16/2010
;* Description : STM32F10x Low Density Value Line Devices vector t... | zzqq5414-jk-rabbit | sw/lib/STM32_USB-FS-Device_Lib_V3.2.1/Libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/arm/startup_stm32f10x_ld_vl.s | Unix Assembly | asf20 | 13,651 |
;******************** (C) COPYRIGHT 2010 STMicroelectronics ********************
;* File Name : startup_stm32f10x_md_vl.s
;* Author : MCD Application Team
;* Version : V3.3.0
;* Date : 04/16/2010
;* Description : STM32F10x Medium Density Value Line Devices vecto... | zzqq5414-jk-rabbit | sw/lib/STM32_USB-FS-Device_Lib_V3.2.1/Libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/arm/startup_stm32f10x_md_vl.s | Unix Assembly | asf20 | 14,068 |
/**
******************************************************************************
* @file startup_stm32f10x_md.s
* @author MCD Application Team
* @version V3.3.0
* @date 04/16/2010
* @brief STM32F10x Medium Density Devices vector table for Atollic toolchain.
* This module pe... | zzqq5414-jk-rabbit | sw/lib/STM32_USB-FS-Device_Lib_V3.2.1/Libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/TrueSTUDIO/startup_stm32f10x_md.s | Unix Assembly | asf20 | 10,195 |
/**
******************************************************************************
* @file startup_stm32f10x_xl.s
* @author MCD Application Team
* @version V3.3.0
* @date 04/16/2010
* @brief STM32F10x XL-Density Devices vector table for TrueSTUDIO toolchain.
* This module pe... | zzqq5414-jk-rabbit | sw/lib/STM32_USB-FS-Device_Lib_V3.2.1/Libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/TrueSTUDIO/startup_stm32f10x_xl.s | Unix Assembly | asf20 | 13,239 |
/**
******************************************************************************
* @file startup_stm32f10x_hd.s
* @author MCD Application Team
* @version V3.3.0
* @date 04/16/2010
* @brief STM32F10x High Density Devices vector table for Atollic toolchain.
* This module perf... | zzqq5414-jk-rabbit | sw/lib/STM32_USB-FS-Device_Lib_V3.2.1/Libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/TrueSTUDIO/startup_stm32f10x_hd.s | Unix Assembly | asf20 | 13,193 |
/**
******************************************************************************
* @file startup_stm32f10x_ld.s
* @author MCD Application Team
* @version V3.3.0
* @date 04/16/2010
* @brief STM32F10x Low Density Devices vector table for Atollic toolchain.
* This module perfo... | zzqq5414-jk-rabbit | sw/lib/STM32_USB-FS-Device_Lib_V3.2.1/Libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/TrueSTUDIO/startup_stm32f10x_ld.s | Unix Assembly | asf20 | 9,746 |
/**
******************************************************************************
* @file startup_stm32f10x_cl.s
* @author MCD Application Team
* @version V3.3.0
* @date 04/16/2010
* @brief STM32F10x Connectivity line Devices vector table for Atollic
* toolchain.
* ... | zzqq5414-jk-rabbit | sw/lib/STM32_USB-FS-Device_Lib_V3.2.1/Libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/TrueSTUDIO/startup_stm32f10x_cl.s | Unix Assembly | asf20 | 12,522 |
/**
******************************************************************************
* @file startup_stm32f10x_ld_vl.s
* @author MCD Application Team
* @version V3.3.0
* @date 04/16/2010
* @brief STM32F10x Low Density Value Line Devices vector table for Atollic toolchain.
* Thi... | zzqq5414-jk-rabbit | sw/lib/STM32_USB-FS-Device_Lib_V3.2.1/Libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/TrueSTUDIO/startup_stm32f10x_ld_vl.s | Unix Assembly | asf20 | 10,195 |
/**
******************************************************************************
* @file startup_stm32f10x_md_vl.s
* @author MCD Application Team
* @version V3.3.0
* @date 04/16/2010
* @brief STM32F10x Medium Density Value Line Devices vector table for Atollic toolchain.
* ... | zzqq5414-jk-rabbit | sw/lib/STM32_USB-FS-Device_Lib_V3.2.1/Libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/TrueSTUDIO/startup_stm32f10x_md_vl.s | Unix Assembly | asf20 | 10,660 |
;/******************** (C) COPYRIGHT 2010 STMicroelectronics ********************
;* File Name : startup_stm32f10x_md.s
;* Author : MCD Application Team
;* Version : V3.3.0
;* Date : 04/16/2010
;* Description : STM32F10x Medium Density Devices vector table for
... | zzqq5414-jk-rabbit | sw/lib/STM32_USB-FS-Device_Lib_V3.2.1/Libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/iar/startup_stm32f10x_md.s | Unix Assembly | asf20 | 12,914 |
;/******************** (C) COPYRIGHT 2010 STMicroelectronics ********************
;* File Name : startup_stm32f10x_xl.s
;* Author : MCD Application Team
;* Version : V3.3.0
;* Date : 04/16/2010
;* Description : STM32F10x XL-Density Devices vector table for EWARM... | zzqq5414-jk-rabbit | sw/lib/STM32_USB-FS-Device_Lib_V3.2.1/Libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/iar/startup_stm32f10x_xl.s | Unix Assembly | asf20 | 16,630 |
;/******************** (C) COPYRIGHT 2010 STMicroelectronics ********************
;* File Name : startup_stm32f10x_hd.s
;* Author : MCD Application Team
;* Version : V3.3.0
;* Date : 04/16/2010
;* Description : STM32F10x High Density Devices vector table for EWA... | zzqq5414-jk-rabbit | sw/lib/STM32_USB-FS-Device_Lib_V3.2.1/Libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/iar/startup_stm32f10x_hd.s | Unix Assembly | asf20 | 16,231 |
;/******************** (C) COPYRIGHT 2010 STMicroelectronics ********************
;* File Name : startup_stm32f10x_ld.s
;* Author : MCD Application Team
;* Version : V3.3.0
;* Date : 04/16/2010
;* Description : STM32F10x Low Density Devices vector table for EWAR... | zzqq5414-jk-rabbit | sw/lib/STM32_USB-FS-Device_Lib_V3.2.1/Libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/iar/startup_stm32f10x_ld.s | Unix Assembly | asf20 | 12,653 |
;/******************** (C) COPYRIGHT 2010 STMicroelectronics ********************
;* File Name : startup_stm32f10x_cl.s
;* Author : MCD Application Team
;* Version : V3.3.0
;* Date : 04/16/2010
;* Description : STM32F10x Connectivity line devices vector table fo... | zzqq5414-jk-rabbit | sw/lib/STM32_USB-FS-Device_Lib_V3.2.1/Libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/iar/startup_stm32f10x_cl.s | Unix Assembly | asf20 | 16,629 |
;/******************** (C) COPYRIGHT 2010 STMicroelectronics ********************
;* File Name : startup_stm32f10x_ld_vl.s
;* Author : MCD Application Team
;* Version : V3.3.0
;* Date : 04/16/2010
;* Description : STM32F10x Low Density Value Line Devices vector ... | zzqq5414-jk-rabbit | sw/lib/STM32_USB-FS-Device_Lib_V3.2.1/Libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/iar/startup_stm32f10x_ld_vl.s | Unix Assembly | asf20 | 12,952 |
;/******************** (C) COPYRIGHT 2010 STMicroelectronics ********************
;* File Name : startup_stm32f10x_md_vl.s
;* Author : MCD Application Team
;* Version : V3.3.0
;* Date : 04/16/2010
;* Description : STM32F10x Medium Density Value Line Devices vect... | zzqq5414-jk-rabbit | sw/lib/STM32_USB-FS-Device_Lib_V3.2.1/Libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/iar/startup_stm32f10x_md_vl.s | Unix Assembly | asf20 | 13,603 |
<html>
<head>
<title>CMSIS Changes</title>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 6.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<style>
<!--
/*-----------------------------------------------------------
K... | zzqq5414-jk-rabbit | sw/lib/STM32_USB-FS-Device_Lib_V3.2.1/Libraries/CMSIS/CMSIS_changes.htm | HTML | asf20 | 12,531 |
/******************** (C) COPYRIGHT 2010 STMicroelectronics ********************
* File Name : usb_init.h
* Author : MCD Application Team
* Version : V3.2.1
* Date : 07/05/2010
* Description : Initialization routines & global variables
*************************... | zzqq5414-jk-rabbit | sw/lib/STM32_USB-FS-Device_Lib_V3.2.1/Libraries/STM32_USB-FS-Device_Driver/inc/usb_init.h | C | asf20 | 2,560 |
/******************** (C) COPYRIGHT 2010 STMicroelectronics ********************
* File Name : usb_type.h
* Author : MCD Application Team
* Version : V3.2.1
* Date : 07/05/2010
* Description : Type definitions used by the USB Library
***************************... | zzqq5414-jk-rabbit | sw/lib/STM32_USB-FS-Device_Lib_V3.2.1/Libraries/STM32_USB-FS-Device_Driver/inc/usb_type.h | C | asf20 | 2,838 |
/******************** (C) COPYRIGHT 2010 STMicroelectronics ********************
* File Name : usb_core.h
* Author : MCD Application Team
* Version : V3.2.1
* Date : 07/05/2010
* Description : Standard protocol processing functions prototypes
******************... | zzqq5414-jk-rabbit | sw/lib/STM32_USB-FS-Device_Lib_V3.2.1/Libraries/STM32_USB-FS-Device_Driver/inc/usb_core.h | C | asf20 | 9,429 |
/******************** (C) COPYRIGHT 2010 STMicroelectronics ********************
* File Name : otgd_fs_cal.h
* Author : STMicroelectronics
* Version : V3.2.1
* Date : 07/05/2010
* Description : Header of OTG FS Device Core Access Layer interface.
**************... | zzqq5414-jk-rabbit | sw/lib/STM32_USB-FS-Device_Lib_V3.2.1/Libraries/STM32_USB-FS-Device_Driver/inc/otgd_fs_cal.h | C | asf20 | 7,933 |
/******************** (C) COPYRIGHT 2010 STMicroelectronics ********************
* File Name : usb_mem.h
* Author : MCD Application Team
* Version : V3.2.1
* Date : 07/05/2010
* Description : Utility prototypes functions for memory/PMA transfers
***************... | zzqq5414-jk-rabbit | sw/lib/STM32_USB-FS-Device_Lib_V3.2.1/Libraries/STM32_USB-FS-Device_Driver/inc/usb_mem.h | C | asf20 | 1,836 |
/******************** (C) COPYRIGHT 2010 STMicroelectronics ********************
* File Name : otgd_fs_pcd.h
* Author : MCD Application Team
* Version : V3.2.1
* Date : 07/05/2010
* Description : Header file of the High Layer device mode interface and
* ... | zzqq5414-jk-rabbit | sw/lib/STM32_USB-FS-Device_Lib_V3.2.1/Libraries/STM32_USB-FS-Device_Driver/inc/otgd_fs_pcd.h | C | asf20 | 3,694 |
/******************** (C) COPYRIGHT 2010 STMicroelectronics ********************
* File Name : usb_def.h
* Author : MCD Application Team
* Version : V3.2.1
* Date : 07/05/2010
* Description : Definitions related to USB Core
*************************************... | zzqq5414-jk-rabbit | sw/lib/STM32_USB-FS-Device_Lib_V3.2.1/Libraries/STM32_USB-FS-Device_Driver/inc/usb_def.h | C | asf20 | 2,835 |
/******************** (C) COPYRIGHT 2010 STMicroelectronics ********************
* File Name : otgd_fs_regs.h
* Author : STMicroelectronics
* Version : V3.2.1
* Date : 07/05/2010
* Description : USB OTG IP hardware registers.
***********************************... | zzqq5414-jk-rabbit | sw/lib/STM32_USB-FS-Device_Lib_V3.2.1/Libraries/STM32_USB-FS-Device_Driver/inc/otgd_fs_regs.h | C | asf20 | 16,748 |
/******************** (C) COPYRIGHT 2010 STMicroelectronics ********************
* File Name : usb_int.h
* Author : MCD Application Team
* Version : V3.2.1
* Date : 07/05/2010
* Description : Endpoint CTR (Low and High) interrupt's service routines
* ... | zzqq5414-jk-rabbit | sw/lib/STM32_USB-FS-Device_Lib_V3.2.1/Libraries/STM32_USB-FS-Device_Driver/inc/usb_int.h | C | asf20 | 1,743 |
/******************** (C) COPYRIGHT 2010 STMicroelectronics ********************
* File Name : usb_lib.h
* Author : MCD Application Team
* Version : V3.2.1
* Date : 07/05/2010
* Description : USB library include files
*******************************************... | zzqq5414-jk-rabbit | sw/lib/STM32_USB-FS-Device_Lib_V3.2.1/Libraries/STM32_USB-FS-Device_Driver/inc/usb_lib.h | C | asf20 | 2,054 |