APM:Libraries
Functions
byteswap.h File Reference
#include <inttypes.h>
Include dependency graph for byteswap.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

static uint16_t __bswap_16 (uint16_t u)
 
static uint32_t __bswap_32 (uint32_t u)
 
static uint64_t __bswap_64 (uint64_t u)
 

Function Documentation

◆ __bswap_16()

static uint16_t __bswap_16 ( uint16_t  u)
inlinestatic

Definition at line 9 of file byteswap.h.

◆ __bswap_32()

static uint32_t __bswap_32 ( uint32_t  u)
inlinestatic

Definition at line 14 of file byteswap.h.

◆ __bswap_64()

static uint64_t __bswap_64 ( uint64_t  u)
inlinestatic

Definition at line 19 of file byteswap.h.