MAX_CARLINK_A270S/MXC_A27-PCB4.5-270T/ArkmicroFiles/libcpu-amt630hv100/include/wdt.h

21 lines
274 B
C

#ifndef _WDT_H
#define _WDT_H
#ifdef __cplusplus
extern "C" {
#endif
int wdt_set_heartbeat(unsigned int timeout);
void wdt_stop(void);
void wdt_start(void);
void ark_wdt_keepalive(void);
int wdt_init(void);
void wdt_cpu_reboot(void);
#ifdef __cplusplus
}
#endif
#endif