We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 632098d commit c7dfa87Copy full SHA for c7dfa87
targets/TARGET_ONSEMI/TARGET_NCS36510/watchdog_api.c
@@ -103,7 +103,9 @@ watchdog_features_t hal_watchdog_get_platform_features(void)
103
const watchdog_features_t features = {
104
.max_timeout = WDT_MAX_TIMEOUT_MS,
105
.update_config = WDT_CAN_UPDATE,
106
- .disable_watchdog = WDT_CAN_STOP
+ .disable_watchdog = WDT_CAN_STOP,
107
+ .clock_typical_frequency = 36000,
108
+ .clock_max_frequency = 47000
109
};
110
111
return features;
0 commit comments