Skip to content

Commit 69ba9ec

Browse files
committed
Add clock_typical_frequency and clock_max_frequency to watchdog api
1 parent d91ed5f commit 69ba9ec

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

hal/watchdog_api.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,14 @@ typedef struct {
9999
* You can stop the watchdog after it starts without a reset.
100100
*/
101101
bool disable_watchdog;
102+
/**
103+
* Typical frequency of not calibrated watchdog clock in Hz.
104+
*/
105+
uint32_t clock_typical_frequency;
106+
/**
107+
* Maximum frequency of not calibrated watchdog clock in Hz.
108+
*/
109+
uint32_t clock_max_frequency;
102110
} watchdog_features_t;
103111

104112

0 commit comments

Comments
 (0)