Radio Control Layer (RCL)
RCL_Profiling.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  RCL_ProfilingEvent { RCL_ProfilingEvent_PreprocStart = 1, RCL_ProfilingEvent_PreprocStop, RCL_ProfilingEvent_PostprocStart, RCL_ProfilingEvent_PostprocStop }
 

Functions

void __attribute__ ((weak)) RCL_Profiling_eventHook(RCL_ProfilingEvent event)
 

Enumeration Type Documentation

§ RCL_ProfilingEvent

Enumerator
RCL_ProfilingEvent_PreprocStart 

Radio operation preprocessing has started

RCL_ProfilingEvent_PreprocStop 

Radio operation preprocessing has finalized

RCL_ProfilingEvent_PostprocStart 

Radio operation postprocessing has started

RCL_ProfilingEvent_PostprocStop 

Radio operation postprocessing has finalized

Function Documentation

§ __attribute__()