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

Referred Types used by Programming Service. More...

Data Structures

struct  Ucs_Prg_Command_t
 Represents a programming task. More...
 

Enumerations

enum  Ucs_Prg_SessionType_t {
  UCS_PRG_ST_CS = 0x01U,
  UCS_PRG_ST_IS = 0x02U,
  UCS_PRG_ST_CS_IS = 0x04U,
  UCS_PRG_ST_ERASE_EM = 0x08U,
  UCS_PRG_ST_CFG_READ = 0x10U
}
 Defines the set of MemIDs and the memory access types. More...
 
enum  Ucs_Prg_MemId_t {
  UCS_PRG_MID_CS = 0x00U,
  UCS_PRG_MID_IS = 0x01U,
  UCS_PRG_MID_CSTEST = 0x0CU,
  UCS_PRG_MID_ISTEST = 0x0DU
}
 Represents the memory resource to be written. More...
 
enum  Ucs_Prg_ResCode_t {
  UCS_PRG_RES_SUCCESS = 0x01U,
  UCS_PRG_RES_TIMEOUT = 0x02U,
  UCS_PRG_RES_NET_OFF = 0x03U,
  UCS_PRG_RES_FKT_SYNCH = 0x04U,
  UCS_PRG_RES_FKT_ASYNCH = 0x05U,
  UCS_PRG_RES_ERROR = 0x06U
}
 Result values of the Programming service. More...
 
enum  Ucs_Prg_Func_t {
  UCS_PRG_FKT_DUMMY = 0x00U,
  UCS_PRG_FKT_WELCOME = 0x01U,
  UCS_PRG_FKT_WELCOME_NOSUCCESS = 0x02U,
  UCS_PRG_FKT_MEM_OPEN = 0x03U,
  UCS_PRG_FKT_MEM_WRITE = 0x04U,
  UCS_PRG_FKT_MEM_CLOSE = 0x05U,
  UCS_PRG_FKT_INIT = 0x06U
}
 Denotes the function where an error occurred. More...
 

Detailed Description

Referred Types used by Programming Service.