|
| owerror_t | openserial_printInfoErrorCritical (char severity, uint8_t calling_component, uint8_t error_code, errorparameter_t arg1, errorparameter_t arg2) |
| |
| void | outputHdlcOpen () |
| | Start an HDLC frame in the output buffer. More...
|
| |
| void | outputHdlcWrite (uint8_t b) |
| | Add a byte to the outgoing HDLC frame being built. More...
|
| |
| void | outputHdlcClose () |
| | Finalize the outgoing HDLC frame. More...
|
| |
| void | inputHdlcOpen () |
| | Start an HDLC frame in the input buffer. More...
|
| |
| void | inputHdlcWrite (uint8_t b) |
| | Add a byte to the incoming HDLC frame. More...
|
| |
| void | inputHdlcClose () |
| | Finalize the incoming HDLC frame. More...
|
| |
| void | openserial_init () |
| |
| owerror_t | openserial_printStatus (uint8_t statusElement, uint8_t *buffer, uint8_t length) |
| |
| owerror_t | openserial_printData (uint8_t *buffer, uint8_t length) |
| |
| owerror_t | openserial_printInfo (uint8_t calling_component, uint8_t error_code, errorparameter_t arg1, errorparameter_t arg2) |
| |
| owerror_t | openserial_printError (uint8_t calling_component, uint8_t error_code, errorparameter_t arg1, errorparameter_t arg2) |
| |
| owerror_t | openserial_printCritical (uint8_t calling_component, uint8_t error_code, errorparameter_t arg1, errorparameter_t arg2) |
| |
| uint8_t | openserial_getNumDataBytes () |
| |
| uint8_t | openserial_getInputBuffer (uint8_t *bufferToWrite, uint8_t maxNumBytes) |
| |
| void | openserial_startInput () |
| |
| void | openserial_startOutput () |
| |
| void | openserial_stop () |
| |
| bool | debugPrint_outBufferIndexes () |
| | Trigger this module to print status information, over serial. More...
|
| |
| void | isr_openserial_tx () |
| |
| void | isr_openserial_rx () |
| |
| void | openserial_echo (uint8_t *buf, uint8_t bufLen) |
| |