![]() |
Production Line Tool v5.0
The DA1470x Production Line Tool Software Package
|
p_dll library parameters for the sensor test. More...
#include <p_dll.h>
Public Attributes | |
| _pdll_test_id | test_id |
| bool | en |
| char | name [TEST_NAME_STR_SIZE] |
| _sensor_iface | iface |
| bool | write |
| _ic_gpio | spi_clk |
| _ic_gpio | spi_di |
| _ic_gpio | spi_do |
| _ic_gpio | spi_cs |
| _ic_gpio | i2c_scl |
| _ic_gpio | i2c_sda |
| uint8_t | reg_addr |
| uint8_t | wr_data |
| uint8_t | i2c_slave_addr |
| bool | int_gpio_check |
| _ic_gpio | int_gpio |
| uint8_t | valid_data |
| _gpio_pwr_lvl | pwr_lvl |
| bool __pdll_sensor_test::en |
| _ic_gpio __pdll_sensor_test::i2c_scl |
| _ic_gpio __pdll_sensor_test::i2c_sda |
| uint8_t __pdll_sensor_test::i2c_slave_addr |
| _sensor_iface __pdll_sensor_test::iface |
The sensor interface with values from __sensor_iface.
| _ic_gpio __pdll_sensor_test::int_gpio |
| bool __pdll_sensor_test::int_gpio_check |
| char __pdll_sensor_test::name[TEST_NAME_STR_SIZE] |
| _gpio_pwr_lvl __pdll_sensor_test::pwr_lvl |
The GPIO power level with values from __gpio_pwr_lvl.
| uint8_t __pdll_sensor_test::reg_addr |
| _ic_gpio __pdll_sensor_test::spi_clk |
| _ic_gpio __pdll_sensor_test::spi_cs |
| _ic_gpio __pdll_sensor_test::spi_di |
| _ic_gpio __pdll_sensor_test::spi_do |
| _pdll_test_id __pdll_sensor_test::test_id |
Which test, from the __pdll_test_id, this device will perform.
| uint8_t __pdll_sensor_test::valid_data |
| uint8_t __pdll_sensor_test::wr_data |
| bool __pdll_sensor_test::write |