BeRTOS
|
HDLC (High-Level Data Link Control) context. More...
#include <afsk.h>
Data Fields | |
uint8_t | demod_bits |
Bitstream from the demodulator. | |
uint8_t | bit_idx |
Current received bit. | |
uint8_t | currchar |
Current received character. | |
bool | rxstart |
True if an HDLC_FLAG char has been found in the bitstream. |
HDLC (High-Level Data Link Control) context.
Maybe to be moved in a separate HDLC module one day.