Represents a programming task. More...
Data Fields | |
Ucs_Prg_MemId_t | mem_id |
Represents the memory resource to be written. | |
uint32_t | address |
Defines the memory location at which the writing operation starts. | |
uint8_t | unit_length |
Sets the number of memory units to be written. Memory units can be unsigned bytes, unsigned words or unsigned masked data depending on the memory type. | |
uint8_t | data_length |
Lenght of data. | |
uint8_t * | data |
Contains the actual data written to the memory resource and formatted as memory units. | |
Represents a programming task.