STM32F10,L1 en F3 USB Full Speed Device bibliotheek  1.0
ST Microelectronics USB Full Speed Device bibliotheek documentatie
 All Data Structures Files
usb_sil.h
Go to the documentation of this file.
1 
29 /* Define to prevent recursive inclusion -------------------------------------*/
30 #ifndef __USB_SIL_H
31 #define __USB_SIL_H
32 
33 /* Includes ------------------------------------------------------------------*/
34 /* Exported types ------------------------------------------------------------*/
35 /* Exported constants --------------------------------------------------------*/
36 /* Exported macro ------------------------------------------------------------*/
37 /* Exported functions ------------------------------------------------------- */
38 
39 uint32_t USB_SIL_Init(void);
40 uint32_t USB_SIL_Write(uint8_t bEpAddr, uint8_t* pBufferPointer, uint32_t wBufferSize);
41 uint32_t USB_SIL_Read(uint8_t bEpAddr, uint8_t* pBufferPointer);
42 
43 /* External variables --------------------------------------------------------*/
44 
45 #endif /* __USB_SIL_H */
46 
47 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/