Data Fields | |
ottf_console_type_t | type |
Communication interface type to use for the OTTF console (see ottf_console_type_t above). | |
uintptr_t | base_addr |
Base address of the communication IP interface to use for the OTTF console. | |
bool | test_may_clobber |
Indicates if the test may clobber (i.e., reconfigure it and use it during the test for another purpose) the OTTF console, and if the OTTF should reconfigure it before printing the test status. | |
Definition at line 16 of file ottf_test_config.h.
uintptr_t ottf_console::base_addr |
Base address of the communication IP interface to use for the OTTF console.
Definition at line 25 of file ottf_test_config.h.
bool ottf_console::test_may_clobber |
Indicates if the test may clobber (i.e., reconfigure it and use it during the test for another purpose) the OTTF console, and if the OTTF should reconfigure it before printing the test status.
Definition at line 31 of file ottf_test_config.h.
ottf_console_type_t ottf_console::type |
Communication interface type to use for the OTTF console (see ottf_console_type_t
above).
Definition at line 21 of file ottf_test_config.h.