Zephyr Project API 3.7.0
A Scalable Open Source RTOS
|
#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)) |
#define VA_STACK_ALIGN | ( | type | ) | MAX(VA_STACK_MIN_ALIGN, __alignof__(type)) |
#define VA_STACK_MIN_ALIGN 1 |