rusefi-1/firmware/hw_layer/digital_input_exti.h

14 lines
329 B
C
Raw Normal View History

2018-12-18 20:50:29 -08:00
/*
* digital_input_exti.h
*
* Created on: Dec 18, 2018
* @author Andrey Belomutskiy, (c) 2012-2019
2018-12-18 20:50:29 -08:00
*/
#include "digital_input.h"
2018-12-18 20:50:29 -08:00
2019-04-12 17:52:51 -07:00
#if HAL_USE_PAL
void efiExtiEnablePin(const char *msg, brain_pin_e pin, uint32_t mode, palcallback_t cb, void *cb_data);
void efiExtiDisablePin(brain_pin_e brainPin);
#endif /* HAL_USE_PAL */