VSF Documented
|
Go to the source code of this file.
Functions | |
void | vsf_test_hal_wdt_init (vsf_test_wdt_t *wdt, uint32_t timeout_ms) |
Initialize internal watchdog via VSF HAL. | |
void | vsf_test_hal_wdt_feed (vsf_test_wdt_t *wdt) |
Reset watchdog timeout via VSF HAL. | |
|
extern |
Initialize internal watchdog via VSF HAL.
[in] | wdt | a pointer to structure vsf_test_wdt_t |
[in] | timeout_ms | timeout (in milliseconds) |
|
extern |
Reset watchdog timeout via VSF HAL.
[in] | wdt | a pointer to structure vsf_test_wdt_t |