]> begriffs open source - cmsis-driver-validation/blob - DoxyGen/src/DV_ETH.txt
Update GitHub Actions runner to ubuntu-22.04 (#18)
[cmsis-driver-validation] / DoxyGen / src / DV_ETH.txt
1 /*=======0=========1=========2=========3=========4=========5=========6=========7=========8=========9=========0=========1====*/
2 /**
3 \defgroup eth_config Configuration
4 \ingroup  dv_eth
5
6 The Ethernet driver validation settings are available in the <b>DV_ETH_Config.h</b> configuration file.
7
8 \image html dv_eth_config_h.png "DV_ETH_Config.h configuration file in Configuration Wizard view mode"
9
10 \section eth_config_detail Configuration settings
11
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>.
14
15 <b>Link timeout</b> specifies timeout for link check, expressed in milliseconds.
16
17 <b>Transfer timeout</b> setting specifies maximum timeout for a transfer, expressed in milliseconds.
18
19 <b>Time duration for PTP Control Time</b> setting specifies referent time interval used for PTP testing, expressed in milliseconds.
20
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.
23
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".
26
27 */