#include <hdlc.h>
Public Attributes | |
| int | crc_bytes |
| hdlc_underflow_handler_t | underflow_handler |
| The callback routine called to indicate transmit underflow. | |
| void * | user_data |
| An opaque parameter passed to the callback routine. | |
| int | num_bits |
| int | idle_byte |
| int | len |
| uint8_t | buffer [HDLC_MAXFRAME_LEN+2] |
| int | pos |
| int | byte |
| int | bits |
| int | underflow_reported |
2 for CRC-16, 4 for CRC-32
1.4.7