3.5 CLASSB_MEM_REGION
Summary
This enumeration contains the Class B memory region definitions.
Description
These definitions are sent to the ClassB SRAM Test routines to define the memory region to be tested.
Remarks
None.
typedef enum
{
CLASSB_MEM_REGION_ITCM = 0,
CLASSB_MEM_REGION_DTCM = 1,
CLASSB_MEM_REGION_SRAM = 2
} CLASSB_MEM_REGION;