#ifndef ECUM_2019_02_08_H_ #define ECUM_2019_02_08_H_ #include #if defined(__cplusplus) extern "C" { #endif typedef uint32 EcuM_WakeupSourceType; #define ECUM_WKSOURCE_POWER (EcuM_WakeupSourceType) 1U #define ECUM_WKSOURCE_RESET (EcuM_WakeupSourceType) 2U #define ECUM_WKSOURCE_INTERNAL_RESET (EcuM_WakeupSourceType) 4U #define ECUM_WKSOURCE_INTERNAL_WDG (EcuM_WakeupSourceType) 8U #define ECUM_WKSOURCE_EXTERNAL_WDG (EcuM_WakeupSourceType) 16U void EcuM_Init(void); #if defined(__cplusplus) } #endif #endif // ECUM_2019_02_08_H_