VSF Documented
Functions
vsf_test_port_hal.h File Reference

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.
 

Function Documentation

◆ vsf_test_hal_wdt_init()

void vsf_test_hal_wdt_init ( vsf_test_wdt_t wdt,
uint32_t  timeout_ms 
)
extern

Initialize internal watchdog via VSF HAL.

Parameters
[in]wdta pointer to structure vsf_test_wdt_t
[in]timeout_mstimeout (in milliseconds)

◆ vsf_test_hal_wdt_feed()

void vsf_test_hal_wdt_feed ( vsf_test_wdt_t wdt)
extern

Reset watchdog timeout via VSF HAL.

Parameters
[in]wdta pointer to structure vsf_test_wdt_t