![]() |
![]() |
TI-OpenThread
1.08.03.09
|
#include <stddef.h>
#include <string.h>
#include <stdio.h>
#include "ti_drivers_config.h"
#include <ti/display/Display.h>
#include <ti/display/DisplayExt.h>
#include <ti/grlib/grlib.h>
#include "openthread-core-config.h"
#include <openthread/config.h>
#include <openthread/platform/logging.h>
#include "disp_utils.h"
Functions | |
void | DispUtils_lcdDraw (const Graphics_Image *pImage) |
void | DispUtils_open (void) |
Initialize and opens the display interface to the serial and the lcd if available. More... | |
void | otPlatLog (otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat,...) |
void DispUtils_open | ( | void | ) |
Initialize and opens the display interface to the serial and the lcd if available.
documented in disp_utils.h
void otPlatLog | ( | otLogLevel | aLogLevel, |
otLogRegion | aLogRegion, | ||
const char * | aFormat, | ||
... | |||
) |
Documented in openthread/platform/logging.h.
This function is used by the OpenThread stack, be very careful logging application data with it.
References DispUtils_lcdDraw().
void DispUtils_lcdDraw | ( | const Graphics_Image * | pImage | ) |
Referenced by otPlatLog().