STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Macros
arch.h File Reference
#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
 

Macro Definition Documentation

#define BIG_ENDIAN   4321

Definition at line 40 of file arch.h.

#define LITTLE_ENDIAN   1234

Definition at line 36 of file arch.h.

#define LWIP_UNUSED_ARG (   x)    (void)x

Definition at line 89 of file arch.h.

#define PACK_STRUCT_BEGIN

Definition at line 60 of file arch.h.

#define PACK_STRUCT_END

Definition at line 64 of file arch.h.

#define PACK_STRUCT_FIELD (   x)    x

Definition at line 72 of file arch.h.

#define PACK_STRUCT_FLD_8 (   x)    PACK_STRUCT_FIELD(x)

Definition at line 78 of file arch.h.

#define PACK_STRUCT_FLD_S (   x)    PACK_STRUCT_FIELD(x)

Definition at line 84 of file arch.h.

Definition at line 68 of file arch.h.

#define SZT_F   U32_F

Temporary: define format string for size_t if not defined in cc.h

Definition at line 47 of file arch.h.

#define X8_F   "02x"

Temporary upgrade helper: define format string for u8_t as hex if not defined in cc.h

Definition at line 52 of file arch.h.