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

p_dll library parameters for each different device. More...

#include <p_dll.h>

Public Attributes

bool is_active
 
_dut_ic dut_ic
 
uint32_t com_port
 
uint32_t baud_rate
 
_user_callback_pdll clbck
 
_pdll_test_data test
 
bool is_GU
 

Detailed Description

p_dll library parameters for each different device.

Definition at line 720 of file p_dll.h.

Member Data Documentation

◆ baud_rate

uint32_t __pdll_device::baud_rate

UART baud rate. Currently, should be fixed to 115200.

Definition at line 725 of file p_dll.h.

◆ clbck

_user_callback_pdll __pdll_device::clbck

A user callback function for every device, with _user_callback_pdll type, which will be called whenever the device changes status.

Definition at line 726 of file p_dll.h.

◆ com_port

uint32_t __pdll_device::com_port

UART COM port during tests.

Definition at line 724 of file p_dll.h.

◆ dut_ic

_dut_ic __pdll_device::dut_ic

The type of the devices to be tested, __dut_ic.

Definition at line 723 of file p_dll.h.

◆ is_active

bool __pdll_device::is_active

Enable or disable the device.

Definition at line 722 of file p_dll.h.

◆ is_GU

bool __pdll_device::is_GU

Whether the device is a GU or not.

Definition at line 728 of file p_dll.h.

◆ test

_pdll_test_data __pdll_device::test

The device test data.

Definition at line 727 of file p_dll.h.


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