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

u_dll library Configuration Script write parameters. More...

#include <u_dll.h>

Public Attributes

_UDLL_ACTIONS action
 
bool en
 
bool rdbck_en
 
_udll_chk_empty chk_empty
 
_udll_cs_booter booter
 
bool dev_mode
 
_udll_cs_uart_stx uart_stx
 
_udll_cs_sdk_entry sdk_entry [MAX_CS_SDK_ENTRIES]
 
_udll_cs_sw_gen_sdk sw_gen_sdk
 
_udll_cs_xtal_settle xtal_settle
 
_udll_cs_min_fw_ver min_fw_ver
 
_udll_cs_dev_booter dev_booter
 
_udll_cs_reg_entry reg_entry [MAX_CS_REG_ENTRIES]
 
bool xtal_trim_wr
 
bool bda_wr
 
bool stop_cmd_wr
 

Detailed Description

u_dll library Configuration Script write parameters.

Definition at line 483 of file u_dll.h.

Member Data Documentation

◆ action

_UDLL_ACTIONS __udll_otp_cs_wr::action

The u_dll action taken from __UDLL_ACTIONS.

Definition at line 485 of file u_dll.h.

◆ bda_wr

bool __udll_otp_cs_wr::bda_wr

Enable or disable writing the BD address into the Configuration Script.

Definition at line 499 of file u_dll.h.

◆ booter

_udll_cs_booter __udll_otp_cs_wr::booter

0xE6000000-0xYYYYYYYY. QSPI Flash Booter address offset written in the Configuration Script, taken from /ref __udll_booter_val.

Definition at line 489 of file u_dll.h.

◆ chk_empty

_udll_chk_empty __udll_otp_cs_wr::chk_empty

Check if memory is empty or if it contains the same data.

Definition at line 488 of file u_dll.h.

◆ dev_booter

_udll_cs_dev_booter __udll_otp_cs_wr::dev_booter

0xECXXXXXX. Used by the booter to configure device specific settings. If bit 0 is‘1’ the booter will apply wakeup/reset only in single and quad mode. Otherwise, booter assumes OQSPI operation and applies wakeup/reset in single and OQSPI mode.

Definition at line 496 of file u_dll.h.

◆ dev_mode

bool __udll_otp_cs_wr::dev_mode

0xE7000000. Enable or disable writing the development mode in the Configuration Script. One 32-bit word which is equal to 0xE7000000, disabling the development mode.

Definition at line 490 of file u_dll.h.

◆ en

bool __udll_otp_cs_wr::en

Enable or disable writing the configuration script.

Definition at line 486 of file u_dll.h.

◆ min_fw_ver

_udll_cs_min_fw_ver __udll_otp_cs_wr::min_fw_ver

0xEB000000-0xYYYYYYYY. 0xEB000000 followed by 0xYYYYYYYY, which is used to store the minimum FW version that the booter should accept.

Definition at line 495 of file u_dll.h.

◆ rdbck_en

bool __udll_otp_cs_wr::rdbck_en

Enable or disable the read back verification of the Configuration Script values after these were written.

Definition at line 487 of file u_dll.h.

◆ reg_entry

_udll_cs_reg_entry __udll_otp_cs_wr::reg_entry[MAX_CS_REG_ENTRIES]

Array that holds the register entries for Configuration Script, taken from /ref __udll_cs_reg_entry.

Definition at line 497 of file u_dll.h.

◆ sdk_entry

_udll_cs_sdk_entry __udll_otp_cs_wr::sdk_entry[MAX_CS_SDK_ENTRIES]

0xE9RRYYXX. Array that holds the SDK entries for the Configuration Script, taken from /ref __udll_cs_sdk_entry.

Definition at line 492 of file u_dll.h.

◆ stop_cmd_wr

bool __udll_otp_cs_wr::stop_cmd_wr

0x00000000. Enable Stop command for the Configuration Script. The Stop CS command is a 32bit word with bitwise inversion of the default word value of the NVM the CS is stored (e.g. for default value 0xFFFFFFFF -> stop command is 0x00000000)

Definition at line 500 of file u_dll.h.

◆ sw_gen_sdk

_udll_cs_sw_gen_sdk __udll_otp_cs_wr::sw_gen_sdk

Enable or disable writing the SW generated SDK group into Configuration Script.

Definition at line 493 of file u_dll.h.

◆ uart_stx

_udll_cs_uart_stx __udll_otp_cs_wr::uart_stx

0xE8YXXXXX. UART STX timeout written in the Configuration Script, taken from /ref __udll_uart_stx.

Definition at line 491 of file u_dll.h.

◆ xtal_settle

_udll_cs_xtal_settle __udll_otp_cs_wr::xtal_settle

0xEAYXXXXX. XTAL settle settings in the Configuration Script taken from /ref __udll_xtal_settle.

Definition at line 494 of file u_dll.h.

◆ xtal_trim_wr

bool __udll_otp_cs_wr::xtal_trim_wr

Enable or disable writing the XTAL trim run value into the Configuration Script.

Definition at line 498 of file u_dll.h.


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