![]() |
LPCOpen Platform
LPCOpen Platform for NXP LPC Microcontrollers
|
#include <stdint.h>
#include <stdio.h>
Go to the source code of this file.
#define | U16_F "hu" |
#define | S16_F "hd" |
#define | X16_F "hx" |
#define | U32_F "lu" |
#define | S32_F "ld" |
#define | X32_F "lx" |
#define | SZT_F "uz" |
#define | BYTE_ORDER LITTLE_ENDIAN |
#define | LWIP_PROVIDE_ERRNO |
#define | PACK_STRUCT_BEGIN |
#define | PACK_STRUCT_STRUCT __attribute__ ((__packed__)) |
#define | PACK_STRUCT_END |
#define | PACK_STRUCT_FIELD(fld) fld |
#define | ALIGNED(n) __attribute__((aligned (n))) |
#define | LWIP_CHKSUM_ALGORITHM 1 |
#define | LWIP_PLATFORM_DIAG(msg) { ; } |
#define | LWIP_PLATFORM_ASSERT(flag) { assert_loop(); } |
typedef uint8_t | u8_t |
typedef int8_t | s8_t |
typedef uint16_t | u16_t |
typedef int16_t | s16_t |
typedef uint32_t | u32_t |
typedef int32_t | s32_t |
typedef uintptr_t | mem_ptr_t |
void | assert_loop (void) |
LWIP optimized assertion loop (no LWIP_DEBUG) | |
#define LWIP_PLATFORM_ASSERT | ( | flag | ) | { assert_loop(); } |