Mistake on this page?
Report an issue in GitHub or email us
Macros
def.h File Reference

various utility macros More...

#include "lwip/arch.h"
#include "lwip/opt.h"

Go to the source code of this file.

Macros

#define LWIP_MAKEU32(a, b, c, d)
 Create u32_t value from bytes. More...
 

Detailed Description

various utility macros

Definition in file def.h.

Macro Definition Documentation

#define LWIP_MAKEU32 (   a,
  b,
  c,
 
)
Value:
(((u32_t)((a) & 0xff) << 24) | \
((u32_t)((b) & 0xff) << 16) | \
((u32_t)((c) & 0xff) << 8) | \
(u32_t)((d) & 0xff))

Create u32_t value from bytes.

Definition at line 72 of file def.h.

Important Information for this Arm website

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies. If you are not happy with the use of these cookies, please review our Cookie Policy to learn how they can be disabled. By disabling cookies, some features of the site will not work.