Production Line Tool v5.0
The DA1470x Production Line Tool Software Package
Loading...
Searching...
No Matches
Typedefs | Enumerations
PLTD API enumerations.

The PLTD API enumerations. More...

Typedefs

typedef enum __DUT_NUM _DUT_NUM
 Enumeration used to set the device numbering at __pltd_dev_params::dut_num.
 
typedef enum __periph_test_type _periph_test_type
 Enumeration used to set the test type at __pltd_periph_test::test_type.
 

Enumerations

enum  __DUT_NUM {
  DUT_1 = 1 , DUT_2 = 2 , DUT_3 = 3 , DUT_4 = 4 ,
  DUT_5 = 5 , DUT_6 = 6 , DUT_7 = 7 , DUT_8 = 8 ,
  DUT_9 = 9 , DUT_10 = 10 , DUT_11 = 11 , DUT_12 = 12 ,
  DUT_13 = 13 , DUT_14 = 14 , DUT_15 = 15 , DUT_16 = 16
}
 Enumeration used to set the device numbering at __pltd_dev_params::dut_num. More...
 
enum  __periph_test_type { PERIPH_USE_GPIO = 0 , PERIPH_USE_CUSTOM_TEST , INVALID_PERIPH_TEST }
 Enumeration used to set the test type at __pltd_periph_test::test_type. More...
 

Detailed Description

The PLTD API enumerations.

Enumeration Type Documentation

◆ __DUT_NUM

enum __DUT_NUM

Enumeration used to set the device numbering at __pltd_dev_params::dut_num.

Definition at line 576 of file prod_line_tool_dll.h.

◆ __periph_test_type

Enumeration used to set the test type at __pltd_periph_test::test_type.

Definition at line 597 of file prod_line_tool_dll.h.