Zephyr Project API 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
exception.h File Reference
#include <stdarg.h>
#include <zephyr/toolchain.h>

Go to the source code of this file.

Macros

#define EXCEPTION_DUMP(format, ...)

Functions

static void arch_exception_dump_arg_check (const char *fmt,...)
 Dummy function to trigger exception dump argument type checking.

Macro Definition Documentation

◆ EXCEPTION_DUMP

#define EXCEPTION_DUMP ( format,
... )
Value:
do { \
if (0) { \
arch_exception_dump_arg_check(format, ##__VA_ARGS__); \
} \
} while (false)

Function Documentation

◆ arch_exception_dump_arg_check()

void arch_exception_dump_arg_check ( const char * fmt,
... )
inlinestatic

Dummy function to trigger exception dump argument type checking.