![]() |
Production Line Tool v5.0
The DA1470x Production Line Tool Software Package
|
The p_dll API data structures. More...
Classes | |
| struct | __pdll_fw_versions |
| Holds the prod_test_XXX.bin and p_dll library versions. More... | |
| struct | __gu_scan_data |
| Holds the GU scan data. More... | |
| struct | __rx_stats |
| Holds the production test results for each device. More... | |
| struct | __pdll_rf_test |
| p_dll library parameters for the RF test. More... | |
| struct | __pdll_audio_test |
| p_dll library parameters for the audio test. More... | |
| struct | __pdll_audio_tone |
| p_dll library parameters for audio tone generation. Mainly used at the Golden Unit. More... | |
| struct | __pdll_gpio_toggle |
| p_dll library parameters for GPIO toggle operation. More... | |
| struct | __pdll_gpio_watchdog |
| p_dll library parameters for GPIO watchdog operation. More... | |
| struct | __pdll_gpio_set |
| p_dll library parameters for GPIO set operation. More... | |
| struct | __pdll_gpio_get |
| p_dll library parameters for GPIO get status test. More... | |
| struct | __pdll_custom_test |
| p_dll library parameters for the custom test/ More... | |
| struct | __pdll_rdtester_init |
| p_dll library parameters for the rd tester init command. More... | |
| struct | __pdll_rdtester_vbat_uart_rst |
| p_dll library parameters for the rdtester_vbat_uart_rst_ctrl command. More... | |
| struct | __pdll_rdtester_rst |
| p_dll library parameters for the rdtester_vbat_uart_rst_ctrl command. More... | |
| struct | __pdll_rdtester |
| p_dll library parameters for the rd tester commands. Commands send from the Golden Unit to the CPLD. More... | |
| struct | __pdll_scan_test |
| p_dll library parameters for the scan test. More... | |
| struct | __pdll_xtal_test |
| p_dll library parameters for the XTAL trim test. More... | |
| struct | __pdll_sensor_test |
| p_dll library parameters for the sensor test. More... | |
| struct | __pdll_sleep_test |
| p_dll library parameters for setting the devices into the various sleep mode. More... | |
| struct | __pdll_uart_loop_test |
| p_dll library parameters for UART loop test. More... | |
| struct | __pdll_ble_adv_start_test |
| p_dll library parameters for starting BLE advertisements through an HCI command send to the DUT. More... | |
| struct | __pdll_ble_adv_stop_test |
| p_dll library parameters for stopping BLE advertisements through an HCI command send to the DUT. More... | |
| struct | __pdll_ext32Khz_test |
| p_dll library parameters for testing the external 32Khz low power crystal. More... | |
| struct | __pdll_adc_vbat_en |
| p_dll library parameters for enabling the VBAT measurement using the internal ADC. More... | |
| struct | __pdll_set_tx_pwr |
| p_dll library parameters for setting the TX power level in RF test mode. More... | |
| union | __pdll_test_data |
| p_dll library parameters for the device test data. More... | |
| struct | __pdll_device |
| p_dll library parameters for each different device. More... | |
Typedefs | |
| typedef struct __pdll_fw_versions | _pdll_fw_versions |
| Holds the prod_test_XXX.bin and p_dll library versions. | |
| typedef struct __gu_scan_data | _gu_scan_data |
| Holds the GU scan data. | |
| typedef struct __rx_stats | _rx_stats |
| Holds the production test results for each device. | |
| typedef void(* | _user_callback_pdll) (uint32_t com_port_number, int status, _rx_stats *rx_stats_t) |
| typedef struct __pdll_rf_test | _pdll_rf_test |
| p_dll library parameters for the RF test. | |
| typedef struct __pdll_audio_test | _pdll_audio_test |
| p_dll library parameters for the audio test. | |
| typedef struct __pdll_audio_tone | _pdll_audio_tone |
| p_dll library parameters for audio tone generation. Mainly used at the Golden Unit. | |
| typedef struct __pdll_gpio_toggle | _pdll_gpio_toggle |
| p_dll library parameters for GPIO toggle operation. | |
| typedef struct __pdll_gpio_watchdog | _pdll_gpio_watchdog |
| p_dll library parameters for GPIO watchdog operation. | |
| typedef struct __pdll_gpio_set | _pdll_gpio_set |
| p_dll library parameters for GPIO set operation. | |
| typedef struct __pdll_gpio_get | _pdll_gpio_get |
| p_dll library parameters for GPIO get status test. | |
| typedef struct __pdll_custom_test | _pdll_custom_test |
| p_dll library parameters for the custom test/ | |
| typedef struct __pdll_rdtester_init | _pdll_rdtester_init |
| p_dll library parameters for the rd tester init command. | |
| typedef struct __pdll_rdtester_vbat_uart_rst | _pdll_rdtester_vbat_uart_rst |
| p_dll library parameters for the rdtester_vbat_uart_rst_ctrl command. | |
| typedef struct __pdll_rdtester_rst | _pdll_rdtester_rst |
| p_dll library parameters for the rdtester_vbat_uart_rst_ctrl command. | |
| typedef struct __pdll_rdtester | _pdll_rdtester |
| p_dll library parameters for the rd tester commands. Commands send from the Golden Unit to the CPLD. | |
| typedef struct __pdll_scan_test | _pdll_scan_test |
| p_dll library parameters for the scan test. | |
| typedef struct __pdll_xtal_test | _pdll_xtal_test |
| p_dll library parameters for the XTAL trim test. | |
| typedef struct __pdll_sensor_test | _pdll_sensor_test |
| p_dll library parameters for the sensor test. | |
| typedef struct __pdll_sleep_test | _pdll_sleep_test |
| p_dll library parameters for setting the devices into the various sleep mode. | |
| typedef struct __pdll_uart_loop_test | _pdll_uart_loop_test |
| p_dll library parameters for UART loop test. | |
| typedef struct __pdll_ble_adv_start_test | _pdll_ble_adv_start_test |
| p_dll library parameters for starting BLE advertisements through an HCI command send to the DUT. | |
| typedef struct __pdll_ble_adv_stop_test | _pdll_ble_adv_stop_test |
| p_dll library parameters for stopping BLE advertisements through an HCI command send to the DUT. | |
| typedef struct __pdll_ext32Khz_test | _pdll_ext32Khz_test |
| p_dll library parameters for testing the external 32Khz low power crystal. | |
| typedef struct __pdll_adc_vbat_en | _pdll_adc_vbat_en |
| p_dll library parameters for enabling the VBAT measurement using the internal ADC. | |
| typedef struct __pdll_set_tx_pwr | _pdll_set_tx_pwr |
| p_dll library parameters for setting the TX power level in RF test mode. | |
| typedef union __pdll_test_data | _pdll_test_data |
| p_dll library parameters for the device test data. | |
| typedef struct __pdll_device | _pdll_device |
| p_dll library parameters for each different device. | |
The p_dll API data structures.