![]() |
Production Line Tool v5.0
The DA1470x Production Line Tool Software Package
|
GPIO watchdog period toggle settings. Continuously toggles a DUT GPIO (not during test firmware download). More...
#include <prod_line_tool_dll.h>
Public Attributes | |
| bool | en |
| char | name [TEST_NAME_STR_SIZE] |
| _ic_gpio | wd_gpio |
| _gpio_pwr_lvl | pin_pwr_lvl |
GPIO watchdog period toggle settings. Continuously toggles a DUT GPIO (not during test firmware download).
Definition at line 804 of file prod_line_tool_dll.h.
| bool __pltd_gpio_watchdog::en |
Enable or disable the GPIO watchdog operation.
Definition at line 806 of file prod_line_tool_dll.h.
| char __pltd_gpio_watchdog::name[TEST_NAME_STR_SIZE] |
The name of each test.
Definition at line 807 of file prod_line_tool_dll.h.
| _gpio_pwr_lvl __pltd_gpio_watchdog::pin_pwr_lvl |
The WD GPIO output power level with values from __gpio_pwr_lvl.
Definition at line 809 of file prod_line_tool_dll.h.
| _ic_gpio __pltd_gpio_watchdog::wd_gpio |
The watchdog GPIO pin. Enumeration from _ic_gpio.
Definition at line 808 of file prod_line_tool_dll.h.