Zephyr API Documentation 3.7.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
ipm_console.h File Reference
#include <zephyr/kernel.h>
#include <zephyr/device.h>
#include <zephyr/sys/ring_buffer.h>

Go to the source code of this file.

Data Structures

struct  ipm_console_receiver_config_info
 
struct  ipm_console_receiver_runtime_data
 
struct  ipm_console_sender_config_info
 

Macros

#define IPM_CONSOLE_STDOUT   (BIT(0))
 
#define IPM_CONSOLE_PRINTK   (BIT(1))
 
#define IPM_CONSOLE_STACK_SIZE   CONFIG_IPM_CONSOLE_STACK_SIZE
 
#define IPM_CONSOLE_PRI   2
 

Macro Definition Documentation

◆ IPM_CONSOLE_PRI

#define IPM_CONSOLE_PRI   2

◆ IPM_CONSOLE_PRINTK

#define IPM_CONSOLE_PRINTK   (BIT(1))

◆ IPM_CONSOLE_STACK_SIZE

#define IPM_CONSOLE_STACK_SIZE   CONFIG_IPM_CONSOLE_STACK_SIZE

◆ IPM_CONSOLE_STDOUT

#define IPM_CONSOLE_STDOUT   (BIT(0))