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

u_dll library RAM firmware download parameters. More...

#include <u_dll.h>

Public Attributes

_UDLL_ACTIONS action
 
bool en
 
char name [TEST_NAME_STR_SIZE]
 
uint32_t addr
 
char fw_path [FILE_PATH_SIZE]
 

Detailed Description

u_dll library RAM firmware download parameters.

Definition at line 370 of file u_dll.h.

Member Data Documentation

◆ action

_UDLL_ACTIONS __udll_ram_fw::action

The u_dll action taken from __UDLL_ACTIONS.

Definition at line 372 of file u_dll.h.

◆ addr

uint32_t __udll_ram_fw::addr

The start address of the RAM to place the image.

Definition at line 375 of file u_dll.h.

◆ en

bool __udll_ram_fw::en

Enable or disable the download image to the RAM.

Definition at line 373 of file u_dll.h.

◆ fw_path

char __udll_ram_fw::fw_path[FILE_PATH_SIZE]

The path of the firmware to be downloaded to the device RAM.

Definition at line 376 of file u_dll.h.

◆ name

char __udll_ram_fw::name[TEST_NAME_STR_SIZE]

The name of each test.

Definition at line 374 of file u_dll.h.


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