config.hpp File Reference
#include <FakePgmSpace.h>
#include <cassert>
#include <stringutil.h>
Include dependency graph for config.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define FSTR_INLINE   __attribute__((always_inline)) inline
 
#define FSTR_ALIGNED   __attribute__((aligned(4)))
 
#define FSTR_PACKED   __attribute__((packed))
 
#define ALIGNUP4(n)   (((n) + 3) & ~3)
 Align a size up to the nearest word boundary. More...
 

Macro Definition Documentation

◆ ALIGNUP4

#define ALIGNUP4 (   n)    (((n) + 3) & ~3)

Align a size up to the nearest word boundary.

◆ FSTR_ALIGNED

#define FSTR_ALIGNED   __attribute__((aligned(4)))

◆ FSTR_INLINE

#define FSTR_INLINE   __attribute__((always_inline)) inline

◆ FSTR_PACKED

#define FSTR_PACKED   __attribute__((packed))