#include <types.h>
#include <endian.h>
Go to the source code of this file.
◆ be16_to_cpu
| #define be16_to_cpu |
( |
|
x | ) |
((u16_t) (x)) |
◆ be32_to_cpu
| #define be32_to_cpu |
( |
|
x | ) |
((u32_t) (x)) |
◆ be64_to_cpu
| #define be64_to_cpu |
( |
|
x | ) |
((u64_t) (x)) |
◆ cpu_to_be16
| #define cpu_to_be16 |
( |
|
x | ) |
((u16_t) (x)) |
◆ cpu_to_be32
| #define cpu_to_be32 |
( |
|
x | ) |
((u32_t) (x)) |
◆ cpu_to_be64
| #define cpu_to_be64 |
( |
|
x | ) |
((u64_t) (x)) |
◆ cpu_to_le16
◆ cpu_to_le32
◆ cpu_to_le64
◆ le16_to_cpu
◆ le32_to_cpu
◆ le64_to_cpu
◆ __swab16()
◆ __swab32()
◆ __swab64()
◆ __swahb32()
◆ __swahw32()