宏定义 | |
#define | __I volatile |
#define | __O volatile |
#define | __IO volatile |
类型定义 | |
typedef signed char | int8_t |
typedef signed int | int16_t |
typedef signed long | int32_t |
typedef signed char | int8 |
typedef signed int | int16 |
typedef signed long | int32 |
typedef volatile int8_t | vint8_t |
typedef volatile int16_t | vint16_t |
typedef volatile int32_t | vint32_t |
typedef volatile int8_t | vint8 |
typedef volatile int16_t | vint16 |
typedef volatile int32_t | vint32 |
typedef unsigned char | uint8_t |
typedef unsigned int | uint16_t |
typedef unsigned long | uint32_t |
typedef unsigned char | u8 |
typedef unsigned int | u16 |
typedef unsigned long | u32 |
typedef unsigned char | uint8 |
typedef unsigned int | uint16 |
typedef unsigned long | uint32 |
typedef volatile uint8_t | vuint8_t |
typedef volatile uint16_t | vuint16_t |
typedef volatile uint32_t | vuint32_t |
typedef volatile uint8_t | vu8 |
typedef volatile uint16_t | vu16 |
typedef volatile uint32_t | vu32 |
typedef volatile uint8_t | vuint8 |
typedef volatile uint16_t | vuint16 |
typedef volatile uint32_t | vuint32 |
#define __I volatile |
#define __IO volatile |
#define __O volatile |
typedef signed int int16 |
typedef signed int int16_t |
typedef signed long int32 |
typedef signed long int32_t |
typedef signed char int8 |
typedef signed char int8_t |
typedef unsigned int u16 |
typedef unsigned long u32 |
typedef unsigned char u8 |
typedef unsigned int uint16 |
typedef unsigned int uint16_t |
typedef unsigned long uint32 |
typedef unsigned long uint32_t |
typedef unsigned char uint8 |
typedef unsigned char uint8_t |