Logo
UNICENS V2.3.0-4567
User Manual and API Reference
Ucs_Prg_Command_t Struct Reference

Represents a programming task. More...

Data Fields

Ucs_Prg_SessionType_t session_type
 Memory access type.
 
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_size
 Number of bytes per memory unit. Memory units can be unsigned bytes, unsigned words or unsigned masked data depending on the memory type.
 
uint16_t data_size
 Length of data in Bytes.
 
uint8_t * data_ptr
 Contains the actual data written to the memory resource and formatted as memory units.
 

Detailed Description

Represents a programming task.