Zephyr API Documentation  2.7.0-rc2
A Scalable Open Source RTOS
cbprintf_internal.h File Reference
#include <errno.h>
#include <stdarg.h>
#include <stddef.h>
#include <stdint.h>
#include <toolchain.h>
#include <sys/util.h>
#include <sys/cbprintf_cxx.h>

Go to the source code of this file.

Macros

#define VA_STACK_MIN_ALIGN   1
 
#define VA_STACK_ALIGN(type)   MAX(VA_STACK_MIN_ALIGN, __alignof__(type))
 

Macro Definition Documentation

◆ VA_STACK_ALIGN

#define VA_STACK_ALIGN (   type)    MAX(VA_STACK_MIN_ALIGN, __alignof__(type))

◆ VA_STACK_MIN_ALIGN

#define VA_STACK_MIN_ALIGN   1