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

u_dll library Memory read parameters. More...

#include <u_dll.h>

Public Attributes

_UDLL_ACTIONS action
 
bool en
 
char name [TEST_NAME_STR_SIZE]
 
_udll_mem_type mem_type
 
uint32_t addr
 
uint32_t size
 

Detailed Description

u_dll library Memory read parameters.

Definition at line 558 of file u_dll.h.

Member Data Documentation

◆ action

_UDLL_ACTIONS __udll_mem_rd::action

The u_dll action taken from __UDLL_ACTIONS.

Definition at line 560 of file u_dll.h.

◆ addr

uint32_t __udll_mem_rd::addr

The offset address to start reading.

Definition at line 564 of file u_dll.h.

◆ en

bool __udll_mem_rd::en

Enable or disable the memory read.

Definition at line 561 of file u_dll.h.

◆ mem_type

_udll_mem_type __udll_mem_rd::mem_type

The type of memory to read from, taken from __udll_mem_type.

Definition at line 563 of file u_dll.h.

◆ name

char __udll_mem_rd::name[TEST_NAME_STR_SIZE]

The name of each test.

Definition at line 562 of file u_dll.h.

◆ size

uint32_t __udll_mem_rd::size

The number of bytes to read.

Definition at line 565 of file u_dll.h.


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