RT-Thread RTOS 1.2.0
An open source embedded real-time operating system
|
宏定义 | |
#define | __bitwise |
#define | rt_cpu_to_be16(x) |
#define | rt_cpu_to_be32(x) |
#define | rt_cpu_to_be64(x) |
#define | rt_be16_to_cpu(x) |
#define | rt_be32_to_cpu(x) |
#define | rt_be64_to_cpu(x) |
#define | rt_le16_to_cpu(x) |
#define | rt_le32_to_cpu(x) |
#define | rt_le64_to_cpu(x) |
#define | rt_cpu_to_le16(x) |
#define | rt_cpu_to_le32(x) |
#define | rt_cpu_to_le64(x) |
类型定义 | |
typedef rt_uint16_t __bitwise | rt_le16_t |
typedef rt_uint32_t __bitwise | rt_le32_t |
typedef rt_uint64_t __bitwise | rt_le64_t |
typedef rt_uint16_t __bitwise | rt_be16_t |
typedef rt_uint32_t __bitwise | rt_be32_t |
typedef rt_uint64_t __bitwise | rt_be64_t |
#define __bitwise |
在文件 byteorder.h 第 17 行定义.
#define rt_cpu_to_be16 | ( | x | ) |
在文件 byteorder.h 第 42 行定义.
#define rt_cpu_to_be32 | ( | x | ) |
在文件 byteorder.h 第 43 行定义.
#define rt_cpu_to_be64 | ( | x | ) |
在文件 byteorder.h 第 44 行定义.
#define rt_be16_to_cpu | ( | x | ) |
在文件 byteorder.h 第 45 行定义.
#define rt_be32_to_cpu | ( | x | ) |
在文件 byteorder.h 第 46 行定义.
#define rt_be64_to_cpu | ( | x | ) |
在文件 byteorder.h 第 47 行定义.
#define rt_le16_to_cpu | ( | x | ) |
在文件 byteorder.h 第 48 行定义.
#define rt_le32_to_cpu | ( | x | ) |
在文件 byteorder.h 第 49 行定义.
#define rt_le64_to_cpu | ( | x | ) |
在文件 byteorder.h 第 50 行定义.
#define rt_cpu_to_le16 | ( | x | ) |
在文件 byteorder.h 第 51 行定义.
#define rt_cpu_to_le32 | ( | x | ) |
在文件 byteorder.h 第 52 行定义.
#define rt_cpu_to_le64 | ( | x | ) |
在文件 byteorder.h 第 53 行定义.
typedef rt_uint16_t __bitwise rt_le16_t |
在文件 byteorder.h 第 20 行定义.
typedef rt_uint32_t __bitwise rt_le32_t |
在文件 byteorder.h 第 21 行定义.
typedef rt_uint64_t __bitwise rt_le64_t |
在文件 byteorder.h 第 22 行定义.
typedef rt_uint16_t __bitwise rt_be16_t |
在文件 byteorder.h 第 23 行定义.
typedef rt_uint32_t __bitwise rt_be32_t |
在文件 byteorder.h 第 24 行定义.
typedef rt_uint64_t __bitwise rt_be64_t |
在文件 byteorder.h 第 25 行定义.