![]() |
STM32F769IDiscovery
1.00
uDANTE Audio Networking with STM32F7 DISCO board
|
#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_STRUCT |
#define | PACK_STRUCT_FIELD(x) x |
#define | PACK_STRUCT_FLD_8(x) PACK_STRUCT_FIELD(x) |
#define | PACK_STRUCT_FLD_S(x) PACK_STRUCT_FIELD(x) |
#define | LWIP_UNUSED_ARG(x) (void)x |
#define PACK_STRUCT_FLD_8 | ( | x | ) | PACK_STRUCT_FIELD(x) |
#define PACK_STRUCT_FLD_S | ( | x | ) | PACK_STRUCT_FIELD(x) |
PACK_STRUCT_END PACK_STRUCT_BEGIN struct icmp6_echo_hdr PACK_STRUCT_STRUCT |
#define SZT_F U32_F |