Logo
UNICENS V2.1.0-3491
User Manual and API Reference
Ucs_Prg_Command_t Struct Reference

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.
 

Detailed Description

Represents a programming task.