Software APIs
Data Fields
ottf_console Struct Reference

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.
 

Detailed Description

Definition at line 16 of file ottf_test_config.h.

Field Documentation

◆ base_addr

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.

◆ test_may_clobber

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.

◆ type

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.