Tiny protocol  0.9.0
Tiny communication protocol for microcontrollers
Public Attributes | List of all members
STinyHdData_ Struct Reference

#include <tiny_hd.h>

Public Attributes

write_block_cb_t write_func
 callback function to write bytes to the physical channel
 
read_block_cb_t read_func
 callback function to read bytes from the physical channel
 
on_frame_cb_t on_frame_cb
 Callback to process received frames.
 
on_frame_cb_t on_sent_cb
 Callback to get notification of sent frames.
 
uint16_t timeout
 Timeout for operations with acknowledge.
 
uint16_t uid
 field used to store temporary uid
 
bool multithread_mode
 Multithread mode. Should be zero. More...
 
void * user_data
 user specific data
 

Detailed Description

This structure contains service data, required for half-duplex functioning.

Member Data Documentation

◆ multithread_mode

bool STinyHdData_::multithread_mode

Multithread mode. Should be zero.

Warning
only single thread mode is supported now. Should be zero

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