Zephyr API Documentation 4.2.99
A Scalable Open Source RTOS
 4.2.99
exception.h File Reference

Go to the source code of this file.

Macros

#define EXCEPTION_DUMP(format, ...)

Macro Definition Documentation

◆ EXCEPTION_DUMP

#define EXCEPTION_DUMP ( format,
... )
Value:
printk(format "\n", ##__VA_ARGS__)
static void printk(const char *fmt,...)
Print kernel debugging message.
Definition printk.h:51