#include "HardwareSerial.h"
Go to the source code of this file.
Define Documentation
#define APM_PERFMON_REGISTER static int myFunc = APM_PerfMon::recordFunctionName(__func__); APM_PerfMon perfMon(myFunc); |
#define APM_PERFMON_REGISTER_NAME |
( |
|
functionName |
) |
static int myFunc = APM_PerfMon::recordFunctionName(functionName); APM_PerfMon perfMon(myFunc); |
#define PERFMON_FUNCTION_NAME_LENGTH 20 |
#define PERFMON_MAX_FUNCTIONS 50 |
Function Documentation
__extension__ typedef int __guard __attribute__ |
( |
(mode(__DI__)) |
|
) |
|
void __cxa_guard_abort |
( |
__guard * |
|
) |
|
int __cxa_guard_acquire |
( |
__guard * |
|
) |
|
void __cxa_guard_release |
( |
__guard * |
|
) |
|