fome-fw/firmware/controllers/engine_cycle/main_trigger_callback.h

18 lines
402 B
C
Raw Normal View History

2015-07-10 06:01:56 -07:00
/**
* @file main_trigger_callback.h
* @brief Main logic header
*
*
* @date Feb 9, 2013
2020-01-07 21:02:40 -08:00
* @author Andrey Belomutskiy, (c) 2012-2020
2015-07-10 06:01:56 -07:00
*/
2019-12-23 17:19:13 -08:00
#pragma once
2015-07-10 06:01:56 -07:00
#include "event_registry.h"
2022-08-31 20:29:47 -07:00
void mainTriggerCallback(uint32_t trgEventIndex, efitick_t edgeTimestamp, angle_t currentPhase, angle_t nextPhase);
2022-08-31 19:56:38 -07:00
void endSimultaneousInjection(InjectionEvent *event);
void turnInjectionPinLow(uintptr_t arg);