VSF Documented
|
#include "../vsf_test.h"
Functions | |
void | vsf_test_stdio_wdt_init (vsf_test_wdt_t *wdt, uint32_t timeout_ms) |
Initialize external watchdog via stdio (requires assist device support) | |
void | vsf_test_stdio_wdt_feed (vsf_test_wdt_t *wdt) |
Reset watchdog timeout (requires assist device support) | |
void | vsf_test_stdio_reboot (void) |
Reboot watchdog timeout (requires assist device support) | |
void | vsf_test_stdio_data_init (vsf_test_data_t *data) |
initialize the peripherals needed to synchronize the data | |
void | vsf_test_stdio_data_sync (vsf_test_data_t *data, vsf_test_data_cmd_t index) |
Synchronize data via stdio's printf and scanf. | |
void vsf_test_stdio_wdt_init | ( | vsf_test_wdt_t * | wdt, |
uint32_t | timeout_ms | ||
) |
Initialize external watchdog via stdio (requires assist device support)
[in] | wdt | a pointer to structure vsf_test_wdt_t |
[in] | timeout_ms | timeout (in milliseconds) |
void vsf_test_stdio_wdt_feed | ( | vsf_test_wdt_t * | wdt | ) |
Reset watchdog timeout (requires assist device support)
[in] | wdt | a pointer to structure vsf_test_wdt_t |
void vsf_test_stdio_reboot | ( | void | ) |
Reboot watchdog timeout (requires assist device support)
void vsf_test_stdio_data_init | ( | vsf_test_data_t * | data | ) |
initialize the peripherals needed to synchronize the data
[in] | data | a pointer to structure vsf_test_data_t |
void vsf_test_stdio_data_sync | ( | vsf_test_data_t * | data, |
vsf_test_data_cmd_t | cmd | ||
) |
Synchronize data via stdio's printf and scanf.
[in] | data | a pointer to structure vsf_test_data_t |
[in] | cmd | structure vsf_test_data_cmd_t |