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

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

#include <p_dll.h>

Public Attributes

_pdll_test_id test_id
 
_ic_gpio gpio
 
uint16_t time_low
 
uint16_t time_high
 
uint16_t retries
 
_gpio_pwr_lvl pwr_lvl
 

Detailed Description

p_dll library parameters for GPIO toggle operation.

Definition at line 521 of file p_dll.h.

Member Data Documentation

◆ gpio

_ic_gpio __pdll_gpio_toggle::gpio

Which GPIO to toggle. Enumeration from __ic_gpio.

Definition at line 524 of file p_dll.h.

◆ pwr_lvl

_gpio_pwr_lvl __pdll_gpio_toggle::pwr_lvl

The GPIO power level with values from __gpio_pwr_lvl.

Definition at line 528 of file p_dll.h.

◆ retries

uint16_t __pdll_gpio_toggle::retries

Number of times that the toggle will be performed.

Definition at line 527 of file p_dll.h.

◆ test_id

_pdll_test_id __pdll_gpio_toggle::test_id

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

Definition at line 523 of file p_dll.h.

◆ time_high

uint16_t __pdll_gpio_toggle::time_high

Time in milliseconds that the GPIO will remain high.

Definition at line 526 of file p_dll.h.

◆ time_low

uint16_t __pdll_gpio_toggle::time_low

Time in milliseconds that the GPIO will remain low.

Definition at line 525 of file p_dll.h.


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