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

u_dll library Structure for custom memory data programming. More...

#include <u_dll.h>

Public Attributes

_UDLL_ACTIONS action
 
bool en
 
char name [TEST_NAME_STR_SIZE]
 
bool rdbck_en
 
_udll_chk_empty chk_empty
 
_udll_mem_type mem_type
 
uint32_t addr
 
uint32_t size
 
_udll_mem_data_input input
 

Detailed Description

u_dll library Structure for custom memory data programming.

Definition at line 543 of file u_dll.h.

Member Data Documentation

◆ action

_UDLL_ACTIONS __udll_mem_wr::action

The u_dll action taken from __UDLL_ACTIONS.

Definition at line 545 of file u_dll.h.

◆ addr

uint32_t __udll_mem_wr::addr

The memory address to burn the data.

Definition at line 551 of file u_dll.h.

◆ chk_empty

_udll_chk_empty __udll_mem_wr::chk_empty

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

Definition at line 549 of file u_dll.h.

◆ en

bool __udll_mem_wr::en

Enable or disable the custom data write.

Definition at line 546 of file u_dll.h.

◆ input

_udll_mem_data_input __udll_mem_wr::input

The different custom memory data input methods supported. The different methods can be found in __udll_mem_data_input.

Definition at line 553 of file u_dll.h.

◆ mem_type

_udll_mem_type __udll_mem_wr::mem_type

At which memory to write the data. Enumeration of different memories can be found in __udll_mem_type.

Definition at line 550 of file u_dll.h.

◆ name

char __udll_mem_wr::name[TEST_NAME_STR_SIZE]

The name of each test.

Definition at line 547 of file u_dll.h.

◆ rdbck_en

bool __udll_mem_wr::rdbck_en

Enable or disable the read back verification of the generic data write after these were written.

Definition at line 548 of file u_dll.h.

◆ size

uint32_t __udll_mem_wr::size

The size of the data.

Definition at line 552 of file u_dll.h.


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