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

u_dll library OTP image programming parameters. More...

#include <u_dll.h>

Public Attributes

_UDLL_ACTIONS action
 
bool en
 
char name [TEST_NAME_STR_SIZE]
 
_udll_chk_empty chk_empty
 
bool rdbck_en
 
uint32_t addr
 
char bin_path [FILE_PATH_SIZE]
 

Detailed Description

u_dll library OTP image programming parameters.

Definition at line 384 of file u_dll.h.

Member Data Documentation

◆ action

_UDLL_ACTIONS __udll_otp_wr::action

The u_dll action taken from __UDLL_ACTIONS.

Definition at line 386 of file u_dll.h.

◆ addr

uint32_t __udll_otp_wr::addr

The start address of the OTP where the image will be burned at.

Definition at line 391 of file u_dll.h.

◆ bin_path

char __udll_otp_wr::bin_path[FILE_PATH_SIZE]

The path of the image to burn in the OTP memory.

Definition at line 392 of file u_dll.h.

◆ chk_empty

_udll_chk_empty __udll_otp_wr::chk_empty

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

Definition at line 389 of file u_dll.h.

◆ en

bool __udll_otp_wr::en

Enable or disable the OTP image memory burn.

Definition at line 387 of file u_dll.h.

◆ name

char __udll_otp_wr::name[TEST_NAME_STR_SIZE]

The name of each test.

Definition at line 388 of file u_dll.h.

◆ rdbck_en

bool __udll_otp_wr::rdbck_en

Enable or disable the OTP read back verification after the OTP image burn.

Definition at line 390 of file u_dll.h.


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