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. | |
Type definitions used throughout the library.
Copyright (C) 2009 Atmel Corporation. All rights reserved.
Definition in file types.h.
| typedef int_fast8_t status_t |
1.6.3