Production Line Tool v5.0
The DA1470x Production Line Tool Software Package
Loading...
Searching...
No Matches
Public Attributes | List of all members
__pltd_gpio_led_test Struct Reference

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
 

Detailed Description

GPIO/LED test settings.

Definition at line 778 of file prod_line_tool_dll.h.

Member Data Documentation

◆ en

bool __pltd_gpio_led_test::en

Enable or disable the GPIO-LED tests.

Definition at line 780 of file prod_line_tool_dll.h.

◆ gpio

_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.

◆ name

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.

◆ pwr_lvl

_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.

◆ retries

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.

◆ time_high

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.

◆ time_low

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.


The documentation for this struct was generated from the following file: