![]() |
Production Line Tool v5.0
The DA1470x Production Line Tool Software Package
|
GPIO/LED test settings. More...
#include <prod_line_tool_dll.h>
Public Attributes | |
| bool | en |
| char | name [TEST_NAME_STR_SIZE] |
| _ic_gpio | gpio |
| uint16_t | time_low |
| uint16_t | time_high |
| uint16_t | retries |
| _gpio_pwr_lvl | pwr_lvl |
GPIO/LED test settings.
Definition at line 778 of file prod_line_tool_dll.h.
| bool __pltd_gpio_led_test::en |
Enable or disable the GPIO-LED tests.
Definition at line 780 of file prod_line_tool_dll.h.
| _ic_gpio __pltd_gpio_led_test::gpio |
Which GPIO to toggle. Enumeration from __ic_gpio.
Definition at line 782 of file prod_line_tool_dll.h.
| char __pltd_gpio_led_test::name[TEST_NAME_STR_SIZE] |
The name of each test.
Definition at line 781 of file prod_line_tool_dll.h.
| _gpio_pwr_lvl __pltd_gpio_led_test::pwr_lvl |
The GPIO power level with values from __gpio_pwr_lvl.
Definition at line 786 of file prod_line_tool_dll.h.
| uint16_t __pltd_gpio_led_test::retries |
Number of times that the toggle will be performed.
Definition at line 785 of file prod_line_tool_dll.h.
| uint16_t __pltd_gpio_led_test::time_high |
Time in milliseconds that the GPIO will remain high.
Definition at line 784 of file prod_line_tool_dll.h.
| uint16_t __pltd_gpio_led_test::time_low |
Time in milliseconds that the GPIO will remain low.
Definition at line 783 of file prod_line_tool_dll.h.