RUI3 (RAK Unified Interface 3) - RAK4631
udrv_wdt.h
Go to the documentation of this file.
1
#ifndef _UDRV_WDT_H_
2
#define _UDRV_WDT_H_
3
4
#ifdef __cplusplus
5
extern
"C"
{
6
#endif
7
8
#include <stdint.h>
9
10
#define UDRV_WDT_FEED_PERIOD 8*1000
11
12
void
udrv_wdt_feed
(
void
);
13
14
void
udrv_wdt_init
(uint32_t period);
15
16
#ifdef __cplusplus
17
}
18
#endif
19
20
#endif // #ifndef _UDRV_WDT_H_
udrv_wdt_feed
void udrv_wdt_feed(void)
udrv_wdt_init
void udrv_wdt_init(uint32_t period)
component
udrv
wdt
udrv_wdt.h
Generated by
1.8.13