Enumerations
MEMORY Enumerated Data Types
MEMORY

Enumerations

enum  CSL_MemType {
  CSL_MEM_DARAM,
  CSL_MEM_SARAM,
  CSL_MEM_INVALID
}
 This enum holds the values to represent the type of the CPU memory. Application program can send a request to a specific memory using this enum.
enum  CSL_MEMmSDRAMClock {
  CSL_MEM_MSDARAM_CLOCK_ON,
  CSL_MEM_MSDARAM_CLOCK_OFF
}
 This enum holds the values to switch the mSDRAM output clock state.