1 /*=======0=========1=========2=========3=========4=========5=========6=========7=========8=========9=========0=========1====*/
3 \defgroup eth_config Configuration
6 The Ethernet driver validation settings are available in the <b>DV_ETH_Config.h</b> configuration file.
8 \image html dv_eth_config_h.png "DV_ETH_Config.h configuration file in Configuration Wizard view mode"
10 \section eth_config_detail Configuration settings
12 <b>Driver_ETH_MAC#</b> selects the driver instance that will be tested.<br>
13 For example if we want to test <c>Driver_ETH_MAC2</c> then this setting would be set to <c>2</c>.
15 <b>Link timeout</b> specifies timeout for link check, expressed in milliseconds.
17 <b>Transfer timeout</b> setting specifies maximum timeout for a transfer, expressed in milliseconds.
19 <b>Time duration for PTP Control Time</b> setting specifies referent time interval used for PTP testing, expressed in milliseconds.
21 <b>Tolerance for PTP Control Time</b> setting specifies allowed deviation of measured time
22 in comparison to expected time in PTP frames, expressed in nanoseconds.
24 <b>Tests</b> section contains selections of tests to be executed.
25 For details on tests performed by each test function please refer to \ref eth_tests "Ethernet Tests".