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

Holds the production test results for each device. More...

#include <p_dll.h>

Public Attributes

uint32_t pkts_crc_ok
 
uint32_t pkts_sync_err
 
uint32_t pkts_crc_err
 
uint32_t xtal_trim_val
 
uint16_t audio_pwr_lvl
 
uint32_t custom_data
 
float rssi
 
_gu_scan_data gu_scan_data [MAX_DEVS_TO_SCAN]
 
uint8_t timestamp [TIMESTAMP_SIZE]
 
_pdll_fw_versions pdll_fw_versions
 

Detailed Description

Holds the production test results for each device.

Definition at line 479 of file p_dll.h.

Member Data Documentation

◆ audio_pwr_lvl

uint16_t __rx_stats::audio_pwr_lvl

The level of the detected tone in the audio test process.

Definition at line 485 of file p_dll.h.

◆ custom_data

uint32_t __rx_stats::custom_data

The custom data return value during the custom test process.

Definition at line 486 of file p_dll.h.

◆ gu_scan_data

_gu_scan_data __rx_stats::gu_scan_data[MAX_DEVS_TO_SCAN]

The BD addresses and the RSSI found by the Golden Unit device during the scan test.

Definition at line 488 of file p_dll.h.

◆ pdll_fw_versions

_pdll_fw_versions __rx_stats::pdll_fw_versions

The firmware versions saved at __pdll_fw_versions.

Definition at line 490 of file p_dll.h.

◆ pkts_crc_err

uint32_t __rx_stats::pkts_crc_err

The number of packets received with CRC error during the RF RX test.

Definition at line 483 of file p_dll.h.

◆ pkts_crc_ok

uint32_t __rx_stats::pkts_crc_ok

The number of packets received with CRC OK during the RF RX test.

Definition at line 481 of file p_dll.h.

◆ pkts_sync_err

uint32_t __rx_stats::pkts_sync_err

The number of packets received with sync error during the RF RX test.

Definition at line 482 of file p_dll.h.

◆ rssi

float __rx_stats::rssi

The RSSI value measured during the RF RX test.

Definition at line 487 of file p_dll.h.

◆ timestamp

uint8_t __rx_stats::timestamp[TIMESTAMP_SIZE]

Holds the timestamp data.

Definition at line 489 of file p_dll.h.

◆ xtal_trim_val

uint32_t __rx_stats::xtal_trim_val

The XTAL trim value measured during the auto XTAL calibration process.

Definition at line 484 of file p_dll.h.


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