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

Peripheral test (LEDs, buzzer, etc.) using current measurements. More...

#include <prod_line_tool_dll.h>

Public Attributes

bool en
 
char name [TEST_NAME_STR_SIZE]
 
_pltd_ammeter_params ammeter
 
_periph_test_type test_type
 
uint8_t custom_data_start
 
uint8_t custom_data_stop
 
_ic_gpio gpio
 
uint8_t pwm
 
uint8_t pwm_duty
 
_gpio_pwr_lvl pwr_lvl
 
_gpio_state gpio_state
 

Detailed Description

Peripheral test (LEDs, buzzer, etc.) using current measurements.

Definition at line 835 of file prod_line_tool_dll.h.

Member Data Documentation

◆ ammeter

_pltd_ammeter_params __pltd_periph_test::ammeter

Ammeter parameters.

Definition at line 839 of file prod_line_tool_dll.h.

◆ custom_data_start

uint8_t __pltd_periph_test::custom_data_start

Custom data executed before the current measure.

Definition at line 841 of file prod_line_tool_dll.h.

◆ custom_data_stop

uint8_t __pltd_periph_test::custom_data_stop

Custom data executed after the current measure.

Definition at line 842 of file prod_line_tool_dll.h.

◆ en

bool __pltd_periph_test::en

Enables or disables the current measurement test.

Definition at line 837 of file prod_line_tool_dll.h.

◆ gpio

_ic_gpio __pltd_periph_test::gpio

Which GPIO to set. Enumeration from _ic_gpio.

Definition at line 843 of file prod_line_tool_dll.h.

◆ gpio_state

_gpio_state __pltd_periph_test::gpio_state

The GPIO active state, with values from __gpio_state.

Definition at line 847 of file prod_line_tool_dll.h.

◆ name

char __pltd_periph_test::name[TEST_NAME_STR_SIZE]

The name of each test.

Definition at line 838 of file prod_line_tool_dll.h.

◆ pwm

uint8_t __pltd_periph_test::pwm

PWM frequency in KHz. If not zero, a PWM frequency will be generated into the GPIO.

Definition at line 844 of file prod_line_tool_dll.h.

◆ pwm_duty

uint8_t __pltd_periph_test::pwm_duty

The PWM duty cycle from 0% to 100%.

Definition at line 845 of file prod_line_tool_dll.h.

◆ pwr_lvl

_gpio_pwr_lvl __pltd_periph_test::pwr_lvl

The GPIO power level with values from __gpio_pwr_lvl.

Definition at line 846 of file prod_line_tool_dll.h.

◆ test_type

_periph_test_type __pltd_periph_test::test_type

Test type, PERIPH_USE_GPIO or PERIPH_USE_CUSTOM_TEST. Enumeration from __periph_test_type.

Definition at line 840 of file prod_line_tool_dll.h.


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