EZR32 Leopard Gecko Software Documentation  ezr32lg-doc-4.2.1
retargetserial.h File Reference

USART1 prototypes and definitions. More...

#include "retargetserialconfig.h"

Go to the source code of this file.

Functions

int RETARGET_ReadChar (void)
 Receive a byte from USART/LEUART and put into global buffer. More...
 
int RETARGET_WriteChar (char c)
 Transmit single byte to USART/LEUART. More...
 
void RETARGET_SerialCrLf (int on)
 UART/LEUART toggle LF to CRLF conversion. More...
 
void RETARGET_SerialInit (void)
 Intializes UART/LEUART.
 

Detailed Description

Version
4.2.1

License

(C) Copyright 2014 Silicon Labs, http://www.silabs.com

This file is licensed under the Silabs License Agreement. See the file "Silabs_License_Agreement.txt" for details. Before using this software for any purpose, you must agree to the terms of that agreement.

Definition in file retargetserial.h.