2.4.1.2 Functions
static com_adapter_result_t DataSend (uint8_t data)
Abstracted UART write function for sending a single byte.
static uint16_t FrameCheckCalculate (uint8_t *ftpData, uint16_t bufferLength)
Calculate the frame check on the given data buffer.
com_adapter_result_t COM_FrameTransfer (uint8_t *receiveBufferPtr, uint16_t *receiveIndexPtr)
Receive or send byte over SERCOM.
com_adapter_result_t COM_FrameSet (uint8_t *responseBufferPtr, uint16_t responseLength)
Copy and format bytes from the given buffer into the static send buffer using the defined framing format.
com_adapter_result_t COM_Initialize (uint16_t maximumBufferLength)
Performs initialization actions for the communication peripheral and adapter code.
