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

u_dll library flash image programming parameters. More...

#include <u_dll.h>

Public Attributes

_UDLL_ACTIONS action
 
bool en
 
char name [TEST_NAME_STR_SIZE]
 
_udll_mem_type mem_type
 
bool rdbck_en
 
uint32_t addr
 
char bin_path [FILE_PATH_SIZE]
 

Detailed Description

u_dll library flash image programming parameters.

Definition at line 516 of file u_dll.h.

Member Data Documentation

◆ action

_UDLL_ACTIONS __udll_flash_wr::action

The u_dll action taken from __UDLL_ACTIONS.

Definition at line 518 of file u_dll.h.

◆ addr

uint32_t __udll_flash_wr::addr

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

Definition at line 523 of file u_dll.h.

◆ bin_path

char __udll_flash_wr::bin_path[FILE_PATH_SIZE]

The path of the binary to burn in the flash.

Definition at line 524 of file u_dll.h.

◆ en

bool __udll_flash_wr::en

Enable or disable the flash image burn.

Definition at line 519 of file u_dll.h.

◆ mem_type

_udll_mem_type __udll_flash_wr::mem_type

Which fash memory to write (QSPI or OQSPI) from __udll_mem_type.

Definition at line 521 of file u_dll.h.

◆ name

char __udll_flash_wr::name[TEST_NAME_STR_SIZE]

The name of each test.

Definition at line 520 of file u_dll.h.

◆ rdbck_en

bool __udll_flash_wr::rdbck_en

Enable or disable the flash read back verification after flash binary burn.

Definition at line 522 of file u_dll.h.


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