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

u_dll library flash erase 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 er_all
 
uint32_t addr
 
uint32_t size
 

Detailed Description

u_dll library flash erase programming parameters.

Definition at line 528 of file u_dll.h.

Member Data Documentation

◆ action

_UDLL_ACTIONS __udll_flash_er::action

The u_dll action taken from __UDLL_ACTIONS.

Definition at line 530 of file u_dll.h.

◆ addr

uint32_t __udll_flash_er::addr

The start address of the flash start erase.

Definition at line 535 of file u_dll.h.

◆ en

bool __udll_flash_er::en

Enable or disable the flash erase.

Definition at line 531 of file u_dll.h.

◆ er_all

bool __udll_flash_er::er_all

Enable or disable the entire flash erase.

Definition at line 534 of file u_dll.h.

◆ mem_type

_udll_mem_type __udll_flash_er::mem_type

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

Definition at line 533 of file u_dll.h.

◆ name

char __udll_flash_er::name[TEST_NAME_STR_SIZE]

The name of each test.

Definition at line 532 of file u_dll.h.

◆ size

uint32_t __udll_flash_er::size

The size of the flash to erase.

Definition at line 536 of file u_dll.h.


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