e:/hudson/workspace/MityDSP MDK Release/trunk/sw/inc/lwip_port/arch/cc.h File Reference
Compiler definition file for MityDSP lwIP port.
More...
#include <string.h>
#include <stdlib.h>
#include <errno.h>
Detailed Description
Compiler definition file for MityDSP lwIP port.
o 0 | / Copyright (c) 2007 (CL)---o Critical Link, LLC \ O
Define Documentation
#define BYTE_ORDER LITTLE_ENDIAN |
#define PACK_STRUCT_STRUCT |
#define LWIP_PLATFORM_ASSERT |
( |
x |
|
) |
sys_arch_assert((x), __LINE__, __FILE__) |
#define LWIP_PROVIDE_ERRNO |
Typedef Documentation
typedef unsigned char u8_t |
typedef unsigned short u16_t |
typedef unsigned int u32_t |
Function Documentation
void sys_arch_assert |
( |
const char * |
apMsg, |
|
|
int |
anLine, |
|
|
const char * |
apFile | |
|
) |
| | |
Upon failure of an assertion this routine creates an error string, passes it to any registered assertion handlers, and then aborts the current thread.
- Parameters:
-
[in] | apMsg | Text message associate with assertion. |
[in] | anLine | Line number assertion occurred on. |
[in] | apFile | File that assertion occurred in. |
- Returns:
- None (doesn't return).
Variable Documentation
Define default lwip_printf function.