EFR32 Blue Gecko 1 Software Documentation  efr32bg1-doc-5.1.2
retargetswo.c File Reference

Detailed Description

helper functions for configuring SWO

Version
5.1.1

License

(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.

#include "em_cmu.h"
#include "bsp_trace.h"

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