#include "c_types.h"
#include "ets_sys.h"
#include "osapi.h"
Go to the source code of this file.
|
typedef unsigned char | u8_t |
|
typedef signed char | s8_t |
|
typedef unsigned short | u16_t |
|
typedef signed short | s16_t |
|
typedef unsigned long | u32_t |
|
typedef signed long | s32_t |
|
typedef unsigned long | mem_ptr_t |
|
◆ BYTE_ORDER
Definition at line 46 of file cc.h.
◆ EFAULT
Definition at line 41 of file cc.h.
◆ LWIP_PLATFORM_ASSERT
#define LWIP_PLATFORM_ASSERT |
( |
|
x | ) |
|
Definition at line 83 of file cc.h.
◆ LWIP_PLATFORM_BYTESWAP
#define LWIP_PLATFORM_BYTESWAP 1 |
Definition at line 90 of file cc.h.
◆ LWIP_PLATFORM_DIAG
#define LWIP_PLATFORM_DIAG |
( |
|
x | ) |
|
Definition at line 82 of file cc.h.
◆ LWIP_PLATFORM_HTONL
#define LWIP_PLATFORM_HTONL |
( |
|
_n | ) |
((u32_t)( (((_n) & 0xff) << 24) | (((_n) & 0xff00) << 8) | (((_n) >> 8) & 0xff00) | (((_n) >> 24) & 0xff) )) |
Definition at line 92 of file cc.h.
◆ LWIP_PLATFORM_HTONS
#define LWIP_PLATFORM_HTONS |
( |
|
_n | ) |
((u16_t)((((_n) & 0xff) << 8) | (((_n) >> 8) & 0xff))) |
Definition at line 91 of file cc.h.
◆ PACK_STRUCT_BEGIN
#define PACK_STRUCT_BEGIN |
Definition at line 73 of file cc.h.
◆ PACK_STRUCT_END
Definition at line 74 of file cc.h.
◆ PACK_STRUCT_FIELD
#define PACK_STRUCT_FIELD |
( |
|
x | ) |
x |
Definition at line 71 of file cc.h.
◆ PACK_STRUCT_STRUCT
Definition at line 72 of file cc.h.
◆ S16_F
◆ S32_F
Definition at line 64 of file cc.h.
◆ SYS_ARCH_DECL_PROTECT
#define SYS_ARCH_DECL_PROTECT |
( |
|
x | ) |
|
◆ SYS_ARCH_PROTECT
#define SYS_ARCH_PROTECT |
( |
|
x | ) |
|
◆ SYS_ARCH_UNPROTECT
#define SYS_ARCH_UNPROTECT |
( |
|
x | ) |
|
◆ U16_F
◆ U32_F
Definition at line 65 of file cc.h.
◆ X16_F
◆ X32_F
◆ mem_ptr_t
Definition at line 58 of file cc.h.
◆ s16_t
typedef signed short s16_t |
Definition at line 55 of file cc.h.
◆ s32_t
typedef signed long s32_t |
Definition at line 57 of file cc.h.
◆ s8_t
Definition at line 53 of file cc.h.
◆ u16_t
typedef unsigned short u16_t |
Definition at line 54 of file cc.h.
◆ u32_t
typedef unsigned long u32_t |
Definition at line 56 of file cc.h.
◆ u8_t
typedef unsigned char u8_t |
Definition at line 52 of file cc.h.
◆ memp_memory_PBUF_base
u8_t memp_memory_PBUF_base[] |
◆ memp_memory_PBUF_POOL_base
u8_t memp_memory_PBUF_POOL_base[] |
◆ memp_memory_SYS_TIMEOUT_base
u8_t memp_memory_SYS_TIMEOUT_base[] |