Cascoda SDK
Cascoda SDK for building software to run with CA-821x transceivers
|
#include <ctype.h>
#include <inttypes.h>
#include <stdarg.h>
#include <stdint.h>
#include <stdio.h>
#include <string.h>
#include <sys/time.h>
#include <time.h>
#include "openthread/platform/logging.h"
#include "openthread/platform/toolchain.h"
#include "code_utils.h"
#include "openthread-core-config.h"
Macros | |
#define | LOG_PRINTF(...) |
Functions | |
OT_TOOL_WEAK void | otPlatLog (otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat,...) |
#define LOG_PRINTF | ( | ... | ) |
OT_TOOL_WEAK void otPlatLog | ( | otLogLevel | aLogLevel, |
otLogRegion | aLogRegion, | ||
const char * | aFormat, | ||
... | |||
) |