File syn_hwwdt.h
File List > src > syntropic > system > syn_hwwdt.h
Go to the documentation of this file
#ifndef SYN_HWWDT_H
#define SYN_HWWDT_H
#include "../common/syn_defs.h"
#include <stdint.h>
#ifdef __cplusplus
extern "C" {
#endif
SYN_Status syn_hwwdt_init(uint32_t timeout_ms);
void syn_hwwdt_feed(void);
#ifdef __cplusplus
}
#endif
#endif /* SYN_HWWDT_H */