EFM32 Happy Gecko Software Documentation
efm32hg-doc-5.1.2
|
helper functions for configuring SWO
(C) Copyright 2015 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.c.
Go to the source code of this file.
Functions | |
int | RETARGET_ReadChar (void) |
This function returns 0 always. More... | |
void | RETARGET_SwoInit (void) |
Setup SWO for output. | |
int | RETARGET_WriteChar (char c) |
Output a single character on SWO. More... | |