Zephyr API Documentation 3.7.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)
 

Macro Definition Documentation

◆ VA_STACK_ALIGN

#define VA_STACK_ALIGN ( type)
Value:
MAX(VA_STACK_MIN_ALIGN, __alignof__(type))
#define VA_STACK_MIN_ALIGN
Definition cbprintf_internal.h:48
#define MAX(a, b)
Obtain the maximum of two values.
Definition util.h:392

◆ VA_STACK_MIN_ALIGN

#define VA_STACK_MIN_ALIGN   1