Zephyr API Documentation
2.7.0-rc2
A Scalable Open Source RTOS
|
#include <access.h>
Data Fields | |
void(* | start )(uint16_t duration, int err, void *cb_data) |
Handler called at the start of the transmission. More... | |
void(* | end )(int err, void *cb_data) |
Handler called at the end of the transmission. More... | |
Callback structure for monitoring model message sending
Handler called at the end of the transmission.
err | Error occurring during sending. |
cb_data | Callback data, as passed to the send API. |
Handler called at the start of the transmission.
duration | The duration of the full transmission. |
err | Error occurring during sending. |
cb_data | Callback data, as passed to the send API. |