include/types.h File Reference

Type definitions used throughout the library. More...

#include <compiler.h>
#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>

Go to the source code of this file.

Typedefs

typedef int_fast8_t status_t
 Status return value.
typedef uint16_t __bitwise le16_t
 Unsigned 16-bit quantity, little endian byte order.
typedef uint32_t __bitwise le32_t
 Unsigned 32-bit quantity, little endian byte order.
typedef uint16_t __bitwise be16_t
 Unsigned 16-bit quantity, big endian byte order.
typedef uint32_t __bitwise be32_t
 Unsigned 32-bit quantity, big endian byte order.

Detailed Description

Type definitions used throughout the library.

Copyright (C) 2009 Atmel Corporation. All rights reserved.

Definition in file types.h.


Typedef Documentation

typedef uint16_t __bitwise be16_t

Unsigned 16-bit quantity, big endian byte order.

Definition at line 62 of file types.h.

typedef uint32_t __bitwise be32_t

Unsigned 32-bit quantity, big endian byte order.

Definition at line 65 of file types.h.

typedef uint16_t __bitwise le16_t

Unsigned 16-bit quantity, little endian byte order.

Definition at line 56 of file types.h.

typedef uint32_t __bitwise le32_t

Unsigned 32-bit quantity, little endian byte order.

Definition at line 59 of file types.h.

Status return value.

This type can hold small positive values (up to 127) as well as the status codes defined by the status_code enum. It is the most efficient return type for all platforms.

Definition at line 53 of file types.h.

Generated on Thu Apr 29 14:09:42 2010 for uart-loopback by  doxygen 1.6.3