File syn_port_wdt.h
File List > port > syn_port_wdt.h
Go to the documentation of this file
#ifndef SYN_PORT_WDT_H
#define SYN_PORT_WDT_H
#include "../common/syn_defs.h"
#include <stdint.h>
#ifdef __cplusplus
extern "C" {
#endif
SYN_Status syn_port_wdt_init(uint32_t timeout_ms);
void syn_port_wdt_feed(void);
#ifdef __cplusplus
}
#endif
#endif /* SYN_PORT_WDT_H */