include/types.h File Reference

Type definitions used throughout the library. More...

#include <compiler.h>
#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>
#include <arch/types.h>

Include dependency graph for types.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

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.

Author:
Atmel Corporation: http://www.atmel.com
Support and FAQ: http://support.atmel.no/

Definition in file types.h.


Typedef Documentation

typedef uint16_t __bitwise be16_t

Unsigned 16-bit quantity, big endian byte order.

Definition at line 57 of file types.h.

typedef uint32_t __bitwise be32_t

Unsigned 32-bit quantity, big endian byte order.

Definition at line 60 of file types.h.

typedef uint16_t __bitwise le16_t

Unsigned 16-bit quantity, little endian byte order.

Definition at line 51 of file types.h.

typedef uint32_t __bitwise le32_t

Unsigned 32-bit quantity, little endian byte order.

Definition at line 54 of file types.h.


Generated on Tue Sep 15 10:18:11 2009 for libavr32 by  doxygen 1.5.8