![]() |
Production Line Tool v5.0
The DA1470x Production Line Tool Software Package
|
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 |
| _UDLL_ACTIONS __udll_mem_wr::action |
The u_dll action taken from __UDLL_ACTIONS.
| uint32_t __udll_mem_wr::addr |
| _udll_chk_empty __udll_mem_wr::chk_empty |
| bool __udll_mem_wr::en |
| _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.
| _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.
| char __udll_mem_wr::name[TEST_NAME_STR_SIZE] |
| bool __udll_mem_wr::rdbck_en |