DeepSleep.h 255 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 10 11 12 #ifndef RTE_DEEPSLEEP_H__ #define RTE_DEEPSLEEP_H__ #include <stdint.h> #include "gpio.h" #include "intp.h" extern void RTE_DEEPSLEEP_GPIO_Interrupt_Enable(uint16_t u16Pin, Trigger_TypeDef EXTI_Trigger); extern void RTE_DEEPSLEEP_Enable(void); #endif