Using the µVision Socket Interface  Application Note 198
Control and monitor µVision via the built-in TCP/IP interface
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Memory Type Codes

Enumerations

enum  UV_MR {
  UV_MR_NONE = 0,
  UV_MR_ROM = 1,
  UV_MR_RAM = 2,
  UV_MR_END
}
 

Description

Enumeration Type Documentation

enum UV_MR

Memory range type definition

Indicates the type of memory range defined in a UV_MRANGE structure.

Enumerator
UV_MR_NONE 

Memory range is not set within uVision.

UV_MR_ROM 

Memory range is ROM.

UV_MR_RAM 

Memory range is RAM.

UV_MR_END 

Always at end.