|
MeterLogger
|
#include "arch/cc.h"Go to the source code of this file.
Macros | |
| #define | LITTLE_ENDIAN 1234 |
| #define | BIG_ENDIAN 4321 |
| #define | SZT_F U32_F |
| #define | X8_F "02x" |
| #define | PACK_STRUCT_BEGIN |
| #define | PACK_STRUCT_END |
| #define | PACK_STRUCT_FIELD(x) x |
| #define | LWIP_UNUSED_ARG(x) (void)x |
| #define LWIP_UNUSED_ARG | ( | x | ) | (void)x |
Definition at line 73 of file arch.h.
Referenced by espconn_client_err(), espconn_tcp_accept(), netif_set_link_down(), and tcpip_thread().
| #define SZT_F U32_F |
1.8.13