You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
CMSIS-DSP/ComputeGraph/examples/eventrecorder/generated/scheduler.h

35 lines
597 B
C

/*
Generated with CMSIS-DSP Compute Graph Scripts.
The generated code is not covered by CMSIS-DSP license.
The support classes and code is covered by CMSIS-DSP license.
*/
#ifndef _SCHEDULER_H_
#define _SCHEDULER_H_
#ifdef __cplusplus
extern "C"
{
#endif
#include "EventRecorder.h"
#define EvtSched 0x01
#define Evt_Scheduler EventID (EventLevelAPI, EvtSched, 0x00)
#define Evt_Node EventID (EventLevelAPI, EvtSched, 0x01)
#define Evt_Error EventID (EventLevelError, EvtSched, 0x02)
extern uint32_t scheduler(int *error);
#ifdef __cplusplus
}
#endif
#endif