8051-ELL库  beta 1.1.6
8051-ELL library API Document Center
ELL_TYPE.h 文件参考
此图展示该文件直接或间接的被哪些文件引用了:

浏览源代码.

宏定义

#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
 

宏定义说明

◆ __I

#define __I   volatile

◆ __IO

#define __IO   volatile

◆ __O

#define __O   volatile

类型定义说明

◆ int16

typedef signed int int16

◆ int16_t

typedef signed int int16_t

◆ int32

typedef signed long int32

◆ int32_t

typedef signed long int32_t

◆ int8

typedef signed char int8

◆ int8_t

typedef signed char int8_t

◆ u16

typedef unsigned int u16

◆ u32

typedef unsigned long u32

◆ u8

typedef unsigned char u8

◆ uint16

typedef unsigned int uint16

◆ uint16_t

typedef unsigned int uint16_t

◆ uint32

typedef unsigned long uint32

◆ uint32_t

typedef unsigned long uint32_t

◆ uint8

typedef unsigned char uint8

◆ uint8_t

typedef unsigned char uint8_t

◆ vint16

typedef volatile int16_t vint16

◆ vint16_t

typedef volatile int16_t vint16_t

◆ vint32

typedef volatile int32_t vint32

◆ vint32_t

typedef volatile int32_t vint32_t

◆ vint8

typedef volatile int8_t vint8

◆ vint8_t

typedef volatile int8_t vint8_t

◆ vu16

typedef volatile uint16_t vu16

◆ vu32

typedef volatile uint32_t vu32

◆ vu8

typedef volatile uint8_t vu8

◆ vuint16

typedef volatile uint16_t vuint16

◆ vuint16_t

typedef volatile uint16_t vuint16_t

◆ vuint32

typedef volatile uint32_t vuint32

◆ vuint32_t

typedef volatile uint32_t vuint32_t

◆ vuint8

typedef volatile uint8_t vuint8

◆ vuint8_t

typedef volatile uint8_t vuint8_t