Go to the source code of this file.
◆ vsf_test_stdio_wdt_init()
Initialize external watchdog via stdio (requires assist device support)
- Parameters
-
[in] | wdt | a pointer to structure vsf_test_wdt_t |
[in] | timeout_ms | timeout (in milliseconds) |
◆ vsf_test_stdio_wdt_feed()
Reset watchdog timeout (requires assist device support)
- Parameters
-
◆ vsf_test_stdio_reboot()
void vsf_test_stdio_reboot |
( |
void |
| ) |
|
|
extern |
Reboot watchdog timeout (requires assist device support)
◆ vsf_test_stdio_data_init()
initialize the peripherals needed to synchronize the data
- Parameters
-
- Note
- Its default implementation is an empty weak function, which the user can re-implement as needed. After initialization, we need to make sure that printf and scanf can be used properly.
◆ vsf_test_stdio_data_sync()
Synchronize data via stdio's printf and scanf.
- Parameters
-
- Note
- This is a synchronized blocking API.