Production Line Tool v5.0
The DA1470x Production Line Tool Software Package
Loading...
Searching...
No Matches
Macros
P_DLL API macros.

The p_dll API macro definitions. More...

Macros

#define __bool_true_false_are_defined   1
 
#define bool   char
 
#define true   1
 
#define false   0
 
#define P_DLL_EXPORTS
 
#define P_DLL_API   __declspec(dllexport)
 
#define PDLL_UART_BAUD_RATE   115200
 
#define LOG_PARAM_STR_SIZE   32
 
#define TEST_NAME_STR_SIZE   13
 
#define HCI_UART_LOOP_70x_DATA_SIZE   252
 
#define RF_RSSI_TEST_TX_PACKETS   500
 
#define TIMESTAMP_SIZE   480
 

Detailed Description

The p_dll API macro definitions.

Macro Definition Documentation

◆ __bool_true_false_are_defined

#define __bool_true_false_are_defined   1

Definition at line 47 of file p_dll.h.

◆ bool

#define bool   char

Definition at line 49 of file p_dll.h.

◆ false

#define false   0

Definition at line 51 of file p_dll.h.

◆ HCI_UART_LOOP_70x_DATA_SIZE

#define HCI_UART_LOOP_70x_DATA_SIZE   252

The maximum size of data used in DA1470x UART check test. If needs to change, firmware (st_fw_da1470x.bin) has to change also.

Definition at line 73 of file p_dll.h.

◆ LOG_PARAM_STR_SIZE

#define LOG_PARAM_STR_SIZE   32

Version string size used at __pdll_fw_versions.

Definition at line 71 of file p_dll.h.

◆ P_DLL_API

#define P_DLL_API   __declspec(dllexport)

Definition at line 63 of file p_dll.h.

◆ P_DLL_EXPORTS

#define P_DLL_EXPORTS

Definition at line 61 of file p_dll.h.

◆ PDLL_UART_BAUD_RATE

#define PDLL_UART_BAUD_RATE   115200

UART fixed baud rate. Used in __pdll_device::baud_rate.

Definition at line 68 of file p_dll.h.

◆ RF_RSSI_TEST_TX_PACKETS

#define RF_RSSI_TEST_TX_PACKETS   500

How many packets the GU will transmit for the RF RSSI tests. 1-65535. Read UM-B-008 Ver. 1.0 par. 7.2.

Definition at line 74 of file p_dll.h.

◆ TEST_NAME_STR_SIZE

#define TEST_NAME_STR_SIZE   13

String size for each of the multiple test names.

Definition at line 72 of file p_dll.h.

◆ TIMESTAMP_SIZE

#define TIMESTAMP_SIZE   480

The size of bytes returned when reading the IC timestamp from the OTP. Reads first 240 bytes of OTP CS. The maximum suported OTP read size in st_fw with single command.

Definition at line 75 of file p_dll.h.

◆ true

#define true   1

Definition at line 50 of file p_dll.h.