tinyproto
Public Attributes | List of all members
STinyLightData Struct Reference

This structure contains information about communication channel and its state. More...

#include <tiny_light.h>

Collaboration diagram for STinyLightData:
Collaboration graph
[legend]

Public Attributes

write_block_cb_t write_func
 pointer to platform related write function
 
read_block_cb_t read_func
 pointer to platform related read function
 
hdlc_ll_handle_t _hdlc
 
int rx_len
 
TINY_ALIGNED_STRUCT uint8_t buffer [LIGHT_BUF_SIZE]
 
void * user_data
 user-specific data
 
hdlc_crc_t crc_type
 CRC type to use.
 

Detailed Description

This structure contains information about communication channel and its state.

Warning
This is for internal use only, and should not be accessed directly from the application.

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