EFM32 Happy Gecko Software Documentation
efm32hg-doc-5.1.2
|
Retarget stdout to SWO.
(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 retargetswo.h.
Go to the source code of this file.
Macros | |
#define | setupSWOForPrint RETARGET_SwoInit |
Functions | |
int | RETARGET_ReadChar (void) |
Receive a byte from USART/LEUART and put into global buffer. More... | |
void | RETARGET_SwoInit (void) |
Setup SWO for output. | |
int | RETARGET_WriteChar (char c) |
Transmit single byte to USART/LEUART. More... | |