STM32F10,L1 en F3 USB Full Speed Device bibliotheek  1.0
ST Microelectronics USB Full Speed Device bibliotheek documentatie
 All Data Structures Files
usb_type.h
Go to the documentation of this file.
1 
29 /* Define to prevent recursive inclusion -------------------------------------*/
30 #ifndef __USB_TYPE_H
31 #define __USB_TYPE_H
32 
33 /* Includes ------------------------------------------------------------------*/
34 #include "usb_conf.h"
35 
36 /* Exported types ------------------------------------------------------------*/
37 /* Exported constants --------------------------------------------------------*/
38 #ifndef NULL
39 #define NULL ((void *)0)
40 #endif
41 
42 #ifndef __cplusplus /* in geval een c++ compiler */
43 typedef enum
44 {
45  FALSE = 0, TRUE = !FALSE
46 }
47 bool;
48 #endif
49 
50 /* Exported macro ------------------------------------------------------------*/
51 /* Exported functions ------------------------------------------------------- */
52 /* External variables --------------------------------------------------------*/
53 
54 #endif /* __USB_TYPE_H */
55 
56 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/