|
Zephyr Project API 4.4.99
A Scalable Open Source RTOS
|
Remote backend structure. More...
#include <log_multidomain_helper.h>
Data Fields | |
| const struct log_multidomain_backend_transport_api * | transport_api |
| Transport operations. | |
| const struct log_backend * | log_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. | |
Remote backend structure.
| const struct log_backend* log_multidomain_backend::log_backend |
Associated log backend instance.
| bool log_multidomain_backend::panic |
Set when the backend is in panic mode.
| struct k_sem log_multidomain_backend::rdy_sem |
Semaphore signaled when the remote is ready.
| bool log_multidomain_backend::ready |
Set once the backend is ready.
| int log_multidomain_backend::status |
Status of the last operation.
| const struct log_multidomain_backend_transport_api* log_multidomain_backend::transport_api |
Transport operations.