]> begriffs open source - cmsis-driver-validation/blob - DoxyGen/src/DV_GPIO.txt
Update GitHub Actions runner to ubuntu-22.04 (#18)
[cmsis-driver-validation] / DoxyGen / src / DV_GPIO.txt
1 /*=======0=========1=========2=========3=========4=========5=========6=========7=========8=========9=========0=========1====*/
2 /**
3 \defgroup gpio_config Configuration
4 \ingroup  dv_gpio
5
6 The GPIO driver validation settings are available in the <b>DV_GPIO_Config.h</b> configuration file.
7
8 \image html dv_gpio_config_h.png "DV_GPIO_Config.h configuration file in Configuration Wizard view mode"
9
10 \section gpio_config_detail Configuration settings
11
12 <b>Driver_GPIO#</b> selects the driver instance that will be tested.<br>
13 For example if we want to test <c>Driver_GPIO0</c> then this setting would be set to <c>0</c>.
14
15 <b>Configuration</b> section contains configuration of two pins:
16 - <b>Pin Under Test</b> specifying the pin that will be tested.<br>
17 - <b>Auxiliary Pin</b> specifies the auxiliary pin with serial low resistance resistor connected to Pin Under Test.
18   Suggested resistance of this serial resistor is around 1 kOhm.<br>
19
20 <b>Pins</b> should not have any external resistors or any external devices connected to it except the low resistance resistor used for testing.<br>
21
22 <b>Tests</b> section contains selections of tests to be executed.
23 For details on tests performed by each test function please refer to \ref gpio_tests "GPIO Tests".
24
25 */