Zephyr Project API 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches

Remote backend structure. More...

#include <log_multidomain_helper.h>

Data Fields

const struct log_multidomain_backend_transport_apitransport_api
 Transport operations.
const struct log_backendlog_backend
 Associated log backend instance.
struct k_sem rdy_sem
 Semaphore signaled when the remote is ready.
bool panic
 Set when the backend is in panic mode.
int status
 Status of the last operation.
bool ready
 Set once the backend is ready.

Detailed Description

Remote backend structure.

Field Documentation

◆ log_backend

const struct log_backend* log_multidomain_backend::log_backend

Associated log backend instance.

◆ panic

bool log_multidomain_backend::panic

Set when the backend is in panic mode.

◆ rdy_sem

struct k_sem log_multidomain_backend::rdy_sem

Semaphore signaled when the remote is ready.

◆ ready

bool log_multidomain_backend::ready

Set once the backend is ready.

◆ status

int log_multidomain_backend::status

Status of the last operation.

◆ transport_api

const struct log_multidomain_backend_transport_api* log_multidomain_backend::transport_api

Transport operations.


The documentation for this struct was generated from the following file: