![]() |
Production Line Tool v5.0
The DA1470x Production Line Tool Software Package
|
GPIO connection test settings. Sets the level of a GPIO and gets the level on another GPIO. More...
#include <prod_line_tool_dll.h>
Public Attributes | |
| bool | en |
| char | name [TEST_NAME_STR_SIZE] |
| bool | set_pin_en |
| _ic_gpio | set_pin |
| _gpio_pwr_lvl | set_pin_pwr_lvl |
| uint16_t | set_pin_retries |
| bool | set_pin_check_short |
| _ic_gpio | get_pin |
| bool | get_pin_lvl |
GPIO connection test settings. Sets the level of a GPIO and gets the level on another GPIO.
Definition at line 790 of file prod_line_tool_dll.h.
| bool __pltd_gpio_connection_test::en |
Enable or disable the GPIO-connection tests.
Definition at line 792 of file prod_line_tool_dll.h.
| _ic_gpio __pltd_gpio_connection_test::get_pin |
The GPIO pin to get. Enumeration from _ic_gpio.
Definition at line 799 of file prod_line_tool_dll.h.
| bool __pltd_gpio_connection_test::get_pin_lvl |
If gpio_set_en is disabled then the GPIO get level is compared to this user level.
Definition at line 800 of file prod_line_tool_dll.h.
| char __pltd_gpio_connection_test::name[TEST_NAME_STR_SIZE] |
The name of each test.
Definition at line 793 of file prod_line_tool_dll.h.
| _ic_gpio __pltd_gpio_connection_test::set_pin |
The GPIO pin to set. Enumeration from _ic_gpio.
Definition at line 795 of file prod_line_tool_dll.h.
| bool __pltd_gpio_connection_test::set_pin_check_short |
Establish whether to check for short or open circuit.
Definition at line 798 of file prod_line_tool_dll.h.
| bool __pltd_gpio_connection_test::set_pin_en |
Enables/Disables the set of the GPIO. If disabled this test will only get the value of the gpio_get GPIO pin.
Definition at line 794 of file prod_line_tool_dll.h.
| _gpio_pwr_lvl __pltd_gpio_connection_test::set_pin_pwr_lvl |
The gpio_set output power level with values from __gpio_pwr_lvl.
Definition at line 796 of file prod_line_tool_dll.h.
| uint16_t __pltd_gpio_connection_test::set_pin_retries |
Number of times that the toggle will be performed.
Definition at line 797 of file prod_line_tool_dll.h.