Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
cbprintf_internal.h File Reference
#include <errno.h>
#include <stdarg.h>
#include <stddef.h>
#include <stdint.h>
#include <zephyr/toolchain.h>
#include <zephyr/sys/util.h>
#include <zephyr/sys/__assert.h>
#include <zephyr/arch/cpu.h>
#include <zephyr/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