2019-09-03 16:30:51 -07:00
|
|
|
// this section was generated automatically by rusEfi tool ConfigDefinition.jar based on integration/trigger_central.txt Tue Sep 03 19:14:15 EDT 2019
|
2019-07-20 11:56:56 -07:00
|
|
|
// by class com.rusefi.output.CHeaderConsumer
|
2019-06-30 06:38:51 -07:00
|
|
|
// begin
|
2019-09-03 16:30:51 -07:00
|
|
|
#ifndef CONTROLLERS_GENERATED_TRIGGER_CENTRAL_GENERATED_H
|
|
|
|
#define CONTROLLERS_GENERATED_TRIGGER_CENTRAL_GENERATED_H
|
2019-06-30 06:38:51 -07:00
|
|
|
#include "rusefi_types.h"
|
2020-01-27 20:45:46 -08:00
|
|
|
#define HW_EVENT_TYPES (2 * PWM_PHASE_MAX_WAVE_PER_PWM)
|
2019-06-30 06:38:51 -07:00
|
|
|
// start of trigger_central_s
|
|
|
|
struct trigger_central_s {
|
|
|
|
trigger_central_s();
|
|
|
|
/**
|
|
|
|
* offset 0
|
|
|
|
*/
|
|
|
|
int hwEventCounters[HW_EVENT_TYPES];
|
2019-09-02 11:47:05 -07:00
|
|
|
/**
|
|
|
|
* offset 24
|
|
|
|
*/
|
|
|
|
int vvtCamCounter = (int)0;
|
2019-09-02 18:02:08 -07:00
|
|
|
/**
|
|
|
|
* offset 28
|
|
|
|
*/
|
|
|
|
int vvtEventRiseCounter = (int)0;
|
|
|
|
/**
|
|
|
|
* offset 32
|
|
|
|
*/
|
|
|
|
int vvtEventFallCounter = (int)0;
|
|
|
|
/** total size 36*/
|
2019-06-30 06:38:51 -07:00
|
|
|
};
|
|
|
|
|
|
|
|
typedef struct trigger_central_s trigger_central_s;
|
|
|
|
|
|
|
|
#endif
|
|
|
|
// end
|
2019-09-03 16:30:51 -07:00
|
|
|
// this section was generated automatically by rusEfi tool ConfigDefinition.jar based on integration/trigger_central.txt Tue Sep 03 19:14:15 EDT 2019
|