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 36d010d commit cb53116Copy full SHA for cb53116
targets/TARGET_Cypress/TARGET_PSOC6/cy_watchdog_api.c
@@ -67,9 +67,11 @@ uint32_t hal_watchdog_get_reload_value(void)
67
watchdog_features_t hal_watchdog_get_platform_features(void)
68
{
69
watchdog_features_t features = {
70
- /* .max_timeout = */ cyhal_wdt_get_max_timeout_ms(),
71
- /* .update_config = */ true,
72
- /* .disable_watchdog = */ true
+ /* .max_timeout = */ cyhal_wdt_get_max_timeout_ms(),
+ /* .update_config = */ true,
+ /* .disable_watchdog = */ true,
73
+ /* .clock_typical_frequency = */ 32000,
74
+ /* .clock_max_frequency = */ 36100
75
};
76
return features;
77
}
0 commit comments