|
Zephyr Project API 4.4.99
A Scalable Open Source RTOS
|
Remote link structure. More...
#include <log_multidomain_helper.h>
Data Fields | |
| const struct log_multidomain_link_transport_api * | transport_api |
| Transport operations. | |
| struct k_sem | rdy_sem |
| Semaphore signaled when a response is ready. | |
| const struct log_link * | link |
| Associated log link instance. | |
| union log_multidomain_link_dst | dst |
| Storage for the latest response. | |
| int | status |
| Status of the last operation. | |
| bool | ready |
| Set once the link is ready. | |
Remote link structure.
| union log_multidomain_link_dst log_multidomain_link::dst |
Storage for the latest response.
| const struct log_link* log_multidomain_link::link |
Associated log link instance.
| struct k_sem log_multidomain_link::rdy_sem |
Semaphore signaled when a response is ready.
| bool log_multidomain_link::ready |
Set once the link is ready.
| int log_multidomain_link::status |
Status of the last operation.
| const struct log_multidomain_link_transport_api* log_multidomain_link::transport_api |
Transport operations.