Software APIs
dif_soc_dbg_ctrl.h File Reference

SoC Debug Control Device Interface Functions More...

Go to the source code of this file.

Typedefs

typedef enum dif_soc_dbg_ctrl_debug_category dif_soc_dbg_ctrl_debug_category_t
 Valid debug categories.
 

Enumerations

enum  dif_soc_dbg_ctrl_debug_category {
  kDebugCategoryLocked = 0x50 ,
  kDebugCategory2 = 0x4D ,
  kDebugCategory3 = 0x0A ,
  kDebugCategory4 = 0x63
}
 Valid debug categories. More...
 

Detailed Description

SoC Debug Control Device Interface Functions

Definition in file dif_soc_dbg_ctrl.h.

Typedef Documentation

◆ dif_soc_dbg_ctrl_debug_category_t

Valid debug categories.

These values MUST be kept in sync with the dbg_category_e enum in hw/ip/soc_dbg_ctrl/rtl/soc_dbg_ctrl_pkg.sv.

Enumeration Type Documentation

◆ dif_soc_dbg_ctrl_debug_category

Valid debug categories.

These values MUST be kept in sync with the dbg_category_e enum in hw/ip/soc_dbg_ctrl/rtl/soc_dbg_ctrl_pkg.sv.

Definition at line 24 of file dif_soc_dbg_ctrl.h.