EFM32 Giant Gecko Software Documentation  efm32gg-doc-5.1.2
retargetswo.h File Reference

Detailed Description

Retarget stdout to SWO.

Version
5.1.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 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...