rusefi-1/firmware/hw_layer/digital_input_exti.h

18 lines
362 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-2018
*/
#ifndef HW_LAYER_DIGITAL_INPUT_EXTI_H_
#define HW_LAYER_DIGITAL_INPUT_EXTI_H_
#include "global.h"
2019-04-12 17:52:51 -07:00
#if HAL_USE_PAL
void enableExti(brain_pin_e pin, uint32_t mode, palcallback_t cb);
#endif /* HAL_USE_PAL */
2018-12-18 20:50:29 -08:00
#endif /* HW_LAYER_DIGITAL_INPUT_EXTI_H_ */