stdint.h 這里放著C語言的標準表達方式
typedef
typedef
typedef
typedef
typedef
unsigned
typedef unsigned
short
typedef
unsigned
typedef
unsigned
typedef
typedef
typedef
typedef
typedef
unsigned
typedef unsigned
short
typedef
unsigned
typedef
unsigned
typedef
typedef
typedef
typedef
typedef
unsigned
typedef
unsigned
typedef
unsigned
typedef
unsigned
typedef
typedef
unsigned
typedef
typedef
unsigned
core_cm3.h 文件主要針對動態 靜態 變量修飾符做出類型擴展
#ifdef __cplusplus#else
#endif
#define
#define
stm32f10x.h 這個文件主要是為了兼容舊版本吧
typedef int32_t
typedef int16_t s16;
typedef int8_t
typedef const int32_t sc32;
typedef const int16_t sc16;
typedef const int8_t sc8;
typedef __IO int32_t
typedef __IO int16_t
typedef __IO int8_t
typedef __I int32_t vsc32;
typedef __I int16_t vsc16;
typedef __I int8_t vsc8;
typedef uint32_t
typedef uint16_t u16;
typedef uint8_t
typedef const uint32_t uc32;
typedef const uint16_t uc16;
typedef const uint8_t uc8;
typedef __IO uint32_t
typedef __IO uint16_t vu16;
typedef __IO uint8_t
typedef __I uint32_t vuc32;
typedef __I uint16_t vuc16;
typedef __I uint8_t vuc8;