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

p_dll library parameters for GPIO set operation. More...

#include <p_dll.h>

Public Attributes

_pdll_test_id test_id
 
_ic_gpio gpio
 
_gpio_mode mode
 
bool level
 
_gpio_pwr_lvl pwr_lvl
 
uint8_t pwm
 
uint8_t pwm_duty
 

Detailed Description

p_dll library parameters for GPIO set operation.

Definition at line 540 of file p_dll.h.

Member Data Documentation

◆ gpio

_ic_gpio __pdll_gpio_set::gpio

Which GPIO to set. Enumeration from __ic_gpio.

Definition at line 543 of file p_dll.h.

◆ level

bool __pdll_gpio_set::level

True=high, False=low.

Definition at line 545 of file p_dll.h.

◆ mode

_gpio_mode __pdll_gpio_set::mode

GPIO mode to set. Enumeration from __gpio_mode.

Definition at line 544 of file p_dll.h.

◆ pwm

uint8_t __pdll_gpio_set::pwm

If this is greater than zero, a PWM frequency will be generated in that GPIO. If level=0 PWM will stop, level=1 PWM will start.

Definition at line 547 of file p_dll.h.

◆ pwm_duty

uint8_t __pdll_gpio_set::pwm_duty

The PWM duty cycle from 0% to 100%.

Definition at line 548 of file p_dll.h.

◆ pwr_lvl

_gpio_pwr_lvl __pdll_gpio_set::pwr_lvl

The GPIO power level with values from __gpio_pwr_lvl.

Definition at line 546 of file p_dll.h.

◆ test_id

_pdll_test_id __pdll_gpio_set::test_id

Which test, from the __pdll_test_id, this device will perform.

Definition at line 542 of file p_dll.h.


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