SDL API Guide for J7200
CCM Enumerated Data Types

Introduction

===========================================================================


Enumerations

enum  SDL_CCM_MonitorType {
  SDL_CCM_MONITOR_TYPE_NONE = 0, SDL_CCM_MONITOR_TYPE_OUTPUT_COMPARE_BLOCK = 1, SDL_CCM_MONITOR_TYPE_VIM = 2, SDL_CCM_MONITOR_TYPE_INACTIVITY_MONITOR = 3,
  SDL_CCM_MONITOR_TYPE_INVALID = 4
}
 This enumerator defines the type of CCM Monitor type. More...
 
enum  SDL_CCM_SelfTestType { SDL_CCM_SELFTEST_TYPE_NORMAL = 1, SDL_CCM_SELFTEST_TYPE_ERROR_FORCING = 2, SDL_CCM_SELFTEST_POLARITY_INVERSION = 3, SDL_CCM_SELFTEST_TYPE_INVALID = 4 }
 This enumerator defines the type of CCM Self-test type. More...
 

CCM instance

This enumerator defines the possible CCM instance



typedef uint32_t SDL_CCM_Inst
 
#define SDL_CCM_MCU_R5F0   0U
 
#define SDL_CCM_R5F0   1U
 
#define SDL_CCM_MAX_INSTANCE   (SDL_CCM_R5F0 + 1U)
 

Macro Definition Documentation

◆ SDL_CCM_MCU_R5F0

#define SDL_CCM_MCU_R5F0   0U

MCU R5F0

◆ SDL_CCM_R5F0

#define SDL_CCM_R5F0   1U

MAIN R5F0

◆ SDL_CCM_MAX_INSTANCE

#define SDL_CCM_MAX_INSTANCE   (SDL_CCM_R5F0 + 1U)

Maximum

Typedef Documentation

◆ SDL_CCM_Inst

typedef uint32_t SDL_CCM_Inst

Enumeration Type Documentation

◆ SDL_CCM_MonitorType

This enumerator defines the type of CCM Monitor type.

Enumerator
SDL_CCM_MONITOR_TYPE_NONE 

CCM Monitor None

SDL_CCM_MONITOR_TYPE_OUTPUT_COMPARE_BLOCK 

CCM output compare block monitor type

SDL_CCM_MONITOR_TYPE_VIM 

CCM VIM block monitor type

SDL_CCM_MONITOR_TYPE_INACTIVITY_MONITOR 

CCM inacitivty monitor type

SDL_CCM_MONITOR_TYPE_INVALID 

CCM invalid type

◆ SDL_CCM_SelfTestType

This enumerator defines the type of CCM Self-test type.

Enumerator
SDL_CCM_SELFTEST_TYPE_NORMAL 

Self-test for a particular monitor type

SDL_CCM_SELFTEST_TYPE_ERROR_FORCING 

Error-forcing self-test for a particular monitor type

SDL_CCM_SELFTEST_POLARITY_INVERSION 

Polarity inversion self-test for a particular monitor type

SDL_CCM_SELFTEST_TYPE_INVALID 

CCM invalid type