YAHAL
Yet Another Hardware Abstraction Library
Loading...
Searching...
No Matches

Type definitions for the Core Debug Registers. More...

Topics

 Debug Control Block
 Type definitions for the Debug Control Block Registers.
 

Classes

struct  CoreDebug_Type
 Structure type to access the Core Debug Register (CoreDebug). More...
 
#define CoreDebug_DHCSR_DBGKEY_Pos   16U
 
#define CoreDebug_DHCSR_DBGKEY_Msk   (0xFFFFUL << CoreDebug_DHCSR_DBGKEY_Pos)
 
#define CoreDebug_DHCSR_S_RESET_ST_Pos   25U
 
#define CoreDebug_DHCSR_S_RESET_ST_Msk   (1UL << CoreDebug_DHCSR_S_RESET_ST_Pos)
 
#define CoreDebug_DHCSR_S_RETIRE_ST_Pos   24U
 
#define CoreDebug_DHCSR_S_RETIRE_ST_Msk   (1UL << CoreDebug_DHCSR_S_RETIRE_ST_Pos)
 
#define CoreDebug_DHCSR_S_LOCKUP_Pos   19U
 
#define CoreDebug_DHCSR_S_LOCKUP_Msk   (1UL << CoreDebug_DHCSR_S_LOCKUP_Pos)
 
#define CoreDebug_DHCSR_S_SLEEP_Pos   18U
 
#define CoreDebug_DHCSR_S_SLEEP_Msk   (1UL << CoreDebug_DHCSR_S_SLEEP_Pos)
 
#define CoreDebug_DHCSR_S_HALT_Pos   17U
 
#define CoreDebug_DHCSR_S_HALT_Msk   (1UL << CoreDebug_DHCSR_S_HALT_Pos)
 
#define CoreDebug_DHCSR_S_REGRDY_Pos   16U
 
#define CoreDebug_DHCSR_S_REGRDY_Msk   (1UL << CoreDebug_DHCSR_S_REGRDY_Pos)
 
#define CoreDebug_DHCSR_C_SNAPSTALL_Pos   5U
 
#define CoreDebug_DHCSR_C_SNAPSTALL_Msk   (1UL << CoreDebug_DHCSR_C_SNAPSTALL_Pos)
 
#define CoreDebug_DHCSR_C_MASKINTS_Pos   3U
 
#define CoreDebug_DHCSR_C_MASKINTS_Msk   (1UL << CoreDebug_DHCSR_C_MASKINTS_Pos)
 
#define CoreDebug_DHCSR_C_STEP_Pos   2U
 
#define CoreDebug_DHCSR_C_STEP_Msk   (1UL << CoreDebug_DHCSR_C_STEP_Pos)
 
#define CoreDebug_DHCSR_C_HALT_Pos   1U
 
#define CoreDebug_DHCSR_C_HALT_Msk   (1UL << CoreDebug_DHCSR_C_HALT_Pos)
 
#define CoreDebug_DHCSR_C_DEBUGEN_Pos   0U
 
#define CoreDebug_DHCSR_C_DEBUGEN_Msk   (1UL /*<< CoreDebug_DHCSR_C_DEBUGEN_Pos*/)
 
#define CoreDebug_DCRSR_REGWnR_Pos   16U
 
#define CoreDebug_DCRSR_REGWnR_Msk   (1UL << CoreDebug_DCRSR_REGWnR_Pos)
 
#define CoreDebug_DCRSR_REGSEL_Pos   0U
 
#define CoreDebug_DCRSR_REGSEL_Msk   (0x1FUL /*<< CoreDebug_DCRSR_REGSEL_Pos*/)
 
#define CoreDebug_DEMCR_TRCENA_Pos   24U
 
#define CoreDebug_DEMCR_TRCENA_Msk   (1UL << CoreDebug_DEMCR_TRCENA_Pos)
 
#define CoreDebug_DEMCR_MON_REQ_Pos   19U
 
#define CoreDebug_DEMCR_MON_REQ_Msk   (1UL << CoreDebug_DEMCR_MON_REQ_Pos)
 
#define CoreDebug_DEMCR_MON_STEP_Pos   18U
 
#define CoreDebug_DEMCR_MON_STEP_Msk   (1UL << CoreDebug_DEMCR_MON_STEP_Pos)
 
#define CoreDebug_DEMCR_MON_PEND_Pos   17U
 
#define CoreDebug_DEMCR_MON_PEND_Msk   (1UL << CoreDebug_DEMCR_MON_PEND_Pos)
 
#define CoreDebug_DEMCR_MON_EN_Pos   16U
 
#define CoreDebug_DEMCR_MON_EN_Msk   (1UL << CoreDebug_DEMCR_MON_EN_Pos)
 
#define CoreDebug_DEMCR_VC_HARDERR_Pos   10U
 
#define CoreDebug_DEMCR_VC_HARDERR_Msk   (1UL << CoreDebug_DEMCR_VC_HARDERR_Pos)
 
#define CoreDebug_DEMCR_VC_INTERR_Pos   9U
 
#define CoreDebug_DEMCR_VC_INTERR_Msk   (1UL << CoreDebug_DEMCR_VC_INTERR_Pos)
 
#define CoreDebug_DEMCR_VC_BUSERR_Pos   8U
 
#define CoreDebug_DEMCR_VC_BUSERR_Msk   (1UL << CoreDebug_DEMCR_VC_BUSERR_Pos)
 
#define CoreDebug_DEMCR_VC_STATERR_Pos   7U
 
#define CoreDebug_DEMCR_VC_STATERR_Msk   (1UL << CoreDebug_DEMCR_VC_STATERR_Pos)
 
#define CoreDebug_DEMCR_VC_CHKERR_Pos   6U
 
#define CoreDebug_DEMCR_VC_CHKERR_Msk   (1UL << CoreDebug_DEMCR_VC_CHKERR_Pos)
 
#define CoreDebug_DEMCR_VC_NOCPERR_Pos   5U
 
#define CoreDebug_DEMCR_VC_NOCPERR_Msk   (1UL << CoreDebug_DEMCR_VC_NOCPERR_Pos)
 
#define CoreDebug_DEMCR_VC_MMERR_Pos   4U
 
#define CoreDebug_DEMCR_VC_MMERR_Msk   (1UL << CoreDebug_DEMCR_VC_MMERR_Pos)
 
#define CoreDebug_DEMCR_VC_CORERESET_Pos   0U
 
#define CoreDebug_DEMCR_VC_CORERESET_Msk   (1UL /*<< CoreDebug_DEMCR_VC_CORERESET_Pos*/)
 
#define CoreDebug_DHCSR_DBGKEY_Pos   16U
 
#define CoreDebug_DHCSR_DBGKEY_Msk   (0xFFFFUL << CoreDebug_DHCSR_DBGKEY_Pos)
 
#define CoreDebug_DHCSR_S_RESET_ST_Pos   25U
 
#define CoreDebug_DHCSR_S_RESET_ST_Msk   (1UL << CoreDebug_DHCSR_S_RESET_ST_Pos)
 
#define CoreDebug_DHCSR_S_RETIRE_ST_Pos   24U
 
#define CoreDebug_DHCSR_S_RETIRE_ST_Msk   (1UL << CoreDebug_DHCSR_S_RETIRE_ST_Pos)
 
#define CoreDebug_DHCSR_S_LOCKUP_Pos   19U
 
#define CoreDebug_DHCSR_S_LOCKUP_Msk   (1UL << CoreDebug_DHCSR_S_LOCKUP_Pos)
 
#define CoreDebug_DHCSR_S_SLEEP_Pos   18U
 
#define CoreDebug_DHCSR_S_SLEEP_Msk   (1UL << CoreDebug_DHCSR_S_SLEEP_Pos)
 
#define CoreDebug_DHCSR_S_HALT_Pos   17U
 
#define CoreDebug_DHCSR_S_HALT_Msk   (1UL << CoreDebug_DHCSR_S_HALT_Pos)
 
#define CoreDebug_DHCSR_S_REGRDY_Pos   16U
 
#define CoreDebug_DHCSR_S_REGRDY_Msk   (1UL << CoreDebug_DHCSR_S_REGRDY_Pos)
 
#define CoreDebug_DHCSR_C_MASKINTS_Pos   3U
 
#define CoreDebug_DHCSR_C_MASKINTS_Msk   (1UL << CoreDebug_DHCSR_C_MASKINTS_Pos)
 
#define CoreDebug_DHCSR_C_STEP_Pos   2U
 
#define CoreDebug_DHCSR_C_STEP_Msk   (1UL << CoreDebug_DHCSR_C_STEP_Pos)
 
#define CoreDebug_DHCSR_C_HALT_Pos   1U
 
#define CoreDebug_DHCSR_C_HALT_Msk   (1UL << CoreDebug_DHCSR_C_HALT_Pos)
 
#define CoreDebug_DHCSR_C_DEBUGEN_Pos   0U
 
#define CoreDebug_DHCSR_C_DEBUGEN_Msk   (1UL /*<< CoreDebug_DHCSR_C_DEBUGEN_Pos*/)
 
#define CoreDebug_DCRSR_REGWnR_Pos   16U
 
#define CoreDebug_DCRSR_REGWnR_Msk   (1UL << CoreDebug_DCRSR_REGWnR_Pos)
 
#define CoreDebug_DCRSR_REGSEL_Pos   0U
 
#define CoreDebug_DCRSR_REGSEL_Msk   (0x1FUL /*<< CoreDebug_DCRSR_REGSEL_Pos*/)
 
#define CoreDebug_DEMCR_VC_HARDERR_Pos   10U
 
#define CoreDebug_DEMCR_VC_HARDERR_Msk   (1UL << CoreDebug_DEMCR_VC_HARDERR_Pos)
 
#define CoreDebug_DEMCR_VC_CORERESET_Pos   0U
 
#define CoreDebug_DEMCR_VC_CORERESET_Msk   (1UL /*<< CoreDebug_DEMCR_VC_CORERESET_Pos*/)
 
#define CoreDebug_DHCSR_DBGKEY_Pos   16U
 
#define CoreDebug_DHCSR_DBGKEY_Msk   (0xFFFFUL << CoreDebug_DHCSR_DBGKEY_Pos)
 
#define CoreDebug_DHCSR_S_RESET_ST_Pos   25U
 
#define CoreDebug_DHCSR_S_RESET_ST_Msk   (1UL << CoreDebug_DHCSR_S_RESET_ST_Pos)
 
#define CoreDebug_DHCSR_S_RETIRE_ST_Pos   24U
 
#define CoreDebug_DHCSR_S_RETIRE_ST_Msk   (1UL << CoreDebug_DHCSR_S_RETIRE_ST_Pos)
 
#define CoreDebug_DHCSR_S_LOCKUP_Pos   19U
 
#define CoreDebug_DHCSR_S_LOCKUP_Msk   (1UL << CoreDebug_DHCSR_S_LOCKUP_Pos)
 
#define CoreDebug_DHCSR_S_SLEEP_Pos   18U
 
#define CoreDebug_DHCSR_S_SLEEP_Msk   (1UL << CoreDebug_DHCSR_S_SLEEP_Pos)
 
#define CoreDebug_DHCSR_S_HALT_Pos   17U
 
#define CoreDebug_DHCSR_S_HALT_Msk   (1UL << CoreDebug_DHCSR_S_HALT_Pos)
 
#define CoreDebug_DHCSR_S_REGRDY_Pos   16U
 
#define CoreDebug_DHCSR_S_REGRDY_Msk   (1UL << CoreDebug_DHCSR_S_REGRDY_Pos)
 
#define CoreDebug_DHCSR_C_SNAPSTALL_Pos   5U
 
#define CoreDebug_DHCSR_C_SNAPSTALL_Msk   (1UL << CoreDebug_DHCSR_C_SNAPSTALL_Pos)
 
#define CoreDebug_DHCSR_C_MASKINTS_Pos   3U
 
#define CoreDebug_DHCSR_C_MASKINTS_Msk   (1UL << CoreDebug_DHCSR_C_MASKINTS_Pos)
 
#define CoreDebug_DHCSR_C_STEP_Pos   2U
 
#define CoreDebug_DHCSR_C_STEP_Msk   (1UL << CoreDebug_DHCSR_C_STEP_Pos)
 
#define CoreDebug_DHCSR_C_HALT_Pos   1U
 
#define CoreDebug_DHCSR_C_HALT_Msk   (1UL << CoreDebug_DHCSR_C_HALT_Pos)
 
#define CoreDebug_DHCSR_C_DEBUGEN_Pos   0U
 
#define CoreDebug_DHCSR_C_DEBUGEN_Msk   (1UL /*<< CoreDebug_DHCSR_C_DEBUGEN_Pos*/)
 
#define CoreDebug_DCRSR_REGWnR_Pos   16U
 
#define CoreDebug_DCRSR_REGWnR_Msk   (1UL << CoreDebug_DCRSR_REGWnR_Pos)
 
#define CoreDebug_DCRSR_REGSEL_Pos   0U
 
#define CoreDebug_DCRSR_REGSEL_Msk   (0x1FUL /*<< CoreDebug_DCRSR_REGSEL_Pos*/)
 
#define CoreDebug_DEMCR_TRCENA_Pos   24U
 
#define CoreDebug_DEMCR_TRCENA_Msk   (1UL << CoreDebug_DEMCR_TRCENA_Pos)
 
#define CoreDebug_DEMCR_MON_REQ_Pos   19U
 
#define CoreDebug_DEMCR_MON_REQ_Msk   (1UL << CoreDebug_DEMCR_MON_REQ_Pos)
 
#define CoreDebug_DEMCR_MON_STEP_Pos   18U
 
#define CoreDebug_DEMCR_MON_STEP_Msk   (1UL << CoreDebug_DEMCR_MON_STEP_Pos)
 
#define CoreDebug_DEMCR_MON_PEND_Pos   17U
 
#define CoreDebug_DEMCR_MON_PEND_Msk   (1UL << CoreDebug_DEMCR_MON_PEND_Pos)
 
#define CoreDebug_DEMCR_MON_EN_Pos   16U
 
#define CoreDebug_DEMCR_MON_EN_Msk   (1UL << CoreDebug_DEMCR_MON_EN_Pos)
 
#define CoreDebug_DEMCR_VC_HARDERR_Pos   10U
 
#define CoreDebug_DEMCR_VC_HARDERR_Msk   (1UL << CoreDebug_DEMCR_VC_HARDERR_Pos)
 
#define CoreDebug_DEMCR_VC_INTERR_Pos   9U
 
#define CoreDebug_DEMCR_VC_INTERR_Msk   (1UL << CoreDebug_DEMCR_VC_INTERR_Pos)
 
#define CoreDebug_DEMCR_VC_BUSERR_Pos   8U
 
#define CoreDebug_DEMCR_VC_BUSERR_Msk   (1UL << CoreDebug_DEMCR_VC_BUSERR_Pos)
 
#define CoreDebug_DEMCR_VC_STATERR_Pos   7U
 
#define CoreDebug_DEMCR_VC_STATERR_Msk   (1UL << CoreDebug_DEMCR_VC_STATERR_Pos)
 
#define CoreDebug_DEMCR_VC_CHKERR_Pos   6U
 
#define CoreDebug_DEMCR_VC_CHKERR_Msk   (1UL << CoreDebug_DEMCR_VC_CHKERR_Pos)
 
#define CoreDebug_DEMCR_VC_NOCPERR_Pos   5U
 
#define CoreDebug_DEMCR_VC_NOCPERR_Msk   (1UL << CoreDebug_DEMCR_VC_NOCPERR_Pos)
 
#define CoreDebug_DEMCR_VC_MMERR_Pos   4U
 
#define CoreDebug_DEMCR_VC_MMERR_Msk   (1UL << CoreDebug_DEMCR_VC_MMERR_Pos)
 
#define CoreDebug_DEMCR_VC_CORERESET_Pos   0U
 
#define CoreDebug_DEMCR_VC_CORERESET_Msk   (1UL /*<< CoreDebug_DEMCR_VC_CORERESET_Pos*/)
 
#define CoreDebug_DHCSR_DBGKEY_Pos   16U
 
#define CoreDebug_DHCSR_DBGKEY_Msk   (0xFFFFUL << CoreDebug_DHCSR_DBGKEY_Pos)
 
#define CoreDebug_DHCSR_S_RESET_ST_Pos   25U
 
#define CoreDebug_DHCSR_S_RESET_ST_Msk   (1UL << CoreDebug_DHCSR_S_RESET_ST_Pos)
 
#define CoreDebug_DHCSR_S_RETIRE_ST_Pos   24U
 
#define CoreDebug_DHCSR_S_RETIRE_ST_Msk   (1UL << CoreDebug_DHCSR_S_RETIRE_ST_Pos)
 
#define CoreDebug_DHCSR_S_LOCKUP_Pos   19U
 
#define CoreDebug_DHCSR_S_LOCKUP_Msk   (1UL << CoreDebug_DHCSR_S_LOCKUP_Pos)
 
#define CoreDebug_DHCSR_S_SLEEP_Pos   18U
 
#define CoreDebug_DHCSR_S_SLEEP_Msk   (1UL << CoreDebug_DHCSR_S_SLEEP_Pos)
 
#define CoreDebug_DHCSR_S_HALT_Pos   17U
 
#define CoreDebug_DHCSR_S_HALT_Msk   (1UL << CoreDebug_DHCSR_S_HALT_Pos)
 
#define CoreDebug_DHCSR_S_REGRDY_Pos   16U
 
#define CoreDebug_DHCSR_S_REGRDY_Msk   (1UL << CoreDebug_DHCSR_S_REGRDY_Pos)
 
#define CoreDebug_DHCSR_C_MASKINTS_Pos   3U
 
#define CoreDebug_DHCSR_C_MASKINTS_Msk   (1UL << CoreDebug_DHCSR_C_MASKINTS_Pos)
 
#define CoreDebug_DHCSR_C_STEP_Pos   2U
 
#define CoreDebug_DHCSR_C_STEP_Msk   (1UL << CoreDebug_DHCSR_C_STEP_Pos)
 
#define CoreDebug_DHCSR_C_HALT_Pos   1U
 
#define CoreDebug_DHCSR_C_HALT_Msk   (1UL << CoreDebug_DHCSR_C_HALT_Pos)
 
#define CoreDebug_DHCSR_C_DEBUGEN_Pos   0U
 
#define CoreDebug_DHCSR_C_DEBUGEN_Msk   (1UL /*<< CoreDebug_DHCSR_C_DEBUGEN_Pos*/)
 
#define CoreDebug_DCRSR_REGWnR_Pos   16U
 
#define CoreDebug_DCRSR_REGWnR_Msk   (1UL << CoreDebug_DCRSR_REGWnR_Pos)
 
#define CoreDebug_DCRSR_REGSEL_Pos   0U
 
#define CoreDebug_DCRSR_REGSEL_Msk   (0x1FUL /*<< CoreDebug_DCRSR_REGSEL_Pos*/)
 
#define CoreDebug_DEMCR_VC_HARDERR_Pos   10U
 
#define CoreDebug_DEMCR_VC_HARDERR_Msk   (1UL << CoreDebug_DEMCR_VC_HARDERR_Pos)
 
#define CoreDebug_DEMCR_VC_CORERESET_Pos   0U
 
#define CoreDebug_DEMCR_VC_CORERESET_Msk   (1UL /*<< CoreDebug_DEMCR_VC_CORERESET_Pos*/)
 
#define CoreDebug_DHCSR_DBGKEY_Pos   16U
 
#define CoreDebug_DHCSR_DBGKEY_Msk   (0xFFFFUL << CoreDebug_DHCSR_DBGKEY_Pos)
 
#define CoreDebug_DHCSR_S_RESET_ST_Pos   25U
 
#define CoreDebug_DHCSR_S_RESET_ST_Msk   (1UL << CoreDebug_DHCSR_S_RESET_ST_Pos)
 
#define CoreDebug_DHCSR_S_RETIRE_ST_Pos   24U
 
#define CoreDebug_DHCSR_S_RETIRE_ST_Msk   (1UL << CoreDebug_DHCSR_S_RETIRE_ST_Pos)
 
#define CoreDebug_DHCSR_S_LOCKUP_Pos   19U
 
#define CoreDebug_DHCSR_S_LOCKUP_Msk   (1UL << CoreDebug_DHCSR_S_LOCKUP_Pos)
 
#define CoreDebug_DHCSR_S_SLEEP_Pos   18U
 
#define CoreDebug_DHCSR_S_SLEEP_Msk   (1UL << CoreDebug_DHCSR_S_SLEEP_Pos)
 
#define CoreDebug_DHCSR_S_HALT_Pos   17U
 
#define CoreDebug_DHCSR_S_HALT_Msk   (1UL << CoreDebug_DHCSR_S_HALT_Pos)
 
#define CoreDebug_DHCSR_S_REGRDY_Pos   16U
 
#define CoreDebug_DHCSR_S_REGRDY_Msk   (1UL << CoreDebug_DHCSR_S_REGRDY_Pos)
 
#define CoreDebug_DHCSR_C_SNAPSTALL_Pos   5U
 
#define CoreDebug_DHCSR_C_SNAPSTALL_Msk   (1UL << CoreDebug_DHCSR_C_SNAPSTALL_Pos)
 
#define CoreDebug_DHCSR_C_MASKINTS_Pos   3U
 
#define CoreDebug_DHCSR_C_MASKINTS_Msk   (1UL << CoreDebug_DHCSR_C_MASKINTS_Pos)
 
#define CoreDebug_DHCSR_C_STEP_Pos   2U
 
#define CoreDebug_DHCSR_C_STEP_Msk   (1UL << CoreDebug_DHCSR_C_STEP_Pos)
 
#define CoreDebug_DHCSR_C_HALT_Pos   1U
 
#define CoreDebug_DHCSR_C_HALT_Msk   (1UL << CoreDebug_DHCSR_C_HALT_Pos)
 
#define CoreDebug_DHCSR_C_DEBUGEN_Pos   0U
 
#define CoreDebug_DHCSR_C_DEBUGEN_Msk   (1UL /*<< CoreDebug_DHCSR_C_DEBUGEN_Pos*/)
 
#define CoreDebug_DCRSR_REGWnR_Pos   16U
 
#define CoreDebug_DCRSR_REGWnR_Msk   (1UL << CoreDebug_DCRSR_REGWnR_Pos)
 
#define CoreDebug_DCRSR_REGSEL_Pos   0U
 
#define CoreDebug_DCRSR_REGSEL_Msk   (0x1FUL /*<< CoreDebug_DCRSR_REGSEL_Pos*/)
 
#define CoreDebug_DEMCR_TRCENA_Pos   24U
 
#define CoreDebug_DEMCR_TRCENA_Msk   (1UL << CoreDebug_DEMCR_TRCENA_Pos)
 
#define CoreDebug_DEMCR_MON_REQ_Pos   19U
 
#define CoreDebug_DEMCR_MON_REQ_Msk   (1UL << CoreDebug_DEMCR_MON_REQ_Pos)
 
#define CoreDebug_DEMCR_MON_STEP_Pos   18U
 
#define CoreDebug_DEMCR_MON_STEP_Msk   (1UL << CoreDebug_DEMCR_MON_STEP_Pos)
 
#define CoreDebug_DEMCR_MON_PEND_Pos   17U
 
#define CoreDebug_DEMCR_MON_PEND_Msk   (1UL << CoreDebug_DEMCR_MON_PEND_Pos)
 
#define CoreDebug_DEMCR_MON_EN_Pos   16U
 
#define CoreDebug_DEMCR_MON_EN_Msk   (1UL << CoreDebug_DEMCR_MON_EN_Pos)
 
#define CoreDebug_DEMCR_VC_HARDERR_Pos   10U
 
#define CoreDebug_DEMCR_VC_HARDERR_Msk   (1UL << CoreDebug_DEMCR_VC_HARDERR_Pos)
 
#define CoreDebug_DEMCR_VC_INTERR_Pos   9U
 
#define CoreDebug_DEMCR_VC_INTERR_Msk   (1UL << CoreDebug_DEMCR_VC_INTERR_Pos)
 
#define CoreDebug_DEMCR_VC_BUSERR_Pos   8U
 
#define CoreDebug_DEMCR_VC_BUSERR_Msk   (1UL << CoreDebug_DEMCR_VC_BUSERR_Pos)
 
#define CoreDebug_DEMCR_VC_STATERR_Pos   7U
 
#define CoreDebug_DEMCR_VC_STATERR_Msk   (1UL << CoreDebug_DEMCR_VC_STATERR_Pos)
 
#define CoreDebug_DEMCR_VC_CHKERR_Pos   6U
 
#define CoreDebug_DEMCR_VC_CHKERR_Msk   (1UL << CoreDebug_DEMCR_VC_CHKERR_Pos)
 
#define CoreDebug_DEMCR_VC_NOCPERR_Pos   5U
 
#define CoreDebug_DEMCR_VC_NOCPERR_Msk   (1UL << CoreDebug_DEMCR_VC_NOCPERR_Pos)
 
#define CoreDebug_DEMCR_VC_MMERR_Pos   4U
 
#define CoreDebug_DEMCR_VC_MMERR_Msk   (1UL << CoreDebug_DEMCR_VC_MMERR_Pos)
 
#define CoreDebug_DEMCR_VC_CORERESET_Pos   0U
 
#define CoreDebug_DEMCR_VC_CORERESET_Msk   (1UL /*<< CoreDebug_DEMCR_VC_CORERESET_Pos*/)
 
#define CoreDebug_DHCSR_DBGKEY_Pos   16U
 
#define CoreDebug_DHCSR_DBGKEY_Msk   (0xFFFFUL << CoreDebug_DHCSR_DBGKEY_Pos)
 
#define CoreDebug_DHCSR_S_RESET_ST_Pos   25U
 
#define CoreDebug_DHCSR_S_RESET_ST_Msk   (1UL << CoreDebug_DHCSR_S_RESET_ST_Pos)
 
#define CoreDebug_DHCSR_S_RETIRE_ST_Pos   24U
 
#define CoreDebug_DHCSR_S_RETIRE_ST_Msk   (1UL << CoreDebug_DHCSR_S_RETIRE_ST_Pos)
 
#define CoreDebug_DHCSR_S_LOCKUP_Pos   19U
 
#define CoreDebug_DHCSR_S_LOCKUP_Msk   (1UL << CoreDebug_DHCSR_S_LOCKUP_Pos)
 
#define CoreDebug_DHCSR_S_SLEEP_Pos   18U
 
#define CoreDebug_DHCSR_S_SLEEP_Msk   (1UL << CoreDebug_DHCSR_S_SLEEP_Pos)
 
#define CoreDebug_DHCSR_S_HALT_Pos   17U
 
#define CoreDebug_DHCSR_S_HALT_Msk   (1UL << CoreDebug_DHCSR_S_HALT_Pos)
 
#define CoreDebug_DHCSR_S_REGRDY_Pos   16U
 
#define CoreDebug_DHCSR_S_REGRDY_Msk   (1UL << CoreDebug_DHCSR_S_REGRDY_Pos)
 
#define CoreDebug_DHCSR_C_SNAPSTALL_Pos   5U
 
#define CoreDebug_DHCSR_C_SNAPSTALL_Msk   (1UL << CoreDebug_DHCSR_C_SNAPSTALL_Pos)
 
#define CoreDebug_DHCSR_C_MASKINTS_Pos   3U
 
#define CoreDebug_DHCSR_C_MASKINTS_Msk   (1UL << CoreDebug_DHCSR_C_MASKINTS_Pos)
 
#define CoreDebug_DHCSR_C_STEP_Pos   2U
 
#define CoreDebug_DHCSR_C_STEP_Msk   (1UL << CoreDebug_DHCSR_C_STEP_Pos)
 
#define CoreDebug_DHCSR_C_HALT_Pos   1U
 
#define CoreDebug_DHCSR_C_HALT_Msk   (1UL << CoreDebug_DHCSR_C_HALT_Pos)
 
#define CoreDebug_DHCSR_C_DEBUGEN_Pos   0U
 
#define CoreDebug_DHCSR_C_DEBUGEN_Msk   (1UL /*<< CoreDebug_DHCSR_C_DEBUGEN_Pos*/)
 
#define CoreDebug_DCRSR_REGWnR_Pos   16U
 
#define CoreDebug_DCRSR_REGWnR_Msk   (1UL << CoreDebug_DCRSR_REGWnR_Pos)
 
#define CoreDebug_DCRSR_REGSEL_Pos   0U
 
#define CoreDebug_DCRSR_REGSEL_Msk   (0x1FUL /*<< CoreDebug_DCRSR_REGSEL_Pos*/)
 
#define CoreDebug_DEMCR_TRCENA_Pos   24U
 
#define CoreDebug_DEMCR_TRCENA_Msk   (1UL << CoreDebug_DEMCR_TRCENA_Pos)
 
#define CoreDebug_DEMCR_MON_REQ_Pos   19U
 
#define CoreDebug_DEMCR_MON_REQ_Msk   (1UL << CoreDebug_DEMCR_MON_REQ_Pos)
 
#define CoreDebug_DEMCR_MON_STEP_Pos   18U
 
#define CoreDebug_DEMCR_MON_STEP_Msk   (1UL << CoreDebug_DEMCR_MON_STEP_Pos)
 
#define CoreDebug_DEMCR_MON_PEND_Pos   17U
 
#define CoreDebug_DEMCR_MON_PEND_Msk   (1UL << CoreDebug_DEMCR_MON_PEND_Pos)
 
#define CoreDebug_DEMCR_MON_EN_Pos   16U
 
#define CoreDebug_DEMCR_MON_EN_Msk   (1UL << CoreDebug_DEMCR_MON_EN_Pos)
 
#define CoreDebug_DEMCR_VC_HARDERR_Pos   10U
 
#define CoreDebug_DEMCR_VC_HARDERR_Msk   (1UL << CoreDebug_DEMCR_VC_HARDERR_Pos)
 
#define CoreDebug_DEMCR_VC_INTERR_Pos   9U
 
#define CoreDebug_DEMCR_VC_INTERR_Msk   (1UL << CoreDebug_DEMCR_VC_INTERR_Pos)
 
#define CoreDebug_DEMCR_VC_BUSERR_Pos   8U
 
#define CoreDebug_DEMCR_VC_BUSERR_Msk   (1UL << CoreDebug_DEMCR_VC_BUSERR_Pos)
 
#define CoreDebug_DEMCR_VC_STATERR_Pos   7U
 
#define CoreDebug_DEMCR_VC_STATERR_Msk   (1UL << CoreDebug_DEMCR_VC_STATERR_Pos)
 
#define CoreDebug_DEMCR_VC_CHKERR_Pos   6U
 
#define CoreDebug_DEMCR_VC_CHKERR_Msk   (1UL << CoreDebug_DEMCR_VC_CHKERR_Pos)
 
#define CoreDebug_DEMCR_VC_NOCPERR_Pos   5U
 
#define CoreDebug_DEMCR_VC_NOCPERR_Msk   (1UL << CoreDebug_DEMCR_VC_NOCPERR_Pos)
 
#define CoreDebug_DEMCR_VC_MMERR_Pos   4U
 
#define CoreDebug_DEMCR_VC_MMERR_Msk   (1UL << CoreDebug_DEMCR_VC_MMERR_Pos)
 
#define CoreDebug_DEMCR_VC_CORERESET_Pos   0U
 
#define CoreDebug_DEMCR_VC_CORERESET_Msk   (1UL /*<< CoreDebug_DEMCR_VC_CORERESET_Pos*/)
 
#define CoreDebug_DHCSR_DBGKEY_Pos   16U
 
#define CoreDebug_DHCSR_DBGKEY_Msk   (0xFFFFUL << CoreDebug_DHCSR_DBGKEY_Pos)
 
#define CoreDebug_DHCSR_S_RESET_ST_Pos   25U
 
#define CoreDebug_DHCSR_S_RESET_ST_Msk   (1UL << CoreDebug_DHCSR_S_RESET_ST_Pos)
 
#define CoreDebug_DHCSR_S_RETIRE_ST_Pos   24U
 
#define CoreDebug_DHCSR_S_RETIRE_ST_Msk   (1UL << CoreDebug_DHCSR_S_RETIRE_ST_Pos)
 
#define CoreDebug_DHCSR_S_LOCKUP_Pos   19U
 
#define CoreDebug_DHCSR_S_LOCKUP_Msk   (1UL << CoreDebug_DHCSR_S_LOCKUP_Pos)
 
#define CoreDebug_DHCSR_S_SLEEP_Pos   18U
 
#define CoreDebug_DHCSR_S_SLEEP_Msk   (1UL << CoreDebug_DHCSR_S_SLEEP_Pos)
 
#define CoreDebug_DHCSR_S_HALT_Pos   17U
 
#define CoreDebug_DHCSR_S_HALT_Msk   (1UL << CoreDebug_DHCSR_S_HALT_Pos)
 
#define CoreDebug_DHCSR_S_REGRDY_Pos   16U
 
#define CoreDebug_DHCSR_S_REGRDY_Msk   (1UL << CoreDebug_DHCSR_S_REGRDY_Pos)
 
#define CoreDebug_DHCSR_C_SNAPSTALL_Pos   5U
 
#define CoreDebug_DHCSR_C_SNAPSTALL_Msk   (1UL << CoreDebug_DHCSR_C_SNAPSTALL_Pos)
 
#define CoreDebug_DHCSR_C_MASKINTS_Pos   3U
 
#define CoreDebug_DHCSR_C_MASKINTS_Msk   (1UL << CoreDebug_DHCSR_C_MASKINTS_Pos)
 
#define CoreDebug_DHCSR_C_STEP_Pos   2U
 
#define CoreDebug_DHCSR_C_STEP_Msk   (1UL << CoreDebug_DHCSR_C_STEP_Pos)
 
#define CoreDebug_DHCSR_C_HALT_Pos   1U
 
#define CoreDebug_DHCSR_C_HALT_Msk   (1UL << CoreDebug_DHCSR_C_HALT_Pos)
 
#define CoreDebug_DHCSR_C_DEBUGEN_Pos   0U
 
#define CoreDebug_DHCSR_C_DEBUGEN_Msk   (1UL /*<< CoreDebug_DHCSR_C_DEBUGEN_Pos*/)
 
#define CoreDebug_DCRSR_REGWnR_Pos   16U
 
#define CoreDebug_DCRSR_REGWnR_Msk   (1UL << CoreDebug_DCRSR_REGWnR_Pos)
 
#define CoreDebug_DCRSR_REGSEL_Pos   0U
 
#define CoreDebug_DCRSR_REGSEL_Msk   (0x1FUL /*<< CoreDebug_DCRSR_REGSEL_Pos*/)
 
#define CoreDebug_DEMCR_TRCENA_Pos   24U
 
#define CoreDebug_DEMCR_TRCENA_Msk   (1UL << CoreDebug_DEMCR_TRCENA_Pos)
 
#define CoreDebug_DEMCR_MON_REQ_Pos   19U
 
#define CoreDebug_DEMCR_MON_REQ_Msk   (1UL << CoreDebug_DEMCR_MON_REQ_Pos)
 
#define CoreDebug_DEMCR_MON_STEP_Pos   18U
 
#define CoreDebug_DEMCR_MON_STEP_Msk   (1UL << CoreDebug_DEMCR_MON_STEP_Pos)
 
#define CoreDebug_DEMCR_MON_PEND_Pos   17U
 
#define CoreDebug_DEMCR_MON_PEND_Msk   (1UL << CoreDebug_DEMCR_MON_PEND_Pos)
 
#define CoreDebug_DEMCR_MON_EN_Pos   16U
 
#define CoreDebug_DEMCR_MON_EN_Msk   (1UL << CoreDebug_DEMCR_MON_EN_Pos)
 
#define CoreDebug_DEMCR_VC_HARDERR_Pos   10U
 
#define CoreDebug_DEMCR_VC_HARDERR_Msk   (1UL << CoreDebug_DEMCR_VC_HARDERR_Pos)
 
#define CoreDebug_DEMCR_VC_INTERR_Pos   9U
 
#define CoreDebug_DEMCR_VC_INTERR_Msk   (1UL << CoreDebug_DEMCR_VC_INTERR_Pos)
 
#define CoreDebug_DEMCR_VC_BUSERR_Pos   8U
 
#define CoreDebug_DEMCR_VC_BUSERR_Msk   (1UL << CoreDebug_DEMCR_VC_BUSERR_Pos)
 
#define CoreDebug_DEMCR_VC_STATERR_Pos   7U
 
#define CoreDebug_DEMCR_VC_STATERR_Msk   (1UL << CoreDebug_DEMCR_VC_STATERR_Pos)
 
#define CoreDebug_DEMCR_VC_CHKERR_Pos   6U
 
#define CoreDebug_DEMCR_VC_CHKERR_Msk   (1UL << CoreDebug_DEMCR_VC_CHKERR_Pos)
 
#define CoreDebug_DEMCR_VC_NOCPERR_Pos   5U
 
#define CoreDebug_DEMCR_VC_NOCPERR_Msk   (1UL << CoreDebug_DEMCR_VC_NOCPERR_Pos)
 
#define CoreDebug_DEMCR_VC_MMERR_Pos   4U
 
#define CoreDebug_DEMCR_VC_MMERR_Msk   (1UL << CoreDebug_DEMCR_VC_MMERR_Pos)
 
#define CoreDebug_DEMCR_VC_CORERESET_Pos   0U
 
#define CoreDebug_DEMCR_VC_CORERESET_Msk   (1UL /*<< CoreDebug_DEMCR_VC_CORERESET_Pos*/)
 
#define CoreDebug_DHCSR_DBGKEY_Pos   16U
 
#define CoreDebug_DHCSR_DBGKEY_Msk   (0xFFFFUL << CoreDebug_DHCSR_DBGKEY_Pos)
 
#define CoreDebug_DHCSR_S_RESET_ST_Pos   25U
 
#define CoreDebug_DHCSR_S_RESET_ST_Msk   (1UL << CoreDebug_DHCSR_S_RESET_ST_Pos)
 
#define CoreDebug_DHCSR_S_RETIRE_ST_Pos   24U
 
#define CoreDebug_DHCSR_S_RETIRE_ST_Msk   (1UL << CoreDebug_DHCSR_S_RETIRE_ST_Pos)
 
#define CoreDebug_DHCSR_S_LOCKUP_Pos   19U
 
#define CoreDebug_DHCSR_S_LOCKUP_Msk   (1UL << CoreDebug_DHCSR_S_LOCKUP_Pos)
 
#define CoreDebug_DHCSR_S_SLEEP_Pos   18U
 
#define CoreDebug_DHCSR_S_SLEEP_Msk   (1UL << CoreDebug_DHCSR_S_SLEEP_Pos)
 
#define CoreDebug_DHCSR_S_HALT_Pos   17U
 
#define CoreDebug_DHCSR_S_HALT_Msk   (1UL << CoreDebug_DHCSR_S_HALT_Pos)
 
#define CoreDebug_DHCSR_S_REGRDY_Pos   16U
 
#define CoreDebug_DHCSR_S_REGRDY_Msk   (1UL << CoreDebug_DHCSR_S_REGRDY_Pos)
 
#define CoreDebug_DHCSR_C_SNAPSTALL_Pos   5U
 
#define CoreDebug_DHCSR_C_SNAPSTALL_Msk   (1UL << CoreDebug_DHCSR_C_SNAPSTALL_Pos)
 
#define CoreDebug_DHCSR_C_MASKINTS_Pos   3U
 
#define CoreDebug_DHCSR_C_MASKINTS_Msk   (1UL << CoreDebug_DHCSR_C_MASKINTS_Pos)
 
#define CoreDebug_DHCSR_C_STEP_Pos   2U
 
#define CoreDebug_DHCSR_C_STEP_Msk   (1UL << CoreDebug_DHCSR_C_STEP_Pos)
 
#define CoreDebug_DHCSR_C_HALT_Pos   1U
 
#define CoreDebug_DHCSR_C_HALT_Msk   (1UL << CoreDebug_DHCSR_C_HALT_Pos)
 
#define CoreDebug_DHCSR_C_DEBUGEN_Pos   0U
 
#define CoreDebug_DHCSR_C_DEBUGEN_Msk   (1UL /*<< CoreDebug_DHCSR_C_DEBUGEN_Pos*/)
 
#define CoreDebug_DCRSR_REGWnR_Pos   16U
 
#define CoreDebug_DCRSR_REGWnR_Msk   (1UL << CoreDebug_DCRSR_REGWnR_Pos)
 
#define CoreDebug_DCRSR_REGSEL_Pos   0U
 
#define CoreDebug_DCRSR_REGSEL_Msk   (0x1FUL /*<< CoreDebug_DCRSR_REGSEL_Pos*/)
 
#define CoreDebug_DEMCR_TRCENA_Pos   24U
 
#define CoreDebug_DEMCR_TRCENA_Msk   (1UL << CoreDebug_DEMCR_TRCENA_Pos)
 
#define CoreDebug_DEMCR_MON_REQ_Pos   19U
 
#define CoreDebug_DEMCR_MON_REQ_Msk   (1UL << CoreDebug_DEMCR_MON_REQ_Pos)
 
#define CoreDebug_DEMCR_MON_STEP_Pos   18U
 
#define CoreDebug_DEMCR_MON_STEP_Msk   (1UL << CoreDebug_DEMCR_MON_STEP_Pos)
 
#define CoreDebug_DEMCR_MON_PEND_Pos   17U
 
#define CoreDebug_DEMCR_MON_PEND_Msk   (1UL << CoreDebug_DEMCR_MON_PEND_Pos)
 
#define CoreDebug_DEMCR_MON_EN_Pos   16U
 
#define CoreDebug_DEMCR_MON_EN_Msk   (1UL << CoreDebug_DEMCR_MON_EN_Pos)
 
#define CoreDebug_DEMCR_VC_HARDERR_Pos   10U
 
#define CoreDebug_DEMCR_VC_HARDERR_Msk   (1UL << CoreDebug_DEMCR_VC_HARDERR_Pos)
 
#define CoreDebug_DEMCR_VC_INTERR_Pos   9U
 
#define CoreDebug_DEMCR_VC_INTERR_Msk   (1UL << CoreDebug_DEMCR_VC_INTERR_Pos)
 
#define CoreDebug_DEMCR_VC_BUSERR_Pos   8U
 
#define CoreDebug_DEMCR_VC_BUSERR_Msk   (1UL << CoreDebug_DEMCR_VC_BUSERR_Pos)
 
#define CoreDebug_DEMCR_VC_STATERR_Pos   7U
 
#define CoreDebug_DEMCR_VC_STATERR_Msk   (1UL << CoreDebug_DEMCR_VC_STATERR_Pos)
 
#define CoreDebug_DEMCR_VC_CHKERR_Pos   6U
 
#define CoreDebug_DEMCR_VC_CHKERR_Msk   (1UL << CoreDebug_DEMCR_VC_CHKERR_Pos)
 
#define CoreDebug_DEMCR_VC_NOCPERR_Pos   5U
 
#define CoreDebug_DEMCR_VC_NOCPERR_Msk   (1UL << CoreDebug_DEMCR_VC_NOCPERR_Pos)
 
#define CoreDebug_DEMCR_VC_MMERR_Pos   4U
 
#define CoreDebug_DEMCR_VC_MMERR_Msk   (1UL << CoreDebug_DEMCR_VC_MMERR_Pos)
 
#define CoreDebug_DEMCR_VC_CORERESET_Pos   0U
 
#define CoreDebug_DEMCR_VC_CORERESET_Msk   (1UL /*<< CoreDebug_DEMCR_VC_CORERESET_Pos*/)
 
#define CoreDebug_DHCSR_DBGKEY_Pos   16U
 
#define CoreDebug_DHCSR_DBGKEY_Msk   (0xFFFFUL << CoreDebug_DHCSR_DBGKEY_Pos)
 
#define CoreDebug_DHCSR_S_RESET_ST_Pos   25U
 
#define CoreDebug_DHCSR_S_RESET_ST_Msk   (1UL << CoreDebug_DHCSR_S_RESET_ST_Pos)
 
#define CoreDebug_DHCSR_S_RETIRE_ST_Pos   24U
 
#define CoreDebug_DHCSR_S_RETIRE_ST_Msk   (1UL << CoreDebug_DHCSR_S_RETIRE_ST_Pos)
 
#define CoreDebug_DHCSR_S_LOCKUP_Pos   19U
 
#define CoreDebug_DHCSR_S_LOCKUP_Msk   (1UL << CoreDebug_DHCSR_S_LOCKUP_Pos)
 
#define CoreDebug_DHCSR_S_SLEEP_Pos   18U
 
#define CoreDebug_DHCSR_S_SLEEP_Msk   (1UL << CoreDebug_DHCSR_S_SLEEP_Pos)
 
#define CoreDebug_DHCSR_S_HALT_Pos   17U
 
#define CoreDebug_DHCSR_S_HALT_Msk   (1UL << CoreDebug_DHCSR_S_HALT_Pos)
 
#define CoreDebug_DHCSR_S_REGRDY_Pos   16U
 
#define CoreDebug_DHCSR_S_REGRDY_Msk   (1UL << CoreDebug_DHCSR_S_REGRDY_Pos)
 
#define CoreDebug_DHCSR_C_SNAPSTALL_Pos   5U
 
#define CoreDebug_DHCSR_C_SNAPSTALL_Msk   (1UL << CoreDebug_DHCSR_C_SNAPSTALL_Pos)
 
#define CoreDebug_DHCSR_C_MASKINTS_Pos   3U
 
#define CoreDebug_DHCSR_C_MASKINTS_Msk   (1UL << CoreDebug_DHCSR_C_MASKINTS_Pos)
 
#define CoreDebug_DHCSR_C_STEP_Pos   2U
 
#define CoreDebug_DHCSR_C_STEP_Msk   (1UL << CoreDebug_DHCSR_C_STEP_Pos)
 
#define CoreDebug_DHCSR_C_HALT_Pos   1U
 
#define CoreDebug_DHCSR_C_HALT_Msk   (1UL << CoreDebug_DHCSR_C_HALT_Pos)
 
#define CoreDebug_DHCSR_C_DEBUGEN_Pos   0U
 
#define CoreDebug_DHCSR_C_DEBUGEN_Msk   (1UL /*<< CoreDebug_DHCSR_C_DEBUGEN_Pos*/)
 
#define CoreDebug_DCRSR_REGWnR_Pos   16U
 
#define CoreDebug_DCRSR_REGWnR_Msk   (1UL << CoreDebug_DCRSR_REGWnR_Pos)
 
#define CoreDebug_DCRSR_REGSEL_Pos   0U
 
#define CoreDebug_DCRSR_REGSEL_Msk   (0x1FUL /*<< CoreDebug_DCRSR_REGSEL_Pos*/)
 
#define CoreDebug_DEMCR_TRCENA_Pos   24U
 
#define CoreDebug_DEMCR_TRCENA_Msk   (1UL << CoreDebug_DEMCR_TRCENA_Pos)
 
#define CoreDebug_DEMCR_MON_REQ_Pos   19U
 
#define CoreDebug_DEMCR_MON_REQ_Msk   (1UL << CoreDebug_DEMCR_MON_REQ_Pos)
 
#define CoreDebug_DEMCR_MON_STEP_Pos   18U
 
#define CoreDebug_DEMCR_MON_STEP_Msk   (1UL << CoreDebug_DEMCR_MON_STEP_Pos)
 
#define CoreDebug_DEMCR_MON_PEND_Pos   17U
 
#define CoreDebug_DEMCR_MON_PEND_Msk   (1UL << CoreDebug_DEMCR_MON_PEND_Pos)
 
#define CoreDebug_DEMCR_MON_EN_Pos   16U
 
#define CoreDebug_DEMCR_MON_EN_Msk   (1UL << CoreDebug_DEMCR_MON_EN_Pos)
 
#define CoreDebug_DEMCR_VC_HARDERR_Pos   10U
 
#define CoreDebug_DEMCR_VC_HARDERR_Msk   (1UL << CoreDebug_DEMCR_VC_HARDERR_Pos)
 
#define CoreDebug_DEMCR_VC_INTERR_Pos   9U
 
#define CoreDebug_DEMCR_VC_INTERR_Msk   (1UL << CoreDebug_DEMCR_VC_INTERR_Pos)
 
#define CoreDebug_DEMCR_VC_BUSERR_Pos   8U
 
#define CoreDebug_DEMCR_VC_BUSERR_Msk   (1UL << CoreDebug_DEMCR_VC_BUSERR_Pos)
 
#define CoreDebug_DEMCR_VC_STATERR_Pos   7U
 
#define CoreDebug_DEMCR_VC_STATERR_Msk   (1UL << CoreDebug_DEMCR_VC_STATERR_Pos)
 
#define CoreDebug_DEMCR_VC_CHKERR_Pos   6U
 
#define CoreDebug_DEMCR_VC_CHKERR_Msk   (1UL << CoreDebug_DEMCR_VC_CHKERR_Pos)
 
#define CoreDebug_DEMCR_VC_NOCPERR_Pos   5U
 
#define CoreDebug_DEMCR_VC_NOCPERR_Msk   (1UL << CoreDebug_DEMCR_VC_NOCPERR_Pos)
 
#define CoreDebug_DEMCR_VC_MMERR_Pos   4U
 
#define CoreDebug_DEMCR_VC_MMERR_Msk   (1UL << CoreDebug_DEMCR_VC_MMERR_Pos)
 
#define CoreDebug_DEMCR_VC_CORERESET_Pos   0U
 
#define CoreDebug_DEMCR_VC_CORERESET_Msk   (1UL /*<< CoreDebug_DEMCR_VC_CORERESET_Pos*/)
 
#define CoreDebug_DHCSR_DBGKEY_Pos   16U
 
#define CoreDebug_DHCSR_DBGKEY_Msk   (0xFFFFUL << CoreDebug_DHCSR_DBGKEY_Pos)
 
#define CoreDebug_DHCSR_S_RESET_ST_Pos   25U
 
#define CoreDebug_DHCSR_S_RESET_ST_Msk   (1UL << CoreDebug_DHCSR_S_RESET_ST_Pos)
 
#define CoreDebug_DHCSR_S_RETIRE_ST_Pos   24U
 
#define CoreDebug_DHCSR_S_RETIRE_ST_Msk   (1UL << CoreDebug_DHCSR_S_RETIRE_ST_Pos)
 
#define CoreDebug_DHCSR_S_LOCKUP_Pos   19U
 
#define CoreDebug_DHCSR_S_LOCKUP_Msk   (1UL << CoreDebug_DHCSR_S_LOCKUP_Pos)
 
#define CoreDebug_DHCSR_S_SLEEP_Pos   18U
 
#define CoreDebug_DHCSR_S_SLEEP_Msk   (1UL << CoreDebug_DHCSR_S_SLEEP_Pos)
 
#define CoreDebug_DHCSR_S_HALT_Pos   17U
 
#define CoreDebug_DHCSR_S_HALT_Msk   (1UL << CoreDebug_DHCSR_S_HALT_Pos)
 
#define CoreDebug_DHCSR_S_REGRDY_Pos   16U
 
#define CoreDebug_DHCSR_S_REGRDY_Msk   (1UL << CoreDebug_DHCSR_S_REGRDY_Pos)
 
#define CoreDebug_DHCSR_C_SNAPSTALL_Pos   5U
 
#define CoreDebug_DHCSR_C_SNAPSTALL_Msk   (1UL << CoreDebug_DHCSR_C_SNAPSTALL_Pos)
 
#define CoreDebug_DHCSR_C_MASKINTS_Pos   3U
 
#define CoreDebug_DHCSR_C_MASKINTS_Msk   (1UL << CoreDebug_DHCSR_C_MASKINTS_Pos)
 
#define CoreDebug_DHCSR_C_STEP_Pos   2U
 
#define CoreDebug_DHCSR_C_STEP_Msk   (1UL << CoreDebug_DHCSR_C_STEP_Pos)
 
#define CoreDebug_DHCSR_C_HALT_Pos   1U
 
#define CoreDebug_DHCSR_C_HALT_Msk   (1UL << CoreDebug_DHCSR_C_HALT_Pos)
 
#define CoreDebug_DHCSR_C_DEBUGEN_Pos   0U
 
#define CoreDebug_DHCSR_C_DEBUGEN_Msk   (1UL /*<< CoreDebug_DHCSR_C_DEBUGEN_Pos*/)
 
#define CoreDebug_DCRSR_REGWnR_Pos   16U
 
#define CoreDebug_DCRSR_REGWnR_Msk   (1UL << CoreDebug_DCRSR_REGWnR_Pos)
 
#define CoreDebug_DCRSR_REGSEL_Pos   0U
 
#define CoreDebug_DCRSR_REGSEL_Msk   (0x1FUL /*<< CoreDebug_DCRSR_REGSEL_Pos*/)
 
#define CoreDebug_DEMCR_TRCENA_Pos   24U
 
#define CoreDebug_DEMCR_TRCENA_Msk   (1UL << CoreDebug_DEMCR_TRCENA_Pos)
 
#define CoreDebug_DEMCR_MON_REQ_Pos   19U
 
#define CoreDebug_DEMCR_MON_REQ_Msk   (1UL << CoreDebug_DEMCR_MON_REQ_Pos)
 
#define CoreDebug_DEMCR_MON_STEP_Pos   18U
 
#define CoreDebug_DEMCR_MON_STEP_Msk   (1UL << CoreDebug_DEMCR_MON_STEP_Pos)
 
#define CoreDebug_DEMCR_MON_PEND_Pos   17U
 
#define CoreDebug_DEMCR_MON_PEND_Msk   (1UL << CoreDebug_DEMCR_MON_PEND_Pos)
 
#define CoreDebug_DEMCR_MON_EN_Pos   16U
 
#define CoreDebug_DEMCR_MON_EN_Msk   (1UL << CoreDebug_DEMCR_MON_EN_Pos)
 
#define CoreDebug_DEMCR_VC_HARDERR_Pos   10U
 
#define CoreDebug_DEMCR_VC_HARDERR_Msk   (1UL << CoreDebug_DEMCR_VC_HARDERR_Pos)
 
#define CoreDebug_DEMCR_VC_INTERR_Pos   9U
 
#define CoreDebug_DEMCR_VC_INTERR_Msk   (1UL << CoreDebug_DEMCR_VC_INTERR_Pos)
 
#define CoreDebug_DEMCR_VC_BUSERR_Pos   8U
 
#define CoreDebug_DEMCR_VC_BUSERR_Msk   (1UL << CoreDebug_DEMCR_VC_BUSERR_Pos)
 
#define CoreDebug_DEMCR_VC_STATERR_Pos   7U
 
#define CoreDebug_DEMCR_VC_STATERR_Msk   (1UL << CoreDebug_DEMCR_VC_STATERR_Pos)
 
#define CoreDebug_DEMCR_VC_CHKERR_Pos   6U
 
#define CoreDebug_DEMCR_VC_CHKERR_Msk   (1UL << CoreDebug_DEMCR_VC_CHKERR_Pos)
 
#define CoreDebug_DEMCR_VC_NOCPERR_Pos   5U
 
#define CoreDebug_DEMCR_VC_NOCPERR_Msk   (1UL << CoreDebug_DEMCR_VC_NOCPERR_Pos)
 
#define CoreDebug_DEMCR_VC_MMERR_Pos   4U
 
#define CoreDebug_DEMCR_VC_MMERR_Msk   (1UL << CoreDebug_DEMCR_VC_MMERR_Pos)
 
#define CoreDebug_DEMCR_VC_CORERESET_Pos   0U
 
#define CoreDebug_DEMCR_VC_CORERESET_Msk   (1UL /*<< CoreDebug_DEMCR_VC_CORERESET_Pos*/)
 
#define CoreDebug_DHCSR_DBGKEY_Pos   16U
 
#define CoreDebug_DHCSR_DBGKEY_Msk   (0xFFFFUL << CoreDebug_DHCSR_DBGKEY_Pos)
 
#define CoreDebug_DHCSR_S_RESET_ST_Pos   25U
 
#define CoreDebug_DHCSR_S_RESET_ST_Msk   (1UL << CoreDebug_DHCSR_S_RESET_ST_Pos)
 
#define CoreDebug_DHCSR_S_RETIRE_ST_Pos   24U
 
#define CoreDebug_DHCSR_S_RETIRE_ST_Msk   (1UL << CoreDebug_DHCSR_S_RETIRE_ST_Pos)
 
#define CoreDebug_DHCSR_S_LOCKUP_Pos   19U
 
#define CoreDebug_DHCSR_S_LOCKUP_Msk   (1UL << CoreDebug_DHCSR_S_LOCKUP_Pos)
 
#define CoreDebug_DHCSR_S_SLEEP_Pos   18U
 
#define CoreDebug_DHCSR_S_SLEEP_Msk   (1UL << CoreDebug_DHCSR_S_SLEEP_Pos)
 
#define CoreDebug_DHCSR_S_HALT_Pos   17U
 
#define CoreDebug_DHCSR_S_HALT_Msk   (1UL << CoreDebug_DHCSR_S_HALT_Pos)
 
#define CoreDebug_DHCSR_S_REGRDY_Pos   16U
 
#define CoreDebug_DHCSR_S_REGRDY_Msk   (1UL << CoreDebug_DHCSR_S_REGRDY_Pos)
 
#define CoreDebug_DHCSR_C_SNAPSTALL_Pos   5U
 
#define CoreDebug_DHCSR_C_SNAPSTALL_Msk   (1UL << CoreDebug_DHCSR_C_SNAPSTALL_Pos)
 
#define CoreDebug_DHCSR_C_MASKINTS_Pos   3U
 
#define CoreDebug_DHCSR_C_MASKINTS_Msk   (1UL << CoreDebug_DHCSR_C_MASKINTS_Pos)
 
#define CoreDebug_DHCSR_C_STEP_Pos   2U
 
#define CoreDebug_DHCSR_C_STEP_Msk   (1UL << CoreDebug_DHCSR_C_STEP_Pos)
 
#define CoreDebug_DHCSR_C_HALT_Pos   1U
 
#define CoreDebug_DHCSR_C_HALT_Msk   (1UL << CoreDebug_DHCSR_C_HALT_Pos)
 
#define CoreDebug_DHCSR_C_DEBUGEN_Pos   0U
 
#define CoreDebug_DHCSR_C_DEBUGEN_Msk   (1UL /*<< CoreDebug_DHCSR_C_DEBUGEN_Pos*/)
 
#define CoreDebug_DCRSR_REGWnR_Pos   16U
 
#define CoreDebug_DCRSR_REGWnR_Msk   (1UL << CoreDebug_DCRSR_REGWnR_Pos)
 
#define CoreDebug_DCRSR_REGSEL_Pos   0U
 
#define CoreDebug_DCRSR_REGSEL_Msk   (0x1FUL /*<< CoreDebug_DCRSR_REGSEL_Pos*/)
 
#define CoreDebug_DEMCR_TRCENA_Pos   24U
 
#define CoreDebug_DEMCR_TRCENA_Msk   (1UL << CoreDebug_DEMCR_TRCENA_Pos)
 
#define CoreDebug_DEMCR_MON_REQ_Pos   19U
 
#define CoreDebug_DEMCR_MON_REQ_Msk   (1UL << CoreDebug_DEMCR_MON_REQ_Pos)
 
#define CoreDebug_DEMCR_MON_STEP_Pos   18U
 
#define CoreDebug_DEMCR_MON_STEP_Msk   (1UL << CoreDebug_DEMCR_MON_STEP_Pos)
 
#define CoreDebug_DEMCR_MON_PEND_Pos   17U
 
#define CoreDebug_DEMCR_MON_PEND_Msk   (1UL << CoreDebug_DEMCR_MON_PEND_Pos)
 
#define CoreDebug_DEMCR_MON_EN_Pos   16U
 
#define CoreDebug_DEMCR_MON_EN_Msk   (1UL << CoreDebug_DEMCR_MON_EN_Pos)
 
#define CoreDebug_DEMCR_VC_HARDERR_Pos   10U
 
#define CoreDebug_DEMCR_VC_HARDERR_Msk   (1UL << CoreDebug_DEMCR_VC_HARDERR_Pos)
 
#define CoreDebug_DEMCR_VC_INTERR_Pos   9U
 
#define CoreDebug_DEMCR_VC_INTERR_Msk   (1UL << CoreDebug_DEMCR_VC_INTERR_Pos)
 
#define CoreDebug_DEMCR_VC_BUSERR_Pos   8U
 
#define CoreDebug_DEMCR_VC_BUSERR_Msk   (1UL << CoreDebug_DEMCR_VC_BUSERR_Pos)
 
#define CoreDebug_DEMCR_VC_STATERR_Pos   7U
 
#define CoreDebug_DEMCR_VC_STATERR_Msk   (1UL << CoreDebug_DEMCR_VC_STATERR_Pos)
 
#define CoreDebug_DEMCR_VC_CHKERR_Pos   6U
 
#define CoreDebug_DEMCR_VC_CHKERR_Msk   (1UL << CoreDebug_DEMCR_VC_CHKERR_Pos)
 
#define CoreDebug_DEMCR_VC_NOCPERR_Pos   5U
 
#define CoreDebug_DEMCR_VC_NOCPERR_Msk   (1UL << CoreDebug_DEMCR_VC_NOCPERR_Pos)
 
#define CoreDebug_DEMCR_VC_MMERR_Pos   4U
 
#define CoreDebug_DEMCR_VC_MMERR_Msk   (1UL << CoreDebug_DEMCR_VC_MMERR_Pos)
 
#define CoreDebug_DEMCR_VC_CORERESET_Pos   0U
 
#define CoreDebug_DEMCR_VC_CORERESET_Msk   (1UL /*<< CoreDebug_DEMCR_VC_CORERESET_Pos*/)
 
#define CoreDebug_DHCSR_DBGKEY_Pos   16U
 
#define CoreDebug_DHCSR_DBGKEY_Msk   (0xFFFFUL << CoreDebug_DHCSR_DBGKEY_Pos)
 
#define CoreDebug_DHCSR_S_RESET_ST_Pos   25U
 
#define CoreDebug_DHCSR_S_RESET_ST_Msk   (1UL << CoreDebug_DHCSR_S_RESET_ST_Pos)
 
#define CoreDebug_DHCSR_S_RETIRE_ST_Pos   24U
 
#define CoreDebug_DHCSR_S_RETIRE_ST_Msk   (1UL << CoreDebug_DHCSR_S_RETIRE_ST_Pos)
 
#define CoreDebug_DHCSR_S_LOCKUP_Pos   19U
 
#define CoreDebug_DHCSR_S_LOCKUP_Msk   (1UL << CoreDebug_DHCSR_S_LOCKUP_Pos)
 
#define CoreDebug_DHCSR_S_SLEEP_Pos   18U
 
#define CoreDebug_DHCSR_S_SLEEP_Msk   (1UL << CoreDebug_DHCSR_S_SLEEP_Pos)
 
#define CoreDebug_DHCSR_S_HALT_Pos   17U
 
#define CoreDebug_DHCSR_S_HALT_Msk   (1UL << CoreDebug_DHCSR_S_HALT_Pos)
 
#define CoreDebug_DHCSR_S_REGRDY_Pos   16U
 
#define CoreDebug_DHCSR_S_REGRDY_Msk   (1UL << CoreDebug_DHCSR_S_REGRDY_Pos)
 
#define CoreDebug_DHCSR_C_SNAPSTALL_Pos   5U
 
#define CoreDebug_DHCSR_C_SNAPSTALL_Msk   (1UL << CoreDebug_DHCSR_C_SNAPSTALL_Pos)
 
#define CoreDebug_DHCSR_C_MASKINTS_Pos   3U
 
#define CoreDebug_DHCSR_C_MASKINTS_Msk   (1UL << CoreDebug_DHCSR_C_MASKINTS_Pos)
 
#define CoreDebug_DHCSR_C_STEP_Pos   2U
 
#define CoreDebug_DHCSR_C_STEP_Msk   (1UL << CoreDebug_DHCSR_C_STEP_Pos)
 
#define CoreDebug_DHCSR_C_HALT_Pos   1U
 
#define CoreDebug_DHCSR_C_HALT_Msk   (1UL << CoreDebug_DHCSR_C_HALT_Pos)
 
#define CoreDebug_DHCSR_C_DEBUGEN_Pos   0U
 
#define CoreDebug_DHCSR_C_DEBUGEN_Msk   (1UL /*<< CoreDebug_DHCSR_C_DEBUGEN_Pos*/)
 
#define CoreDebug_DCRSR_REGWnR_Pos   16U
 
#define CoreDebug_DCRSR_REGWnR_Msk   (1UL << CoreDebug_DCRSR_REGWnR_Pos)
 
#define CoreDebug_DCRSR_REGSEL_Pos   0U
 
#define CoreDebug_DCRSR_REGSEL_Msk   (0x1FUL /*<< CoreDebug_DCRSR_REGSEL_Pos*/)
 
#define CoreDebug_DEMCR_TRCENA_Pos   24U
 
#define CoreDebug_DEMCR_TRCENA_Msk   (1UL << CoreDebug_DEMCR_TRCENA_Pos)
 
#define CoreDebug_DEMCR_MON_REQ_Pos   19U
 
#define CoreDebug_DEMCR_MON_REQ_Msk   (1UL << CoreDebug_DEMCR_MON_REQ_Pos)
 
#define CoreDebug_DEMCR_MON_STEP_Pos   18U
 
#define CoreDebug_DEMCR_MON_STEP_Msk   (1UL << CoreDebug_DEMCR_MON_STEP_Pos)
 
#define CoreDebug_DEMCR_MON_PEND_Pos   17U
 
#define CoreDebug_DEMCR_MON_PEND_Msk   (1UL << CoreDebug_DEMCR_MON_PEND_Pos)
 
#define CoreDebug_DEMCR_MON_EN_Pos   16U
 
#define CoreDebug_DEMCR_MON_EN_Msk   (1UL << CoreDebug_DEMCR_MON_EN_Pos)
 
#define CoreDebug_DEMCR_VC_HARDERR_Pos   10U
 
#define CoreDebug_DEMCR_VC_HARDERR_Msk   (1UL << CoreDebug_DEMCR_VC_HARDERR_Pos)
 
#define CoreDebug_DEMCR_VC_INTERR_Pos   9U
 
#define CoreDebug_DEMCR_VC_INTERR_Msk   (1UL << CoreDebug_DEMCR_VC_INTERR_Pos)
 
#define CoreDebug_DEMCR_VC_BUSERR_Pos   8U
 
#define CoreDebug_DEMCR_VC_BUSERR_Msk   (1UL << CoreDebug_DEMCR_VC_BUSERR_Pos)
 
#define CoreDebug_DEMCR_VC_STATERR_Pos   7U
 
#define CoreDebug_DEMCR_VC_STATERR_Msk   (1UL << CoreDebug_DEMCR_VC_STATERR_Pos)
 
#define CoreDebug_DEMCR_VC_CHKERR_Pos   6U
 
#define CoreDebug_DEMCR_VC_CHKERR_Msk   (1UL << CoreDebug_DEMCR_VC_CHKERR_Pos)
 
#define CoreDebug_DEMCR_VC_NOCPERR_Pos   5U
 
#define CoreDebug_DEMCR_VC_NOCPERR_Msk   (1UL << CoreDebug_DEMCR_VC_NOCPERR_Pos)
 
#define CoreDebug_DEMCR_VC_MMERR_Pos   4U
 
#define CoreDebug_DEMCR_VC_MMERR_Msk   (1UL << CoreDebug_DEMCR_VC_MMERR_Pos)
 
#define CoreDebug_DEMCR_VC_CORERESET_Pos   0U
 
#define CoreDebug_DEMCR_VC_CORERESET_Msk   (1UL /*<< CoreDebug_DEMCR_VC_CORERESET_Pos*/)
 
#define CoreDebug_DHCSR_DBGKEY_Pos   16U
 
#define CoreDebug_DHCSR_DBGKEY_Msk   (0xFFFFUL << CoreDebug_DHCSR_DBGKEY_Pos)
 
#define CoreDebug_DHCSR_S_RESET_ST_Pos   25U
 
#define CoreDebug_DHCSR_S_RESET_ST_Msk   (1UL << CoreDebug_DHCSR_S_RESET_ST_Pos)
 
#define CoreDebug_DHCSR_S_RETIRE_ST_Pos   24U
 
#define CoreDebug_DHCSR_S_RETIRE_ST_Msk   (1UL << CoreDebug_DHCSR_S_RETIRE_ST_Pos)
 
#define CoreDebug_DHCSR_S_LOCKUP_Pos   19U
 
#define CoreDebug_DHCSR_S_LOCKUP_Msk   (1UL << CoreDebug_DHCSR_S_LOCKUP_Pos)
 
#define CoreDebug_DHCSR_S_SLEEP_Pos   18U
 
#define CoreDebug_DHCSR_S_SLEEP_Msk   (1UL << CoreDebug_DHCSR_S_SLEEP_Pos)
 
#define CoreDebug_DHCSR_S_HALT_Pos   17U
 
#define CoreDebug_DHCSR_S_HALT_Msk   (1UL << CoreDebug_DHCSR_S_HALT_Pos)
 
#define CoreDebug_DHCSR_S_REGRDY_Pos   16U
 
#define CoreDebug_DHCSR_S_REGRDY_Msk   (1UL << CoreDebug_DHCSR_S_REGRDY_Pos)
 
#define CoreDebug_DHCSR_C_SNAPSTALL_Pos   5U
 
#define CoreDebug_DHCSR_C_SNAPSTALL_Msk   (1UL << CoreDebug_DHCSR_C_SNAPSTALL_Pos)
 
#define CoreDebug_DHCSR_C_MASKINTS_Pos   3U
 
#define CoreDebug_DHCSR_C_MASKINTS_Msk   (1UL << CoreDebug_DHCSR_C_MASKINTS_Pos)
 
#define CoreDebug_DHCSR_C_STEP_Pos   2U
 
#define CoreDebug_DHCSR_C_STEP_Msk   (1UL << CoreDebug_DHCSR_C_STEP_Pos)
 
#define CoreDebug_DHCSR_C_HALT_Pos   1U
 
#define CoreDebug_DHCSR_C_HALT_Msk   (1UL << CoreDebug_DHCSR_C_HALT_Pos)
 
#define CoreDebug_DHCSR_C_DEBUGEN_Pos   0U
 
#define CoreDebug_DHCSR_C_DEBUGEN_Msk   (1UL /*<< CoreDebug_DHCSR_C_DEBUGEN_Pos*/)
 
#define CoreDebug_DCRSR_REGWnR_Pos   16U
 
#define CoreDebug_DCRSR_REGWnR_Msk   (1UL << CoreDebug_DCRSR_REGWnR_Pos)
 
#define CoreDebug_DCRSR_REGSEL_Pos   0U
 
#define CoreDebug_DCRSR_REGSEL_Msk   (0x1FUL /*<< CoreDebug_DCRSR_REGSEL_Pos*/)
 
#define CoreDebug_DEMCR_TRCENA_Pos   24U
 
#define CoreDebug_DEMCR_TRCENA_Msk   (1UL << CoreDebug_DEMCR_TRCENA_Pos)
 
#define CoreDebug_DEMCR_MON_REQ_Pos   19U
 
#define CoreDebug_DEMCR_MON_REQ_Msk   (1UL << CoreDebug_DEMCR_MON_REQ_Pos)
 
#define CoreDebug_DEMCR_MON_STEP_Pos   18U
 
#define CoreDebug_DEMCR_MON_STEP_Msk   (1UL << CoreDebug_DEMCR_MON_STEP_Pos)
 
#define CoreDebug_DEMCR_MON_PEND_Pos   17U
 
#define CoreDebug_DEMCR_MON_PEND_Msk   (1UL << CoreDebug_DEMCR_MON_PEND_Pos)
 
#define CoreDebug_DEMCR_MON_EN_Pos   16U
 
#define CoreDebug_DEMCR_MON_EN_Msk   (1UL << CoreDebug_DEMCR_MON_EN_Pos)
 
#define CoreDebug_DEMCR_VC_HARDERR_Pos   10U
 
#define CoreDebug_DEMCR_VC_HARDERR_Msk   (1UL << CoreDebug_DEMCR_VC_HARDERR_Pos)
 
#define CoreDebug_DEMCR_VC_INTERR_Pos   9U
 
#define CoreDebug_DEMCR_VC_INTERR_Msk   (1UL << CoreDebug_DEMCR_VC_INTERR_Pos)
 
#define CoreDebug_DEMCR_VC_BUSERR_Pos   8U
 
#define CoreDebug_DEMCR_VC_BUSERR_Msk   (1UL << CoreDebug_DEMCR_VC_BUSERR_Pos)
 
#define CoreDebug_DEMCR_VC_STATERR_Pos   7U
 
#define CoreDebug_DEMCR_VC_STATERR_Msk   (1UL << CoreDebug_DEMCR_VC_STATERR_Pos)
 
#define CoreDebug_DEMCR_VC_CHKERR_Pos   6U
 
#define CoreDebug_DEMCR_VC_CHKERR_Msk   (1UL << CoreDebug_DEMCR_VC_CHKERR_Pos)
 
#define CoreDebug_DEMCR_VC_NOCPERR_Pos   5U
 
#define CoreDebug_DEMCR_VC_NOCPERR_Msk   (1UL << CoreDebug_DEMCR_VC_NOCPERR_Pos)
 
#define CoreDebug_DEMCR_VC_MMERR_Pos   4U
 
#define CoreDebug_DEMCR_VC_MMERR_Msk   (1UL << CoreDebug_DEMCR_VC_MMERR_Pos)
 
#define CoreDebug_DEMCR_VC_CORERESET_Pos   0U
 
#define CoreDebug_DEMCR_VC_CORERESET_Msk   (1UL /*<< CoreDebug_DEMCR_VC_CORERESET_Pos*/)
 
#define CoreDebug_DHCSR_DBGKEY_Pos   16U
 
#define CoreDebug_DHCSR_DBGKEY_Msk   (0xFFFFUL << CoreDebug_DHCSR_DBGKEY_Pos)
 
#define CoreDebug_DHCSR_S_RESET_ST_Pos   25U
 
#define CoreDebug_DHCSR_S_RESET_ST_Msk   (1UL << CoreDebug_DHCSR_S_RESET_ST_Pos)
 
#define CoreDebug_DHCSR_S_RETIRE_ST_Pos   24U
 
#define CoreDebug_DHCSR_S_RETIRE_ST_Msk   (1UL << CoreDebug_DHCSR_S_RETIRE_ST_Pos)
 
#define CoreDebug_DHCSR_S_LOCKUP_Pos   19U
 
#define CoreDebug_DHCSR_S_LOCKUP_Msk   (1UL << CoreDebug_DHCSR_S_LOCKUP_Pos)
 
#define CoreDebug_DHCSR_S_SLEEP_Pos   18U
 
#define CoreDebug_DHCSR_S_SLEEP_Msk   (1UL << CoreDebug_DHCSR_S_SLEEP_Pos)
 
#define CoreDebug_DHCSR_S_HALT_Pos   17U
 
#define CoreDebug_DHCSR_S_HALT_Msk   (1UL << CoreDebug_DHCSR_S_HALT_Pos)
 
#define CoreDebug_DHCSR_S_REGRDY_Pos   16U
 
#define CoreDebug_DHCSR_S_REGRDY_Msk   (1UL << CoreDebug_DHCSR_S_REGRDY_Pos)
 
#define CoreDebug_DHCSR_C_MASKINTS_Pos   3U
 
#define CoreDebug_DHCSR_C_MASKINTS_Msk   (1UL << CoreDebug_DHCSR_C_MASKINTS_Pos)
 
#define CoreDebug_DHCSR_C_STEP_Pos   2U
 
#define CoreDebug_DHCSR_C_STEP_Msk   (1UL << CoreDebug_DHCSR_C_STEP_Pos)
 
#define CoreDebug_DHCSR_C_HALT_Pos   1U
 
#define CoreDebug_DHCSR_C_HALT_Msk   (1UL << CoreDebug_DHCSR_C_HALT_Pos)
 
#define CoreDebug_DHCSR_C_DEBUGEN_Pos   0U
 
#define CoreDebug_DHCSR_C_DEBUGEN_Msk   (1UL /*<< CoreDebug_DHCSR_C_DEBUGEN_Pos*/)
 
#define CoreDebug_DCRSR_REGWnR_Pos   16U
 
#define CoreDebug_DCRSR_REGWnR_Msk   (1UL << CoreDebug_DCRSR_REGWnR_Pos)
 
#define CoreDebug_DCRSR_REGSEL_Pos   0U
 
#define CoreDebug_DCRSR_REGSEL_Msk   (0x1FUL /*<< CoreDebug_DCRSR_REGSEL_Pos*/)
 
#define CoreDebug_DEMCR_VC_HARDERR_Pos   10U
 
#define CoreDebug_DEMCR_VC_HARDERR_Msk   (1UL << CoreDebug_DEMCR_VC_HARDERR_Pos)
 
#define CoreDebug_DEMCR_VC_CORERESET_Pos   0U
 
#define CoreDebug_DEMCR_VC_CORERESET_Msk   (1UL /*<< CoreDebug_DEMCR_VC_CORERESET_Pos*/)
 
#define CoreDebug_DHCSR_DBGKEY_Pos   16U
 
#define CoreDebug_DHCSR_DBGKEY_Msk   (0xFFFFUL << CoreDebug_DHCSR_DBGKEY_Pos)
 
#define CoreDebug_DHCSR_S_RESET_ST_Pos   25U
 
#define CoreDebug_DHCSR_S_RESET_ST_Msk   (1UL << CoreDebug_DHCSR_S_RESET_ST_Pos)
 
#define CoreDebug_DHCSR_S_RETIRE_ST_Pos   24U
 
#define CoreDebug_DHCSR_S_RETIRE_ST_Msk   (1UL << CoreDebug_DHCSR_S_RETIRE_ST_Pos)
 
#define CoreDebug_DHCSR_S_LOCKUP_Pos   19U
 
#define CoreDebug_DHCSR_S_LOCKUP_Msk   (1UL << CoreDebug_DHCSR_S_LOCKUP_Pos)
 
#define CoreDebug_DHCSR_S_SLEEP_Pos   18U
 
#define CoreDebug_DHCSR_S_SLEEP_Msk   (1UL << CoreDebug_DHCSR_S_SLEEP_Pos)
 
#define CoreDebug_DHCSR_S_HALT_Pos   17U
 
#define CoreDebug_DHCSR_S_HALT_Msk   (1UL << CoreDebug_DHCSR_S_HALT_Pos)
 
#define CoreDebug_DHCSR_S_REGRDY_Pos   16U
 
#define CoreDebug_DHCSR_S_REGRDY_Msk   (1UL << CoreDebug_DHCSR_S_REGRDY_Pos)
 
#define CoreDebug_DHCSR_C_SNAPSTALL_Pos   5U
 
#define CoreDebug_DHCSR_C_SNAPSTALL_Msk   (1UL << CoreDebug_DHCSR_C_SNAPSTALL_Pos)
 
#define CoreDebug_DHCSR_C_MASKINTS_Pos   3U
 
#define CoreDebug_DHCSR_C_MASKINTS_Msk   (1UL << CoreDebug_DHCSR_C_MASKINTS_Pos)
 
#define CoreDebug_DHCSR_C_STEP_Pos   2U
 
#define CoreDebug_DHCSR_C_STEP_Msk   (1UL << CoreDebug_DHCSR_C_STEP_Pos)
 
#define CoreDebug_DHCSR_C_HALT_Pos   1U
 
#define CoreDebug_DHCSR_C_HALT_Msk   (1UL << CoreDebug_DHCSR_C_HALT_Pos)
 
#define CoreDebug_DHCSR_C_DEBUGEN_Pos   0U
 
#define CoreDebug_DHCSR_C_DEBUGEN_Msk   (1UL /*<< CoreDebug_DHCSR_C_DEBUGEN_Pos*/)
 
#define CoreDebug_DCRSR_REGWnR_Pos   16U
 
#define CoreDebug_DCRSR_REGWnR_Msk   (1UL << CoreDebug_DCRSR_REGWnR_Pos)
 
#define CoreDebug_DCRSR_REGSEL_Pos   0U
 
#define CoreDebug_DCRSR_REGSEL_Msk   (0x1FUL /*<< CoreDebug_DCRSR_REGSEL_Pos*/)
 
#define CoreDebug_DEMCR_TRCENA_Pos   24U
 
#define CoreDebug_DEMCR_TRCENA_Msk   (1UL << CoreDebug_DEMCR_TRCENA_Pos)
 
#define CoreDebug_DEMCR_MON_REQ_Pos   19U
 
#define CoreDebug_DEMCR_MON_REQ_Msk   (1UL << CoreDebug_DEMCR_MON_REQ_Pos)
 
#define CoreDebug_DEMCR_MON_STEP_Pos   18U
 
#define CoreDebug_DEMCR_MON_STEP_Msk   (1UL << CoreDebug_DEMCR_MON_STEP_Pos)
 
#define CoreDebug_DEMCR_MON_PEND_Pos   17U
 
#define CoreDebug_DEMCR_MON_PEND_Msk   (1UL << CoreDebug_DEMCR_MON_PEND_Pos)
 
#define CoreDebug_DEMCR_MON_EN_Pos   16U
 
#define CoreDebug_DEMCR_MON_EN_Msk   (1UL << CoreDebug_DEMCR_MON_EN_Pos)
 
#define CoreDebug_DEMCR_VC_HARDERR_Pos   10U
 
#define CoreDebug_DEMCR_VC_HARDERR_Msk   (1UL << CoreDebug_DEMCR_VC_HARDERR_Pos)
 
#define CoreDebug_DEMCR_VC_INTERR_Pos   9U
 
#define CoreDebug_DEMCR_VC_INTERR_Msk   (1UL << CoreDebug_DEMCR_VC_INTERR_Pos)
 
#define CoreDebug_DEMCR_VC_BUSERR_Pos   8U
 
#define CoreDebug_DEMCR_VC_BUSERR_Msk   (1UL << CoreDebug_DEMCR_VC_BUSERR_Pos)
 
#define CoreDebug_DEMCR_VC_STATERR_Pos   7U
 
#define CoreDebug_DEMCR_VC_STATERR_Msk   (1UL << CoreDebug_DEMCR_VC_STATERR_Pos)
 
#define CoreDebug_DEMCR_VC_CHKERR_Pos   6U
 
#define CoreDebug_DEMCR_VC_CHKERR_Msk   (1UL << CoreDebug_DEMCR_VC_CHKERR_Pos)
 
#define CoreDebug_DEMCR_VC_NOCPERR_Pos   5U
 
#define CoreDebug_DEMCR_VC_NOCPERR_Msk   (1UL << CoreDebug_DEMCR_VC_NOCPERR_Pos)
 
#define CoreDebug_DEMCR_VC_MMERR_Pos   4U
 
#define CoreDebug_DEMCR_VC_MMERR_Msk   (1UL << CoreDebug_DEMCR_VC_MMERR_Pos)
 
#define CoreDebug_DEMCR_VC_CORERESET_Pos   0U
 
#define CoreDebug_DEMCR_VC_CORERESET_Msk   (1UL /*<< CoreDebug_DEMCR_VC_CORERESET_Pos*/)
 
#define CoreDebug_DHCSR_DBGKEY_Pos   16U
 
#define CoreDebug_DHCSR_DBGKEY_Msk   (0xFFFFUL << CoreDebug_DHCSR_DBGKEY_Pos)
 
#define CoreDebug_DHCSR_S_RESET_ST_Pos   25U
 
#define CoreDebug_DHCSR_S_RESET_ST_Msk   (1UL << CoreDebug_DHCSR_S_RESET_ST_Pos)
 
#define CoreDebug_DHCSR_S_RETIRE_ST_Pos   24U
 
#define CoreDebug_DHCSR_S_RETIRE_ST_Msk   (1UL << CoreDebug_DHCSR_S_RETIRE_ST_Pos)
 
#define CoreDebug_DHCSR_S_LOCKUP_Pos   19U
 
#define CoreDebug_DHCSR_S_LOCKUP_Msk   (1UL << CoreDebug_DHCSR_S_LOCKUP_Pos)
 
#define CoreDebug_DHCSR_S_SLEEP_Pos   18U
 
#define CoreDebug_DHCSR_S_SLEEP_Msk   (1UL << CoreDebug_DHCSR_S_SLEEP_Pos)
 
#define CoreDebug_DHCSR_S_HALT_Pos   17U
 
#define CoreDebug_DHCSR_S_HALT_Msk   (1UL << CoreDebug_DHCSR_S_HALT_Pos)
 
#define CoreDebug_DHCSR_S_REGRDY_Pos   16U
 
#define CoreDebug_DHCSR_S_REGRDY_Msk   (1UL << CoreDebug_DHCSR_S_REGRDY_Pos)
 
#define CoreDebug_DHCSR_C_SNAPSTALL_Pos   5U
 
#define CoreDebug_DHCSR_C_SNAPSTALL_Msk   (1UL << CoreDebug_DHCSR_C_SNAPSTALL_Pos)
 
#define CoreDebug_DHCSR_C_MASKINTS_Pos   3U
 
#define CoreDebug_DHCSR_C_MASKINTS_Msk   (1UL << CoreDebug_DHCSR_C_MASKINTS_Pos)
 
#define CoreDebug_DHCSR_C_STEP_Pos   2U
 
#define CoreDebug_DHCSR_C_STEP_Msk   (1UL << CoreDebug_DHCSR_C_STEP_Pos)
 
#define CoreDebug_DHCSR_C_HALT_Pos   1U
 
#define CoreDebug_DHCSR_C_HALT_Msk   (1UL << CoreDebug_DHCSR_C_HALT_Pos)
 
#define CoreDebug_DHCSR_C_DEBUGEN_Pos   0U
 
#define CoreDebug_DHCSR_C_DEBUGEN_Msk   (1UL /*<< CoreDebug_DHCSR_C_DEBUGEN_Pos*/)
 
#define CoreDebug_DCRSR_REGWnR_Pos   16U
 
#define CoreDebug_DCRSR_REGWnR_Msk   (1UL << CoreDebug_DCRSR_REGWnR_Pos)
 
#define CoreDebug_DCRSR_REGSEL_Pos   0U
 
#define CoreDebug_DCRSR_REGSEL_Msk   (0x1FUL /*<< CoreDebug_DCRSR_REGSEL_Pos*/)
 
#define CoreDebug_DEMCR_TRCENA_Pos   24U
 
#define CoreDebug_DEMCR_TRCENA_Msk   (1UL << CoreDebug_DEMCR_TRCENA_Pos)
 
#define CoreDebug_DEMCR_MON_REQ_Pos   19U
 
#define CoreDebug_DEMCR_MON_REQ_Msk   (1UL << CoreDebug_DEMCR_MON_REQ_Pos)
 
#define CoreDebug_DEMCR_MON_STEP_Pos   18U
 
#define CoreDebug_DEMCR_MON_STEP_Msk   (1UL << CoreDebug_DEMCR_MON_STEP_Pos)
 
#define CoreDebug_DEMCR_MON_PEND_Pos   17U
 
#define CoreDebug_DEMCR_MON_PEND_Msk   (1UL << CoreDebug_DEMCR_MON_PEND_Pos)
 
#define CoreDebug_DEMCR_MON_EN_Pos   16U
 
#define CoreDebug_DEMCR_MON_EN_Msk   (1UL << CoreDebug_DEMCR_MON_EN_Pos)
 
#define CoreDebug_DEMCR_VC_HARDERR_Pos   10U
 
#define CoreDebug_DEMCR_VC_HARDERR_Msk   (1UL << CoreDebug_DEMCR_VC_HARDERR_Pos)
 
#define CoreDebug_DEMCR_VC_INTERR_Pos   9U
 
#define CoreDebug_DEMCR_VC_INTERR_Msk   (1UL << CoreDebug_DEMCR_VC_INTERR_Pos)
 
#define CoreDebug_DEMCR_VC_BUSERR_Pos   8U
 
#define CoreDebug_DEMCR_VC_BUSERR_Msk   (1UL << CoreDebug_DEMCR_VC_BUSERR_Pos)
 
#define CoreDebug_DEMCR_VC_STATERR_Pos   7U
 
#define CoreDebug_DEMCR_VC_STATERR_Msk   (1UL << CoreDebug_DEMCR_VC_STATERR_Pos)
 
#define CoreDebug_DEMCR_VC_CHKERR_Pos   6U
 
#define CoreDebug_DEMCR_VC_CHKERR_Msk   (1UL << CoreDebug_DEMCR_VC_CHKERR_Pos)
 
#define CoreDebug_DEMCR_VC_NOCPERR_Pos   5U
 
#define CoreDebug_DEMCR_VC_NOCPERR_Msk   (1UL << CoreDebug_DEMCR_VC_NOCPERR_Pos)
 
#define CoreDebug_DEMCR_VC_MMERR_Pos   4U
 
#define CoreDebug_DEMCR_VC_MMERR_Msk   (1UL << CoreDebug_DEMCR_VC_MMERR_Pos)
 
#define CoreDebug_DEMCR_VC_CORERESET_Pos   0U
 
#define CoreDebug_DEMCR_VC_CORERESET_Msk   (1UL /*<< CoreDebug_DEMCR_VC_CORERESET_Pos*/)
 
#define CoreDebug_DHCSR_DBGKEY_Pos   16U
 
#define CoreDebug_DHCSR_DBGKEY_Msk   (0xFFFFUL << CoreDebug_DHCSR_DBGKEY_Pos)
 
#define CoreDebug_DHCSR_S_RESET_ST_Pos   25U
 
#define CoreDebug_DHCSR_S_RESET_ST_Msk   (1UL << CoreDebug_DHCSR_S_RESET_ST_Pos)
 
#define CoreDebug_DHCSR_S_RETIRE_ST_Pos   24U
 
#define CoreDebug_DHCSR_S_RETIRE_ST_Msk   (1UL << CoreDebug_DHCSR_S_RETIRE_ST_Pos)
 
#define CoreDebug_DHCSR_S_LOCKUP_Pos   19U
 
#define CoreDebug_DHCSR_S_LOCKUP_Msk   (1UL << CoreDebug_DHCSR_S_LOCKUP_Pos)
 
#define CoreDebug_DHCSR_S_SLEEP_Pos   18U
 
#define CoreDebug_DHCSR_S_SLEEP_Msk   (1UL << CoreDebug_DHCSR_S_SLEEP_Pos)
 
#define CoreDebug_DHCSR_S_HALT_Pos   17U
 
#define CoreDebug_DHCSR_S_HALT_Msk   (1UL << CoreDebug_DHCSR_S_HALT_Pos)
 
#define CoreDebug_DHCSR_S_REGRDY_Pos   16U
 
#define CoreDebug_DHCSR_S_REGRDY_Msk   (1UL << CoreDebug_DHCSR_S_REGRDY_Pos)
 
#define CoreDebug_DHCSR_C_SNAPSTALL_Pos   5U
 
#define CoreDebug_DHCSR_C_SNAPSTALL_Msk   (1UL << CoreDebug_DHCSR_C_SNAPSTALL_Pos)
 
#define CoreDebug_DHCSR_C_MASKINTS_Pos   3U
 
#define CoreDebug_DHCSR_C_MASKINTS_Msk   (1UL << CoreDebug_DHCSR_C_MASKINTS_Pos)
 
#define CoreDebug_DHCSR_C_STEP_Pos   2U
 
#define CoreDebug_DHCSR_C_STEP_Msk   (1UL << CoreDebug_DHCSR_C_STEP_Pos)
 
#define CoreDebug_DHCSR_C_HALT_Pos   1U
 
#define CoreDebug_DHCSR_C_HALT_Msk   (1UL << CoreDebug_DHCSR_C_HALT_Pos)
 
#define CoreDebug_DHCSR_C_DEBUGEN_Pos   0U
 
#define CoreDebug_DHCSR_C_DEBUGEN_Msk   (1UL /*<< CoreDebug_DHCSR_C_DEBUGEN_Pos*/)
 
#define CoreDebug_DCRSR_REGWnR_Pos   16U
 
#define CoreDebug_DCRSR_REGWnR_Msk   (1UL << CoreDebug_DCRSR_REGWnR_Pos)
 
#define CoreDebug_DCRSR_REGSEL_Pos   0U
 
#define CoreDebug_DCRSR_REGSEL_Msk   (0x1FUL /*<< CoreDebug_DCRSR_REGSEL_Pos*/)
 
#define CoreDebug_DEMCR_TRCENA_Pos   24U
 
#define CoreDebug_DEMCR_TRCENA_Msk   (1UL << CoreDebug_DEMCR_TRCENA_Pos)
 
#define CoreDebug_DEMCR_MON_REQ_Pos   19U
 
#define CoreDebug_DEMCR_MON_REQ_Msk   (1UL << CoreDebug_DEMCR_MON_REQ_Pos)
 
#define CoreDebug_DEMCR_MON_STEP_Pos   18U
 
#define CoreDebug_DEMCR_MON_STEP_Msk   (1UL << CoreDebug_DEMCR_MON_STEP_Pos)
 
#define CoreDebug_DEMCR_MON_PEND_Pos   17U
 
#define CoreDebug_DEMCR_MON_PEND_Msk   (1UL << CoreDebug_DEMCR_MON_PEND_Pos)
 
#define CoreDebug_DEMCR_MON_EN_Pos   16U
 
#define CoreDebug_DEMCR_MON_EN_Msk   (1UL << CoreDebug_DEMCR_MON_EN_Pos)
 
#define CoreDebug_DEMCR_VC_HARDERR_Pos   10U
 
#define CoreDebug_DEMCR_VC_HARDERR_Msk   (1UL << CoreDebug_DEMCR_VC_HARDERR_Pos)
 
#define CoreDebug_DEMCR_VC_INTERR_Pos   9U
 
#define CoreDebug_DEMCR_VC_INTERR_Msk   (1UL << CoreDebug_DEMCR_VC_INTERR_Pos)
 
#define CoreDebug_DEMCR_VC_BUSERR_Pos   8U
 
#define CoreDebug_DEMCR_VC_BUSERR_Msk   (1UL << CoreDebug_DEMCR_VC_BUSERR_Pos)
 
#define CoreDebug_DEMCR_VC_STATERR_Pos   7U
 
#define CoreDebug_DEMCR_VC_STATERR_Msk   (1UL << CoreDebug_DEMCR_VC_STATERR_Pos)
 
#define CoreDebug_DEMCR_VC_CHKERR_Pos   6U
 
#define CoreDebug_DEMCR_VC_CHKERR_Msk   (1UL << CoreDebug_DEMCR_VC_CHKERR_Pos)
 
#define CoreDebug_DEMCR_VC_NOCPERR_Pos   5U
 
#define CoreDebug_DEMCR_VC_NOCPERR_Msk   (1UL << CoreDebug_DEMCR_VC_NOCPERR_Pos)
 
#define CoreDebug_DEMCR_VC_MMERR_Pos   4U
 
#define CoreDebug_DEMCR_VC_MMERR_Msk   (1UL << CoreDebug_DEMCR_VC_MMERR_Pos)
 
#define CoreDebug_DEMCR_VC_CORERESET_Pos   0U
 
#define CoreDebug_DEMCR_VC_CORERESET_Msk   (1UL /*<< CoreDebug_DEMCR_VC_CORERESET_Pos*/)
 
#define CoreDebug_DHCSR_S_RESTART_ST_Pos   26U
 
#define CoreDebug_DHCSR_S_RESTART_ST_Msk   (1UL << CoreDebug_DHCSR_S_RESTART_ST_Pos)
 
#define CoreDebug_DAUTHCTRL_INTSPNIDEN_Pos   3U
 
#define CoreDebug_DAUTHCTRL_INTSPNIDEN_Msk   (1UL << CoreDebug_DAUTHCTRL_INTSPNIDEN_Pos)
 
#define CoreDebug_DAUTHCTRL_SPNIDENSEL_Pos   2U
 
#define CoreDebug_DAUTHCTRL_SPNIDENSEL_Msk   (1UL << CoreDebug_DAUTHCTRL_SPNIDENSEL_Pos)
 
#define CoreDebug_DAUTHCTRL_INTSPIDEN_Pos   1U
 
#define CoreDebug_DAUTHCTRL_INTSPIDEN_Msk   (1UL << CoreDebug_DAUTHCTRL_INTSPIDEN_Pos)
 
#define CoreDebug_DAUTHCTRL_SPIDENSEL_Pos   0U
 
#define CoreDebug_DAUTHCTRL_SPIDENSEL_Msk   (1UL /*<< CoreDebug_DAUTHCTRL_SPIDENSEL_Pos*/)
 
#define CoreDebug_DSCSR_CDS_Pos   16U
 
#define CoreDebug_DSCSR_CDS_Msk   (1UL << CoreDebug_DSCSR_CDS_Pos)
 
#define CoreDebug_DSCSR_SBRSEL_Pos   1U
 
#define CoreDebug_DSCSR_SBRSEL_Msk   (1UL << CoreDebug_DSCSR_SBRSEL_Pos)
 
#define CoreDebug_DSCSR_SBRSELEN_Pos   0U
 
#define CoreDebug_DSCSR_SBRSELEN_Msk   (1UL /*<< CoreDebug_DSCSR_SBRSELEN_Pos*/)
 
#define CoreDebug_DHCSR_S_RESTART_ST_Pos   26U
 
#define CoreDebug_DHCSR_S_RESTART_ST_Msk   (1UL << CoreDebug_DHCSR_S_RESTART_ST_Pos)
 
#define CoreDebug_DAUTHCTRL_INTSPNIDEN_Pos   3U
 
#define CoreDebug_DAUTHCTRL_INTSPNIDEN_Msk   (1UL << CoreDebug_DAUTHCTRL_INTSPNIDEN_Pos)
 
#define CoreDebug_DAUTHCTRL_SPNIDENSEL_Pos   2U
 
#define CoreDebug_DAUTHCTRL_SPNIDENSEL_Msk   (1UL << CoreDebug_DAUTHCTRL_SPNIDENSEL_Pos)
 
#define CoreDebug_DAUTHCTRL_INTSPIDEN_Pos   1U
 
#define CoreDebug_DAUTHCTRL_INTSPIDEN_Msk   (1UL << CoreDebug_DAUTHCTRL_INTSPIDEN_Pos)
 
#define CoreDebug_DAUTHCTRL_SPIDENSEL_Pos   0U
 
#define CoreDebug_DAUTHCTRL_SPIDENSEL_Msk   (1UL /*<< CoreDebug_DAUTHCTRL_SPIDENSEL_Pos*/)
 
#define CoreDebug_DSCSR_CDS_Pos   16U
 
#define CoreDebug_DSCSR_CDS_Msk   (1UL << CoreDebug_DSCSR_CDS_Pos)
 
#define CoreDebug_DSCSR_SBRSEL_Pos   1U
 
#define CoreDebug_DSCSR_SBRSEL_Msk   (1UL << CoreDebug_DSCSR_SBRSEL_Pos)
 
#define CoreDebug_DSCSR_SBRSELEN_Pos   0U
 
#define CoreDebug_DSCSR_SBRSELEN_Msk   (1UL /*<< CoreDebug_DSCSR_SBRSELEN_Pos*/)
 
#define CoreDebug_DHCSR_S_RESTART_ST_Pos   26U
 
#define CoreDebug_DHCSR_S_RESTART_ST_Msk   (1UL << CoreDebug_DHCSR_S_RESTART_ST_Pos)
 
#define CoreDebug_DAUTHCTRL_INTSPNIDEN_Pos   3U
 
#define CoreDebug_DAUTHCTRL_INTSPNIDEN_Msk   (1UL << CoreDebug_DAUTHCTRL_INTSPNIDEN_Pos)
 
#define CoreDebug_DAUTHCTRL_SPNIDENSEL_Pos   2U
 
#define CoreDebug_DAUTHCTRL_SPNIDENSEL_Msk   (1UL << CoreDebug_DAUTHCTRL_SPNIDENSEL_Pos)
 
#define CoreDebug_DAUTHCTRL_INTSPIDEN_Pos   1U
 
#define CoreDebug_DAUTHCTRL_INTSPIDEN_Msk   (1UL << CoreDebug_DAUTHCTRL_INTSPIDEN_Pos)
 
#define CoreDebug_DAUTHCTRL_SPIDENSEL_Pos   0U
 
#define CoreDebug_DAUTHCTRL_SPIDENSEL_Msk   (1UL /*<< CoreDebug_DAUTHCTRL_SPIDENSEL_Pos*/)
 
#define CoreDebug_DSCSR_CDS_Pos   16U
 
#define CoreDebug_DSCSR_CDS_Msk   (1UL << CoreDebug_DSCSR_CDS_Pos)
 
#define CoreDebug_DSCSR_SBRSEL_Pos   1U
 
#define CoreDebug_DSCSR_SBRSEL_Msk   (1UL << CoreDebug_DSCSR_SBRSEL_Pos)
 
#define CoreDebug_DSCSR_SBRSELEN_Pos   0U
 
#define CoreDebug_DSCSR_SBRSELEN_Msk   (1UL /*<< CoreDebug_DSCSR_SBRSELEN_Pos*/)
 
#define CoreDebug_DHCSR_S_RESTART_ST_Pos   26U
 
#define CoreDebug_DHCSR_S_RESTART_ST_Msk   (1UL << CoreDebug_DHCSR_S_RESTART_ST_Pos)
 
#define CoreDebug_DAUTHCTRL_INTSPNIDEN_Pos   3U
 
#define CoreDebug_DAUTHCTRL_INTSPNIDEN_Msk   (1UL << CoreDebug_DAUTHCTRL_INTSPNIDEN_Pos)
 
#define CoreDebug_DAUTHCTRL_SPNIDENSEL_Pos   2U
 
#define CoreDebug_DAUTHCTRL_SPNIDENSEL_Msk   (1UL << CoreDebug_DAUTHCTRL_SPNIDENSEL_Pos)
 
#define CoreDebug_DAUTHCTRL_INTSPIDEN_Pos   1U
 
#define CoreDebug_DAUTHCTRL_INTSPIDEN_Msk   (1UL << CoreDebug_DAUTHCTRL_INTSPIDEN_Pos)
 
#define CoreDebug_DAUTHCTRL_SPIDENSEL_Pos   0U
 
#define CoreDebug_DAUTHCTRL_SPIDENSEL_Msk   (1UL /*<< CoreDebug_DAUTHCTRL_SPIDENSEL_Pos*/)
 
#define CoreDebug_DSCSR_CDS_Pos   16U
 
#define CoreDebug_DSCSR_CDS_Msk   (1UL << CoreDebug_DSCSR_CDS_Pos)
 
#define CoreDebug_DSCSR_SBRSEL_Pos   1U
 
#define CoreDebug_DSCSR_SBRSEL_Msk   (1UL << CoreDebug_DSCSR_SBRSEL_Pos)
 
#define CoreDebug_DSCSR_SBRSELEN_Pos   0U
 
#define CoreDebug_DSCSR_SBRSELEN_Msk   (1UL /*<< CoreDebug_DSCSR_SBRSELEN_Pos*/)
 
#define CoreDebug_DHCSR_S_RESTART_ST_Pos   26U
 
#define CoreDebug_DHCSR_S_RESTART_ST_Msk   (1UL << CoreDebug_DHCSR_S_RESTART_ST_Pos)
 
#define CoreDebug_DAUTHCTRL_INTSPNIDEN_Pos   3U
 
#define CoreDebug_DAUTHCTRL_INTSPNIDEN_Msk   (1UL << CoreDebug_DAUTHCTRL_INTSPNIDEN_Pos)
 
#define CoreDebug_DAUTHCTRL_SPNIDENSEL_Pos   2U
 
#define CoreDebug_DAUTHCTRL_SPNIDENSEL_Msk   (1UL << CoreDebug_DAUTHCTRL_SPNIDENSEL_Pos)
 
#define CoreDebug_DAUTHCTRL_INTSPIDEN_Pos   1U
 
#define CoreDebug_DAUTHCTRL_INTSPIDEN_Msk   (1UL << CoreDebug_DAUTHCTRL_INTSPIDEN_Pos)
 
#define CoreDebug_DAUTHCTRL_SPIDENSEL_Pos   0U
 
#define CoreDebug_DAUTHCTRL_SPIDENSEL_Msk   (1UL /*<< CoreDebug_DAUTHCTRL_SPIDENSEL_Pos*/)
 
#define CoreDebug_DSCSR_CDS_Pos   16U
 
#define CoreDebug_DSCSR_CDS_Msk   (1UL << CoreDebug_DSCSR_CDS_Pos)
 
#define CoreDebug_DSCSR_SBRSEL_Pos   1U
 
#define CoreDebug_DSCSR_SBRSEL_Msk   (1UL << CoreDebug_DSCSR_SBRSEL_Pos)
 
#define CoreDebug_DSCSR_SBRSELEN_Pos   0U
 
#define CoreDebug_DSCSR_SBRSELEN_Msk   (1UL /*<< CoreDebug_DSCSR_SBRSELEN_Pos*/)
 
#define CoreDebug_DHCSR_S_RESTART_ST_Pos   26U
 
#define CoreDebug_DHCSR_S_RESTART_ST_Msk   (1UL << CoreDebug_DHCSR_S_RESTART_ST_Pos)
 
#define CoreDebug_DAUTHCTRL_INTSPNIDEN_Pos   3U
 
#define CoreDebug_DAUTHCTRL_INTSPNIDEN_Msk   (1UL << CoreDebug_DAUTHCTRL_INTSPNIDEN_Pos)
 
#define CoreDebug_DAUTHCTRL_SPNIDENSEL_Pos   2U
 
#define CoreDebug_DAUTHCTRL_SPNIDENSEL_Msk   (1UL << CoreDebug_DAUTHCTRL_SPNIDENSEL_Pos)
 
#define CoreDebug_DAUTHCTRL_INTSPIDEN_Pos   1U
 
#define CoreDebug_DAUTHCTRL_INTSPIDEN_Msk   (1UL << CoreDebug_DAUTHCTRL_INTSPIDEN_Pos)
 
#define CoreDebug_DAUTHCTRL_SPIDENSEL_Pos   0U
 
#define CoreDebug_DAUTHCTRL_SPIDENSEL_Msk   (1UL /*<< CoreDebug_DAUTHCTRL_SPIDENSEL_Pos*/)
 
#define CoreDebug_DSCSR_CDS_Pos   16U
 
#define CoreDebug_DSCSR_CDS_Msk   (1UL << CoreDebug_DSCSR_CDS_Pos)
 
#define CoreDebug_DSCSR_SBRSEL_Pos   1U
 
#define CoreDebug_DSCSR_SBRSEL_Msk   (1UL << CoreDebug_DSCSR_SBRSEL_Pos)
 
#define CoreDebug_DSCSR_SBRSELEN_Pos   0U
 
#define CoreDebug_DSCSR_SBRSELEN_Msk   (1UL /*<< CoreDebug_DSCSR_SBRSELEN_Pos*/)
 
#define CoreDebug_DHCSR_S_RESTART_ST_Pos   26U
 
#define CoreDebug_DHCSR_S_RESTART_ST_Msk   (1UL << CoreDebug_DHCSR_S_RESTART_ST_Pos)
 
#define CoreDebug_DAUTHCTRL_INTSPNIDEN_Pos   3U
 
#define CoreDebug_DAUTHCTRL_INTSPNIDEN_Msk   (1UL << CoreDebug_DAUTHCTRL_INTSPNIDEN_Pos)
 
#define CoreDebug_DAUTHCTRL_SPNIDENSEL_Pos   2U
 
#define CoreDebug_DAUTHCTRL_SPNIDENSEL_Msk   (1UL << CoreDebug_DAUTHCTRL_SPNIDENSEL_Pos)
 
#define CoreDebug_DAUTHCTRL_INTSPIDEN_Pos   1U
 
#define CoreDebug_DAUTHCTRL_INTSPIDEN_Msk   (1UL << CoreDebug_DAUTHCTRL_INTSPIDEN_Pos)
 
#define CoreDebug_DAUTHCTRL_SPIDENSEL_Pos   0U
 
#define CoreDebug_DAUTHCTRL_SPIDENSEL_Msk   (1UL /*<< CoreDebug_DAUTHCTRL_SPIDENSEL_Pos*/)
 
#define CoreDebug_DSCSR_CDS_Pos   16U
 
#define CoreDebug_DSCSR_CDS_Msk   (1UL << CoreDebug_DSCSR_CDS_Pos)
 
#define CoreDebug_DSCSR_SBRSEL_Pos   1U
 
#define CoreDebug_DSCSR_SBRSEL_Msk   (1UL << CoreDebug_DSCSR_SBRSEL_Pos)
 
#define CoreDebug_DSCSR_SBRSELEN_Pos   0U
 
#define CoreDebug_DSCSR_SBRSELEN_Msk   (1UL /*<< CoreDebug_DSCSR_SBRSELEN_Pos*/)
 
#define CoreDebug_DHCSR_S_RESTART_ST_Pos   26U
 
#define CoreDebug_DHCSR_S_RESTART_ST_Msk   (1UL << CoreDebug_DHCSR_S_RESTART_ST_Pos)
 
#define CoreDebug_DAUTHCTRL_INTSPNIDEN_Pos   3U
 
#define CoreDebug_DAUTHCTRL_INTSPNIDEN_Msk   (1UL << CoreDebug_DAUTHCTRL_INTSPNIDEN_Pos)
 
#define CoreDebug_DAUTHCTRL_SPNIDENSEL_Pos   2U
 
#define CoreDebug_DAUTHCTRL_SPNIDENSEL_Msk   (1UL << CoreDebug_DAUTHCTRL_SPNIDENSEL_Pos)
 
#define CoreDebug_DAUTHCTRL_INTSPIDEN_Pos   1U
 
#define CoreDebug_DAUTHCTRL_INTSPIDEN_Msk   (1UL << CoreDebug_DAUTHCTRL_INTSPIDEN_Pos)
 
#define CoreDebug_DAUTHCTRL_SPIDENSEL_Pos   0U
 
#define CoreDebug_DAUTHCTRL_SPIDENSEL_Msk   (1UL /*<< CoreDebug_DAUTHCTRL_SPIDENSEL_Pos*/)
 
#define CoreDebug_DSCSR_CDS_Pos   16U
 
#define CoreDebug_DSCSR_CDS_Msk   (1UL << CoreDebug_DSCSR_CDS_Pos)
 
#define CoreDebug_DSCSR_SBRSEL_Pos   1U
 
#define CoreDebug_DSCSR_SBRSEL_Msk   (1UL << CoreDebug_DSCSR_SBRSEL_Pos)
 
#define CoreDebug_DSCSR_SBRSELEN_Pos   0U
 
#define CoreDebug_DSCSR_SBRSELEN_Msk   (1UL /*<< CoreDebug_DSCSR_SBRSELEN_Pos*/)
 
#define CoreDebug_DHCSR_S_RESTART_ST_Pos   26U
 
#define CoreDebug_DHCSR_S_RESTART_ST_Msk   (1UL << CoreDebug_DHCSR_S_RESTART_ST_Pos)
 
#define CoreDebug_DAUTHCTRL_INTSPNIDEN_Pos   3U
 
#define CoreDebug_DAUTHCTRL_INTSPNIDEN_Msk   (1UL << CoreDebug_DAUTHCTRL_INTSPNIDEN_Pos)
 
#define CoreDebug_DAUTHCTRL_SPNIDENSEL_Pos   2U
 
#define CoreDebug_DAUTHCTRL_SPNIDENSEL_Msk   (1UL << CoreDebug_DAUTHCTRL_SPNIDENSEL_Pos)
 
#define CoreDebug_DAUTHCTRL_INTSPIDEN_Pos   1U
 
#define CoreDebug_DAUTHCTRL_INTSPIDEN_Msk   (1UL << CoreDebug_DAUTHCTRL_INTSPIDEN_Pos)
 
#define CoreDebug_DAUTHCTRL_SPIDENSEL_Pos   0U
 
#define CoreDebug_DAUTHCTRL_SPIDENSEL_Msk   (1UL /*<< CoreDebug_DAUTHCTRL_SPIDENSEL_Pos*/)
 
#define CoreDebug_DSCSR_CDS_Pos   16U
 
#define CoreDebug_DSCSR_CDS_Msk   (1UL << CoreDebug_DSCSR_CDS_Pos)
 
#define CoreDebug_DSCSR_SBRSEL_Pos   1U
 
#define CoreDebug_DSCSR_SBRSEL_Msk   (1UL << CoreDebug_DSCSR_SBRSEL_Pos)
 
#define CoreDebug_DSCSR_SBRSELEN_Pos   0U
 
#define CoreDebug_DSCSR_SBRSELEN_Msk   (1UL /*<< CoreDebug_DSCSR_SBRSELEN_Pos*/)
 
#define CoreDebug_DHCSR_S_RESTART_ST_Pos   26U
 
#define CoreDebug_DHCSR_S_RESTART_ST_Msk   (1UL << CoreDebug_DHCSR_S_RESTART_ST_Pos)
 
#define CoreDebug_DAUTHCTRL_INTSPNIDEN_Pos   3U
 
#define CoreDebug_DAUTHCTRL_INTSPNIDEN_Msk   (1UL << CoreDebug_DAUTHCTRL_INTSPNIDEN_Pos)
 
#define CoreDebug_DAUTHCTRL_SPNIDENSEL_Pos   2U
 
#define CoreDebug_DAUTHCTRL_SPNIDENSEL_Msk   (1UL << CoreDebug_DAUTHCTRL_SPNIDENSEL_Pos)
 
#define CoreDebug_DAUTHCTRL_INTSPIDEN_Pos   1U
 
#define CoreDebug_DAUTHCTRL_INTSPIDEN_Msk   (1UL << CoreDebug_DAUTHCTRL_INTSPIDEN_Pos)
 
#define CoreDebug_DAUTHCTRL_SPIDENSEL_Pos   0U
 
#define CoreDebug_DAUTHCTRL_SPIDENSEL_Msk   (1UL /*<< CoreDebug_DAUTHCTRL_SPIDENSEL_Pos*/)
 
#define CoreDebug_DSCSR_CDS_Pos   16U
 
#define CoreDebug_DSCSR_CDS_Msk   (1UL << CoreDebug_DSCSR_CDS_Pos)
 
#define CoreDebug_DSCSR_SBRSEL_Pos   1U
 
#define CoreDebug_DSCSR_SBRSEL_Msk   (1UL << CoreDebug_DSCSR_SBRSEL_Pos)
 
#define CoreDebug_DSCSR_SBRSELEN_Pos   0U
 
#define CoreDebug_DSCSR_SBRSELEN_Msk   (1UL /*<< CoreDebug_DSCSR_SBRSELEN_Pos*/)
 
#define CoreDebug_DHCSR_S_RESTART_ST_Pos   26U
 
#define CoreDebug_DHCSR_S_RESTART_ST_Msk   (1UL << CoreDebug_DHCSR_S_RESTART_ST_Pos)
 
#define CoreDebug_DAUTHCTRL_INTSPNIDEN_Pos   3U
 
#define CoreDebug_DAUTHCTRL_INTSPNIDEN_Msk   (1UL << CoreDebug_DAUTHCTRL_INTSPNIDEN_Pos)
 
#define CoreDebug_DAUTHCTRL_SPNIDENSEL_Pos   2U
 
#define CoreDebug_DAUTHCTRL_SPNIDENSEL_Msk   (1UL << CoreDebug_DAUTHCTRL_SPNIDENSEL_Pos)
 
#define CoreDebug_DAUTHCTRL_INTSPIDEN_Pos   1U
 
#define CoreDebug_DAUTHCTRL_INTSPIDEN_Msk   (1UL << CoreDebug_DAUTHCTRL_INTSPIDEN_Pos)
 
#define CoreDebug_DAUTHCTRL_SPIDENSEL_Pos   0U
 
#define CoreDebug_DAUTHCTRL_SPIDENSEL_Msk   (1UL /*<< CoreDebug_DAUTHCTRL_SPIDENSEL_Pos*/)
 
#define CoreDebug_DSCSR_CDS_Pos   16U
 
#define CoreDebug_DSCSR_CDS_Msk   (1UL << CoreDebug_DSCSR_CDS_Pos)
 
#define CoreDebug_DSCSR_SBRSEL_Pos   1U
 
#define CoreDebug_DSCSR_SBRSEL_Msk   (1UL << CoreDebug_DSCSR_SBRSEL_Pos)
 
#define CoreDebug_DSCSR_SBRSELEN_Pos   0U
 
#define CoreDebug_DSCSR_SBRSELEN_Msk   (1UL /*<< CoreDebug_DSCSR_SBRSELEN_Pos*/)
 
#define CoreDebug_DHCSR_S_RESTART_ST_Pos   26U
 
#define CoreDebug_DHCSR_S_RESTART_ST_Msk   (1UL << CoreDebug_DHCSR_S_RESTART_ST_Pos)
 
#define CoreDebug_DAUTHCTRL_INTSPNIDEN_Pos   3U
 
#define CoreDebug_DAUTHCTRL_INTSPNIDEN_Msk   (1UL << CoreDebug_DAUTHCTRL_INTSPNIDEN_Pos)
 
#define CoreDebug_DAUTHCTRL_SPNIDENSEL_Pos   2U
 
#define CoreDebug_DAUTHCTRL_SPNIDENSEL_Msk   (1UL << CoreDebug_DAUTHCTRL_SPNIDENSEL_Pos)
 
#define CoreDebug_DAUTHCTRL_INTSPIDEN_Pos   1U
 
#define CoreDebug_DAUTHCTRL_INTSPIDEN_Msk   (1UL << CoreDebug_DAUTHCTRL_INTSPIDEN_Pos)
 
#define CoreDebug_DAUTHCTRL_SPIDENSEL_Pos   0U
 
#define CoreDebug_DAUTHCTRL_SPIDENSEL_Msk   (1UL /*<< CoreDebug_DAUTHCTRL_SPIDENSEL_Pos*/)
 
#define CoreDebug_DSCSR_CDS_Pos   16U
 
#define CoreDebug_DSCSR_CDS_Msk   (1UL << CoreDebug_DSCSR_CDS_Pos)
 
#define CoreDebug_DSCSR_SBRSEL_Pos   1U
 
#define CoreDebug_DSCSR_SBRSEL_Msk   (1UL << CoreDebug_DSCSR_SBRSEL_Pos)
 
#define CoreDebug_DSCSR_SBRSELEN_Pos   0U
 
#define CoreDebug_DSCSR_SBRSELEN_Msk   (1UL /*<< CoreDebug_DSCSR_SBRSELEN_Pos*/)
 
#define CoreDebug_DHCSR_S_FPD_Pos   23U
 
#define CoreDebug_DHCSR_S_FPD_Msk   (1UL << CoreDebug_DHCSR_S_FPD_Pos)
 
#define CoreDebug_DHCSR_S_SUIDE_Pos   22U
 
#define CoreDebug_DHCSR_S_SUIDE_Msk   (1UL << CoreDebug_DHCSR_S_SUIDE_Pos)
 
#define CoreDebug_DHCSR_S_NSUIDE_Pos   21U
 
#define CoreDebug_DHCSR_S_NSUIDE_Msk   (1UL << CoreDebug_DHCSR_S_NSUIDE_Pos)
 
#define CoreDebug_DHCSR_S_SDE_Pos   20U
 
#define CoreDebug_DHCSR_S_SDE_Msk   (1UL << CoreDebug_DHCSR_S_SDE_Pos)
 
#define CoreDebug_DHCSR_C_PMOV_Pos   6U
 
#define CoreDebug_DHCSR_C_PMOV_Msk   (1UL << CoreDebug_DHCSR_C_PMOV_Pos)
 
#define CoreDebug_DSCEMCR_CLR_MON_REQ_Pos   19U
 
#define CoreDebug_DSCEMCR_CLR_MON_REQ_Msk   (1UL << CoreDebug_DSCEMCR_CLR_MON_REQ_Pos)
 
#define CoreDebug_DSCEMCR_CLR_MON_PEND_Pos   17U
 
#define CoreDebug_DSCEMCR_CLR_MON_PEND_Msk   (1UL << CoreDebug_DSCEMCR_CLR_MON_PEND_Pos)
 
#define CoreDebug_DSCEMCR_SET_MON_REQ_Pos   3U
 
#define CoreDebug_DSCEMCR_SET_MON_REQ_Msk   (1UL << CoreDebug_DSCEMCR_SET_MON_REQ_Pos)
 
#define CoreDebug_DSCEMCR_SET_MON_PEND_Pos   1U
 
#define CoreDebug_DSCEMCR_SET_MON_PEND_Msk   (1UL << CoreDebug_DSCEMCR_SET_MON_PEND_Pos)
 
#define CoreDebug_DAUTHCTRL_UIDEN_Pos   10U
 
#define CoreDebug_DAUTHCTRL_UIDEN_Msk   (1UL << CoreDebug_DAUTHCTRL_UIDEN_Pos)
 
#define CoreDebug_DAUTHCTRL_UIDAPEN_Pos   9U
 
#define CoreDebug_DAUTHCTRL_UIDAPEN_Msk   (1UL << CoreDebug_DAUTHCTRL_UIDAPEN_Pos)
 
#define CoreDebug_DAUTHCTRL_FSDMA_Pos   8U
 
#define CoreDebug_DAUTHCTRL_FSDMA_Msk   (1UL << CoreDebug_DAUTHCTRL_FSDMA_Pos)
 
#define CoreDebug_DHCSR_S_FPD_Pos   23U
 
#define CoreDebug_DHCSR_S_FPD_Msk   (1UL << CoreDebug_DHCSR_S_FPD_Pos)
 
#define CoreDebug_DHCSR_S_SUIDE_Pos   22U
 
#define CoreDebug_DHCSR_S_SUIDE_Msk   (1UL << CoreDebug_DHCSR_S_SUIDE_Pos)
 
#define CoreDebug_DHCSR_S_NSUIDE_Pos   21U
 
#define CoreDebug_DHCSR_S_NSUIDE_Msk   (1UL << CoreDebug_DHCSR_S_NSUIDE_Pos)
 
#define CoreDebug_DHCSR_S_SDE_Pos   20U
 
#define CoreDebug_DHCSR_S_SDE_Msk   (1UL << CoreDebug_DHCSR_S_SDE_Pos)
 
#define CoreDebug_DHCSR_C_PMOV_Pos   6U
 
#define CoreDebug_DHCSR_C_PMOV_Msk   (1UL << CoreDebug_DHCSR_C_PMOV_Pos)
 
#define CoreDebug_DSCEMCR_CLR_MON_REQ_Pos   19U
 
#define CoreDebug_DSCEMCR_CLR_MON_REQ_Msk   (1UL << CoreDebug_DSCEMCR_CLR_MON_REQ_Pos)
 
#define CoreDebug_DSCEMCR_CLR_MON_PEND_Pos   17U
 
#define CoreDebug_DSCEMCR_CLR_MON_PEND_Msk   (1UL << CoreDebug_DSCEMCR_CLR_MON_PEND_Pos)
 
#define CoreDebug_DSCEMCR_SET_MON_REQ_Pos   3U
 
#define CoreDebug_DSCEMCR_SET_MON_REQ_Msk   (1UL << CoreDebug_DSCEMCR_SET_MON_REQ_Pos)
 
#define CoreDebug_DSCEMCR_SET_MON_PEND_Pos   1U
 
#define CoreDebug_DSCEMCR_SET_MON_PEND_Msk   (1UL << CoreDebug_DSCEMCR_SET_MON_PEND_Pos)
 
#define CoreDebug_DAUTHCTRL_UIDEN_Pos   10U
 
#define CoreDebug_DAUTHCTRL_UIDEN_Msk   (1UL << CoreDebug_DAUTHCTRL_UIDEN_Pos)
 
#define CoreDebug_DAUTHCTRL_UIDAPEN_Pos   9U
 
#define CoreDebug_DAUTHCTRL_UIDAPEN_Msk   (1UL << CoreDebug_DAUTHCTRL_UIDAPEN_Pos)
 
#define CoreDebug_DAUTHCTRL_FSDMA_Pos   8U
 
#define CoreDebug_DAUTHCTRL_FSDMA_Msk   (1UL << CoreDebug_DAUTHCTRL_FSDMA_Pos)
 
#define CoreDebug_DHCSR_S_FPD_Pos   23U
 
#define CoreDebug_DHCSR_S_FPD_Msk   (1UL << CoreDebug_DHCSR_S_FPD_Pos)
 
#define CoreDebug_DHCSR_S_SUIDE_Pos   22U
 
#define CoreDebug_DHCSR_S_SUIDE_Msk   (1UL << CoreDebug_DHCSR_S_SUIDE_Pos)
 
#define CoreDebug_DHCSR_S_NSUIDE_Pos   21U
 
#define CoreDebug_DHCSR_S_NSUIDE_Msk   (1UL << CoreDebug_DHCSR_S_NSUIDE_Pos)
 
#define CoreDebug_DHCSR_S_SDE_Pos   20U
 
#define CoreDebug_DHCSR_S_SDE_Msk   (1UL << CoreDebug_DHCSR_S_SDE_Pos)
 
#define CoreDebug_DHCSR_C_PMOV_Pos   6U
 
#define CoreDebug_DHCSR_C_PMOV_Msk   (1UL << CoreDebug_DHCSR_C_PMOV_Pos)
 
#define CoreDebug_DSCEMCR_CLR_MON_REQ_Pos   19U
 
#define CoreDebug_DSCEMCR_CLR_MON_REQ_Msk   (1UL << CoreDebug_DSCEMCR_CLR_MON_REQ_Pos)
 
#define CoreDebug_DSCEMCR_CLR_MON_PEND_Pos   17U
 
#define CoreDebug_DSCEMCR_CLR_MON_PEND_Msk   (1UL << CoreDebug_DSCEMCR_CLR_MON_PEND_Pos)
 
#define CoreDebug_DSCEMCR_SET_MON_REQ_Pos   3U
 
#define CoreDebug_DSCEMCR_SET_MON_REQ_Msk   (1UL << CoreDebug_DSCEMCR_SET_MON_REQ_Pos)
 
#define CoreDebug_DSCEMCR_SET_MON_PEND_Pos   1U
 
#define CoreDebug_DSCEMCR_SET_MON_PEND_Msk   (1UL << CoreDebug_DSCEMCR_SET_MON_PEND_Pos)
 
#define CoreDebug_DAUTHCTRL_UIDEN_Pos   10U
 
#define CoreDebug_DAUTHCTRL_UIDEN_Msk   (1UL << CoreDebug_DAUTHCTRL_UIDEN_Pos)
 
#define CoreDebug_DAUTHCTRL_UIDAPEN_Pos   9U
 
#define CoreDebug_DAUTHCTRL_UIDAPEN_Msk   (1UL << CoreDebug_DAUTHCTRL_UIDAPEN_Pos)
 
#define CoreDebug_DAUTHCTRL_FSDMA_Pos   8U
 
#define CoreDebug_DAUTHCTRL_FSDMA_Msk   (1UL << CoreDebug_DAUTHCTRL_FSDMA_Pos)
 
#define CoreDebug_DHCSR_S_FPD_Pos   23U
 
#define CoreDebug_DHCSR_S_FPD_Msk   (1UL << CoreDebug_DHCSR_S_FPD_Pos)
 
#define CoreDebug_DHCSR_S_SUIDE_Pos   22U
 
#define CoreDebug_DHCSR_S_SUIDE_Msk   (1UL << CoreDebug_DHCSR_S_SUIDE_Pos)
 
#define CoreDebug_DHCSR_S_NSUIDE_Pos   21U
 
#define CoreDebug_DHCSR_S_NSUIDE_Msk   (1UL << CoreDebug_DHCSR_S_NSUIDE_Pos)
 
#define CoreDebug_DHCSR_S_SDE_Pos   20U
 
#define CoreDebug_DHCSR_S_SDE_Msk   (1UL << CoreDebug_DHCSR_S_SDE_Pos)
 
#define CoreDebug_DHCSR_C_PMOV_Pos   6U
 
#define CoreDebug_DHCSR_C_PMOV_Msk   (1UL << CoreDebug_DHCSR_C_PMOV_Pos)
 
#define CoreDebug_DSCEMCR_CLR_MON_REQ_Pos   19U
 
#define CoreDebug_DSCEMCR_CLR_MON_REQ_Msk   (1UL << CoreDebug_DSCEMCR_CLR_MON_REQ_Pos)
 
#define CoreDebug_DSCEMCR_CLR_MON_PEND_Pos   17U
 
#define CoreDebug_DSCEMCR_CLR_MON_PEND_Msk   (1UL << CoreDebug_DSCEMCR_CLR_MON_PEND_Pos)
 
#define CoreDebug_DSCEMCR_SET_MON_REQ_Pos   3U
 
#define CoreDebug_DSCEMCR_SET_MON_REQ_Msk   (1UL << CoreDebug_DSCEMCR_SET_MON_REQ_Pos)
 
#define CoreDebug_DSCEMCR_SET_MON_PEND_Pos   1U
 
#define CoreDebug_DSCEMCR_SET_MON_PEND_Msk   (1UL << CoreDebug_DSCEMCR_SET_MON_PEND_Pos)
 
#define CoreDebug_DAUTHCTRL_UIDEN_Pos   10U
 
#define CoreDebug_DAUTHCTRL_UIDEN_Msk   (1UL << CoreDebug_DAUTHCTRL_UIDEN_Pos)
 
#define CoreDebug_DAUTHCTRL_UIDAPEN_Pos   9U
 
#define CoreDebug_DAUTHCTRL_UIDAPEN_Msk   (1UL << CoreDebug_DAUTHCTRL_UIDAPEN_Pos)
 
#define CoreDebug_DAUTHCTRL_FSDMA_Pos   8U
 
#define CoreDebug_DAUTHCTRL_FSDMA_Msk   (1UL << CoreDebug_DAUTHCTRL_FSDMA_Pos)
 
#define CoreDebug_DEMCR_DWTENA_Pos   24U
 
#define CoreDebug_DEMCR_DWTENA_Msk   (1UL << CoreDebug_DEMCR_DWTENA_Pos)
 
#define CoreDebug_DEMCR_DWTENA_Pos   24U
 
#define CoreDebug_DEMCR_DWTENA_Msk   (1UL << CoreDebug_DEMCR_DWTENA_Pos)
 
#define CoreDebug_DEMCR_DWTENA_Pos   24U
 
#define CoreDebug_DEMCR_DWTENA_Msk   (1UL << CoreDebug_DEMCR_DWTENA_Pos)
 
#define _BIT_SHIFT(IRQn)
 
#define _SHP_IDX(IRQn)
 
#define _IP_IDX(IRQn)
 
#define __NVIC_SetPriorityGrouping(X)
 
#define __NVIC_GetPriorityGrouping()
 

Detailed Description

Type definitions for the Core Debug Registers.

SC000 Core Debug Registers (DCB registers, SHCSR, and DFSR) are only accessible over DAP and not via processor. Therefore they are not covered by the SC000 header file.

Cortex-M1 Core Debug Registers (DCB registers, SHCSR, and DFSR) are only accessible over DAP and not via processor. Therefore they are not covered by the Cortex-M1 header file.

Cortex-M0+ Core Debug Registers (DCB registers, SHCSR, and DFSR) are only accessible over DAP and not via processor. Therefore they are not covered by the Cortex-M0+ header file.

Cortex-M0 Core Debug Registers (DCB registers, SHCSR, and DFSR) are only accessible over DAP and not via processor. Therefore they are not covered by the Cortex-M0 header file.

Macro Definition Documentation

◆ __NVIC_GetPriorityGrouping

#define __NVIC_GetPriorityGrouping ( void)
Value:
(0U)

Definition at line 1521 of file core_cm23.h.

◆ __NVIC_SetPriorityGrouping

#define __NVIC_SetPriorityGrouping ( X)
Value:
(void)(X)

Definition at line 1520 of file core_cm23.h.

◆ _BIT_SHIFT

#define _BIT_SHIFT ( IRQn)
Value:
( ((((uint32_t)(int32_t)(IRQn)) ) & 0x03UL) * 8UL)

Definition at line 1516 of file core_cm23.h.

◆ _IP_IDX

#define _IP_IDX ( IRQn)
Value:
( (((uint32_t)(int32_t)(IRQn)) >> 2UL) )

Definition at line 1518 of file core_cm23.h.

◆ _SHP_IDX

#define _SHP_IDX ( IRQn)
Value:
( (((((uint32_t)(int32_t)(IRQn)) & 0x0FUL)-8UL) >> 2UL) )

Definition at line 1517 of file core_cm23.h.

◆ CoreDebug_DAUTHCTRL_FSDMA_Msk [1/4]

#define CoreDebug_DAUTHCTRL_FSDMA_Msk   (1UL << CoreDebug_DAUTHCTRL_FSDMA_Pos)
Deprecated
CoreDebug DAUTHCTRL: FSDMA, Mask
Deprecated
CoreDebug DAUTHCTRL: FSDMA, Mask
Deprecated
CoreDebug DAUTHCTRL: FSDMA, Mask
Deprecated
CoreDebug DAUTHCTRL: FSDMA, Mask

Definition at line 2780 of file core_armv81mml.h.

◆ CoreDebug_DAUTHCTRL_FSDMA_Msk [2/4]

#define CoreDebug_DAUTHCTRL_FSDMA_Msk   (1UL << CoreDebug_DAUTHCTRL_FSDMA_Pos)
Deprecated
CoreDebug DAUTHCTRL: FSDMA, Mask
Deprecated
CoreDebug DAUTHCTRL: FSDMA, Mask
Deprecated
CoreDebug DAUTHCTRL: FSDMA, Mask

Definition at line 3334 of file core_cm55.h.

◆ CoreDebug_DAUTHCTRL_FSDMA_Msk [3/4]

#define CoreDebug_DAUTHCTRL_FSDMA_Msk   (1UL << CoreDebug_DAUTHCTRL_FSDMA_Pos)
Deprecated
CoreDebug DAUTHCTRL: FSDMA, Mask
Deprecated
CoreDebug DAUTHCTRL: FSDMA, Mask

Definition at line 3239 of file core_cm85.h.

◆ CoreDebug_DAUTHCTRL_FSDMA_Msk [4/4]

#define CoreDebug_DAUTHCTRL_FSDMA_Msk   (1UL << CoreDebug_DAUTHCTRL_FSDMA_Pos)
Deprecated
CoreDebug DAUTHCTRL: FSDMA, Mask

Definition at line 2780 of file core_armv81mml.h.

◆ CoreDebug_DAUTHCTRL_FSDMA_Pos [1/4]

#define CoreDebug_DAUTHCTRL_FSDMA_Pos   8U
Deprecated
CoreDebug DAUTHCTRL: FSDMA, Position
Deprecated
CoreDebug DAUTHCTRL: FSDMA, Position
Deprecated
CoreDebug DAUTHCTRL: FSDMA, Position
Deprecated
CoreDebug DAUTHCTRL: FSDMA, Position

Definition at line 2779 of file core_armv81mml.h.

◆ CoreDebug_DAUTHCTRL_FSDMA_Pos [2/4]

#define CoreDebug_DAUTHCTRL_FSDMA_Pos   8U
Deprecated
CoreDebug DAUTHCTRL: FSDMA, Position
Deprecated
CoreDebug DAUTHCTRL: FSDMA, Position
Deprecated
CoreDebug DAUTHCTRL: FSDMA, Position

Definition at line 3333 of file core_cm55.h.

◆ CoreDebug_DAUTHCTRL_FSDMA_Pos [3/4]

#define CoreDebug_DAUTHCTRL_FSDMA_Pos   8U
Deprecated
CoreDebug DAUTHCTRL: FSDMA, Position
Deprecated
CoreDebug DAUTHCTRL: FSDMA, Position

Definition at line 3238 of file core_cm85.h.

◆ CoreDebug_DAUTHCTRL_FSDMA_Pos [4/4]

#define CoreDebug_DAUTHCTRL_FSDMA_Pos   8U
Deprecated
CoreDebug DAUTHCTRL: FSDMA, Position

Definition at line 2779 of file core_armv81mml.h.

◆ CoreDebug_DAUTHCTRL_INTSPIDEN_Msk [1/12]

#define CoreDebug_DAUTHCTRL_INTSPIDEN_Msk   (1UL << CoreDebug_DAUTHCTRL_INTSPIDEN_Pos)
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Mask

Definition at line 2789 of file core_armv81mml.h.

◆ CoreDebug_DAUTHCTRL_INTSPIDEN_Msk [2/12]

#define CoreDebug_DAUTHCTRL_INTSPIDEN_Msk   (1UL << CoreDebug_DAUTHCTRL_INTSPIDEN_Pos)
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Mask

Definition at line 1069 of file core_armv8mbl.h.

◆ CoreDebug_DAUTHCTRL_INTSPIDEN_Msk [3/12]

#define CoreDebug_DAUTHCTRL_INTSPIDEN_Msk   (1UL << CoreDebug_DAUTHCTRL_INTSPIDEN_Pos)
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Mask

Definition at line 1865 of file core_armv8mml.h.

◆ CoreDebug_DAUTHCTRL_INTSPIDEN_Msk [4/12]

#define CoreDebug_DAUTHCTRL_INTSPIDEN_Msk   (1UL << CoreDebug_DAUTHCTRL_INTSPIDEN_Pos)
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Mask

Definition at line 1144 of file core_cm23.h.

◆ CoreDebug_DAUTHCTRL_INTSPIDEN_Msk [5/12]

#define CoreDebug_DAUTHCTRL_INTSPIDEN_Msk   (1UL << CoreDebug_DAUTHCTRL_INTSPIDEN_Pos)
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Mask

Definition at line 1940 of file core_cm33.h.

◆ CoreDebug_DAUTHCTRL_INTSPIDEN_Msk [6/12]

#define CoreDebug_DAUTHCTRL_INTSPIDEN_Msk   (1UL << CoreDebug_DAUTHCTRL_INTSPIDEN_Pos)
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Mask

Definition at line 1940 of file core_cm35p.h.

◆ CoreDebug_DAUTHCTRL_INTSPIDEN_Msk [7/12]

#define CoreDebug_DAUTHCTRL_INTSPIDEN_Msk   (1UL << CoreDebug_DAUTHCTRL_INTSPIDEN_Pos)
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Mask

Definition at line 3343 of file core_cm55.h.

◆ CoreDebug_DAUTHCTRL_INTSPIDEN_Msk [8/12]

#define CoreDebug_DAUTHCTRL_INTSPIDEN_Msk   (1UL << CoreDebug_DAUTHCTRL_INTSPIDEN_Pos)
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Mask

Definition at line 3248 of file core_cm85.h.

◆ CoreDebug_DAUTHCTRL_INTSPIDEN_Msk [9/12]

#define CoreDebug_DAUTHCTRL_INTSPIDEN_Msk   (1UL << CoreDebug_DAUTHCTRL_INTSPIDEN_Pos)
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Mask

Definition at line 2789 of file core_armv81mml.h.

◆ CoreDebug_DAUTHCTRL_INTSPIDEN_Msk [10/12]

#define CoreDebug_DAUTHCTRL_INTSPIDEN_Msk   (1UL << CoreDebug_DAUTHCTRL_INTSPIDEN_Pos)
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Mask

Definition at line 1069 of file core_armv8mbl.h.

◆ CoreDebug_DAUTHCTRL_INTSPIDEN_Msk [11/12]

#define CoreDebug_DAUTHCTRL_INTSPIDEN_Msk   (1UL << CoreDebug_DAUTHCTRL_INTSPIDEN_Pos)
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Mask

Definition at line 1865 of file core_armv8mml.h.

◆ CoreDebug_DAUTHCTRL_INTSPIDEN_Msk [12/12]

#define CoreDebug_DAUTHCTRL_INTSPIDEN_Msk   (1UL << CoreDebug_DAUTHCTRL_INTSPIDEN_Pos)
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Mask

Definition at line 1940 of file core_cm33.h.

◆ CoreDebug_DAUTHCTRL_INTSPIDEN_Pos [1/12]

#define CoreDebug_DAUTHCTRL_INTSPIDEN_Pos   1U
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Position
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Position
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Position
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Position
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Position
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Position
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Position
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Position
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Position
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Position
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Position
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Position

Definition at line 2788 of file core_armv81mml.h.

◆ CoreDebug_DAUTHCTRL_INTSPIDEN_Pos [2/12]

#define CoreDebug_DAUTHCTRL_INTSPIDEN_Pos   1U
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Position
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Position
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Position
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Position
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Position
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Position
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Position
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Position
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Position
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Position
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Position

Definition at line 1068 of file core_armv8mbl.h.

◆ CoreDebug_DAUTHCTRL_INTSPIDEN_Pos [3/12]

#define CoreDebug_DAUTHCTRL_INTSPIDEN_Pos   1U
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Position
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Position
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Position
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Position
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Position
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Position
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Position
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Position
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Position
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Position

Definition at line 1864 of file core_armv8mml.h.

◆ CoreDebug_DAUTHCTRL_INTSPIDEN_Pos [4/12]

#define CoreDebug_DAUTHCTRL_INTSPIDEN_Pos   1U
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Position
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Position
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Position
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Position
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Position
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Position
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Position
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Position
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Position

Definition at line 1143 of file core_cm23.h.

◆ CoreDebug_DAUTHCTRL_INTSPIDEN_Pos [5/12]

#define CoreDebug_DAUTHCTRL_INTSPIDEN_Pos   1U
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Position
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Position
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Position
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Position
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Position
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Position
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Position
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Position

Definition at line 1939 of file core_cm33.h.

◆ CoreDebug_DAUTHCTRL_INTSPIDEN_Pos [6/12]

#define CoreDebug_DAUTHCTRL_INTSPIDEN_Pos   1U
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Position
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Position
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Position
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Position
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Position
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Position
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Position

Definition at line 1939 of file core_cm35p.h.

◆ CoreDebug_DAUTHCTRL_INTSPIDEN_Pos [7/12]

#define CoreDebug_DAUTHCTRL_INTSPIDEN_Pos   1U
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Position
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Position
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Position
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Position
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Position
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Position

Definition at line 3342 of file core_cm55.h.

◆ CoreDebug_DAUTHCTRL_INTSPIDEN_Pos [8/12]

#define CoreDebug_DAUTHCTRL_INTSPIDEN_Pos   1U
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Position
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Position
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Position
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Position
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Position

Definition at line 3247 of file core_cm85.h.

◆ CoreDebug_DAUTHCTRL_INTSPIDEN_Pos [9/12]

#define CoreDebug_DAUTHCTRL_INTSPIDEN_Pos   1U
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Position
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Position
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Position
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Position

Definition at line 2788 of file core_armv81mml.h.

◆ CoreDebug_DAUTHCTRL_INTSPIDEN_Pos [10/12]

#define CoreDebug_DAUTHCTRL_INTSPIDEN_Pos   1U
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Position
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Position
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Position

Definition at line 1068 of file core_armv8mbl.h.

◆ CoreDebug_DAUTHCTRL_INTSPIDEN_Pos [11/12]

#define CoreDebug_DAUTHCTRL_INTSPIDEN_Pos   1U
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Position
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Position

Definition at line 1864 of file core_armv8mml.h.

◆ CoreDebug_DAUTHCTRL_INTSPIDEN_Pos [12/12]

#define CoreDebug_DAUTHCTRL_INTSPIDEN_Pos   1U
Deprecated
CoreDebug DAUTHCTRL: INTSPIDEN Position

Definition at line 1939 of file core_cm33.h.

◆ CoreDebug_DAUTHCTRL_INTSPNIDEN_Msk [1/12]

#define CoreDebug_DAUTHCTRL_INTSPNIDEN_Msk   (1UL << CoreDebug_DAUTHCTRL_INTSPNIDEN_Pos)
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Mask

Definition at line 2783 of file core_armv81mml.h.

◆ CoreDebug_DAUTHCTRL_INTSPNIDEN_Msk [2/12]

#define CoreDebug_DAUTHCTRL_INTSPNIDEN_Msk   (1UL << CoreDebug_DAUTHCTRL_INTSPNIDEN_Pos)
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Mask

Definition at line 1063 of file core_armv8mbl.h.

◆ CoreDebug_DAUTHCTRL_INTSPNIDEN_Msk [3/12]

#define CoreDebug_DAUTHCTRL_INTSPNIDEN_Msk   (1UL << CoreDebug_DAUTHCTRL_INTSPNIDEN_Pos)
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Mask

Definition at line 1859 of file core_armv8mml.h.

◆ CoreDebug_DAUTHCTRL_INTSPNIDEN_Msk [4/12]

#define CoreDebug_DAUTHCTRL_INTSPNIDEN_Msk   (1UL << CoreDebug_DAUTHCTRL_INTSPNIDEN_Pos)
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Mask

Definition at line 1138 of file core_cm23.h.

◆ CoreDebug_DAUTHCTRL_INTSPNIDEN_Msk [5/12]

#define CoreDebug_DAUTHCTRL_INTSPNIDEN_Msk   (1UL << CoreDebug_DAUTHCTRL_INTSPNIDEN_Pos)
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Mask

Definition at line 1934 of file core_cm33.h.

◆ CoreDebug_DAUTHCTRL_INTSPNIDEN_Msk [6/12]

#define CoreDebug_DAUTHCTRL_INTSPNIDEN_Msk   (1UL << CoreDebug_DAUTHCTRL_INTSPNIDEN_Pos)
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Mask

Definition at line 1934 of file core_cm35p.h.

◆ CoreDebug_DAUTHCTRL_INTSPNIDEN_Msk [7/12]

#define CoreDebug_DAUTHCTRL_INTSPNIDEN_Msk   (1UL << CoreDebug_DAUTHCTRL_INTSPNIDEN_Pos)
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Mask

Definition at line 3337 of file core_cm55.h.

◆ CoreDebug_DAUTHCTRL_INTSPNIDEN_Msk [8/12]

#define CoreDebug_DAUTHCTRL_INTSPNIDEN_Msk   (1UL << CoreDebug_DAUTHCTRL_INTSPNIDEN_Pos)
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Mask

Definition at line 3242 of file core_cm85.h.

◆ CoreDebug_DAUTHCTRL_INTSPNIDEN_Msk [9/12]

#define CoreDebug_DAUTHCTRL_INTSPNIDEN_Msk   (1UL << CoreDebug_DAUTHCTRL_INTSPNIDEN_Pos)
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Mask

Definition at line 2783 of file core_armv81mml.h.

◆ CoreDebug_DAUTHCTRL_INTSPNIDEN_Msk [10/12]

#define CoreDebug_DAUTHCTRL_INTSPNIDEN_Msk   (1UL << CoreDebug_DAUTHCTRL_INTSPNIDEN_Pos)
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Mask

Definition at line 1063 of file core_armv8mbl.h.

◆ CoreDebug_DAUTHCTRL_INTSPNIDEN_Msk [11/12]

#define CoreDebug_DAUTHCTRL_INTSPNIDEN_Msk   (1UL << CoreDebug_DAUTHCTRL_INTSPNIDEN_Pos)
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Mask
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Mask

Definition at line 1859 of file core_armv8mml.h.

◆ CoreDebug_DAUTHCTRL_INTSPNIDEN_Msk [12/12]

#define CoreDebug_DAUTHCTRL_INTSPNIDEN_Msk   (1UL << CoreDebug_DAUTHCTRL_INTSPNIDEN_Pos)
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Mask

Definition at line 1934 of file core_cm33.h.

◆ CoreDebug_DAUTHCTRL_INTSPNIDEN_Pos [1/12]

#define CoreDebug_DAUTHCTRL_INTSPNIDEN_Pos   3U
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Position
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Position
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Position
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Position
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Position
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Position
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Position
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Position
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Position
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Position
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Position
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Position

Definition at line 2782 of file core_armv81mml.h.

◆ CoreDebug_DAUTHCTRL_INTSPNIDEN_Pos [2/12]

#define CoreDebug_DAUTHCTRL_INTSPNIDEN_Pos   3U
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Position
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Position
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Position
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Position
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Position
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Position
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Position
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Position
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Position
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Position
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Position

Definition at line 1062 of file core_armv8mbl.h.

◆ CoreDebug_DAUTHCTRL_INTSPNIDEN_Pos [3/12]

#define CoreDebug_DAUTHCTRL_INTSPNIDEN_Pos   3U
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Position
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Position
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Position
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Position
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Position
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Position
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Position
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Position
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Position
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Position

Definition at line 1858 of file core_armv8mml.h.

◆ CoreDebug_DAUTHCTRL_INTSPNIDEN_Pos [4/12]

#define CoreDebug_DAUTHCTRL_INTSPNIDEN_Pos   3U
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Position
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Position
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Position
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Position
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Position
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Position
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Position
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Position
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Position

Definition at line 1137 of file core_cm23.h.

◆ CoreDebug_DAUTHCTRL_INTSPNIDEN_Pos [5/12]

#define CoreDebug_DAUTHCTRL_INTSPNIDEN_Pos   3U
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Position
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Position
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Position
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Position
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Position
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Position
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Position
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Position

Definition at line 1933 of file core_cm33.h.

◆ CoreDebug_DAUTHCTRL_INTSPNIDEN_Pos [6/12]

#define CoreDebug_DAUTHCTRL_INTSPNIDEN_Pos   3U
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Position
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Position
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Position
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Position
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Position
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Position
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Position

Definition at line 1933 of file core_cm35p.h.

◆ CoreDebug_DAUTHCTRL_INTSPNIDEN_Pos [7/12]

#define CoreDebug_DAUTHCTRL_INTSPNIDEN_Pos   3U
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Position
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Position
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Position
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Position
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Position
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Position

Definition at line 3336 of file core_cm55.h.

◆ CoreDebug_DAUTHCTRL_INTSPNIDEN_Pos [8/12]

#define CoreDebug_DAUTHCTRL_INTSPNIDEN_Pos   3U
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Position
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Position
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Position
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Position
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Position

Definition at line 3241 of file core_cm85.h.

◆ CoreDebug_DAUTHCTRL_INTSPNIDEN_Pos [9/12]

#define CoreDebug_DAUTHCTRL_INTSPNIDEN_Pos   3U
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Position
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Position
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Position
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Position

Definition at line 2782 of file core_armv81mml.h.

◆ CoreDebug_DAUTHCTRL_INTSPNIDEN_Pos [10/12]

#define CoreDebug_DAUTHCTRL_INTSPNIDEN_Pos   3U
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Position
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Position
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Position

Definition at line 1062 of file core_armv8mbl.h.

◆ CoreDebug_DAUTHCTRL_INTSPNIDEN_Pos [11/12]

#define CoreDebug_DAUTHCTRL_INTSPNIDEN_Pos   3U
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Position
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Position

Definition at line 1858 of file core_armv8mml.h.

◆ CoreDebug_DAUTHCTRL_INTSPNIDEN_Pos [12/12]

#define CoreDebug_DAUTHCTRL_INTSPNIDEN_Pos   3U
Deprecated
CoreDebug DAUTHCTRL: INTSPNIDEN, Position

Definition at line 1933 of file core_cm33.h.

◆ CoreDebug_DAUTHCTRL_SPIDENSEL_Msk [1/12]

#define CoreDebug_DAUTHCTRL_SPIDENSEL_Msk   (1UL /*<< CoreDebug_DAUTHCTRL_SPIDENSEL_Pos*/)
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Mask

Definition at line 2792 of file core_armv81mml.h.

◆ CoreDebug_DAUTHCTRL_SPIDENSEL_Msk [2/12]

#define CoreDebug_DAUTHCTRL_SPIDENSEL_Msk   (1UL /*<< CoreDebug_DAUTHCTRL_SPIDENSEL_Pos*/)
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Mask

Definition at line 1072 of file core_armv8mbl.h.

◆ CoreDebug_DAUTHCTRL_SPIDENSEL_Msk [3/12]

#define CoreDebug_DAUTHCTRL_SPIDENSEL_Msk   (1UL /*<< CoreDebug_DAUTHCTRL_SPIDENSEL_Pos*/)
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Mask

Definition at line 1868 of file core_armv8mml.h.

◆ CoreDebug_DAUTHCTRL_SPIDENSEL_Msk [4/12]

#define CoreDebug_DAUTHCTRL_SPIDENSEL_Msk   (1UL /*<< CoreDebug_DAUTHCTRL_SPIDENSEL_Pos*/)
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Mask

Definition at line 1147 of file core_cm23.h.

◆ CoreDebug_DAUTHCTRL_SPIDENSEL_Msk [5/12]

#define CoreDebug_DAUTHCTRL_SPIDENSEL_Msk   (1UL /*<< CoreDebug_DAUTHCTRL_SPIDENSEL_Pos*/)
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Mask

Definition at line 1943 of file core_cm33.h.

◆ CoreDebug_DAUTHCTRL_SPIDENSEL_Msk [6/12]

#define CoreDebug_DAUTHCTRL_SPIDENSEL_Msk   (1UL /*<< CoreDebug_DAUTHCTRL_SPIDENSEL_Pos*/)
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Mask

Definition at line 1943 of file core_cm35p.h.

◆ CoreDebug_DAUTHCTRL_SPIDENSEL_Msk [7/12]

#define CoreDebug_DAUTHCTRL_SPIDENSEL_Msk   (1UL /*<< CoreDebug_DAUTHCTRL_SPIDENSEL_Pos*/)
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Mask

Definition at line 3346 of file core_cm55.h.

◆ CoreDebug_DAUTHCTRL_SPIDENSEL_Msk [8/12]

#define CoreDebug_DAUTHCTRL_SPIDENSEL_Msk   (1UL /*<< CoreDebug_DAUTHCTRL_SPIDENSEL_Pos*/)
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Mask

Definition at line 3251 of file core_cm85.h.

◆ CoreDebug_DAUTHCTRL_SPIDENSEL_Msk [9/12]

#define CoreDebug_DAUTHCTRL_SPIDENSEL_Msk   (1UL /*<< CoreDebug_DAUTHCTRL_SPIDENSEL_Pos*/)
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Mask

Definition at line 2792 of file core_armv81mml.h.

◆ CoreDebug_DAUTHCTRL_SPIDENSEL_Msk [10/12]

#define CoreDebug_DAUTHCTRL_SPIDENSEL_Msk   (1UL /*<< CoreDebug_DAUTHCTRL_SPIDENSEL_Pos*/)
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Mask

Definition at line 1072 of file core_armv8mbl.h.

◆ CoreDebug_DAUTHCTRL_SPIDENSEL_Msk [11/12]

#define CoreDebug_DAUTHCTRL_SPIDENSEL_Msk   (1UL /*<< CoreDebug_DAUTHCTRL_SPIDENSEL_Pos*/)
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Mask

Definition at line 1868 of file core_armv8mml.h.

◆ CoreDebug_DAUTHCTRL_SPIDENSEL_Msk [12/12]

#define CoreDebug_DAUTHCTRL_SPIDENSEL_Msk   (1UL /*<< CoreDebug_DAUTHCTRL_SPIDENSEL_Pos*/)
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Mask

Definition at line 1943 of file core_cm33.h.

◆ CoreDebug_DAUTHCTRL_SPIDENSEL_Pos [1/12]

#define CoreDebug_DAUTHCTRL_SPIDENSEL_Pos   0U
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Position

Definition at line 2791 of file core_armv81mml.h.

◆ CoreDebug_DAUTHCTRL_SPIDENSEL_Pos [2/12]

#define CoreDebug_DAUTHCTRL_SPIDENSEL_Pos   0U
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Position

Definition at line 1071 of file core_armv8mbl.h.

◆ CoreDebug_DAUTHCTRL_SPIDENSEL_Pos [3/12]

#define CoreDebug_DAUTHCTRL_SPIDENSEL_Pos   0U
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Position

Definition at line 1867 of file core_armv8mml.h.

◆ CoreDebug_DAUTHCTRL_SPIDENSEL_Pos [4/12]

#define CoreDebug_DAUTHCTRL_SPIDENSEL_Pos   0U
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Position

Definition at line 1146 of file core_cm23.h.

◆ CoreDebug_DAUTHCTRL_SPIDENSEL_Pos [5/12]

#define CoreDebug_DAUTHCTRL_SPIDENSEL_Pos   0U
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Position

Definition at line 1942 of file core_cm33.h.

◆ CoreDebug_DAUTHCTRL_SPIDENSEL_Pos [6/12]

#define CoreDebug_DAUTHCTRL_SPIDENSEL_Pos   0U
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Position

Definition at line 1942 of file core_cm35p.h.

◆ CoreDebug_DAUTHCTRL_SPIDENSEL_Pos [7/12]

#define CoreDebug_DAUTHCTRL_SPIDENSEL_Pos   0U
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Position

Definition at line 3345 of file core_cm55.h.

◆ CoreDebug_DAUTHCTRL_SPIDENSEL_Pos [8/12]

#define CoreDebug_DAUTHCTRL_SPIDENSEL_Pos   0U
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Position

Definition at line 3250 of file core_cm85.h.

◆ CoreDebug_DAUTHCTRL_SPIDENSEL_Pos [9/12]

#define CoreDebug_DAUTHCTRL_SPIDENSEL_Pos   0U
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Position

Definition at line 2791 of file core_armv81mml.h.

◆ CoreDebug_DAUTHCTRL_SPIDENSEL_Pos [10/12]

#define CoreDebug_DAUTHCTRL_SPIDENSEL_Pos   0U
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Position

Definition at line 1071 of file core_armv8mbl.h.

◆ CoreDebug_DAUTHCTRL_SPIDENSEL_Pos [11/12]

#define CoreDebug_DAUTHCTRL_SPIDENSEL_Pos   0U
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Position

Definition at line 1867 of file core_armv8mml.h.

◆ CoreDebug_DAUTHCTRL_SPIDENSEL_Pos [12/12]

#define CoreDebug_DAUTHCTRL_SPIDENSEL_Pos   0U
Deprecated
CoreDebug DAUTHCTRL: SPIDENSEL Position

Definition at line 1942 of file core_cm33.h.

◆ CoreDebug_DAUTHCTRL_SPNIDENSEL_Msk [1/12]

#define CoreDebug_DAUTHCTRL_SPNIDENSEL_Msk   (1UL << CoreDebug_DAUTHCTRL_SPNIDENSEL_Pos)
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Mask

Definition at line 2786 of file core_armv81mml.h.

◆ CoreDebug_DAUTHCTRL_SPNIDENSEL_Msk [2/12]

#define CoreDebug_DAUTHCTRL_SPNIDENSEL_Msk   (1UL << CoreDebug_DAUTHCTRL_SPNIDENSEL_Pos)
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Mask

Definition at line 1066 of file core_armv8mbl.h.

◆ CoreDebug_DAUTHCTRL_SPNIDENSEL_Msk [3/12]

#define CoreDebug_DAUTHCTRL_SPNIDENSEL_Msk   (1UL << CoreDebug_DAUTHCTRL_SPNIDENSEL_Pos)
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Mask

Definition at line 1862 of file core_armv8mml.h.

◆ CoreDebug_DAUTHCTRL_SPNIDENSEL_Msk [4/12]

#define CoreDebug_DAUTHCTRL_SPNIDENSEL_Msk   (1UL << CoreDebug_DAUTHCTRL_SPNIDENSEL_Pos)
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Mask

Definition at line 1141 of file core_cm23.h.

◆ CoreDebug_DAUTHCTRL_SPNIDENSEL_Msk [5/12]

#define CoreDebug_DAUTHCTRL_SPNIDENSEL_Msk   (1UL << CoreDebug_DAUTHCTRL_SPNIDENSEL_Pos)
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Mask

Definition at line 1937 of file core_cm33.h.

◆ CoreDebug_DAUTHCTRL_SPNIDENSEL_Msk [6/12]

#define CoreDebug_DAUTHCTRL_SPNIDENSEL_Msk   (1UL << CoreDebug_DAUTHCTRL_SPNIDENSEL_Pos)
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Mask

Definition at line 1937 of file core_cm35p.h.

◆ CoreDebug_DAUTHCTRL_SPNIDENSEL_Msk [7/12]

#define CoreDebug_DAUTHCTRL_SPNIDENSEL_Msk   (1UL << CoreDebug_DAUTHCTRL_SPNIDENSEL_Pos)
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Mask

Definition at line 3340 of file core_cm55.h.

◆ CoreDebug_DAUTHCTRL_SPNIDENSEL_Msk [8/12]

#define CoreDebug_DAUTHCTRL_SPNIDENSEL_Msk   (1UL << CoreDebug_DAUTHCTRL_SPNIDENSEL_Pos)
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Mask

Definition at line 3245 of file core_cm85.h.

◆ CoreDebug_DAUTHCTRL_SPNIDENSEL_Msk [9/12]

#define CoreDebug_DAUTHCTRL_SPNIDENSEL_Msk   (1UL << CoreDebug_DAUTHCTRL_SPNIDENSEL_Pos)
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Mask

Definition at line 2786 of file core_armv81mml.h.

◆ CoreDebug_DAUTHCTRL_SPNIDENSEL_Msk [10/12]

#define CoreDebug_DAUTHCTRL_SPNIDENSEL_Msk   (1UL << CoreDebug_DAUTHCTRL_SPNIDENSEL_Pos)
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Mask

Definition at line 1066 of file core_armv8mbl.h.

◆ CoreDebug_DAUTHCTRL_SPNIDENSEL_Msk [11/12]

#define CoreDebug_DAUTHCTRL_SPNIDENSEL_Msk   (1UL << CoreDebug_DAUTHCTRL_SPNIDENSEL_Pos)
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Mask
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Mask

Definition at line 1862 of file core_armv8mml.h.

◆ CoreDebug_DAUTHCTRL_SPNIDENSEL_Msk [12/12]

#define CoreDebug_DAUTHCTRL_SPNIDENSEL_Msk   (1UL << CoreDebug_DAUTHCTRL_SPNIDENSEL_Pos)
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Mask

Definition at line 1937 of file core_cm33.h.

◆ CoreDebug_DAUTHCTRL_SPNIDENSEL_Pos [1/12]

#define CoreDebug_DAUTHCTRL_SPNIDENSEL_Pos   2U
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Position

Definition at line 2785 of file core_armv81mml.h.

◆ CoreDebug_DAUTHCTRL_SPNIDENSEL_Pos [2/12]

#define CoreDebug_DAUTHCTRL_SPNIDENSEL_Pos   2U
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Position

Definition at line 1065 of file core_armv8mbl.h.

◆ CoreDebug_DAUTHCTRL_SPNIDENSEL_Pos [3/12]

#define CoreDebug_DAUTHCTRL_SPNIDENSEL_Pos   2U
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Position

Definition at line 1861 of file core_armv8mml.h.

◆ CoreDebug_DAUTHCTRL_SPNIDENSEL_Pos [4/12]

#define CoreDebug_DAUTHCTRL_SPNIDENSEL_Pos   2U
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Position

Definition at line 1140 of file core_cm23.h.

◆ CoreDebug_DAUTHCTRL_SPNIDENSEL_Pos [5/12]

#define CoreDebug_DAUTHCTRL_SPNIDENSEL_Pos   2U
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Position

Definition at line 1936 of file core_cm33.h.

◆ CoreDebug_DAUTHCTRL_SPNIDENSEL_Pos [6/12]

#define CoreDebug_DAUTHCTRL_SPNIDENSEL_Pos   2U
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Position

Definition at line 1936 of file core_cm35p.h.

◆ CoreDebug_DAUTHCTRL_SPNIDENSEL_Pos [7/12]

#define CoreDebug_DAUTHCTRL_SPNIDENSEL_Pos   2U
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Position

Definition at line 3339 of file core_cm55.h.

◆ CoreDebug_DAUTHCTRL_SPNIDENSEL_Pos [8/12]

#define CoreDebug_DAUTHCTRL_SPNIDENSEL_Pos   2U
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Position

Definition at line 3244 of file core_cm85.h.

◆ CoreDebug_DAUTHCTRL_SPNIDENSEL_Pos [9/12]

#define CoreDebug_DAUTHCTRL_SPNIDENSEL_Pos   2U
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Position

Definition at line 2785 of file core_armv81mml.h.

◆ CoreDebug_DAUTHCTRL_SPNIDENSEL_Pos [10/12]

#define CoreDebug_DAUTHCTRL_SPNIDENSEL_Pos   2U
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Position

Definition at line 1065 of file core_armv8mbl.h.

◆ CoreDebug_DAUTHCTRL_SPNIDENSEL_Pos [11/12]

#define CoreDebug_DAUTHCTRL_SPNIDENSEL_Pos   2U
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Position
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Position

Definition at line 1861 of file core_armv8mml.h.

◆ CoreDebug_DAUTHCTRL_SPNIDENSEL_Pos [12/12]

#define CoreDebug_DAUTHCTRL_SPNIDENSEL_Pos   2U
Deprecated
CoreDebug DAUTHCTRL: SPNIDENSEL Position

Definition at line 1936 of file core_cm33.h.

◆ CoreDebug_DAUTHCTRL_UIDAPEN_Msk [1/4]

#define CoreDebug_DAUTHCTRL_UIDAPEN_Msk   (1UL << CoreDebug_DAUTHCTRL_UIDAPEN_Pos)
Deprecated
CoreDebug DAUTHCTRL: UIDAPEN, Mask
Deprecated
CoreDebug DAUTHCTRL: UIDAPEN, Mask
Deprecated
CoreDebug DAUTHCTRL: UIDAPEN, Mask
Deprecated
CoreDebug DAUTHCTRL: UIDAPEN, Mask

Definition at line 2777 of file core_armv81mml.h.

◆ CoreDebug_DAUTHCTRL_UIDAPEN_Msk [2/4]

#define CoreDebug_DAUTHCTRL_UIDAPEN_Msk   (1UL << CoreDebug_DAUTHCTRL_UIDAPEN_Pos)
Deprecated
CoreDebug DAUTHCTRL: UIDAPEN, Mask
Deprecated
CoreDebug DAUTHCTRL: UIDAPEN, Mask
Deprecated
CoreDebug DAUTHCTRL: UIDAPEN, Mask

Definition at line 3331 of file core_cm55.h.

◆ CoreDebug_DAUTHCTRL_UIDAPEN_Msk [3/4]

#define CoreDebug_DAUTHCTRL_UIDAPEN_Msk   (1UL << CoreDebug_DAUTHCTRL_UIDAPEN_Pos)
Deprecated
CoreDebug DAUTHCTRL: UIDAPEN, Mask
Deprecated
CoreDebug DAUTHCTRL: UIDAPEN, Mask

Definition at line 3236 of file core_cm85.h.

◆ CoreDebug_DAUTHCTRL_UIDAPEN_Msk [4/4]

#define CoreDebug_DAUTHCTRL_UIDAPEN_Msk   (1UL << CoreDebug_DAUTHCTRL_UIDAPEN_Pos)
Deprecated
CoreDebug DAUTHCTRL: UIDAPEN, Mask

Definition at line 2777 of file core_armv81mml.h.

◆ CoreDebug_DAUTHCTRL_UIDAPEN_Pos [1/4]

#define CoreDebug_DAUTHCTRL_UIDAPEN_Pos   9U
Deprecated
CoreDebug DAUTHCTRL: UIDAPEN, Position
Deprecated
CoreDebug DAUTHCTRL: UIDAPEN, Position
Deprecated
CoreDebug DAUTHCTRL: UIDAPEN, Position
Deprecated
CoreDebug DAUTHCTRL: UIDAPEN, Position

Definition at line 2776 of file core_armv81mml.h.

◆ CoreDebug_DAUTHCTRL_UIDAPEN_Pos [2/4]

#define CoreDebug_DAUTHCTRL_UIDAPEN_Pos   9U
Deprecated
CoreDebug DAUTHCTRL: UIDAPEN, Position
Deprecated
CoreDebug DAUTHCTRL: UIDAPEN, Position
Deprecated
CoreDebug DAUTHCTRL: UIDAPEN, Position

Definition at line 3330 of file core_cm55.h.

◆ CoreDebug_DAUTHCTRL_UIDAPEN_Pos [3/4]

#define CoreDebug_DAUTHCTRL_UIDAPEN_Pos   9U
Deprecated
CoreDebug DAUTHCTRL: UIDAPEN, Position
Deprecated
CoreDebug DAUTHCTRL: UIDAPEN, Position

Definition at line 3235 of file core_cm85.h.

◆ CoreDebug_DAUTHCTRL_UIDAPEN_Pos [4/4]

#define CoreDebug_DAUTHCTRL_UIDAPEN_Pos   9U
Deprecated
CoreDebug DAUTHCTRL: UIDAPEN, Position

Definition at line 2776 of file core_armv81mml.h.

◆ CoreDebug_DAUTHCTRL_UIDEN_Msk [1/4]

#define CoreDebug_DAUTHCTRL_UIDEN_Msk   (1UL << CoreDebug_DAUTHCTRL_UIDEN_Pos)
Deprecated
CoreDebug DAUTHCTRL: UIDEN, Mask
Deprecated
CoreDebug DAUTHCTRL: UIDEN, Mask
Deprecated
CoreDebug DAUTHCTRL: UIDEN, Mask
Deprecated
CoreDebug DAUTHCTRL: UIDEN, Mask

Definition at line 2774 of file core_armv81mml.h.

◆ CoreDebug_DAUTHCTRL_UIDEN_Msk [2/4]

#define CoreDebug_DAUTHCTRL_UIDEN_Msk   (1UL << CoreDebug_DAUTHCTRL_UIDEN_Pos)
Deprecated
CoreDebug DAUTHCTRL: UIDEN, Mask
Deprecated
CoreDebug DAUTHCTRL: UIDEN, Mask
Deprecated
CoreDebug DAUTHCTRL: UIDEN, Mask

Definition at line 3328 of file core_cm55.h.

◆ CoreDebug_DAUTHCTRL_UIDEN_Msk [3/4]

#define CoreDebug_DAUTHCTRL_UIDEN_Msk   (1UL << CoreDebug_DAUTHCTRL_UIDEN_Pos)
Deprecated
CoreDebug DAUTHCTRL: UIDEN, Mask
Deprecated
CoreDebug DAUTHCTRL: UIDEN, Mask

Definition at line 3233 of file core_cm85.h.

◆ CoreDebug_DAUTHCTRL_UIDEN_Msk [4/4]

#define CoreDebug_DAUTHCTRL_UIDEN_Msk   (1UL << CoreDebug_DAUTHCTRL_UIDEN_Pos)
Deprecated
CoreDebug DAUTHCTRL: UIDEN, Mask

Definition at line 2774 of file core_armv81mml.h.

◆ CoreDebug_DAUTHCTRL_UIDEN_Pos [1/4]

#define CoreDebug_DAUTHCTRL_UIDEN_Pos   10U
Deprecated
CoreDebug DAUTHCTRL: UIDEN, Position
Deprecated
CoreDebug DAUTHCTRL: UIDEN, Position
Deprecated
CoreDebug DAUTHCTRL: UIDEN, Position
Deprecated
CoreDebug DAUTHCTRL: UIDEN, Position

Definition at line 2773 of file core_armv81mml.h.

◆ CoreDebug_DAUTHCTRL_UIDEN_Pos [2/4]

#define CoreDebug_DAUTHCTRL_UIDEN_Pos   10U
Deprecated
CoreDebug DAUTHCTRL: UIDEN, Position
Deprecated
CoreDebug DAUTHCTRL: UIDEN, Position
Deprecated
CoreDebug DAUTHCTRL: UIDEN, Position

Definition at line 3327 of file core_cm55.h.

◆ CoreDebug_DAUTHCTRL_UIDEN_Pos [3/4]

#define CoreDebug_DAUTHCTRL_UIDEN_Pos   10U
Deprecated
CoreDebug DAUTHCTRL: UIDEN, Position
Deprecated
CoreDebug DAUTHCTRL: UIDEN, Position

Definition at line 3232 of file core_cm85.h.

◆ CoreDebug_DAUTHCTRL_UIDEN_Pos [4/4]

#define CoreDebug_DAUTHCTRL_UIDEN_Pos   10U
Deprecated
CoreDebug DAUTHCTRL: UIDEN, Position

Definition at line 2773 of file core_armv81mml.h.

◆ CoreDebug_DCRSR_REGSEL_Msk [1/17]

#define CoreDebug_DCRSR_REGSEL_Msk   (0x1FUL /*<< CoreDebug_DCRSR_REGSEL_Pos*/)
Deprecated
CoreDebug DCRSR: REGSEL Mask
Deprecated
CoreDebug DCRSR: REGSEL Mask
Deprecated
CoreDebug DCRSR: REGSEL Mask
Deprecated
CoreDebug DCRSR: REGSEL Mask

CoreDebug DCRSR: REGSEL Mask

Deprecated
CoreDebug DCRSR: REGSEL Mask
Deprecated
CoreDebug DCRSR: REGSEL Mask
Deprecated
CoreDebug DCRSR: REGSEL Mask
Deprecated
CoreDebug DCRSR: REGSEL Mask
Deprecated
CoreDebug DCRSR: REGSEL Mask
Deprecated
CoreDebug DCRSR: REGSEL Mask
Deprecated
CoreDebug DCRSR: REGSEL Mask
Deprecated
CoreDebug DCRSR: REGSEL Mask

Definition at line 2717 of file core_armv81mml.h.

◆ CoreDebug_DCRSR_REGSEL_Msk [2/17]

#define CoreDebug_DCRSR_REGSEL_Msk   (0x1FUL /*<< CoreDebug_DCRSR_REGSEL_Pos*/)
Deprecated
CoreDebug DCRSR: REGSEL Mask
Deprecated
CoreDebug DCRSR: REGSEL Mask
Deprecated
CoreDebug DCRSR: REGSEL Mask

CoreDebug DCRSR: REGSEL Mask

Deprecated
CoreDebug DCRSR: REGSEL Mask
Deprecated
CoreDebug DCRSR: REGSEL Mask
Deprecated
CoreDebug DCRSR: REGSEL Mask
Deprecated
CoreDebug DCRSR: REGSEL Mask
Deprecated
CoreDebug DCRSR: REGSEL Mask
Deprecated
CoreDebug DCRSR: REGSEL Mask
Deprecated
CoreDebug DCRSR: REGSEL Mask
Deprecated
CoreDebug DCRSR: REGSEL Mask

Definition at line 1049 of file core_armv8mbl.h.

◆ CoreDebug_DCRSR_REGSEL_Msk [3/17]

#define CoreDebug_DCRSR_REGSEL_Msk   (0x1FUL /*<< CoreDebug_DCRSR_REGSEL_Pos*/)
Deprecated
CoreDebug DCRSR: REGSEL Mask
Deprecated
CoreDebug DCRSR: REGSEL Mask

CoreDebug DCRSR: REGSEL Mask

Deprecated
CoreDebug DCRSR: REGSEL Mask
Deprecated
CoreDebug DCRSR: REGSEL Mask
Deprecated
CoreDebug DCRSR: REGSEL Mask
Deprecated
CoreDebug DCRSR: REGSEL Mask
Deprecated
CoreDebug DCRSR: REGSEL Mask
Deprecated
CoreDebug DCRSR: REGSEL Mask
Deprecated
CoreDebug DCRSR: REGSEL Mask
Deprecated
CoreDebug DCRSR: REGSEL Mask

Definition at line 1815 of file core_armv8mml.h.

◆ CoreDebug_DCRSR_REGSEL_Msk [4/17]

#define CoreDebug_DCRSR_REGSEL_Msk   (0x1FUL /*<< CoreDebug_DCRSR_REGSEL_Pos*/)
Deprecated
CoreDebug DCRSR: REGSEL Mask

CoreDebug DCRSR: REGSEL Mask

Deprecated
CoreDebug DCRSR: REGSEL Mask
Deprecated
CoreDebug DCRSR: REGSEL Mask
Deprecated
CoreDebug DCRSR: REGSEL Mask
Deprecated
CoreDebug DCRSR: REGSEL Mask
Deprecated
CoreDebug DCRSR: REGSEL Mask
Deprecated
CoreDebug DCRSR: REGSEL Mask
Deprecated
CoreDebug DCRSR: REGSEL Mask
Deprecated
CoreDebug DCRSR: REGSEL Mask

Definition at line 1124 of file core_cm23.h.

◆ CoreDebug_DCRSR_REGSEL_Msk [5/17]

#define CoreDebug_DCRSR_REGSEL_Msk   (0x1FUL /*<< CoreDebug_DCRSR_REGSEL_Pos*/)

CoreDebug DCRSR: REGSEL Mask

Deprecated
CoreDebug DCRSR: REGSEL Mask
Deprecated
CoreDebug DCRSR: REGSEL Mask
Deprecated
CoreDebug DCRSR: REGSEL Mask
Deprecated
CoreDebug DCRSR: REGSEL Mask
Deprecated
CoreDebug DCRSR: REGSEL Mask
Deprecated
CoreDebug DCRSR: REGSEL Mask
Deprecated
CoreDebug DCRSR: REGSEL Mask
Deprecated
CoreDebug DCRSR: REGSEL Mask

Definition at line 1306 of file core_cm3.h.

◆ CoreDebug_DCRSR_REGSEL_Msk [6/17]

#define CoreDebug_DCRSR_REGSEL_Msk   (0x1FUL /*<< CoreDebug_DCRSR_REGSEL_Pos*/)
Deprecated
CoreDebug DCRSR: REGSEL Mask
Deprecated
CoreDebug DCRSR: REGSEL Mask

CoreDebug DCRSR: REGSEL Mask

Deprecated
CoreDebug DCRSR: REGSEL Mask
Deprecated
CoreDebug DCRSR: REGSEL Mask
Deprecated
CoreDebug DCRSR: REGSEL Mask
Deprecated
CoreDebug DCRSR: REGSEL Mask
Deprecated
CoreDebug DCRSR: REGSEL Mask
Deprecated
CoreDebug DCRSR: REGSEL Mask

Definition at line 1890 of file core_cm33.h.

◆ CoreDebug_DCRSR_REGSEL_Msk [7/17]

#define CoreDebug_DCRSR_REGSEL_Msk   (0x1FUL /*<< CoreDebug_DCRSR_REGSEL_Pos*/)
Deprecated
CoreDebug DCRSR: REGSEL Mask

CoreDebug DCRSR: REGSEL Mask

Deprecated
CoreDebug DCRSR: REGSEL Mask
Deprecated
CoreDebug DCRSR: REGSEL Mask
Deprecated
CoreDebug DCRSR: REGSEL Mask
Deprecated
CoreDebug DCRSR: REGSEL Mask
Deprecated
CoreDebug DCRSR: REGSEL Mask
Deprecated
CoreDebug DCRSR: REGSEL Mask

Definition at line 1890 of file core_cm35p.h.

◆ CoreDebug_DCRSR_REGSEL_Msk [8/17]

#define CoreDebug_DCRSR_REGSEL_Msk   (0x1FUL /*<< CoreDebug_DCRSR_REGSEL_Pos*/)

CoreDebug DCRSR: REGSEL Mask

Deprecated
CoreDebug DCRSR: REGSEL Mask
Deprecated
CoreDebug DCRSR: REGSEL Mask
Deprecated
CoreDebug DCRSR: REGSEL Mask
Deprecated
CoreDebug DCRSR: REGSEL Mask
Deprecated
CoreDebug DCRSR: REGSEL Mask
Deprecated
CoreDebug DCRSR: REGSEL Mask

Definition at line 1483 of file core_cm4.h.

◆ CoreDebug_DCRSR_REGSEL_Msk [9/17]

#define CoreDebug_DCRSR_REGSEL_Msk   (0x1FUL /*<< CoreDebug_DCRSR_REGSEL_Pos*/)
Deprecated
CoreDebug DCRSR: REGSEL Mask

CoreDebug DCRSR: REGSEL Mask

Deprecated
CoreDebug DCRSR: REGSEL Mask
Deprecated
CoreDebug DCRSR: REGSEL Mask
Deprecated
CoreDebug DCRSR: REGSEL Mask
Deprecated
CoreDebug DCRSR: REGSEL Mask
Deprecated
CoreDebug DCRSR: REGSEL Mask

Definition at line 3271 of file core_cm55.h.

◆ CoreDebug_DCRSR_REGSEL_Msk [10/17]

#define CoreDebug_DCRSR_REGSEL_Msk   (0x1FUL /*<< CoreDebug_DCRSR_REGSEL_Pos*/)

CoreDebug DCRSR: REGSEL Mask

Deprecated
CoreDebug DCRSR: REGSEL Mask
Deprecated
CoreDebug DCRSR: REGSEL Mask
Deprecated
CoreDebug DCRSR: REGSEL Mask
Deprecated
CoreDebug DCRSR: REGSEL Mask
Deprecated
CoreDebug DCRSR: REGSEL Mask

Definition at line 1710 of file core_cm7.h.

◆ CoreDebug_DCRSR_REGSEL_Msk [11/17]

#define CoreDebug_DCRSR_REGSEL_Msk   (0x1FUL /*<< CoreDebug_DCRSR_REGSEL_Pos*/)
Deprecated
CoreDebug DCRSR: REGSEL Mask

CoreDebug DCRSR: REGSEL Mask

Deprecated
CoreDebug DCRSR: REGSEL Mask
Deprecated
CoreDebug DCRSR: REGSEL Mask
Deprecated
CoreDebug DCRSR: REGSEL Mask
Deprecated
CoreDebug DCRSR: REGSEL Mask

Definition at line 3176 of file core_cm85.h.

◆ CoreDebug_DCRSR_REGSEL_Msk [12/17]

#define CoreDebug_DCRSR_REGSEL_Msk   (0x1FUL /*<< CoreDebug_DCRSR_REGSEL_Pos*/)

CoreDebug DCRSR: REGSEL Mask

Deprecated
CoreDebug DCRSR: REGSEL Mask
Deprecated
CoreDebug DCRSR: REGSEL Mask
Deprecated
CoreDebug DCRSR: REGSEL Mask
Deprecated
CoreDebug DCRSR: REGSEL Mask

Definition at line 1289 of file core_sc300.h.

◆ CoreDebug_DCRSR_REGSEL_Msk [13/17]

#define CoreDebug_DCRSR_REGSEL_Msk   (0x1FUL /*<< CoreDebug_DCRSR_REGSEL_Pos*/)
Deprecated
CoreDebug DCRSR: REGSEL Mask
Deprecated
CoreDebug DCRSR: REGSEL Mask
Deprecated
CoreDebug DCRSR: REGSEL Mask
Deprecated
CoreDebug DCRSR: REGSEL Mask

CoreDebug DCRSR: REGSEL Mask

Definition at line 2717 of file core_armv81mml.h.

◆ CoreDebug_DCRSR_REGSEL_Msk [14/17]

#define CoreDebug_DCRSR_REGSEL_Msk   (0x1FUL /*<< CoreDebug_DCRSR_REGSEL_Pos*/)
Deprecated
CoreDebug DCRSR: REGSEL Mask
Deprecated
CoreDebug DCRSR: REGSEL Mask
Deprecated
CoreDebug DCRSR: REGSEL Mask

CoreDebug DCRSR: REGSEL Mask

Definition at line 1049 of file core_armv8mbl.h.

◆ CoreDebug_DCRSR_REGSEL_Msk [15/17]

#define CoreDebug_DCRSR_REGSEL_Msk   (0x1FUL /*<< CoreDebug_DCRSR_REGSEL_Pos*/)
Deprecated
CoreDebug DCRSR: REGSEL Mask
Deprecated
CoreDebug DCRSR: REGSEL Mask

CoreDebug DCRSR: REGSEL Mask

Definition at line 1815 of file core_armv8mml.h.

◆ CoreDebug_DCRSR_REGSEL_Msk [16/17]

#define CoreDebug_DCRSR_REGSEL_Msk   (0x1FUL /*<< CoreDebug_DCRSR_REGSEL_Pos*/)
Deprecated
CoreDebug DCRSR: REGSEL Mask

CoreDebug DCRSR: REGSEL Mask

Definition at line 1890 of file core_cm33.h.

◆ CoreDebug_DCRSR_REGSEL_Msk [17/17]

#define CoreDebug_DCRSR_REGSEL_Msk   (0x1FUL /*<< CoreDebug_DCRSR_REGSEL_Pos*/)

CoreDebug DCRSR: REGSEL Mask

Definition at line 1483 of file core_cm4.h.

◆ CoreDebug_DCRSR_REGSEL_Pos [1/17]

#define CoreDebug_DCRSR_REGSEL_Pos   0U
Deprecated
CoreDebug DCRSR: REGSEL Position
Deprecated
CoreDebug DCRSR: REGSEL Position
Deprecated
CoreDebug DCRSR: REGSEL Position
Deprecated
CoreDebug DCRSR: REGSEL Position

CoreDebug DCRSR: REGSEL Position

Deprecated
CoreDebug DCRSR: REGSEL Position
Deprecated
CoreDebug DCRSR: REGSEL Position
Deprecated
CoreDebug DCRSR: REGSEL Position
Deprecated
CoreDebug DCRSR: REGSEL Position
Deprecated
CoreDebug DCRSR: REGSEL Position
Deprecated
CoreDebug DCRSR: REGSEL Position
Deprecated
CoreDebug DCRSR: REGSEL Position
Deprecated
CoreDebug DCRSR: REGSEL Position

Definition at line 2716 of file core_armv81mml.h.

◆ CoreDebug_DCRSR_REGSEL_Pos [2/17]

#define CoreDebug_DCRSR_REGSEL_Pos   0U
Deprecated
CoreDebug DCRSR: REGSEL Position
Deprecated
CoreDebug DCRSR: REGSEL Position
Deprecated
CoreDebug DCRSR: REGSEL Position

CoreDebug DCRSR: REGSEL Position

Deprecated
CoreDebug DCRSR: REGSEL Position
Deprecated
CoreDebug DCRSR: REGSEL Position
Deprecated
CoreDebug DCRSR: REGSEL Position
Deprecated
CoreDebug DCRSR: REGSEL Position
Deprecated
CoreDebug DCRSR: REGSEL Position
Deprecated
CoreDebug DCRSR: REGSEL Position
Deprecated
CoreDebug DCRSR: REGSEL Position
Deprecated
CoreDebug DCRSR: REGSEL Position

Definition at line 1048 of file core_armv8mbl.h.

◆ CoreDebug_DCRSR_REGSEL_Pos [3/17]

#define CoreDebug_DCRSR_REGSEL_Pos   0U
Deprecated
CoreDebug DCRSR: REGSEL Position
Deprecated
CoreDebug DCRSR: REGSEL Position

CoreDebug DCRSR: REGSEL Position

Deprecated
CoreDebug DCRSR: REGSEL Position
Deprecated
CoreDebug DCRSR: REGSEL Position
Deprecated
CoreDebug DCRSR: REGSEL Position
Deprecated
CoreDebug DCRSR: REGSEL Position
Deprecated
CoreDebug DCRSR: REGSEL Position
Deprecated
CoreDebug DCRSR: REGSEL Position
Deprecated
CoreDebug DCRSR: REGSEL Position
Deprecated
CoreDebug DCRSR: REGSEL Position

Definition at line 1814 of file core_armv8mml.h.

◆ CoreDebug_DCRSR_REGSEL_Pos [4/17]

#define CoreDebug_DCRSR_REGSEL_Pos   0U
Deprecated
CoreDebug DCRSR: REGSEL Position

CoreDebug DCRSR: REGSEL Position

Deprecated
CoreDebug DCRSR: REGSEL Position
Deprecated
CoreDebug DCRSR: REGSEL Position
Deprecated
CoreDebug DCRSR: REGSEL Position
Deprecated
CoreDebug DCRSR: REGSEL Position
Deprecated
CoreDebug DCRSR: REGSEL Position
Deprecated
CoreDebug DCRSR: REGSEL Position
Deprecated
CoreDebug DCRSR: REGSEL Position
Deprecated
CoreDebug DCRSR: REGSEL Position

Definition at line 1123 of file core_cm23.h.

◆ CoreDebug_DCRSR_REGSEL_Pos [5/17]

#define CoreDebug_DCRSR_REGSEL_Pos   0U

CoreDebug DCRSR: REGSEL Position

Deprecated
CoreDebug DCRSR: REGSEL Position
Deprecated
CoreDebug DCRSR: REGSEL Position
Deprecated
CoreDebug DCRSR: REGSEL Position
Deprecated
CoreDebug DCRSR: REGSEL Position
Deprecated
CoreDebug DCRSR: REGSEL Position
Deprecated
CoreDebug DCRSR: REGSEL Position
Deprecated
CoreDebug DCRSR: REGSEL Position
Deprecated
CoreDebug DCRSR: REGSEL Position

Definition at line 1305 of file core_cm3.h.

◆ CoreDebug_DCRSR_REGSEL_Pos [6/17]

#define CoreDebug_DCRSR_REGSEL_Pos   0U
Deprecated
CoreDebug DCRSR: REGSEL Position
Deprecated
CoreDebug DCRSR: REGSEL Position

CoreDebug DCRSR: REGSEL Position

Deprecated
CoreDebug DCRSR: REGSEL Position
Deprecated
CoreDebug DCRSR: REGSEL Position
Deprecated
CoreDebug DCRSR: REGSEL Position
Deprecated
CoreDebug DCRSR: REGSEL Position
Deprecated
CoreDebug DCRSR: REGSEL Position
Deprecated
CoreDebug DCRSR: REGSEL Position

Definition at line 1889 of file core_cm33.h.

◆ CoreDebug_DCRSR_REGSEL_Pos [7/17]

#define CoreDebug_DCRSR_REGSEL_Pos   0U
Deprecated
CoreDebug DCRSR: REGSEL Position

CoreDebug DCRSR: REGSEL Position

Deprecated
CoreDebug DCRSR: REGSEL Position
Deprecated
CoreDebug DCRSR: REGSEL Position
Deprecated
CoreDebug DCRSR: REGSEL Position
Deprecated
CoreDebug DCRSR: REGSEL Position
Deprecated
CoreDebug DCRSR: REGSEL Position
Deprecated
CoreDebug DCRSR: REGSEL Position

Definition at line 1889 of file core_cm35p.h.

◆ CoreDebug_DCRSR_REGSEL_Pos [8/17]

#define CoreDebug_DCRSR_REGSEL_Pos   0U

CoreDebug DCRSR: REGSEL Position

Deprecated
CoreDebug DCRSR: REGSEL Position
Deprecated
CoreDebug DCRSR: REGSEL Position
Deprecated
CoreDebug DCRSR: REGSEL Position
Deprecated
CoreDebug DCRSR: REGSEL Position
Deprecated
CoreDebug DCRSR: REGSEL Position
Deprecated
CoreDebug DCRSR: REGSEL Position

Definition at line 1482 of file core_cm4.h.

◆ CoreDebug_DCRSR_REGSEL_Pos [9/17]

#define CoreDebug_DCRSR_REGSEL_Pos   0U
Deprecated
CoreDebug DCRSR: REGSEL Position

CoreDebug DCRSR: REGSEL Position

Deprecated
CoreDebug DCRSR: REGSEL Position
Deprecated
CoreDebug DCRSR: REGSEL Position
Deprecated
CoreDebug DCRSR: REGSEL Position
Deprecated
CoreDebug DCRSR: REGSEL Position
Deprecated
CoreDebug DCRSR: REGSEL Position

Definition at line 3270 of file core_cm55.h.

◆ CoreDebug_DCRSR_REGSEL_Pos [10/17]

#define CoreDebug_DCRSR_REGSEL_Pos   0U

CoreDebug DCRSR: REGSEL Position

Deprecated
CoreDebug DCRSR: REGSEL Position
Deprecated
CoreDebug DCRSR: REGSEL Position
Deprecated
CoreDebug DCRSR: REGSEL Position
Deprecated
CoreDebug DCRSR: REGSEL Position
Deprecated
CoreDebug DCRSR: REGSEL Position

Definition at line 1709 of file core_cm7.h.

◆ CoreDebug_DCRSR_REGSEL_Pos [11/17]

#define CoreDebug_DCRSR_REGSEL_Pos   0U
Deprecated
CoreDebug DCRSR: REGSEL Position

CoreDebug DCRSR: REGSEL Position

Deprecated
CoreDebug DCRSR: REGSEL Position
Deprecated
CoreDebug DCRSR: REGSEL Position
Deprecated
CoreDebug DCRSR: REGSEL Position
Deprecated
CoreDebug DCRSR: REGSEL Position

Definition at line 3175 of file core_cm85.h.

◆ CoreDebug_DCRSR_REGSEL_Pos [12/17]

#define CoreDebug_DCRSR_REGSEL_Pos   0U

CoreDebug DCRSR: REGSEL Position

Deprecated
CoreDebug DCRSR: REGSEL Position
Deprecated
CoreDebug DCRSR: REGSEL Position
Deprecated
CoreDebug DCRSR: REGSEL Position
Deprecated
CoreDebug DCRSR: REGSEL Position

Definition at line 1288 of file core_sc300.h.

◆ CoreDebug_DCRSR_REGSEL_Pos [13/17]

#define CoreDebug_DCRSR_REGSEL_Pos   0U
Deprecated
CoreDebug DCRSR: REGSEL Position
Deprecated
CoreDebug DCRSR: REGSEL Position
Deprecated
CoreDebug DCRSR: REGSEL Position
Deprecated
CoreDebug DCRSR: REGSEL Position

CoreDebug DCRSR: REGSEL Position

Definition at line 2716 of file core_armv81mml.h.

◆ CoreDebug_DCRSR_REGSEL_Pos [14/17]

#define CoreDebug_DCRSR_REGSEL_Pos   0U
Deprecated
CoreDebug DCRSR: REGSEL Position
Deprecated
CoreDebug DCRSR: REGSEL Position
Deprecated
CoreDebug DCRSR: REGSEL Position

CoreDebug DCRSR: REGSEL Position

Definition at line 1048 of file core_armv8mbl.h.

◆ CoreDebug_DCRSR_REGSEL_Pos [15/17]

#define CoreDebug_DCRSR_REGSEL_Pos   0U
Deprecated
CoreDebug DCRSR: REGSEL Position
Deprecated
CoreDebug DCRSR: REGSEL Position

CoreDebug DCRSR: REGSEL Position

Definition at line 1814 of file core_armv8mml.h.

◆ CoreDebug_DCRSR_REGSEL_Pos [16/17]

#define CoreDebug_DCRSR_REGSEL_Pos   0U
Deprecated
CoreDebug DCRSR: REGSEL Position

CoreDebug DCRSR: REGSEL Position

Definition at line 1889 of file core_cm33.h.

◆ CoreDebug_DCRSR_REGSEL_Pos [17/17]

#define CoreDebug_DCRSR_REGSEL_Pos   0U

CoreDebug DCRSR: REGSEL Position

Definition at line 1482 of file core_cm4.h.

◆ CoreDebug_DCRSR_REGWnR_Msk [1/17]

#define CoreDebug_DCRSR_REGWnR_Msk   (1UL << CoreDebug_DCRSR_REGWnR_Pos)
Deprecated
CoreDebug DCRSR: REGWnR Mask
Deprecated
CoreDebug DCRSR: REGWnR Mask
Deprecated
CoreDebug DCRSR: REGWnR Mask
Deprecated
CoreDebug DCRSR: REGWnR Mask

CoreDebug DCRSR: REGWnR Mask

Deprecated
CoreDebug DCRSR: REGWnR Mask
Deprecated
CoreDebug DCRSR: REGWnR Mask
Deprecated
CoreDebug DCRSR: REGWnR Mask
Deprecated
CoreDebug DCRSR: REGWnR Mask
Deprecated
CoreDebug DCRSR: REGWnR Mask
Deprecated
CoreDebug DCRSR: REGWnR Mask
Deprecated
CoreDebug DCRSR: REGWnR Mask
Deprecated
CoreDebug DCRSR: REGWnR Mask

Definition at line 2714 of file core_armv81mml.h.

◆ CoreDebug_DCRSR_REGWnR_Msk [2/17]

#define CoreDebug_DCRSR_REGWnR_Msk   (1UL << CoreDebug_DCRSR_REGWnR_Pos)
Deprecated
CoreDebug DCRSR: REGWnR Mask
Deprecated
CoreDebug DCRSR: REGWnR Mask
Deprecated
CoreDebug DCRSR: REGWnR Mask

CoreDebug DCRSR: REGWnR Mask

Deprecated
CoreDebug DCRSR: REGWnR Mask
Deprecated
CoreDebug DCRSR: REGWnR Mask
Deprecated
CoreDebug DCRSR: REGWnR Mask
Deprecated
CoreDebug DCRSR: REGWnR Mask
Deprecated
CoreDebug DCRSR: REGWnR Mask
Deprecated
CoreDebug DCRSR: REGWnR Mask
Deprecated
CoreDebug DCRSR: REGWnR Mask
Deprecated
CoreDebug DCRSR: REGWnR Mask

Definition at line 1046 of file core_armv8mbl.h.

◆ CoreDebug_DCRSR_REGWnR_Msk [3/17]

#define CoreDebug_DCRSR_REGWnR_Msk   (1UL << CoreDebug_DCRSR_REGWnR_Pos)
Deprecated
CoreDebug DCRSR: REGWnR Mask
Deprecated
CoreDebug DCRSR: REGWnR Mask

CoreDebug DCRSR: REGWnR Mask

Deprecated
CoreDebug DCRSR: REGWnR Mask
Deprecated
CoreDebug DCRSR: REGWnR Mask
Deprecated
CoreDebug DCRSR: REGWnR Mask
Deprecated
CoreDebug DCRSR: REGWnR Mask
Deprecated
CoreDebug DCRSR: REGWnR Mask
Deprecated
CoreDebug DCRSR: REGWnR Mask
Deprecated
CoreDebug DCRSR: REGWnR Mask
Deprecated
CoreDebug DCRSR: REGWnR Mask

Definition at line 1812 of file core_armv8mml.h.

◆ CoreDebug_DCRSR_REGWnR_Msk [4/17]

#define CoreDebug_DCRSR_REGWnR_Msk   (1UL << CoreDebug_DCRSR_REGWnR_Pos)
Deprecated
CoreDebug DCRSR: REGWnR Mask

CoreDebug DCRSR: REGWnR Mask

Deprecated
CoreDebug DCRSR: REGWnR Mask
Deprecated
CoreDebug DCRSR: REGWnR Mask
Deprecated
CoreDebug DCRSR: REGWnR Mask
Deprecated
CoreDebug DCRSR: REGWnR Mask
Deprecated
CoreDebug DCRSR: REGWnR Mask
Deprecated
CoreDebug DCRSR: REGWnR Mask
Deprecated
CoreDebug DCRSR: REGWnR Mask
Deprecated
CoreDebug DCRSR: REGWnR Mask

Definition at line 1121 of file core_cm23.h.

◆ CoreDebug_DCRSR_REGWnR_Msk [5/17]

#define CoreDebug_DCRSR_REGWnR_Msk   (1UL << CoreDebug_DCRSR_REGWnR_Pos)

CoreDebug DCRSR: REGWnR Mask

Deprecated
CoreDebug DCRSR: REGWnR Mask
Deprecated
CoreDebug DCRSR: REGWnR Mask
Deprecated
CoreDebug DCRSR: REGWnR Mask
Deprecated
CoreDebug DCRSR: REGWnR Mask
Deprecated
CoreDebug DCRSR: REGWnR Mask
Deprecated
CoreDebug DCRSR: REGWnR Mask
Deprecated
CoreDebug DCRSR: REGWnR Mask
Deprecated
CoreDebug DCRSR: REGWnR Mask

Definition at line 1303 of file core_cm3.h.

◆ CoreDebug_DCRSR_REGWnR_Msk [6/17]

#define CoreDebug_DCRSR_REGWnR_Msk   (1UL << CoreDebug_DCRSR_REGWnR_Pos)
Deprecated
CoreDebug DCRSR: REGWnR Mask
Deprecated
CoreDebug DCRSR: REGWnR Mask

CoreDebug DCRSR: REGWnR Mask

Deprecated
CoreDebug DCRSR: REGWnR Mask
Deprecated
CoreDebug DCRSR: REGWnR Mask
Deprecated
CoreDebug DCRSR: REGWnR Mask
Deprecated
CoreDebug DCRSR: REGWnR Mask
Deprecated
CoreDebug DCRSR: REGWnR Mask
Deprecated
CoreDebug DCRSR: REGWnR Mask

Definition at line 1887 of file core_cm33.h.

◆ CoreDebug_DCRSR_REGWnR_Msk [7/17]

#define CoreDebug_DCRSR_REGWnR_Msk   (1UL << CoreDebug_DCRSR_REGWnR_Pos)
Deprecated
CoreDebug DCRSR: REGWnR Mask

CoreDebug DCRSR: REGWnR Mask

Deprecated
CoreDebug DCRSR: REGWnR Mask
Deprecated
CoreDebug DCRSR: REGWnR Mask
Deprecated
CoreDebug DCRSR: REGWnR Mask
Deprecated
CoreDebug DCRSR: REGWnR Mask
Deprecated
CoreDebug DCRSR: REGWnR Mask
Deprecated
CoreDebug DCRSR: REGWnR Mask

Definition at line 1887 of file core_cm35p.h.

◆ CoreDebug_DCRSR_REGWnR_Msk [8/17]

#define CoreDebug_DCRSR_REGWnR_Msk   (1UL << CoreDebug_DCRSR_REGWnR_Pos)

CoreDebug DCRSR: REGWnR Mask

Deprecated
CoreDebug DCRSR: REGWnR Mask
Deprecated
CoreDebug DCRSR: REGWnR Mask
Deprecated
CoreDebug DCRSR: REGWnR Mask
Deprecated
CoreDebug DCRSR: REGWnR Mask
Deprecated
CoreDebug DCRSR: REGWnR Mask
Deprecated
CoreDebug DCRSR: REGWnR Mask

Definition at line 1480 of file core_cm4.h.

◆ CoreDebug_DCRSR_REGWnR_Msk [9/17]

#define CoreDebug_DCRSR_REGWnR_Msk   (1UL << CoreDebug_DCRSR_REGWnR_Pos)
Deprecated
CoreDebug DCRSR: REGWnR Mask

CoreDebug DCRSR: REGWnR Mask

Deprecated
CoreDebug DCRSR: REGWnR Mask
Deprecated
CoreDebug DCRSR: REGWnR Mask
Deprecated
CoreDebug DCRSR: REGWnR Mask
Deprecated
CoreDebug DCRSR: REGWnR Mask
Deprecated
CoreDebug DCRSR: REGWnR Mask

Definition at line 3268 of file core_cm55.h.

◆ CoreDebug_DCRSR_REGWnR_Msk [10/17]

#define CoreDebug_DCRSR_REGWnR_Msk   (1UL << CoreDebug_DCRSR_REGWnR_Pos)

CoreDebug DCRSR: REGWnR Mask

Deprecated
CoreDebug DCRSR: REGWnR Mask
Deprecated
CoreDebug DCRSR: REGWnR Mask
Deprecated
CoreDebug DCRSR: REGWnR Mask
Deprecated
CoreDebug DCRSR: REGWnR Mask
Deprecated
CoreDebug DCRSR: REGWnR Mask

Definition at line 1707 of file core_cm7.h.

◆ CoreDebug_DCRSR_REGWnR_Msk [11/17]

#define CoreDebug_DCRSR_REGWnR_Msk   (1UL << CoreDebug_DCRSR_REGWnR_Pos)
Deprecated
CoreDebug DCRSR: REGWnR Mask

CoreDebug DCRSR: REGWnR Mask

Deprecated
CoreDebug DCRSR: REGWnR Mask
Deprecated
CoreDebug DCRSR: REGWnR Mask
Deprecated
CoreDebug DCRSR: REGWnR Mask
Deprecated
CoreDebug DCRSR: REGWnR Mask

Definition at line 3173 of file core_cm85.h.

◆ CoreDebug_DCRSR_REGWnR_Msk [12/17]

#define CoreDebug_DCRSR_REGWnR_Msk   (1UL << CoreDebug_DCRSR_REGWnR_Pos)

CoreDebug DCRSR: REGWnR Mask

Deprecated
CoreDebug DCRSR: REGWnR Mask
Deprecated
CoreDebug DCRSR: REGWnR Mask
Deprecated
CoreDebug DCRSR: REGWnR Mask
Deprecated
CoreDebug DCRSR: REGWnR Mask

Definition at line 1286 of file core_sc300.h.

◆ CoreDebug_DCRSR_REGWnR_Msk [13/17]

#define CoreDebug_DCRSR_REGWnR_Msk   (1UL << CoreDebug_DCRSR_REGWnR_Pos)
Deprecated
CoreDebug DCRSR: REGWnR Mask
Deprecated
CoreDebug DCRSR: REGWnR Mask
Deprecated
CoreDebug DCRSR: REGWnR Mask
Deprecated
CoreDebug DCRSR: REGWnR Mask

CoreDebug DCRSR: REGWnR Mask

Definition at line 2714 of file core_armv81mml.h.

◆ CoreDebug_DCRSR_REGWnR_Msk [14/17]

#define CoreDebug_DCRSR_REGWnR_Msk   (1UL << CoreDebug_DCRSR_REGWnR_Pos)
Deprecated
CoreDebug DCRSR: REGWnR Mask
Deprecated
CoreDebug DCRSR: REGWnR Mask
Deprecated
CoreDebug DCRSR: REGWnR Mask

CoreDebug DCRSR: REGWnR Mask

Definition at line 1046 of file core_armv8mbl.h.

◆ CoreDebug_DCRSR_REGWnR_Msk [15/17]

#define CoreDebug_DCRSR_REGWnR_Msk   (1UL << CoreDebug_DCRSR_REGWnR_Pos)
Deprecated
CoreDebug DCRSR: REGWnR Mask
Deprecated
CoreDebug DCRSR: REGWnR Mask

CoreDebug DCRSR: REGWnR Mask

Definition at line 1812 of file core_armv8mml.h.

◆ CoreDebug_DCRSR_REGWnR_Msk [16/17]

#define CoreDebug_DCRSR_REGWnR_Msk   (1UL << CoreDebug_DCRSR_REGWnR_Pos)
Deprecated
CoreDebug DCRSR: REGWnR Mask

CoreDebug DCRSR: REGWnR Mask

Definition at line 1887 of file core_cm33.h.

◆ CoreDebug_DCRSR_REGWnR_Msk [17/17]

#define CoreDebug_DCRSR_REGWnR_Msk   (1UL << CoreDebug_DCRSR_REGWnR_Pos)

CoreDebug DCRSR: REGWnR Mask

Definition at line 1480 of file core_cm4.h.

◆ CoreDebug_DCRSR_REGWnR_Pos [1/17]

#define CoreDebug_DCRSR_REGWnR_Pos   16U
Deprecated
CoreDebug DCRSR: REGWnR Position
Deprecated
CoreDebug DCRSR: REGWnR Position
Deprecated
CoreDebug DCRSR: REGWnR Position
Deprecated
CoreDebug DCRSR: REGWnR Position

CoreDebug DCRSR: REGWnR Position

Deprecated
CoreDebug DCRSR: REGWnR Position
Deprecated
CoreDebug DCRSR: REGWnR Position
Deprecated
CoreDebug DCRSR: REGWnR Position
Deprecated
CoreDebug DCRSR: REGWnR Position
Deprecated
CoreDebug DCRSR: REGWnR Position
Deprecated
CoreDebug DCRSR: REGWnR Position
Deprecated
CoreDebug DCRSR: REGWnR Position
Deprecated
CoreDebug DCRSR: REGWnR Position

Definition at line 2713 of file core_armv81mml.h.

◆ CoreDebug_DCRSR_REGWnR_Pos [2/17]

#define CoreDebug_DCRSR_REGWnR_Pos   16U
Deprecated
CoreDebug DCRSR: REGWnR Position
Deprecated
CoreDebug DCRSR: REGWnR Position
Deprecated
CoreDebug DCRSR: REGWnR Position

CoreDebug DCRSR: REGWnR Position

Deprecated
CoreDebug DCRSR: REGWnR Position
Deprecated
CoreDebug DCRSR: REGWnR Position
Deprecated
CoreDebug DCRSR: REGWnR Position
Deprecated
CoreDebug DCRSR: REGWnR Position
Deprecated
CoreDebug DCRSR: REGWnR Position
Deprecated
CoreDebug DCRSR: REGWnR Position
Deprecated
CoreDebug DCRSR: REGWnR Position
Deprecated
CoreDebug DCRSR: REGWnR Position

Definition at line 1045 of file core_armv8mbl.h.

◆ CoreDebug_DCRSR_REGWnR_Pos [3/17]

#define CoreDebug_DCRSR_REGWnR_Pos   16U
Deprecated
CoreDebug DCRSR: REGWnR Position
Deprecated
CoreDebug DCRSR: REGWnR Position

CoreDebug DCRSR: REGWnR Position

Deprecated
CoreDebug DCRSR: REGWnR Position
Deprecated
CoreDebug DCRSR: REGWnR Position
Deprecated
CoreDebug DCRSR: REGWnR Position
Deprecated
CoreDebug DCRSR: REGWnR Position
Deprecated
CoreDebug DCRSR: REGWnR Position
Deprecated
CoreDebug DCRSR: REGWnR Position
Deprecated
CoreDebug DCRSR: REGWnR Position
Deprecated
CoreDebug DCRSR: REGWnR Position

Definition at line 1811 of file core_armv8mml.h.

◆ CoreDebug_DCRSR_REGWnR_Pos [4/17]

#define CoreDebug_DCRSR_REGWnR_Pos   16U
Deprecated
CoreDebug DCRSR: REGWnR Position

CoreDebug DCRSR: REGWnR Position

Deprecated
CoreDebug DCRSR: REGWnR Position
Deprecated
CoreDebug DCRSR: REGWnR Position
Deprecated
CoreDebug DCRSR: REGWnR Position
Deprecated
CoreDebug DCRSR: REGWnR Position
Deprecated
CoreDebug DCRSR: REGWnR Position
Deprecated
CoreDebug DCRSR: REGWnR Position
Deprecated
CoreDebug DCRSR: REGWnR Position
Deprecated
CoreDebug DCRSR: REGWnR Position

Definition at line 1120 of file core_cm23.h.

◆ CoreDebug_DCRSR_REGWnR_Pos [5/17]

#define CoreDebug_DCRSR_REGWnR_Pos   16U

CoreDebug DCRSR: REGWnR Position

Deprecated
CoreDebug DCRSR: REGWnR Position
Deprecated
CoreDebug DCRSR: REGWnR Position
Deprecated
CoreDebug DCRSR: REGWnR Position
Deprecated
CoreDebug DCRSR: REGWnR Position
Deprecated
CoreDebug DCRSR: REGWnR Position
Deprecated
CoreDebug DCRSR: REGWnR Position
Deprecated
CoreDebug DCRSR: REGWnR Position
Deprecated
CoreDebug DCRSR: REGWnR Position

Definition at line 1302 of file core_cm3.h.

◆ CoreDebug_DCRSR_REGWnR_Pos [6/17]

#define CoreDebug_DCRSR_REGWnR_Pos   16U
Deprecated
CoreDebug DCRSR: REGWnR Position
Deprecated
CoreDebug DCRSR: REGWnR Position

CoreDebug DCRSR: REGWnR Position

Deprecated
CoreDebug DCRSR: REGWnR Position
Deprecated
CoreDebug DCRSR: REGWnR Position
Deprecated
CoreDebug DCRSR: REGWnR Position
Deprecated
CoreDebug DCRSR: REGWnR Position
Deprecated
CoreDebug DCRSR: REGWnR Position
Deprecated
CoreDebug DCRSR: REGWnR Position

Definition at line 1886 of file core_cm33.h.

◆ CoreDebug_DCRSR_REGWnR_Pos [7/17]

#define CoreDebug_DCRSR_REGWnR_Pos   16U
Deprecated
CoreDebug DCRSR: REGWnR Position

CoreDebug DCRSR: REGWnR Position

Deprecated
CoreDebug DCRSR: REGWnR Position
Deprecated
CoreDebug DCRSR: REGWnR Position
Deprecated
CoreDebug DCRSR: REGWnR Position
Deprecated
CoreDebug DCRSR: REGWnR Position
Deprecated
CoreDebug DCRSR: REGWnR Position
Deprecated
CoreDebug DCRSR: REGWnR Position

Definition at line 1886 of file core_cm35p.h.

◆ CoreDebug_DCRSR_REGWnR_Pos [8/17]

#define CoreDebug_DCRSR_REGWnR_Pos   16U

CoreDebug DCRSR: REGWnR Position

Deprecated
CoreDebug DCRSR: REGWnR Position
Deprecated
CoreDebug DCRSR: REGWnR Position
Deprecated
CoreDebug DCRSR: REGWnR Position
Deprecated
CoreDebug DCRSR: REGWnR Position
Deprecated
CoreDebug DCRSR: REGWnR Position
Deprecated
CoreDebug DCRSR: REGWnR Position

Definition at line 1479 of file core_cm4.h.

◆ CoreDebug_DCRSR_REGWnR_Pos [9/17]

#define CoreDebug_DCRSR_REGWnR_Pos   16U
Deprecated
CoreDebug DCRSR: REGWnR Position

CoreDebug DCRSR: REGWnR Position

Deprecated
CoreDebug DCRSR: REGWnR Position
Deprecated
CoreDebug DCRSR: REGWnR Position
Deprecated
CoreDebug DCRSR: REGWnR Position
Deprecated
CoreDebug DCRSR: REGWnR Position
Deprecated
CoreDebug DCRSR: REGWnR Position

Definition at line 3267 of file core_cm55.h.

◆ CoreDebug_DCRSR_REGWnR_Pos [10/17]

#define CoreDebug_DCRSR_REGWnR_Pos   16U

CoreDebug DCRSR: REGWnR Position

Deprecated
CoreDebug DCRSR: REGWnR Position
Deprecated
CoreDebug DCRSR: REGWnR Position
Deprecated
CoreDebug DCRSR: REGWnR Position
Deprecated
CoreDebug DCRSR: REGWnR Position
Deprecated
CoreDebug DCRSR: REGWnR Position

Definition at line 1706 of file core_cm7.h.

◆ CoreDebug_DCRSR_REGWnR_Pos [11/17]

#define CoreDebug_DCRSR_REGWnR_Pos   16U
Deprecated
CoreDebug DCRSR: REGWnR Position

CoreDebug DCRSR: REGWnR Position

Deprecated
CoreDebug DCRSR: REGWnR Position
Deprecated
CoreDebug DCRSR: REGWnR Position
Deprecated
CoreDebug DCRSR: REGWnR Position
Deprecated
CoreDebug DCRSR: REGWnR Position

Definition at line 3172 of file core_cm85.h.

◆ CoreDebug_DCRSR_REGWnR_Pos [12/17]

#define CoreDebug_DCRSR_REGWnR_Pos   16U

CoreDebug DCRSR: REGWnR Position

Deprecated
CoreDebug DCRSR: REGWnR Position
Deprecated
CoreDebug DCRSR: REGWnR Position
Deprecated
CoreDebug DCRSR: REGWnR Position
Deprecated
CoreDebug DCRSR: REGWnR Position

Definition at line 1285 of file core_sc300.h.

◆ CoreDebug_DCRSR_REGWnR_Pos [13/17]

#define CoreDebug_DCRSR_REGWnR_Pos   16U
Deprecated
CoreDebug DCRSR: REGWnR Position
Deprecated
CoreDebug DCRSR: REGWnR Position
Deprecated
CoreDebug DCRSR: REGWnR Position
Deprecated
CoreDebug DCRSR: REGWnR Position

CoreDebug DCRSR: REGWnR Position

Definition at line 2713 of file core_armv81mml.h.

◆ CoreDebug_DCRSR_REGWnR_Pos [14/17]

#define CoreDebug_DCRSR_REGWnR_Pos   16U
Deprecated
CoreDebug DCRSR: REGWnR Position
Deprecated
CoreDebug DCRSR: REGWnR Position
Deprecated
CoreDebug DCRSR: REGWnR Position

CoreDebug DCRSR: REGWnR Position

Definition at line 1045 of file core_armv8mbl.h.

◆ CoreDebug_DCRSR_REGWnR_Pos [15/17]

#define CoreDebug_DCRSR_REGWnR_Pos   16U
Deprecated
CoreDebug DCRSR: REGWnR Position
Deprecated
CoreDebug DCRSR: REGWnR Position

CoreDebug DCRSR: REGWnR Position

Definition at line 1811 of file core_armv8mml.h.

◆ CoreDebug_DCRSR_REGWnR_Pos [16/17]

#define CoreDebug_DCRSR_REGWnR_Pos   16U
Deprecated
CoreDebug DCRSR: REGWnR Position

CoreDebug DCRSR: REGWnR Position

Definition at line 1886 of file core_cm33.h.

◆ CoreDebug_DCRSR_REGWnR_Pos [17/17]

#define CoreDebug_DCRSR_REGWnR_Pos   16U

CoreDebug DCRSR: REGWnR Position

Definition at line 1479 of file core_cm4.h.

◆ CoreDebug_DEMCR_DWTENA_Msk [1/3]

#define CoreDebug_DEMCR_DWTENA_Msk   (1UL << CoreDebug_DEMCR_DWTENA_Pos)
Deprecated
CoreDebug DEMCR: DWTENA Mask
Deprecated
CoreDebug DEMCR: DWTENA Mask
Deprecated
CoreDebug DEMCR: DWTENA Mask

Definition at line 1053 of file core_armv8mbl.h.

◆ CoreDebug_DEMCR_DWTENA_Msk [2/3]

#define CoreDebug_DEMCR_DWTENA_Msk   (1UL << CoreDebug_DEMCR_DWTENA_Pos)
Deprecated
CoreDebug DEMCR: DWTENA Mask
Deprecated
CoreDebug DEMCR: DWTENA Mask

Definition at line 1128 of file core_cm23.h.

◆ CoreDebug_DEMCR_DWTENA_Msk [3/3]

#define CoreDebug_DEMCR_DWTENA_Msk   (1UL << CoreDebug_DEMCR_DWTENA_Pos)
Deprecated
CoreDebug DEMCR: DWTENA Mask

Definition at line 1053 of file core_armv8mbl.h.

◆ CoreDebug_DEMCR_DWTENA_Pos [1/3]

#define CoreDebug_DEMCR_DWTENA_Pos   24U
Deprecated
CoreDebug DEMCR: DWTENA Position
Deprecated
CoreDebug DEMCR: DWTENA Position
Deprecated
CoreDebug DEMCR: DWTENA Position

Definition at line 1052 of file core_armv8mbl.h.

◆ CoreDebug_DEMCR_DWTENA_Pos [2/3]

#define CoreDebug_DEMCR_DWTENA_Pos   24U
Deprecated
CoreDebug DEMCR: DWTENA Position
Deprecated
CoreDebug DEMCR: DWTENA Position

Definition at line 1127 of file core_cm23.h.

◆ CoreDebug_DEMCR_DWTENA_Pos [3/3]

#define CoreDebug_DEMCR_DWTENA_Pos   24U
Deprecated
CoreDebug DEMCR: DWTENA Position

Definition at line 1052 of file core_armv8mbl.h.

◆ CoreDebug_DEMCR_MON_EN_Msk [1/14]

#define CoreDebug_DEMCR_MON_EN_Msk   (1UL << CoreDebug_DEMCR_MON_EN_Pos)
Deprecated
CoreDebug DEMCR: MON_EN Mask
Deprecated
CoreDebug DEMCR: MON_EN Mask

CoreDebug DEMCR: MON_EN Mask

Deprecated
CoreDebug DEMCR: MON_EN Mask
Deprecated
CoreDebug DEMCR: MON_EN Mask
Deprecated
CoreDebug DEMCR: MON_EN Mask
Deprecated
CoreDebug DEMCR: MON_EN Mask
Deprecated
CoreDebug DEMCR: MON_EN Mask
Deprecated
CoreDebug DEMCR: MON_EN Mask
Deprecated
CoreDebug DEMCR: MON_EN Mask

Definition at line 2733 of file core_armv81mml.h.

◆ CoreDebug_DEMCR_MON_EN_Msk [2/14]

#define CoreDebug_DEMCR_MON_EN_Msk   (1UL << CoreDebug_DEMCR_MON_EN_Pos)
Deprecated
CoreDebug DEMCR: MON_EN Mask

CoreDebug DEMCR: MON_EN Mask

Deprecated
CoreDebug DEMCR: MON_EN Mask
Deprecated
CoreDebug DEMCR: MON_EN Mask
Deprecated
CoreDebug DEMCR: MON_EN Mask
Deprecated
CoreDebug DEMCR: MON_EN Mask
Deprecated
CoreDebug DEMCR: MON_EN Mask
Deprecated
CoreDebug DEMCR: MON_EN Mask
Deprecated
CoreDebug DEMCR: MON_EN Mask

Definition at line 1831 of file core_armv8mml.h.

◆ CoreDebug_DEMCR_MON_EN_Msk [3/14]

#define CoreDebug_DEMCR_MON_EN_Msk   (1UL << CoreDebug_DEMCR_MON_EN_Pos)

CoreDebug DEMCR: MON_EN Mask

Deprecated
CoreDebug DEMCR: MON_EN Mask
Deprecated
CoreDebug DEMCR: MON_EN Mask
Deprecated
CoreDebug DEMCR: MON_EN Mask
Deprecated
CoreDebug DEMCR: MON_EN Mask
Deprecated
CoreDebug DEMCR: MON_EN Mask
Deprecated
CoreDebug DEMCR: MON_EN Mask
Deprecated
CoreDebug DEMCR: MON_EN Mask

Definition at line 1322 of file core_cm3.h.

◆ CoreDebug_DEMCR_MON_EN_Msk [4/14]

#define CoreDebug_DEMCR_MON_EN_Msk   (1UL << CoreDebug_DEMCR_MON_EN_Pos)
Deprecated
CoreDebug DEMCR: MON_EN Mask
Deprecated
CoreDebug DEMCR: MON_EN Mask

CoreDebug DEMCR: MON_EN Mask

Deprecated
CoreDebug DEMCR: MON_EN Mask
Deprecated
CoreDebug DEMCR: MON_EN Mask
Deprecated
CoreDebug DEMCR: MON_EN Mask
Deprecated
CoreDebug DEMCR: MON_EN Mask
Deprecated
CoreDebug DEMCR: MON_EN Mask

Definition at line 1906 of file core_cm33.h.

◆ CoreDebug_DEMCR_MON_EN_Msk [5/14]

#define CoreDebug_DEMCR_MON_EN_Msk   (1UL << CoreDebug_DEMCR_MON_EN_Pos)
Deprecated
CoreDebug DEMCR: MON_EN Mask

CoreDebug DEMCR: MON_EN Mask

Deprecated
CoreDebug DEMCR: MON_EN Mask
Deprecated
CoreDebug DEMCR: MON_EN Mask
Deprecated
CoreDebug DEMCR: MON_EN Mask
Deprecated
CoreDebug DEMCR: MON_EN Mask
Deprecated
CoreDebug DEMCR: MON_EN Mask

Definition at line 1906 of file core_cm35p.h.

◆ CoreDebug_DEMCR_MON_EN_Msk [6/14]

#define CoreDebug_DEMCR_MON_EN_Msk   (1UL << CoreDebug_DEMCR_MON_EN_Pos)

CoreDebug DEMCR: MON_EN Mask

Deprecated
CoreDebug DEMCR: MON_EN Mask
Deprecated
CoreDebug DEMCR: MON_EN Mask
Deprecated
CoreDebug DEMCR: MON_EN Mask
Deprecated
CoreDebug DEMCR: MON_EN Mask
Deprecated
CoreDebug DEMCR: MON_EN Mask

Definition at line 1499 of file core_cm4.h.

◆ CoreDebug_DEMCR_MON_EN_Msk [7/14]

#define CoreDebug_DEMCR_MON_EN_Msk   (1UL << CoreDebug_DEMCR_MON_EN_Pos)
Deprecated
CoreDebug DEMCR: MON_EN Mask

CoreDebug DEMCR: MON_EN Mask

Deprecated
CoreDebug DEMCR: MON_EN Mask
Deprecated
CoreDebug DEMCR: MON_EN Mask
Deprecated
CoreDebug DEMCR: MON_EN Mask
Deprecated
CoreDebug DEMCR: MON_EN Mask

Definition at line 3287 of file core_cm55.h.

◆ CoreDebug_DEMCR_MON_EN_Msk [8/14]

#define CoreDebug_DEMCR_MON_EN_Msk   (1UL << CoreDebug_DEMCR_MON_EN_Pos)

CoreDebug DEMCR: MON_EN Mask

Deprecated
CoreDebug DEMCR: MON_EN Mask
Deprecated
CoreDebug DEMCR: MON_EN Mask
Deprecated
CoreDebug DEMCR: MON_EN Mask
Deprecated
CoreDebug DEMCR: MON_EN Mask

Definition at line 1726 of file core_cm7.h.

◆ CoreDebug_DEMCR_MON_EN_Msk [9/14]

#define CoreDebug_DEMCR_MON_EN_Msk   (1UL << CoreDebug_DEMCR_MON_EN_Pos)
Deprecated
CoreDebug DEMCR: MON_EN Mask

CoreDebug DEMCR: MON_EN Mask

Deprecated
CoreDebug DEMCR: MON_EN Mask
Deprecated
CoreDebug DEMCR: MON_EN Mask
Deprecated
CoreDebug DEMCR: MON_EN Mask

Definition at line 3192 of file core_cm85.h.

◆ CoreDebug_DEMCR_MON_EN_Msk [10/14]

#define CoreDebug_DEMCR_MON_EN_Msk   (1UL << CoreDebug_DEMCR_MON_EN_Pos)

CoreDebug DEMCR: MON_EN Mask

Deprecated
CoreDebug DEMCR: MON_EN Mask
Deprecated
CoreDebug DEMCR: MON_EN Mask
Deprecated
CoreDebug DEMCR: MON_EN Mask

Definition at line 1305 of file core_sc300.h.

◆ CoreDebug_DEMCR_MON_EN_Msk [11/14]

#define CoreDebug_DEMCR_MON_EN_Msk   (1UL << CoreDebug_DEMCR_MON_EN_Pos)
Deprecated
CoreDebug DEMCR: MON_EN Mask
Deprecated
CoreDebug DEMCR: MON_EN Mask
Deprecated
CoreDebug DEMCR: MON_EN Mask

CoreDebug DEMCR: MON_EN Mask

Definition at line 2733 of file core_armv81mml.h.

◆ CoreDebug_DEMCR_MON_EN_Msk [12/14]

#define CoreDebug_DEMCR_MON_EN_Msk   (1UL << CoreDebug_DEMCR_MON_EN_Pos)
Deprecated
CoreDebug DEMCR: MON_EN Mask
Deprecated
CoreDebug DEMCR: MON_EN Mask

CoreDebug DEMCR: MON_EN Mask

Definition at line 1831 of file core_armv8mml.h.

◆ CoreDebug_DEMCR_MON_EN_Msk [13/14]

#define CoreDebug_DEMCR_MON_EN_Msk   (1UL << CoreDebug_DEMCR_MON_EN_Pos)
Deprecated
CoreDebug DEMCR: MON_EN Mask

CoreDebug DEMCR: MON_EN Mask

Definition at line 1906 of file core_cm33.h.

◆ CoreDebug_DEMCR_MON_EN_Msk [14/14]

#define CoreDebug_DEMCR_MON_EN_Msk   (1UL << CoreDebug_DEMCR_MON_EN_Pos)

CoreDebug DEMCR: MON_EN Mask

Definition at line 1499 of file core_cm4.h.

◆ CoreDebug_DEMCR_MON_EN_Pos [1/14]

#define CoreDebug_DEMCR_MON_EN_Pos   16U
Deprecated
CoreDebug DEMCR: MON_EN Position
Deprecated
CoreDebug DEMCR: MON_EN Position

CoreDebug DEMCR: MON_EN Position

Deprecated
CoreDebug DEMCR: MON_EN Position
Deprecated
CoreDebug DEMCR: MON_EN Position
Deprecated
CoreDebug DEMCR: MON_EN Position
Deprecated
CoreDebug DEMCR: MON_EN Position
Deprecated
CoreDebug DEMCR: MON_EN Position
Deprecated
CoreDebug DEMCR: MON_EN Position
Deprecated
CoreDebug DEMCR: MON_EN Position

Definition at line 2732 of file core_armv81mml.h.

◆ CoreDebug_DEMCR_MON_EN_Pos [2/14]

#define CoreDebug_DEMCR_MON_EN_Pos   16U
Deprecated
CoreDebug DEMCR: MON_EN Position

CoreDebug DEMCR: MON_EN Position

Deprecated
CoreDebug DEMCR: MON_EN Position
Deprecated
CoreDebug DEMCR: MON_EN Position
Deprecated
CoreDebug DEMCR: MON_EN Position
Deprecated
CoreDebug DEMCR: MON_EN Position
Deprecated
CoreDebug DEMCR: MON_EN Position
Deprecated
CoreDebug DEMCR: MON_EN Position
Deprecated
CoreDebug DEMCR: MON_EN Position

Definition at line 1830 of file core_armv8mml.h.

◆ CoreDebug_DEMCR_MON_EN_Pos [3/14]

#define CoreDebug_DEMCR_MON_EN_Pos   16U

CoreDebug DEMCR: MON_EN Position

Deprecated
CoreDebug DEMCR: MON_EN Position
Deprecated
CoreDebug DEMCR: MON_EN Position
Deprecated
CoreDebug DEMCR: MON_EN Position
Deprecated
CoreDebug DEMCR: MON_EN Position
Deprecated
CoreDebug DEMCR: MON_EN Position
Deprecated
CoreDebug DEMCR: MON_EN Position
Deprecated
CoreDebug DEMCR: MON_EN Position

Definition at line 1321 of file core_cm3.h.

◆ CoreDebug_DEMCR_MON_EN_Pos [4/14]

#define CoreDebug_DEMCR_MON_EN_Pos   16U
Deprecated
CoreDebug DEMCR: MON_EN Position
Deprecated
CoreDebug DEMCR: MON_EN Position

CoreDebug DEMCR: MON_EN Position

Deprecated
CoreDebug DEMCR: MON_EN Position
Deprecated
CoreDebug DEMCR: MON_EN Position
Deprecated
CoreDebug DEMCR: MON_EN Position
Deprecated
CoreDebug DEMCR: MON_EN Position
Deprecated
CoreDebug DEMCR: MON_EN Position

Definition at line 1905 of file core_cm33.h.

◆ CoreDebug_DEMCR_MON_EN_Pos [5/14]

#define CoreDebug_DEMCR_MON_EN_Pos   16U
Deprecated
CoreDebug DEMCR: MON_EN Position

CoreDebug DEMCR: MON_EN Position

Deprecated
CoreDebug DEMCR: MON_EN Position
Deprecated
CoreDebug DEMCR: MON_EN Position
Deprecated
CoreDebug DEMCR: MON_EN Position
Deprecated
CoreDebug DEMCR: MON_EN Position
Deprecated
CoreDebug DEMCR: MON_EN Position

Definition at line 1905 of file core_cm35p.h.

◆ CoreDebug_DEMCR_MON_EN_Pos [6/14]

#define CoreDebug_DEMCR_MON_EN_Pos   16U

CoreDebug DEMCR: MON_EN Position

Deprecated
CoreDebug DEMCR: MON_EN Position
Deprecated
CoreDebug DEMCR: MON_EN Position
Deprecated
CoreDebug DEMCR: MON_EN Position
Deprecated
CoreDebug DEMCR: MON_EN Position
Deprecated
CoreDebug DEMCR: MON_EN Position

Definition at line 1498 of file core_cm4.h.

◆ CoreDebug_DEMCR_MON_EN_Pos [7/14]

#define CoreDebug_DEMCR_MON_EN_Pos   16U
Deprecated
CoreDebug DEMCR: MON_EN Position

CoreDebug DEMCR: MON_EN Position

Deprecated
CoreDebug DEMCR: MON_EN Position
Deprecated
CoreDebug DEMCR: MON_EN Position
Deprecated
CoreDebug DEMCR: MON_EN Position
Deprecated
CoreDebug DEMCR: MON_EN Position

Definition at line 3286 of file core_cm55.h.

◆ CoreDebug_DEMCR_MON_EN_Pos [8/14]

#define CoreDebug_DEMCR_MON_EN_Pos   16U

CoreDebug DEMCR: MON_EN Position

Deprecated
CoreDebug DEMCR: MON_EN Position
Deprecated
CoreDebug DEMCR: MON_EN Position
Deprecated
CoreDebug DEMCR: MON_EN Position
Deprecated
CoreDebug DEMCR: MON_EN Position

Definition at line 1725 of file core_cm7.h.

◆ CoreDebug_DEMCR_MON_EN_Pos [9/14]

#define CoreDebug_DEMCR_MON_EN_Pos   16U
Deprecated
CoreDebug DEMCR: MON_EN Position

CoreDebug DEMCR: MON_EN Position

Deprecated
CoreDebug DEMCR: MON_EN Position
Deprecated
CoreDebug DEMCR: MON_EN Position
Deprecated
CoreDebug DEMCR: MON_EN Position

Definition at line 3191 of file core_cm85.h.

◆ CoreDebug_DEMCR_MON_EN_Pos [10/14]

#define CoreDebug_DEMCR_MON_EN_Pos   16U

CoreDebug DEMCR: MON_EN Position

Deprecated
CoreDebug DEMCR: MON_EN Position
Deprecated
CoreDebug DEMCR: MON_EN Position
Deprecated
CoreDebug DEMCR: MON_EN Position

Definition at line 1304 of file core_sc300.h.

◆ CoreDebug_DEMCR_MON_EN_Pos [11/14]

#define CoreDebug_DEMCR_MON_EN_Pos   16U
Deprecated
CoreDebug DEMCR: MON_EN Position
Deprecated
CoreDebug DEMCR: MON_EN Position
Deprecated
CoreDebug DEMCR: MON_EN Position

CoreDebug DEMCR: MON_EN Position

Definition at line 2732 of file core_armv81mml.h.

◆ CoreDebug_DEMCR_MON_EN_Pos [12/14]

#define CoreDebug_DEMCR_MON_EN_Pos   16U
Deprecated
CoreDebug DEMCR: MON_EN Position
Deprecated
CoreDebug DEMCR: MON_EN Position

CoreDebug DEMCR: MON_EN Position

Definition at line 1830 of file core_armv8mml.h.

◆ CoreDebug_DEMCR_MON_EN_Pos [13/14]

#define CoreDebug_DEMCR_MON_EN_Pos   16U
Deprecated
CoreDebug DEMCR: MON_EN Position

CoreDebug DEMCR: MON_EN Position

Definition at line 1905 of file core_cm33.h.

◆ CoreDebug_DEMCR_MON_EN_Pos [14/14]

#define CoreDebug_DEMCR_MON_EN_Pos   16U

CoreDebug DEMCR: MON_EN Position

Definition at line 1498 of file core_cm4.h.

◆ CoreDebug_DEMCR_MON_PEND_Msk [1/14]

#define CoreDebug_DEMCR_MON_PEND_Msk   (1UL << CoreDebug_DEMCR_MON_PEND_Pos)
Deprecated
CoreDebug DEMCR: MON_PEND Mask
Deprecated
CoreDebug DEMCR: MON_PEND Mask

CoreDebug DEMCR: MON_PEND Mask

Deprecated
CoreDebug DEMCR: MON_PEND Mask
Deprecated
CoreDebug DEMCR: MON_PEND Mask
Deprecated
CoreDebug DEMCR: MON_PEND Mask
Deprecated
CoreDebug DEMCR: MON_PEND Mask
Deprecated
CoreDebug DEMCR: MON_PEND Mask
Deprecated
CoreDebug DEMCR: MON_PEND Mask
Deprecated
CoreDebug DEMCR: MON_PEND Mask

Definition at line 2730 of file core_armv81mml.h.

◆ CoreDebug_DEMCR_MON_PEND_Msk [2/14]

#define CoreDebug_DEMCR_MON_PEND_Msk   (1UL << CoreDebug_DEMCR_MON_PEND_Pos)
Deprecated
CoreDebug DEMCR: MON_PEND Mask

CoreDebug DEMCR: MON_PEND Mask

Deprecated
CoreDebug DEMCR: MON_PEND Mask
Deprecated
CoreDebug DEMCR: MON_PEND Mask
Deprecated
CoreDebug DEMCR: MON_PEND Mask
Deprecated
CoreDebug DEMCR: MON_PEND Mask
Deprecated
CoreDebug DEMCR: MON_PEND Mask
Deprecated
CoreDebug DEMCR: MON_PEND Mask
Deprecated
CoreDebug DEMCR: MON_PEND Mask

Definition at line 1828 of file core_armv8mml.h.

◆ CoreDebug_DEMCR_MON_PEND_Msk [3/14]

#define CoreDebug_DEMCR_MON_PEND_Msk   (1UL << CoreDebug_DEMCR_MON_PEND_Pos)

CoreDebug DEMCR: MON_PEND Mask

Deprecated
CoreDebug DEMCR: MON_PEND Mask
Deprecated
CoreDebug DEMCR: MON_PEND Mask
Deprecated
CoreDebug DEMCR: MON_PEND Mask
Deprecated
CoreDebug DEMCR: MON_PEND Mask
Deprecated
CoreDebug DEMCR: MON_PEND Mask
Deprecated
CoreDebug DEMCR: MON_PEND Mask
Deprecated
CoreDebug DEMCR: MON_PEND Mask

Definition at line 1319 of file core_cm3.h.

◆ CoreDebug_DEMCR_MON_PEND_Msk [4/14]

#define CoreDebug_DEMCR_MON_PEND_Msk   (1UL << CoreDebug_DEMCR_MON_PEND_Pos)
Deprecated
CoreDebug DEMCR: MON_PEND Mask
Deprecated
CoreDebug DEMCR: MON_PEND Mask

CoreDebug DEMCR: MON_PEND Mask

Deprecated
CoreDebug DEMCR: MON_PEND Mask
Deprecated
CoreDebug DEMCR: MON_PEND Mask
Deprecated
CoreDebug DEMCR: MON_PEND Mask
Deprecated
CoreDebug DEMCR: MON_PEND Mask
Deprecated
CoreDebug DEMCR: MON_PEND Mask

Definition at line 1903 of file core_cm33.h.

◆ CoreDebug_DEMCR_MON_PEND_Msk [5/14]

#define CoreDebug_DEMCR_MON_PEND_Msk   (1UL << CoreDebug_DEMCR_MON_PEND_Pos)
Deprecated
CoreDebug DEMCR: MON_PEND Mask

CoreDebug DEMCR: MON_PEND Mask

Deprecated
CoreDebug DEMCR: MON_PEND Mask
Deprecated
CoreDebug DEMCR: MON_PEND Mask
Deprecated
CoreDebug DEMCR: MON_PEND Mask
Deprecated
CoreDebug DEMCR: MON_PEND Mask
Deprecated
CoreDebug DEMCR: MON_PEND Mask

Definition at line 1903 of file core_cm35p.h.

◆ CoreDebug_DEMCR_MON_PEND_Msk [6/14]

#define CoreDebug_DEMCR_MON_PEND_Msk   (1UL << CoreDebug_DEMCR_MON_PEND_Pos)

CoreDebug DEMCR: MON_PEND Mask

Deprecated
CoreDebug DEMCR: MON_PEND Mask
Deprecated
CoreDebug DEMCR: MON_PEND Mask
Deprecated
CoreDebug DEMCR: MON_PEND Mask
Deprecated
CoreDebug DEMCR: MON_PEND Mask
Deprecated
CoreDebug DEMCR: MON_PEND Mask

Definition at line 1496 of file core_cm4.h.

◆ CoreDebug_DEMCR_MON_PEND_Msk [7/14]

#define CoreDebug_DEMCR_MON_PEND_Msk   (1UL << CoreDebug_DEMCR_MON_PEND_Pos)
Deprecated
CoreDebug DEMCR: MON_PEND Mask

CoreDebug DEMCR: MON_PEND Mask

Deprecated
CoreDebug DEMCR: MON_PEND Mask
Deprecated
CoreDebug DEMCR: MON_PEND Mask
Deprecated
CoreDebug DEMCR: MON_PEND Mask
Deprecated
CoreDebug DEMCR: MON_PEND Mask

Definition at line 3284 of file core_cm55.h.

◆ CoreDebug_DEMCR_MON_PEND_Msk [8/14]

#define CoreDebug_DEMCR_MON_PEND_Msk   (1UL << CoreDebug_DEMCR_MON_PEND_Pos)

CoreDebug DEMCR: MON_PEND Mask

Deprecated
CoreDebug DEMCR: MON_PEND Mask
Deprecated
CoreDebug DEMCR: MON_PEND Mask
Deprecated
CoreDebug DEMCR: MON_PEND Mask
Deprecated
CoreDebug DEMCR: MON_PEND Mask

Definition at line 1723 of file core_cm7.h.

◆ CoreDebug_DEMCR_MON_PEND_Msk [9/14]

#define CoreDebug_DEMCR_MON_PEND_Msk   (1UL << CoreDebug_DEMCR_MON_PEND_Pos)
Deprecated
CoreDebug DEMCR: MON_PEND Mask

CoreDebug DEMCR: MON_PEND Mask

Deprecated
CoreDebug DEMCR: MON_PEND Mask
Deprecated
CoreDebug DEMCR: MON_PEND Mask
Deprecated
CoreDebug DEMCR: MON_PEND Mask

Definition at line 3189 of file core_cm85.h.

◆ CoreDebug_DEMCR_MON_PEND_Msk [10/14]

#define CoreDebug_DEMCR_MON_PEND_Msk   (1UL << CoreDebug_DEMCR_MON_PEND_Pos)

CoreDebug DEMCR: MON_PEND Mask

Deprecated
CoreDebug DEMCR: MON_PEND Mask
Deprecated
CoreDebug DEMCR: MON_PEND Mask
Deprecated
CoreDebug DEMCR: MON_PEND Mask

Definition at line 1302 of file core_sc300.h.

◆ CoreDebug_DEMCR_MON_PEND_Msk [11/14]

#define CoreDebug_DEMCR_MON_PEND_Msk   (1UL << CoreDebug_DEMCR_MON_PEND_Pos)
Deprecated
CoreDebug DEMCR: MON_PEND Mask
Deprecated
CoreDebug DEMCR: MON_PEND Mask
Deprecated
CoreDebug DEMCR: MON_PEND Mask

CoreDebug DEMCR: MON_PEND Mask

Definition at line 2730 of file core_armv81mml.h.

◆ CoreDebug_DEMCR_MON_PEND_Msk [12/14]

#define CoreDebug_DEMCR_MON_PEND_Msk   (1UL << CoreDebug_DEMCR_MON_PEND_Pos)
Deprecated
CoreDebug DEMCR: MON_PEND Mask
Deprecated
CoreDebug DEMCR: MON_PEND Mask

CoreDebug DEMCR: MON_PEND Mask

Definition at line 1828 of file core_armv8mml.h.

◆ CoreDebug_DEMCR_MON_PEND_Msk [13/14]

#define CoreDebug_DEMCR_MON_PEND_Msk   (1UL << CoreDebug_DEMCR_MON_PEND_Pos)
Deprecated
CoreDebug DEMCR: MON_PEND Mask

CoreDebug DEMCR: MON_PEND Mask

Definition at line 1903 of file core_cm33.h.

◆ CoreDebug_DEMCR_MON_PEND_Msk [14/14]

#define CoreDebug_DEMCR_MON_PEND_Msk   (1UL << CoreDebug_DEMCR_MON_PEND_Pos)

CoreDebug DEMCR: MON_PEND Mask

Definition at line 1496 of file core_cm4.h.

◆ CoreDebug_DEMCR_MON_PEND_Pos [1/14]

#define CoreDebug_DEMCR_MON_PEND_Pos   17U
Deprecated
CoreDebug DEMCR: MON_PEND Position
Deprecated
CoreDebug DEMCR: MON_PEND Position

CoreDebug DEMCR: MON_PEND Position

Deprecated
CoreDebug DEMCR: MON_PEND Position
Deprecated
CoreDebug DEMCR: MON_PEND Position
Deprecated
CoreDebug DEMCR: MON_PEND Position
Deprecated
CoreDebug DEMCR: MON_PEND Position
Deprecated
CoreDebug DEMCR: MON_PEND Position
Deprecated
CoreDebug DEMCR: MON_PEND Position
Deprecated
CoreDebug DEMCR: MON_PEND Position

Definition at line 2729 of file core_armv81mml.h.

◆ CoreDebug_DEMCR_MON_PEND_Pos [2/14]

#define CoreDebug_DEMCR_MON_PEND_Pos   17U
Deprecated
CoreDebug DEMCR: MON_PEND Position

CoreDebug DEMCR: MON_PEND Position

Deprecated
CoreDebug DEMCR: MON_PEND Position
Deprecated
CoreDebug DEMCR: MON_PEND Position
Deprecated
CoreDebug DEMCR: MON_PEND Position
Deprecated
CoreDebug DEMCR: MON_PEND Position
Deprecated
CoreDebug DEMCR: MON_PEND Position
Deprecated
CoreDebug DEMCR: MON_PEND Position
Deprecated
CoreDebug DEMCR: MON_PEND Position

Definition at line 1827 of file core_armv8mml.h.

◆ CoreDebug_DEMCR_MON_PEND_Pos [3/14]

#define CoreDebug_DEMCR_MON_PEND_Pos   17U

CoreDebug DEMCR: MON_PEND Position

Deprecated
CoreDebug DEMCR: MON_PEND Position
Deprecated
CoreDebug DEMCR: MON_PEND Position
Deprecated
CoreDebug DEMCR: MON_PEND Position
Deprecated
CoreDebug DEMCR: MON_PEND Position
Deprecated
CoreDebug DEMCR: MON_PEND Position
Deprecated
CoreDebug DEMCR: MON_PEND Position
Deprecated
CoreDebug DEMCR: MON_PEND Position

Definition at line 1318 of file core_cm3.h.

◆ CoreDebug_DEMCR_MON_PEND_Pos [4/14]

#define CoreDebug_DEMCR_MON_PEND_Pos   17U
Deprecated
CoreDebug DEMCR: MON_PEND Position
Deprecated
CoreDebug DEMCR: MON_PEND Position

CoreDebug DEMCR: MON_PEND Position

Deprecated
CoreDebug DEMCR: MON_PEND Position
Deprecated
CoreDebug DEMCR: MON_PEND Position
Deprecated
CoreDebug DEMCR: MON_PEND Position
Deprecated
CoreDebug DEMCR: MON_PEND Position
Deprecated
CoreDebug DEMCR: MON_PEND Position

Definition at line 1902 of file core_cm33.h.

◆ CoreDebug_DEMCR_MON_PEND_Pos [5/14]

#define CoreDebug_DEMCR_MON_PEND_Pos   17U
Deprecated
CoreDebug DEMCR: MON_PEND Position

CoreDebug DEMCR: MON_PEND Position

Deprecated
CoreDebug DEMCR: MON_PEND Position
Deprecated
CoreDebug DEMCR: MON_PEND Position
Deprecated
CoreDebug DEMCR: MON_PEND Position
Deprecated
CoreDebug DEMCR: MON_PEND Position
Deprecated
CoreDebug DEMCR: MON_PEND Position

Definition at line 1902 of file core_cm35p.h.

◆ CoreDebug_DEMCR_MON_PEND_Pos [6/14]

#define CoreDebug_DEMCR_MON_PEND_Pos   17U

CoreDebug DEMCR: MON_PEND Position

Deprecated
CoreDebug DEMCR: MON_PEND Position
Deprecated
CoreDebug DEMCR: MON_PEND Position
Deprecated
CoreDebug DEMCR: MON_PEND Position
Deprecated
CoreDebug DEMCR: MON_PEND Position
Deprecated
CoreDebug DEMCR: MON_PEND Position

Definition at line 1495 of file core_cm4.h.

◆ CoreDebug_DEMCR_MON_PEND_Pos [7/14]

#define CoreDebug_DEMCR_MON_PEND_Pos   17U
Deprecated
CoreDebug DEMCR: MON_PEND Position

CoreDebug DEMCR: MON_PEND Position

Deprecated
CoreDebug DEMCR: MON_PEND Position
Deprecated
CoreDebug DEMCR: MON_PEND Position
Deprecated
CoreDebug DEMCR: MON_PEND Position
Deprecated
CoreDebug DEMCR: MON_PEND Position

Definition at line 3283 of file core_cm55.h.

◆ CoreDebug_DEMCR_MON_PEND_Pos [8/14]

#define CoreDebug_DEMCR_MON_PEND_Pos   17U

CoreDebug DEMCR: MON_PEND Position

Deprecated
CoreDebug DEMCR: MON_PEND Position
Deprecated
CoreDebug DEMCR: MON_PEND Position
Deprecated
CoreDebug DEMCR: MON_PEND Position
Deprecated
CoreDebug DEMCR: MON_PEND Position

Definition at line 1722 of file core_cm7.h.

◆ CoreDebug_DEMCR_MON_PEND_Pos [9/14]

#define CoreDebug_DEMCR_MON_PEND_Pos   17U
Deprecated
CoreDebug DEMCR: MON_PEND Position

CoreDebug DEMCR: MON_PEND Position

Deprecated
CoreDebug DEMCR: MON_PEND Position
Deprecated
CoreDebug DEMCR: MON_PEND Position
Deprecated
CoreDebug DEMCR: MON_PEND Position

Definition at line 3188 of file core_cm85.h.

◆ CoreDebug_DEMCR_MON_PEND_Pos [10/14]

#define CoreDebug_DEMCR_MON_PEND_Pos   17U

CoreDebug DEMCR: MON_PEND Position

Deprecated
CoreDebug DEMCR: MON_PEND Position
Deprecated
CoreDebug DEMCR: MON_PEND Position
Deprecated
CoreDebug DEMCR: MON_PEND Position

Definition at line 1301 of file core_sc300.h.

◆ CoreDebug_DEMCR_MON_PEND_Pos [11/14]

#define CoreDebug_DEMCR_MON_PEND_Pos   17U
Deprecated
CoreDebug DEMCR: MON_PEND Position
Deprecated
CoreDebug DEMCR: MON_PEND Position
Deprecated
CoreDebug DEMCR: MON_PEND Position

CoreDebug DEMCR: MON_PEND Position

Definition at line 2729 of file core_armv81mml.h.

◆ CoreDebug_DEMCR_MON_PEND_Pos [12/14]

#define CoreDebug_DEMCR_MON_PEND_Pos   17U
Deprecated
CoreDebug DEMCR: MON_PEND Position
Deprecated
CoreDebug DEMCR: MON_PEND Position

CoreDebug DEMCR: MON_PEND Position

Definition at line 1827 of file core_armv8mml.h.

◆ CoreDebug_DEMCR_MON_PEND_Pos [13/14]

#define CoreDebug_DEMCR_MON_PEND_Pos   17U
Deprecated
CoreDebug DEMCR: MON_PEND Position

CoreDebug DEMCR: MON_PEND Position

Definition at line 1902 of file core_cm33.h.

◆ CoreDebug_DEMCR_MON_PEND_Pos [14/14]

#define CoreDebug_DEMCR_MON_PEND_Pos   17U

CoreDebug DEMCR: MON_PEND Position

Definition at line 1495 of file core_cm4.h.

◆ CoreDebug_DEMCR_MON_REQ_Msk [1/14]

#define CoreDebug_DEMCR_MON_REQ_Msk   (1UL << CoreDebug_DEMCR_MON_REQ_Pos)
Deprecated
CoreDebug DEMCR: MON_REQ Mask
Deprecated
CoreDebug DEMCR: MON_REQ Mask

CoreDebug DEMCR: MON_REQ Mask

Deprecated
CoreDebug DEMCR: MON_REQ Mask
Deprecated
CoreDebug DEMCR: MON_REQ Mask
Deprecated
CoreDebug DEMCR: MON_REQ Mask
Deprecated
CoreDebug DEMCR: MON_REQ Mask
Deprecated
CoreDebug DEMCR: MON_REQ Mask
Deprecated
CoreDebug DEMCR: MON_REQ Mask
Deprecated
CoreDebug DEMCR: MON_REQ Mask

Definition at line 2724 of file core_armv81mml.h.

◆ CoreDebug_DEMCR_MON_REQ_Msk [2/14]

#define CoreDebug_DEMCR_MON_REQ_Msk   (1UL << CoreDebug_DEMCR_MON_REQ_Pos)
Deprecated
CoreDebug DEMCR: MON_REQ Mask

CoreDebug DEMCR: MON_REQ Mask

Deprecated
CoreDebug DEMCR: MON_REQ Mask
Deprecated
CoreDebug DEMCR: MON_REQ Mask
Deprecated
CoreDebug DEMCR: MON_REQ Mask
Deprecated
CoreDebug DEMCR: MON_REQ Mask
Deprecated
CoreDebug DEMCR: MON_REQ Mask
Deprecated
CoreDebug DEMCR: MON_REQ Mask
Deprecated
CoreDebug DEMCR: MON_REQ Mask

Definition at line 1822 of file core_armv8mml.h.

◆ CoreDebug_DEMCR_MON_REQ_Msk [3/14]

#define CoreDebug_DEMCR_MON_REQ_Msk   (1UL << CoreDebug_DEMCR_MON_REQ_Pos)

CoreDebug DEMCR: MON_REQ Mask

Deprecated
CoreDebug DEMCR: MON_REQ Mask
Deprecated
CoreDebug DEMCR: MON_REQ Mask
Deprecated
CoreDebug DEMCR: MON_REQ Mask
Deprecated
CoreDebug DEMCR: MON_REQ Mask
Deprecated
CoreDebug DEMCR: MON_REQ Mask
Deprecated
CoreDebug DEMCR: MON_REQ Mask
Deprecated
CoreDebug DEMCR: MON_REQ Mask

Definition at line 1313 of file core_cm3.h.

◆ CoreDebug_DEMCR_MON_REQ_Msk [4/14]

#define CoreDebug_DEMCR_MON_REQ_Msk   (1UL << CoreDebug_DEMCR_MON_REQ_Pos)
Deprecated
CoreDebug DEMCR: MON_REQ Mask
Deprecated
CoreDebug DEMCR: MON_REQ Mask

CoreDebug DEMCR: MON_REQ Mask

Deprecated
CoreDebug DEMCR: MON_REQ Mask
Deprecated
CoreDebug DEMCR: MON_REQ Mask
Deprecated
CoreDebug DEMCR: MON_REQ Mask
Deprecated
CoreDebug DEMCR: MON_REQ Mask
Deprecated
CoreDebug DEMCR: MON_REQ Mask

Definition at line 1897 of file core_cm33.h.

◆ CoreDebug_DEMCR_MON_REQ_Msk [5/14]

#define CoreDebug_DEMCR_MON_REQ_Msk   (1UL << CoreDebug_DEMCR_MON_REQ_Pos)
Deprecated
CoreDebug DEMCR: MON_REQ Mask

CoreDebug DEMCR: MON_REQ Mask

Deprecated
CoreDebug DEMCR: MON_REQ Mask
Deprecated
CoreDebug DEMCR: MON_REQ Mask
Deprecated
CoreDebug DEMCR: MON_REQ Mask
Deprecated
CoreDebug DEMCR: MON_REQ Mask
Deprecated
CoreDebug DEMCR: MON_REQ Mask

Definition at line 1897 of file core_cm35p.h.

◆ CoreDebug_DEMCR_MON_REQ_Msk [6/14]

#define CoreDebug_DEMCR_MON_REQ_Msk   (1UL << CoreDebug_DEMCR_MON_REQ_Pos)

CoreDebug DEMCR: MON_REQ Mask

Deprecated
CoreDebug DEMCR: MON_REQ Mask
Deprecated
CoreDebug DEMCR: MON_REQ Mask
Deprecated
CoreDebug DEMCR: MON_REQ Mask
Deprecated
CoreDebug DEMCR: MON_REQ Mask
Deprecated
CoreDebug DEMCR: MON_REQ Mask

Definition at line 1490 of file core_cm4.h.

◆ CoreDebug_DEMCR_MON_REQ_Msk [7/14]

#define CoreDebug_DEMCR_MON_REQ_Msk   (1UL << CoreDebug_DEMCR_MON_REQ_Pos)
Deprecated
CoreDebug DEMCR: MON_REQ Mask

CoreDebug DEMCR: MON_REQ Mask

Deprecated
CoreDebug DEMCR: MON_REQ Mask
Deprecated
CoreDebug DEMCR: MON_REQ Mask
Deprecated
CoreDebug DEMCR: MON_REQ Mask
Deprecated
CoreDebug DEMCR: MON_REQ Mask

Definition at line 3278 of file core_cm55.h.

◆ CoreDebug_DEMCR_MON_REQ_Msk [8/14]

#define CoreDebug_DEMCR_MON_REQ_Msk   (1UL << CoreDebug_DEMCR_MON_REQ_Pos)

CoreDebug DEMCR: MON_REQ Mask

Deprecated
CoreDebug DEMCR: MON_REQ Mask
Deprecated
CoreDebug DEMCR: MON_REQ Mask
Deprecated
CoreDebug DEMCR: MON_REQ Mask
Deprecated
CoreDebug DEMCR: MON_REQ Mask

Definition at line 1717 of file core_cm7.h.

◆ CoreDebug_DEMCR_MON_REQ_Msk [9/14]

#define CoreDebug_DEMCR_MON_REQ_Msk   (1UL << CoreDebug_DEMCR_MON_REQ_Pos)
Deprecated
CoreDebug DEMCR: MON_REQ Mask

CoreDebug DEMCR: MON_REQ Mask

Deprecated
CoreDebug DEMCR: MON_REQ Mask
Deprecated
CoreDebug DEMCR: MON_REQ Mask
Deprecated
CoreDebug DEMCR: MON_REQ Mask

Definition at line 3183 of file core_cm85.h.

◆ CoreDebug_DEMCR_MON_REQ_Msk [10/14]

#define CoreDebug_DEMCR_MON_REQ_Msk   (1UL << CoreDebug_DEMCR_MON_REQ_Pos)

CoreDebug DEMCR: MON_REQ Mask

Deprecated
CoreDebug DEMCR: MON_REQ Mask
Deprecated
CoreDebug DEMCR: MON_REQ Mask
Deprecated
CoreDebug DEMCR: MON_REQ Mask

Definition at line 1296 of file core_sc300.h.

◆ CoreDebug_DEMCR_MON_REQ_Msk [11/14]

#define CoreDebug_DEMCR_MON_REQ_Msk   (1UL << CoreDebug_DEMCR_MON_REQ_Pos)
Deprecated
CoreDebug DEMCR: MON_REQ Mask
Deprecated
CoreDebug DEMCR: MON_REQ Mask
Deprecated
CoreDebug DEMCR: MON_REQ Mask

CoreDebug DEMCR: MON_REQ Mask

Definition at line 2724 of file core_armv81mml.h.

◆ CoreDebug_DEMCR_MON_REQ_Msk [12/14]

#define CoreDebug_DEMCR_MON_REQ_Msk   (1UL << CoreDebug_DEMCR_MON_REQ_Pos)
Deprecated
CoreDebug DEMCR: MON_REQ Mask
Deprecated
CoreDebug DEMCR: MON_REQ Mask

CoreDebug DEMCR: MON_REQ Mask

Definition at line 1822 of file core_armv8mml.h.

◆ CoreDebug_DEMCR_MON_REQ_Msk [13/14]

#define CoreDebug_DEMCR_MON_REQ_Msk   (1UL << CoreDebug_DEMCR_MON_REQ_Pos)
Deprecated
CoreDebug DEMCR: MON_REQ Mask

CoreDebug DEMCR: MON_REQ Mask

Definition at line 1897 of file core_cm33.h.

◆ CoreDebug_DEMCR_MON_REQ_Msk [14/14]

#define CoreDebug_DEMCR_MON_REQ_Msk   (1UL << CoreDebug_DEMCR_MON_REQ_Pos)

CoreDebug DEMCR: MON_REQ Mask

Definition at line 1490 of file core_cm4.h.

◆ CoreDebug_DEMCR_MON_REQ_Pos [1/14]

#define CoreDebug_DEMCR_MON_REQ_Pos   19U
Deprecated
CoreDebug DEMCR: MON_REQ Position
Deprecated
CoreDebug DEMCR: MON_REQ Position

CoreDebug DEMCR: MON_REQ Position

Deprecated
CoreDebug DEMCR: MON_REQ Position
Deprecated
CoreDebug DEMCR: MON_REQ Position
Deprecated
CoreDebug DEMCR: MON_REQ Position
Deprecated
CoreDebug DEMCR: MON_REQ Position
Deprecated
CoreDebug DEMCR: MON_REQ Position
Deprecated
CoreDebug DEMCR: MON_REQ Position
Deprecated
CoreDebug DEMCR: MON_REQ Position

Definition at line 2723 of file core_armv81mml.h.

◆ CoreDebug_DEMCR_MON_REQ_Pos [2/14]

#define CoreDebug_DEMCR_MON_REQ_Pos   19U
Deprecated
CoreDebug DEMCR: MON_REQ Position

CoreDebug DEMCR: MON_REQ Position

Deprecated
CoreDebug DEMCR: MON_REQ Position
Deprecated
CoreDebug DEMCR: MON_REQ Position
Deprecated
CoreDebug DEMCR: MON_REQ Position
Deprecated
CoreDebug DEMCR: MON_REQ Position
Deprecated
CoreDebug DEMCR: MON_REQ Position
Deprecated
CoreDebug DEMCR: MON_REQ Position
Deprecated
CoreDebug DEMCR: MON_REQ Position

Definition at line 1821 of file core_armv8mml.h.

◆ CoreDebug_DEMCR_MON_REQ_Pos [3/14]

#define CoreDebug_DEMCR_MON_REQ_Pos   19U

CoreDebug DEMCR: MON_REQ Position

Deprecated
CoreDebug DEMCR: MON_REQ Position
Deprecated
CoreDebug DEMCR: MON_REQ Position
Deprecated
CoreDebug DEMCR: MON_REQ Position
Deprecated
CoreDebug DEMCR: MON_REQ Position
Deprecated
CoreDebug DEMCR: MON_REQ Position
Deprecated
CoreDebug DEMCR: MON_REQ Position
Deprecated
CoreDebug DEMCR: MON_REQ Position

Definition at line 1312 of file core_cm3.h.

◆ CoreDebug_DEMCR_MON_REQ_Pos [4/14]

#define CoreDebug_DEMCR_MON_REQ_Pos   19U
Deprecated
CoreDebug DEMCR: MON_REQ Position
Deprecated
CoreDebug DEMCR: MON_REQ Position

CoreDebug DEMCR: MON_REQ Position

Deprecated
CoreDebug DEMCR: MON_REQ Position
Deprecated
CoreDebug DEMCR: MON_REQ Position
Deprecated
CoreDebug DEMCR: MON_REQ Position
Deprecated
CoreDebug DEMCR: MON_REQ Position
Deprecated
CoreDebug DEMCR: MON_REQ Position

Definition at line 1896 of file core_cm33.h.

◆ CoreDebug_DEMCR_MON_REQ_Pos [5/14]

#define CoreDebug_DEMCR_MON_REQ_Pos   19U
Deprecated
CoreDebug DEMCR: MON_REQ Position

CoreDebug DEMCR: MON_REQ Position

Deprecated
CoreDebug DEMCR: MON_REQ Position
Deprecated
CoreDebug DEMCR: MON_REQ Position
Deprecated
CoreDebug DEMCR: MON_REQ Position
Deprecated
CoreDebug DEMCR: MON_REQ Position
Deprecated
CoreDebug DEMCR: MON_REQ Position

Definition at line 1896 of file core_cm35p.h.

◆ CoreDebug_DEMCR_MON_REQ_Pos [6/14]

#define CoreDebug_DEMCR_MON_REQ_Pos   19U

CoreDebug DEMCR: MON_REQ Position

Deprecated
CoreDebug DEMCR: MON_REQ Position
Deprecated
CoreDebug DEMCR: MON_REQ Position
Deprecated
CoreDebug DEMCR: MON_REQ Position
Deprecated
CoreDebug DEMCR: MON_REQ Position
Deprecated
CoreDebug DEMCR: MON_REQ Position

Definition at line 1489 of file core_cm4.h.

◆ CoreDebug_DEMCR_MON_REQ_Pos [7/14]

#define CoreDebug_DEMCR_MON_REQ_Pos   19U
Deprecated
CoreDebug DEMCR: MON_REQ Position

CoreDebug DEMCR: MON_REQ Position

Deprecated
CoreDebug DEMCR: MON_REQ Position
Deprecated
CoreDebug DEMCR: MON_REQ Position
Deprecated
CoreDebug DEMCR: MON_REQ Position
Deprecated
CoreDebug DEMCR: MON_REQ Position

Definition at line 3277 of file core_cm55.h.

◆ CoreDebug_DEMCR_MON_REQ_Pos [8/14]

#define CoreDebug_DEMCR_MON_REQ_Pos   19U

CoreDebug DEMCR: MON_REQ Position

Deprecated
CoreDebug DEMCR: MON_REQ Position
Deprecated
CoreDebug DEMCR: MON_REQ Position
Deprecated
CoreDebug DEMCR: MON_REQ Position
Deprecated
CoreDebug DEMCR: MON_REQ Position

Definition at line 1716 of file core_cm7.h.

◆ CoreDebug_DEMCR_MON_REQ_Pos [9/14]

#define CoreDebug_DEMCR_MON_REQ_Pos   19U
Deprecated
CoreDebug DEMCR: MON_REQ Position

CoreDebug DEMCR: MON_REQ Position

Deprecated
CoreDebug DEMCR: MON_REQ Position
Deprecated
CoreDebug DEMCR: MON_REQ Position
Deprecated
CoreDebug DEMCR: MON_REQ Position

Definition at line 3182 of file core_cm85.h.

◆ CoreDebug_DEMCR_MON_REQ_Pos [10/14]

#define CoreDebug_DEMCR_MON_REQ_Pos   19U

CoreDebug DEMCR: MON_REQ Position

Deprecated
CoreDebug DEMCR: MON_REQ Position
Deprecated
CoreDebug DEMCR: MON_REQ Position
Deprecated
CoreDebug DEMCR: MON_REQ Position

Definition at line 1295 of file core_sc300.h.

◆ CoreDebug_DEMCR_MON_REQ_Pos [11/14]

#define CoreDebug_DEMCR_MON_REQ_Pos   19U
Deprecated
CoreDebug DEMCR: MON_REQ Position
Deprecated
CoreDebug DEMCR: MON_REQ Position
Deprecated
CoreDebug DEMCR: MON_REQ Position

CoreDebug DEMCR: MON_REQ Position

Definition at line 2723 of file core_armv81mml.h.

◆ CoreDebug_DEMCR_MON_REQ_Pos [12/14]

#define CoreDebug_DEMCR_MON_REQ_Pos   19U
Deprecated
CoreDebug DEMCR: MON_REQ Position
Deprecated
CoreDebug DEMCR: MON_REQ Position

CoreDebug DEMCR: MON_REQ Position

Definition at line 1821 of file core_armv8mml.h.

◆ CoreDebug_DEMCR_MON_REQ_Pos [13/14]

#define CoreDebug_DEMCR_MON_REQ_Pos   19U
Deprecated
CoreDebug DEMCR: MON_REQ Position

CoreDebug DEMCR: MON_REQ Position

Definition at line 1896 of file core_cm33.h.

◆ CoreDebug_DEMCR_MON_REQ_Pos [14/14]

#define CoreDebug_DEMCR_MON_REQ_Pos   19U

CoreDebug DEMCR: MON_REQ Position

Definition at line 1489 of file core_cm4.h.

◆ CoreDebug_DEMCR_MON_STEP_Msk [1/14]

#define CoreDebug_DEMCR_MON_STEP_Msk   (1UL << CoreDebug_DEMCR_MON_STEP_Pos)
Deprecated
CoreDebug DEMCR: MON_STEP Mask
Deprecated
CoreDebug DEMCR: MON_STEP Mask

CoreDebug DEMCR: MON_STEP Mask

Deprecated
CoreDebug DEMCR: MON_STEP Mask
Deprecated
CoreDebug DEMCR: MON_STEP Mask
Deprecated
CoreDebug DEMCR: MON_STEP Mask
Deprecated
CoreDebug DEMCR: MON_STEP Mask
Deprecated
CoreDebug DEMCR: MON_STEP Mask
Deprecated
CoreDebug DEMCR: MON_STEP Mask
Deprecated
CoreDebug DEMCR: MON_STEP Mask

Definition at line 2727 of file core_armv81mml.h.

◆ CoreDebug_DEMCR_MON_STEP_Msk [2/14]

#define CoreDebug_DEMCR_MON_STEP_Msk   (1UL << CoreDebug_DEMCR_MON_STEP_Pos)
Deprecated
CoreDebug DEMCR: MON_STEP Mask

CoreDebug DEMCR: MON_STEP Mask

Deprecated
CoreDebug DEMCR: MON_STEP Mask
Deprecated
CoreDebug DEMCR: MON_STEP Mask
Deprecated
CoreDebug DEMCR: MON_STEP Mask
Deprecated
CoreDebug DEMCR: MON_STEP Mask
Deprecated
CoreDebug DEMCR: MON_STEP Mask
Deprecated
CoreDebug DEMCR: MON_STEP Mask
Deprecated
CoreDebug DEMCR: MON_STEP Mask

Definition at line 1825 of file core_armv8mml.h.

◆ CoreDebug_DEMCR_MON_STEP_Msk [3/14]

#define CoreDebug_DEMCR_MON_STEP_Msk   (1UL << CoreDebug_DEMCR_MON_STEP_Pos)

CoreDebug DEMCR: MON_STEP Mask

Deprecated
CoreDebug DEMCR: MON_STEP Mask
Deprecated
CoreDebug DEMCR: MON_STEP Mask
Deprecated
CoreDebug DEMCR: MON_STEP Mask
Deprecated
CoreDebug DEMCR: MON_STEP Mask
Deprecated
CoreDebug DEMCR: MON_STEP Mask
Deprecated
CoreDebug DEMCR: MON_STEP Mask
Deprecated
CoreDebug DEMCR: MON_STEP Mask

Definition at line 1316 of file core_cm3.h.

◆ CoreDebug_DEMCR_MON_STEP_Msk [4/14]

#define CoreDebug_DEMCR_MON_STEP_Msk   (1UL << CoreDebug_DEMCR_MON_STEP_Pos)
Deprecated
CoreDebug DEMCR: MON_STEP Mask
Deprecated
CoreDebug DEMCR: MON_STEP Mask

CoreDebug DEMCR: MON_STEP Mask

Deprecated
CoreDebug DEMCR: MON_STEP Mask
Deprecated
CoreDebug DEMCR: MON_STEP Mask
Deprecated
CoreDebug DEMCR: MON_STEP Mask
Deprecated
CoreDebug DEMCR: MON_STEP Mask
Deprecated
CoreDebug DEMCR: MON_STEP Mask

Definition at line 1900 of file core_cm33.h.

◆ CoreDebug_DEMCR_MON_STEP_Msk [5/14]

#define CoreDebug_DEMCR_MON_STEP_Msk   (1UL << CoreDebug_DEMCR_MON_STEP_Pos)
Deprecated
CoreDebug DEMCR: MON_STEP Mask

CoreDebug DEMCR: MON_STEP Mask

Deprecated
CoreDebug DEMCR: MON_STEP Mask
Deprecated
CoreDebug DEMCR: MON_STEP Mask
Deprecated
CoreDebug DEMCR: MON_STEP Mask
Deprecated
CoreDebug DEMCR: MON_STEP Mask
Deprecated
CoreDebug DEMCR: MON_STEP Mask

Definition at line 1900 of file core_cm35p.h.

◆ CoreDebug_DEMCR_MON_STEP_Msk [6/14]

#define CoreDebug_DEMCR_MON_STEP_Msk   (1UL << CoreDebug_DEMCR_MON_STEP_Pos)

CoreDebug DEMCR: MON_STEP Mask

Deprecated
CoreDebug DEMCR: MON_STEP Mask
Deprecated
CoreDebug DEMCR: MON_STEP Mask
Deprecated
CoreDebug DEMCR: MON_STEP Mask
Deprecated
CoreDebug DEMCR: MON_STEP Mask
Deprecated
CoreDebug DEMCR: MON_STEP Mask

Definition at line 1493 of file core_cm4.h.

◆ CoreDebug_DEMCR_MON_STEP_Msk [7/14]

#define CoreDebug_DEMCR_MON_STEP_Msk   (1UL << CoreDebug_DEMCR_MON_STEP_Pos)
Deprecated
CoreDebug DEMCR: MON_STEP Mask

CoreDebug DEMCR: MON_STEP Mask

Deprecated
CoreDebug DEMCR: MON_STEP Mask
Deprecated
CoreDebug DEMCR: MON_STEP Mask
Deprecated
CoreDebug DEMCR: MON_STEP Mask
Deprecated
CoreDebug DEMCR: MON_STEP Mask

Definition at line 3281 of file core_cm55.h.

◆ CoreDebug_DEMCR_MON_STEP_Msk [8/14]

#define CoreDebug_DEMCR_MON_STEP_Msk   (1UL << CoreDebug_DEMCR_MON_STEP_Pos)

CoreDebug DEMCR: MON_STEP Mask

Deprecated
CoreDebug DEMCR: MON_STEP Mask
Deprecated
CoreDebug DEMCR: MON_STEP Mask
Deprecated
CoreDebug DEMCR: MON_STEP Mask
Deprecated
CoreDebug DEMCR: MON_STEP Mask

Definition at line 1720 of file core_cm7.h.

◆ CoreDebug_DEMCR_MON_STEP_Msk [9/14]

#define CoreDebug_DEMCR_MON_STEP_Msk   (1UL << CoreDebug_DEMCR_MON_STEP_Pos)
Deprecated
CoreDebug DEMCR: MON_STEP Mask

CoreDebug DEMCR: MON_STEP Mask

Deprecated
CoreDebug DEMCR: MON_STEP Mask
Deprecated
CoreDebug DEMCR: MON_STEP Mask
Deprecated
CoreDebug DEMCR: MON_STEP Mask

Definition at line 3186 of file core_cm85.h.

◆ CoreDebug_DEMCR_MON_STEP_Msk [10/14]

#define CoreDebug_DEMCR_MON_STEP_Msk   (1UL << CoreDebug_DEMCR_MON_STEP_Pos)

CoreDebug DEMCR: MON_STEP Mask

Deprecated
CoreDebug DEMCR: MON_STEP Mask
Deprecated
CoreDebug DEMCR: MON_STEP Mask
Deprecated
CoreDebug DEMCR: MON_STEP Mask

Definition at line 1299 of file core_sc300.h.

◆ CoreDebug_DEMCR_MON_STEP_Msk [11/14]

#define CoreDebug_DEMCR_MON_STEP_Msk   (1UL << CoreDebug_DEMCR_MON_STEP_Pos)
Deprecated
CoreDebug DEMCR: MON_STEP Mask
Deprecated
CoreDebug DEMCR: MON_STEP Mask
Deprecated
CoreDebug DEMCR: MON_STEP Mask

CoreDebug DEMCR: MON_STEP Mask

Definition at line 2727 of file core_armv81mml.h.

◆ CoreDebug_DEMCR_MON_STEP_Msk [12/14]

#define CoreDebug_DEMCR_MON_STEP_Msk   (1UL << CoreDebug_DEMCR_MON_STEP_Pos)
Deprecated
CoreDebug DEMCR: MON_STEP Mask
Deprecated
CoreDebug DEMCR: MON_STEP Mask

CoreDebug DEMCR: MON_STEP Mask

Definition at line 1825 of file core_armv8mml.h.

◆ CoreDebug_DEMCR_MON_STEP_Msk [13/14]

#define CoreDebug_DEMCR_MON_STEP_Msk   (1UL << CoreDebug_DEMCR_MON_STEP_Pos)
Deprecated
CoreDebug DEMCR: MON_STEP Mask

CoreDebug DEMCR: MON_STEP Mask

Definition at line 1900 of file core_cm33.h.

◆ CoreDebug_DEMCR_MON_STEP_Msk [14/14]

#define CoreDebug_DEMCR_MON_STEP_Msk   (1UL << CoreDebug_DEMCR_MON_STEP_Pos)

CoreDebug DEMCR: MON_STEP Mask

Definition at line 1493 of file core_cm4.h.

◆ CoreDebug_DEMCR_MON_STEP_Pos [1/14]

#define CoreDebug_DEMCR_MON_STEP_Pos   18U
Deprecated
CoreDebug DEMCR: MON_STEP Position
Deprecated
CoreDebug DEMCR: MON_STEP Position

CoreDebug DEMCR: MON_STEP Position

Deprecated
CoreDebug DEMCR: MON_STEP Position
Deprecated
CoreDebug DEMCR: MON_STEP Position
Deprecated
CoreDebug DEMCR: MON_STEP Position
Deprecated
CoreDebug DEMCR: MON_STEP Position
Deprecated
CoreDebug DEMCR: MON_STEP Position
Deprecated
CoreDebug DEMCR: MON_STEP Position
Deprecated
CoreDebug DEMCR: MON_STEP Position

Definition at line 2726 of file core_armv81mml.h.

◆ CoreDebug_DEMCR_MON_STEP_Pos [2/14]

#define CoreDebug_DEMCR_MON_STEP_Pos   18U
Deprecated
CoreDebug DEMCR: MON_STEP Position

CoreDebug DEMCR: MON_STEP Position

Deprecated
CoreDebug DEMCR: MON_STEP Position
Deprecated
CoreDebug DEMCR: MON_STEP Position
Deprecated
CoreDebug DEMCR: MON_STEP Position
Deprecated
CoreDebug DEMCR: MON_STEP Position
Deprecated
CoreDebug DEMCR: MON_STEP Position
Deprecated
CoreDebug DEMCR: MON_STEP Position
Deprecated
CoreDebug DEMCR: MON_STEP Position

Definition at line 1824 of file core_armv8mml.h.

◆ CoreDebug_DEMCR_MON_STEP_Pos [3/14]

#define CoreDebug_DEMCR_MON_STEP_Pos   18U

CoreDebug DEMCR: MON_STEP Position

Deprecated
CoreDebug DEMCR: MON_STEP Position
Deprecated
CoreDebug DEMCR: MON_STEP Position
Deprecated
CoreDebug DEMCR: MON_STEP Position
Deprecated
CoreDebug DEMCR: MON_STEP Position
Deprecated
CoreDebug DEMCR: MON_STEP Position
Deprecated
CoreDebug DEMCR: MON_STEP Position
Deprecated
CoreDebug DEMCR: MON_STEP Position

Definition at line 1315 of file core_cm3.h.

◆ CoreDebug_DEMCR_MON_STEP_Pos [4/14]

#define CoreDebug_DEMCR_MON_STEP_Pos   18U
Deprecated
CoreDebug DEMCR: MON_STEP Position
Deprecated
CoreDebug DEMCR: MON_STEP Position

CoreDebug DEMCR: MON_STEP Position

Deprecated
CoreDebug DEMCR: MON_STEP Position
Deprecated
CoreDebug DEMCR: MON_STEP Position
Deprecated
CoreDebug DEMCR: MON_STEP Position
Deprecated
CoreDebug DEMCR: MON_STEP Position
Deprecated
CoreDebug DEMCR: MON_STEP Position

Definition at line 1899 of file core_cm33.h.

◆ CoreDebug_DEMCR_MON_STEP_Pos [5/14]

#define CoreDebug_DEMCR_MON_STEP_Pos   18U
Deprecated
CoreDebug DEMCR: MON_STEP Position

CoreDebug DEMCR: MON_STEP Position

Deprecated
CoreDebug DEMCR: MON_STEP Position
Deprecated
CoreDebug DEMCR: MON_STEP Position
Deprecated
CoreDebug DEMCR: MON_STEP Position
Deprecated
CoreDebug DEMCR: MON_STEP Position
Deprecated
CoreDebug DEMCR: MON_STEP Position

Definition at line 1899 of file core_cm35p.h.

◆ CoreDebug_DEMCR_MON_STEP_Pos [6/14]

#define CoreDebug_DEMCR_MON_STEP_Pos   18U

CoreDebug DEMCR: MON_STEP Position

Deprecated
CoreDebug DEMCR: MON_STEP Position
Deprecated
CoreDebug DEMCR: MON_STEP Position
Deprecated
CoreDebug DEMCR: MON_STEP Position
Deprecated
CoreDebug DEMCR: MON_STEP Position
Deprecated
CoreDebug DEMCR: MON_STEP Position

Definition at line 1492 of file core_cm4.h.

◆ CoreDebug_DEMCR_MON_STEP_Pos [7/14]

#define CoreDebug_DEMCR_MON_STEP_Pos   18U
Deprecated
CoreDebug DEMCR: MON_STEP Position

CoreDebug DEMCR: MON_STEP Position

Deprecated
CoreDebug DEMCR: MON_STEP Position
Deprecated
CoreDebug DEMCR: MON_STEP Position
Deprecated
CoreDebug DEMCR: MON_STEP Position
Deprecated
CoreDebug DEMCR: MON_STEP Position

Definition at line 3280 of file core_cm55.h.

◆ CoreDebug_DEMCR_MON_STEP_Pos [8/14]

#define CoreDebug_DEMCR_MON_STEP_Pos   18U

CoreDebug DEMCR: MON_STEP Position

Deprecated
CoreDebug DEMCR: MON_STEP Position
Deprecated
CoreDebug DEMCR: MON_STEP Position
Deprecated
CoreDebug DEMCR: MON_STEP Position
Deprecated
CoreDebug DEMCR: MON_STEP Position

Definition at line 1719 of file core_cm7.h.

◆ CoreDebug_DEMCR_MON_STEP_Pos [9/14]

#define CoreDebug_DEMCR_MON_STEP_Pos   18U
Deprecated
CoreDebug DEMCR: MON_STEP Position

CoreDebug DEMCR: MON_STEP Position

Deprecated
CoreDebug DEMCR: MON_STEP Position
Deprecated
CoreDebug DEMCR: MON_STEP Position
Deprecated
CoreDebug DEMCR: MON_STEP Position

Definition at line 3185 of file core_cm85.h.

◆ CoreDebug_DEMCR_MON_STEP_Pos [10/14]

#define CoreDebug_DEMCR_MON_STEP_Pos   18U

CoreDebug DEMCR: MON_STEP Position

Deprecated
CoreDebug DEMCR: MON_STEP Position
Deprecated
CoreDebug DEMCR: MON_STEP Position
Deprecated
CoreDebug DEMCR: MON_STEP Position

Definition at line 1298 of file core_sc300.h.

◆ CoreDebug_DEMCR_MON_STEP_Pos [11/14]

#define CoreDebug_DEMCR_MON_STEP_Pos   18U
Deprecated
CoreDebug DEMCR: MON_STEP Position
Deprecated
CoreDebug DEMCR: MON_STEP Position
Deprecated
CoreDebug DEMCR: MON_STEP Position

CoreDebug DEMCR: MON_STEP Position

Definition at line 2726 of file core_armv81mml.h.

◆ CoreDebug_DEMCR_MON_STEP_Pos [12/14]

#define CoreDebug_DEMCR_MON_STEP_Pos   18U
Deprecated
CoreDebug DEMCR: MON_STEP Position
Deprecated
CoreDebug DEMCR: MON_STEP Position

CoreDebug DEMCR: MON_STEP Position

Definition at line 1824 of file core_armv8mml.h.

◆ CoreDebug_DEMCR_MON_STEP_Pos [13/14]

#define CoreDebug_DEMCR_MON_STEP_Pos   18U
Deprecated
CoreDebug DEMCR: MON_STEP Position

CoreDebug DEMCR: MON_STEP Position

Definition at line 1899 of file core_cm33.h.

◆ CoreDebug_DEMCR_MON_STEP_Pos [14/14]

#define CoreDebug_DEMCR_MON_STEP_Pos   18U

CoreDebug DEMCR: MON_STEP Position

Definition at line 1492 of file core_cm4.h.

◆ CoreDebug_DEMCR_TRCENA_Msk [1/14]

#define CoreDebug_DEMCR_TRCENA_Msk   (1UL << CoreDebug_DEMCR_TRCENA_Pos)
Deprecated
CoreDebug DEMCR: TRCENA Mask
Deprecated
CoreDebug DEMCR: TRCENA Mask

CoreDebug DEMCR: TRCENA Mask

Deprecated
CoreDebug DEMCR: TRCENA Mask
Deprecated
CoreDebug DEMCR: TRCENA Mask
Deprecated
CoreDebug DEMCR: TRCENA Mask
Deprecated
CoreDebug DEMCR: TRCENA Mask
Deprecated
CoreDebug DEMCR: TRCENA Mask
Deprecated
CoreDebug DEMCR: TRCENA Mask
Deprecated
CoreDebug DEMCR: TRCENA Mask

Definition at line 2721 of file core_armv81mml.h.

◆ CoreDebug_DEMCR_TRCENA_Msk [2/14]

#define CoreDebug_DEMCR_TRCENA_Msk   (1UL << CoreDebug_DEMCR_TRCENA_Pos)
Deprecated
CoreDebug DEMCR: TRCENA Mask

CoreDebug DEMCR: TRCENA Mask

Deprecated
CoreDebug DEMCR: TRCENA Mask
Deprecated
CoreDebug DEMCR: TRCENA Mask
Deprecated
CoreDebug DEMCR: TRCENA Mask
Deprecated
CoreDebug DEMCR: TRCENA Mask
Deprecated
CoreDebug DEMCR: TRCENA Mask
Deprecated
CoreDebug DEMCR: TRCENA Mask
Deprecated
CoreDebug DEMCR: TRCENA Mask

Definition at line 1819 of file core_armv8mml.h.

◆ CoreDebug_DEMCR_TRCENA_Msk [3/14]

#define CoreDebug_DEMCR_TRCENA_Msk   (1UL << CoreDebug_DEMCR_TRCENA_Pos)

CoreDebug DEMCR: TRCENA Mask

Deprecated
CoreDebug DEMCR: TRCENA Mask
Deprecated
CoreDebug DEMCR: TRCENA Mask
Deprecated
CoreDebug DEMCR: TRCENA Mask
Deprecated
CoreDebug DEMCR: TRCENA Mask
Deprecated
CoreDebug DEMCR: TRCENA Mask
Deprecated
CoreDebug DEMCR: TRCENA Mask
Deprecated
CoreDebug DEMCR: TRCENA Mask

Definition at line 1310 of file core_cm3.h.

◆ CoreDebug_DEMCR_TRCENA_Msk [4/14]

#define CoreDebug_DEMCR_TRCENA_Msk   (1UL << CoreDebug_DEMCR_TRCENA_Pos)
Deprecated
CoreDebug DEMCR: TRCENA Mask
Deprecated
CoreDebug DEMCR: TRCENA Mask

CoreDebug DEMCR: TRCENA Mask

Deprecated
CoreDebug DEMCR: TRCENA Mask
Deprecated
CoreDebug DEMCR: TRCENA Mask
Deprecated
CoreDebug DEMCR: TRCENA Mask
Deprecated
CoreDebug DEMCR: TRCENA Mask
Deprecated
CoreDebug DEMCR: TRCENA Mask

Definition at line 1894 of file core_cm33.h.

◆ CoreDebug_DEMCR_TRCENA_Msk [5/14]

#define CoreDebug_DEMCR_TRCENA_Msk   (1UL << CoreDebug_DEMCR_TRCENA_Pos)
Deprecated
CoreDebug DEMCR: TRCENA Mask

CoreDebug DEMCR: TRCENA Mask

Deprecated
CoreDebug DEMCR: TRCENA Mask
Deprecated
CoreDebug DEMCR: TRCENA Mask
Deprecated
CoreDebug DEMCR: TRCENA Mask
Deprecated
CoreDebug DEMCR: TRCENA Mask
Deprecated
CoreDebug DEMCR: TRCENA Mask

Definition at line 1894 of file core_cm35p.h.

◆ CoreDebug_DEMCR_TRCENA_Msk [6/14]

#define CoreDebug_DEMCR_TRCENA_Msk   (1UL << CoreDebug_DEMCR_TRCENA_Pos)

CoreDebug DEMCR: TRCENA Mask

Deprecated
CoreDebug DEMCR: TRCENA Mask
Deprecated
CoreDebug DEMCR: TRCENA Mask
Deprecated
CoreDebug DEMCR: TRCENA Mask
Deprecated
CoreDebug DEMCR: TRCENA Mask
Deprecated
CoreDebug DEMCR: TRCENA Mask

Definition at line 1487 of file core_cm4.h.

◆ CoreDebug_DEMCR_TRCENA_Msk [7/14]

#define CoreDebug_DEMCR_TRCENA_Msk   (1UL << CoreDebug_DEMCR_TRCENA_Pos)
Deprecated
CoreDebug DEMCR: TRCENA Mask

CoreDebug DEMCR: TRCENA Mask

Deprecated
CoreDebug DEMCR: TRCENA Mask
Deprecated
CoreDebug DEMCR: TRCENA Mask
Deprecated
CoreDebug DEMCR: TRCENA Mask
Deprecated
CoreDebug DEMCR: TRCENA Mask

Definition at line 3275 of file core_cm55.h.

◆ CoreDebug_DEMCR_TRCENA_Msk [8/14]

#define CoreDebug_DEMCR_TRCENA_Msk   (1UL << CoreDebug_DEMCR_TRCENA_Pos)

CoreDebug DEMCR: TRCENA Mask

Deprecated
CoreDebug DEMCR: TRCENA Mask
Deprecated
CoreDebug DEMCR: TRCENA Mask
Deprecated
CoreDebug DEMCR: TRCENA Mask
Deprecated
CoreDebug DEMCR: TRCENA Mask

Definition at line 1714 of file core_cm7.h.

◆ CoreDebug_DEMCR_TRCENA_Msk [9/14]

#define CoreDebug_DEMCR_TRCENA_Msk   (1UL << CoreDebug_DEMCR_TRCENA_Pos)
Deprecated
CoreDebug DEMCR: TRCENA Mask

CoreDebug DEMCR: TRCENA Mask

Deprecated
CoreDebug DEMCR: TRCENA Mask
Deprecated
CoreDebug DEMCR: TRCENA Mask
Deprecated
CoreDebug DEMCR: TRCENA Mask

Definition at line 3180 of file core_cm85.h.

◆ CoreDebug_DEMCR_TRCENA_Msk [10/14]

#define CoreDebug_DEMCR_TRCENA_Msk   (1UL << CoreDebug_DEMCR_TRCENA_Pos)

CoreDebug DEMCR: TRCENA Mask

Deprecated
CoreDebug DEMCR: TRCENA Mask
Deprecated
CoreDebug DEMCR: TRCENA Mask
Deprecated
CoreDebug DEMCR: TRCENA Mask

Definition at line 1293 of file core_sc300.h.

◆ CoreDebug_DEMCR_TRCENA_Msk [11/14]

#define CoreDebug_DEMCR_TRCENA_Msk   (1UL << CoreDebug_DEMCR_TRCENA_Pos)
Deprecated
CoreDebug DEMCR: TRCENA Mask
Deprecated
CoreDebug DEMCR: TRCENA Mask
Deprecated
CoreDebug DEMCR: TRCENA Mask

CoreDebug DEMCR: TRCENA Mask

Definition at line 2721 of file core_armv81mml.h.

◆ CoreDebug_DEMCR_TRCENA_Msk [12/14]

#define CoreDebug_DEMCR_TRCENA_Msk   (1UL << CoreDebug_DEMCR_TRCENA_Pos)
Deprecated
CoreDebug DEMCR: TRCENA Mask
Deprecated
CoreDebug DEMCR: TRCENA Mask

CoreDebug DEMCR: TRCENA Mask

Definition at line 1819 of file core_armv8mml.h.

◆ CoreDebug_DEMCR_TRCENA_Msk [13/14]

#define CoreDebug_DEMCR_TRCENA_Msk   (1UL << CoreDebug_DEMCR_TRCENA_Pos)
Deprecated
CoreDebug DEMCR: TRCENA Mask

CoreDebug DEMCR: TRCENA Mask

Definition at line 1894 of file core_cm33.h.

◆ CoreDebug_DEMCR_TRCENA_Msk [14/14]

#define CoreDebug_DEMCR_TRCENA_Msk   (1UL << CoreDebug_DEMCR_TRCENA_Pos)

CoreDebug DEMCR: TRCENA Mask

Definition at line 1487 of file core_cm4.h.

◆ CoreDebug_DEMCR_TRCENA_Pos [1/14]

#define CoreDebug_DEMCR_TRCENA_Pos   24U
Deprecated
CoreDebug DEMCR: TRCENA Position
Deprecated
CoreDebug DEMCR: TRCENA Position

CoreDebug DEMCR: TRCENA Position

Deprecated
CoreDebug DEMCR: TRCENA Position
Deprecated
CoreDebug DEMCR: TRCENA Position
Deprecated
CoreDebug DEMCR: TRCENA Position
Deprecated
CoreDebug DEMCR: TRCENA Position
Deprecated
CoreDebug DEMCR: TRCENA Position
Deprecated
CoreDebug DEMCR: TRCENA Position
Deprecated
CoreDebug DEMCR: TRCENA Position

Definition at line 2720 of file core_armv81mml.h.

◆ CoreDebug_DEMCR_TRCENA_Pos [2/14]

#define CoreDebug_DEMCR_TRCENA_Pos   24U
Deprecated
CoreDebug DEMCR: TRCENA Position

CoreDebug DEMCR: TRCENA Position

Deprecated
CoreDebug DEMCR: TRCENA Position
Deprecated
CoreDebug DEMCR: TRCENA Position
Deprecated
CoreDebug DEMCR: TRCENA Position
Deprecated
CoreDebug DEMCR: TRCENA Position
Deprecated
CoreDebug DEMCR: TRCENA Position
Deprecated
CoreDebug DEMCR: TRCENA Position
Deprecated
CoreDebug DEMCR: TRCENA Position

Definition at line 1818 of file core_armv8mml.h.

◆ CoreDebug_DEMCR_TRCENA_Pos [3/14]

#define CoreDebug_DEMCR_TRCENA_Pos   24U

CoreDebug DEMCR: TRCENA Position

Deprecated
CoreDebug DEMCR: TRCENA Position
Deprecated
CoreDebug DEMCR: TRCENA Position
Deprecated
CoreDebug DEMCR: TRCENA Position
Deprecated
CoreDebug DEMCR: TRCENA Position
Deprecated
CoreDebug DEMCR: TRCENA Position
Deprecated
CoreDebug DEMCR: TRCENA Position
Deprecated
CoreDebug DEMCR: TRCENA Position

Definition at line 1309 of file core_cm3.h.

◆ CoreDebug_DEMCR_TRCENA_Pos [4/14]

#define CoreDebug_DEMCR_TRCENA_Pos   24U
Deprecated
CoreDebug DEMCR: TRCENA Position
Deprecated
CoreDebug DEMCR: TRCENA Position

CoreDebug DEMCR: TRCENA Position

Deprecated
CoreDebug DEMCR: TRCENA Position
Deprecated
CoreDebug DEMCR: TRCENA Position
Deprecated
CoreDebug DEMCR: TRCENA Position
Deprecated
CoreDebug DEMCR: TRCENA Position
Deprecated
CoreDebug DEMCR: TRCENA Position

Definition at line 1893 of file core_cm33.h.

◆ CoreDebug_DEMCR_TRCENA_Pos [5/14]

#define CoreDebug_DEMCR_TRCENA_Pos   24U
Deprecated
CoreDebug DEMCR: TRCENA Position

CoreDebug DEMCR: TRCENA Position

Deprecated
CoreDebug DEMCR: TRCENA Position
Deprecated
CoreDebug DEMCR: TRCENA Position
Deprecated
CoreDebug DEMCR: TRCENA Position
Deprecated
CoreDebug DEMCR: TRCENA Position
Deprecated
CoreDebug DEMCR: TRCENA Position

Definition at line 1893 of file core_cm35p.h.

◆ CoreDebug_DEMCR_TRCENA_Pos [6/14]

#define CoreDebug_DEMCR_TRCENA_Pos   24U

CoreDebug DEMCR: TRCENA Position

Deprecated
CoreDebug DEMCR: TRCENA Position
Deprecated
CoreDebug DEMCR: TRCENA Position
Deprecated
CoreDebug DEMCR: TRCENA Position
Deprecated
CoreDebug DEMCR: TRCENA Position
Deprecated
CoreDebug DEMCR: TRCENA Position

Definition at line 1486 of file core_cm4.h.

◆ CoreDebug_DEMCR_TRCENA_Pos [7/14]

#define CoreDebug_DEMCR_TRCENA_Pos   24U
Deprecated
CoreDebug DEMCR: TRCENA Position

CoreDebug DEMCR: TRCENA Position

Deprecated
CoreDebug DEMCR: TRCENA Position
Deprecated
CoreDebug DEMCR: TRCENA Position
Deprecated
CoreDebug DEMCR: TRCENA Position
Deprecated
CoreDebug DEMCR: TRCENA Position

Definition at line 3274 of file core_cm55.h.

◆ CoreDebug_DEMCR_TRCENA_Pos [8/14]

#define CoreDebug_DEMCR_TRCENA_Pos   24U

CoreDebug DEMCR: TRCENA Position

Deprecated
CoreDebug DEMCR: TRCENA Position
Deprecated
CoreDebug DEMCR: TRCENA Position
Deprecated
CoreDebug DEMCR: TRCENA Position
Deprecated
CoreDebug DEMCR: TRCENA Position

Definition at line 1713 of file core_cm7.h.

◆ CoreDebug_DEMCR_TRCENA_Pos [9/14]

#define CoreDebug_DEMCR_TRCENA_Pos   24U
Deprecated
CoreDebug DEMCR: TRCENA Position

CoreDebug DEMCR: TRCENA Position

Deprecated
CoreDebug DEMCR: TRCENA Position
Deprecated
CoreDebug DEMCR: TRCENA Position
Deprecated
CoreDebug DEMCR: TRCENA Position

Definition at line 3179 of file core_cm85.h.

◆ CoreDebug_DEMCR_TRCENA_Pos [10/14]

#define CoreDebug_DEMCR_TRCENA_Pos   24U

CoreDebug DEMCR: TRCENA Position

Deprecated
CoreDebug DEMCR: TRCENA Position
Deprecated
CoreDebug DEMCR: TRCENA Position
Deprecated
CoreDebug DEMCR: TRCENA Position

Definition at line 1292 of file core_sc300.h.

◆ CoreDebug_DEMCR_TRCENA_Pos [11/14]

#define CoreDebug_DEMCR_TRCENA_Pos   24U
Deprecated
CoreDebug DEMCR: TRCENA Position
Deprecated
CoreDebug DEMCR: TRCENA Position
Deprecated
CoreDebug DEMCR: TRCENA Position

CoreDebug DEMCR: TRCENA Position

Definition at line 2720 of file core_armv81mml.h.

◆ CoreDebug_DEMCR_TRCENA_Pos [12/14]

#define CoreDebug_DEMCR_TRCENA_Pos   24U
Deprecated
CoreDebug DEMCR: TRCENA Position
Deprecated
CoreDebug DEMCR: TRCENA Position

CoreDebug DEMCR: TRCENA Position

Definition at line 1818 of file core_armv8mml.h.

◆ CoreDebug_DEMCR_TRCENA_Pos [13/14]

#define CoreDebug_DEMCR_TRCENA_Pos   24U
Deprecated
CoreDebug DEMCR: TRCENA Position

CoreDebug DEMCR: TRCENA Position

Definition at line 1893 of file core_cm33.h.

◆ CoreDebug_DEMCR_TRCENA_Pos [14/14]

#define CoreDebug_DEMCR_TRCENA_Pos   24U

CoreDebug DEMCR: TRCENA Position

Definition at line 1486 of file core_cm4.h.

◆ CoreDebug_DEMCR_VC_BUSERR_Msk [1/14]

#define CoreDebug_DEMCR_VC_BUSERR_Msk   (1UL << CoreDebug_DEMCR_VC_BUSERR_Pos)
Deprecated
CoreDebug DEMCR: VC_BUSERR Mask
Deprecated
CoreDebug DEMCR: VC_BUSERR Mask

CoreDebug DEMCR: VC_BUSERR Mask

Deprecated
CoreDebug DEMCR: VC_BUSERR Mask
Deprecated
CoreDebug DEMCR: VC_BUSERR Mask
Deprecated
CoreDebug DEMCR: VC_BUSERR Mask
Deprecated
CoreDebug DEMCR: VC_BUSERR Mask
Deprecated
CoreDebug DEMCR: VC_BUSERR Mask
Deprecated
CoreDebug DEMCR: VC_BUSERR Mask
Deprecated
CoreDebug DEMCR: VC_BUSERR Mask

Definition at line 2742 of file core_armv81mml.h.

◆ CoreDebug_DEMCR_VC_BUSERR_Msk [2/14]

#define CoreDebug_DEMCR_VC_BUSERR_Msk   (1UL << CoreDebug_DEMCR_VC_BUSERR_Pos)
Deprecated
CoreDebug DEMCR: VC_BUSERR Mask

CoreDebug DEMCR: VC_BUSERR Mask

Deprecated
CoreDebug DEMCR: VC_BUSERR Mask
Deprecated
CoreDebug DEMCR: VC_BUSERR Mask
Deprecated
CoreDebug DEMCR: VC_BUSERR Mask
Deprecated
CoreDebug DEMCR: VC_BUSERR Mask
Deprecated
CoreDebug DEMCR: VC_BUSERR Mask
Deprecated
CoreDebug DEMCR: VC_BUSERR Mask
Deprecated
CoreDebug DEMCR: VC_BUSERR Mask

Definition at line 1840 of file core_armv8mml.h.

◆ CoreDebug_DEMCR_VC_BUSERR_Msk [3/14]

#define CoreDebug_DEMCR_VC_BUSERR_Msk   (1UL << CoreDebug_DEMCR_VC_BUSERR_Pos)

CoreDebug DEMCR: VC_BUSERR Mask

Deprecated
CoreDebug DEMCR: VC_BUSERR Mask
Deprecated
CoreDebug DEMCR: VC_BUSERR Mask
Deprecated
CoreDebug DEMCR: VC_BUSERR Mask
Deprecated
CoreDebug DEMCR: VC_BUSERR Mask
Deprecated
CoreDebug DEMCR: VC_BUSERR Mask
Deprecated
CoreDebug DEMCR: VC_BUSERR Mask
Deprecated
CoreDebug DEMCR: VC_BUSERR Mask

Definition at line 1331 of file core_cm3.h.

◆ CoreDebug_DEMCR_VC_BUSERR_Msk [4/14]

#define CoreDebug_DEMCR_VC_BUSERR_Msk   (1UL << CoreDebug_DEMCR_VC_BUSERR_Pos)
Deprecated
CoreDebug DEMCR: VC_BUSERR Mask
Deprecated
CoreDebug DEMCR: VC_BUSERR Mask

CoreDebug DEMCR: VC_BUSERR Mask

Deprecated
CoreDebug DEMCR: VC_BUSERR Mask
Deprecated
CoreDebug DEMCR: VC_BUSERR Mask
Deprecated
CoreDebug DEMCR: VC_BUSERR Mask
Deprecated
CoreDebug DEMCR: VC_BUSERR Mask
Deprecated
CoreDebug DEMCR: VC_BUSERR Mask

Definition at line 1915 of file core_cm33.h.

◆ CoreDebug_DEMCR_VC_BUSERR_Msk [5/14]

#define CoreDebug_DEMCR_VC_BUSERR_Msk   (1UL << CoreDebug_DEMCR_VC_BUSERR_Pos)
Deprecated
CoreDebug DEMCR: VC_BUSERR Mask

CoreDebug DEMCR: VC_BUSERR Mask

Deprecated
CoreDebug DEMCR: VC_BUSERR Mask
Deprecated
CoreDebug DEMCR: VC_BUSERR Mask
Deprecated
CoreDebug DEMCR: VC_BUSERR Mask
Deprecated
CoreDebug DEMCR: VC_BUSERR Mask
Deprecated
CoreDebug DEMCR: VC_BUSERR Mask

Definition at line 1915 of file core_cm35p.h.

◆ CoreDebug_DEMCR_VC_BUSERR_Msk [6/14]

#define CoreDebug_DEMCR_VC_BUSERR_Msk   (1UL << CoreDebug_DEMCR_VC_BUSERR_Pos)

CoreDebug DEMCR: VC_BUSERR Mask

Deprecated
CoreDebug DEMCR: VC_BUSERR Mask
Deprecated
CoreDebug DEMCR: VC_BUSERR Mask
Deprecated
CoreDebug DEMCR: VC_BUSERR Mask
Deprecated
CoreDebug DEMCR: VC_BUSERR Mask
Deprecated
CoreDebug DEMCR: VC_BUSERR Mask

Definition at line 1508 of file core_cm4.h.

◆ CoreDebug_DEMCR_VC_BUSERR_Msk [7/14]

#define CoreDebug_DEMCR_VC_BUSERR_Msk   (1UL << CoreDebug_DEMCR_VC_BUSERR_Pos)
Deprecated
CoreDebug DEMCR: VC_BUSERR Mask

CoreDebug DEMCR: VC_BUSERR Mask

Deprecated
CoreDebug DEMCR: VC_BUSERR Mask
Deprecated
CoreDebug DEMCR: VC_BUSERR Mask
Deprecated
CoreDebug DEMCR: VC_BUSERR Mask
Deprecated
CoreDebug DEMCR: VC_BUSERR Mask

Definition at line 3296 of file core_cm55.h.

◆ CoreDebug_DEMCR_VC_BUSERR_Msk [8/14]

#define CoreDebug_DEMCR_VC_BUSERR_Msk   (1UL << CoreDebug_DEMCR_VC_BUSERR_Pos)

CoreDebug DEMCR: VC_BUSERR Mask

Deprecated
CoreDebug DEMCR: VC_BUSERR Mask
Deprecated
CoreDebug DEMCR: VC_BUSERR Mask
Deprecated
CoreDebug DEMCR: VC_BUSERR Mask
Deprecated
CoreDebug DEMCR: VC_BUSERR Mask

Definition at line 1735 of file core_cm7.h.

◆ CoreDebug_DEMCR_VC_BUSERR_Msk [9/14]

#define CoreDebug_DEMCR_VC_BUSERR_Msk   (1UL << CoreDebug_DEMCR_VC_BUSERR_Pos)
Deprecated
CoreDebug DEMCR: VC_BUSERR Mask

CoreDebug DEMCR: VC_BUSERR Mask

Deprecated
CoreDebug DEMCR: VC_BUSERR Mask
Deprecated
CoreDebug DEMCR: VC_BUSERR Mask
Deprecated
CoreDebug DEMCR: VC_BUSERR Mask

Definition at line 3201 of file core_cm85.h.

◆ CoreDebug_DEMCR_VC_BUSERR_Msk [10/14]

#define CoreDebug_DEMCR_VC_BUSERR_Msk   (1UL << CoreDebug_DEMCR_VC_BUSERR_Pos)

CoreDebug DEMCR: VC_BUSERR Mask

Deprecated
CoreDebug DEMCR: VC_BUSERR Mask
Deprecated
CoreDebug DEMCR: VC_BUSERR Mask
Deprecated
CoreDebug DEMCR: VC_BUSERR Mask

Definition at line 1314 of file core_sc300.h.

◆ CoreDebug_DEMCR_VC_BUSERR_Msk [11/14]

#define CoreDebug_DEMCR_VC_BUSERR_Msk   (1UL << CoreDebug_DEMCR_VC_BUSERR_Pos)
Deprecated
CoreDebug DEMCR: VC_BUSERR Mask
Deprecated
CoreDebug DEMCR: VC_BUSERR Mask
Deprecated
CoreDebug DEMCR: VC_BUSERR Mask

CoreDebug DEMCR: VC_BUSERR Mask

Definition at line 2742 of file core_armv81mml.h.

◆ CoreDebug_DEMCR_VC_BUSERR_Msk [12/14]

#define CoreDebug_DEMCR_VC_BUSERR_Msk   (1UL << CoreDebug_DEMCR_VC_BUSERR_Pos)
Deprecated
CoreDebug DEMCR: VC_BUSERR Mask
Deprecated
CoreDebug DEMCR: VC_BUSERR Mask

CoreDebug DEMCR: VC_BUSERR Mask

Definition at line 1840 of file core_armv8mml.h.

◆ CoreDebug_DEMCR_VC_BUSERR_Msk [13/14]

#define CoreDebug_DEMCR_VC_BUSERR_Msk   (1UL << CoreDebug_DEMCR_VC_BUSERR_Pos)
Deprecated
CoreDebug DEMCR: VC_BUSERR Mask

CoreDebug DEMCR: VC_BUSERR Mask

Definition at line 1915 of file core_cm33.h.

◆ CoreDebug_DEMCR_VC_BUSERR_Msk [14/14]

#define CoreDebug_DEMCR_VC_BUSERR_Msk   (1UL << CoreDebug_DEMCR_VC_BUSERR_Pos)

CoreDebug DEMCR: VC_BUSERR Mask

Definition at line 1508 of file core_cm4.h.

◆ CoreDebug_DEMCR_VC_BUSERR_Pos [1/14]

#define CoreDebug_DEMCR_VC_BUSERR_Pos   8U
Deprecated
CoreDebug DEMCR: VC_BUSERR Position
Deprecated
CoreDebug DEMCR: VC_BUSERR Position

CoreDebug DEMCR: VC_BUSERR Position

Deprecated
CoreDebug DEMCR: VC_BUSERR Position
Deprecated
CoreDebug DEMCR: VC_BUSERR Position
Deprecated
CoreDebug DEMCR: VC_BUSERR Position
Deprecated
CoreDebug DEMCR: VC_BUSERR Position
Deprecated
CoreDebug DEMCR: VC_BUSERR Position
Deprecated
CoreDebug DEMCR: VC_BUSERR Position
Deprecated
CoreDebug DEMCR: VC_BUSERR Position

Definition at line 2741 of file core_armv81mml.h.

◆ CoreDebug_DEMCR_VC_BUSERR_Pos [2/14]

#define CoreDebug_DEMCR_VC_BUSERR_Pos   8U
Deprecated
CoreDebug DEMCR: VC_BUSERR Position

CoreDebug DEMCR: VC_BUSERR Position

Deprecated
CoreDebug DEMCR: VC_BUSERR Position
Deprecated
CoreDebug DEMCR: VC_BUSERR Position
Deprecated
CoreDebug DEMCR: VC_BUSERR Position
Deprecated
CoreDebug DEMCR: VC_BUSERR Position
Deprecated
CoreDebug DEMCR: VC_BUSERR Position
Deprecated
CoreDebug DEMCR: VC_BUSERR Position
Deprecated
CoreDebug DEMCR: VC_BUSERR Position

Definition at line 1839 of file core_armv8mml.h.

◆ CoreDebug_DEMCR_VC_BUSERR_Pos [3/14]

#define CoreDebug_DEMCR_VC_BUSERR_Pos   8U

CoreDebug DEMCR: VC_BUSERR Position

Deprecated
CoreDebug DEMCR: VC_BUSERR Position
Deprecated
CoreDebug DEMCR: VC_BUSERR Position
Deprecated
CoreDebug DEMCR: VC_BUSERR Position
Deprecated
CoreDebug DEMCR: VC_BUSERR Position
Deprecated
CoreDebug DEMCR: VC_BUSERR Position
Deprecated
CoreDebug DEMCR: VC_BUSERR Position
Deprecated
CoreDebug DEMCR: VC_BUSERR Position

Definition at line 1330 of file core_cm3.h.

◆ CoreDebug_DEMCR_VC_BUSERR_Pos [4/14]

#define CoreDebug_DEMCR_VC_BUSERR_Pos   8U
Deprecated
CoreDebug DEMCR: VC_BUSERR Position
Deprecated
CoreDebug DEMCR: VC_BUSERR Position

CoreDebug DEMCR: VC_BUSERR Position

Deprecated
CoreDebug DEMCR: VC_BUSERR Position
Deprecated
CoreDebug DEMCR: VC_BUSERR Position
Deprecated
CoreDebug DEMCR: VC_BUSERR Position
Deprecated
CoreDebug DEMCR: VC_BUSERR Position
Deprecated
CoreDebug DEMCR: VC_BUSERR Position

Definition at line 1914 of file core_cm33.h.

◆ CoreDebug_DEMCR_VC_BUSERR_Pos [5/14]

#define CoreDebug_DEMCR_VC_BUSERR_Pos   8U
Deprecated
CoreDebug DEMCR: VC_BUSERR Position

CoreDebug DEMCR: VC_BUSERR Position

Deprecated
CoreDebug DEMCR: VC_BUSERR Position
Deprecated
CoreDebug DEMCR: VC_BUSERR Position
Deprecated
CoreDebug DEMCR: VC_BUSERR Position
Deprecated
CoreDebug DEMCR: VC_BUSERR Position
Deprecated
CoreDebug DEMCR: VC_BUSERR Position

Definition at line 1914 of file core_cm35p.h.

◆ CoreDebug_DEMCR_VC_BUSERR_Pos [6/14]

#define CoreDebug_DEMCR_VC_BUSERR_Pos   8U

CoreDebug DEMCR: VC_BUSERR Position

Deprecated
CoreDebug DEMCR: VC_BUSERR Position
Deprecated
CoreDebug DEMCR: VC_BUSERR Position
Deprecated
CoreDebug DEMCR: VC_BUSERR Position
Deprecated
CoreDebug DEMCR: VC_BUSERR Position
Deprecated
CoreDebug DEMCR: VC_BUSERR Position

Definition at line 1507 of file core_cm4.h.

◆ CoreDebug_DEMCR_VC_BUSERR_Pos [7/14]

#define CoreDebug_DEMCR_VC_BUSERR_Pos   8U
Deprecated
CoreDebug DEMCR: VC_BUSERR Position

CoreDebug DEMCR: VC_BUSERR Position

Deprecated
CoreDebug DEMCR: VC_BUSERR Position
Deprecated
CoreDebug DEMCR: VC_BUSERR Position
Deprecated
CoreDebug DEMCR: VC_BUSERR Position
Deprecated
CoreDebug DEMCR: VC_BUSERR Position

Definition at line 3295 of file core_cm55.h.

◆ CoreDebug_DEMCR_VC_BUSERR_Pos [8/14]

#define CoreDebug_DEMCR_VC_BUSERR_Pos   8U

CoreDebug DEMCR: VC_BUSERR Position

Deprecated
CoreDebug DEMCR: VC_BUSERR Position
Deprecated
CoreDebug DEMCR: VC_BUSERR Position
Deprecated
CoreDebug DEMCR: VC_BUSERR Position
Deprecated
CoreDebug DEMCR: VC_BUSERR Position

Definition at line 1734 of file core_cm7.h.

◆ CoreDebug_DEMCR_VC_BUSERR_Pos [9/14]

#define CoreDebug_DEMCR_VC_BUSERR_Pos   8U
Deprecated
CoreDebug DEMCR: VC_BUSERR Position

CoreDebug DEMCR: VC_BUSERR Position

Deprecated
CoreDebug DEMCR: VC_BUSERR Position
Deprecated
CoreDebug DEMCR: VC_BUSERR Position
Deprecated
CoreDebug DEMCR: VC_BUSERR Position

Definition at line 3200 of file core_cm85.h.

◆ CoreDebug_DEMCR_VC_BUSERR_Pos [10/14]

#define CoreDebug_DEMCR_VC_BUSERR_Pos   8U

CoreDebug DEMCR: VC_BUSERR Position

Deprecated
CoreDebug DEMCR: VC_BUSERR Position
Deprecated
CoreDebug DEMCR: VC_BUSERR Position
Deprecated
CoreDebug DEMCR: VC_BUSERR Position

Definition at line 1313 of file core_sc300.h.

◆ CoreDebug_DEMCR_VC_BUSERR_Pos [11/14]

#define CoreDebug_DEMCR_VC_BUSERR_Pos   8U
Deprecated
CoreDebug DEMCR: VC_BUSERR Position
Deprecated
CoreDebug DEMCR: VC_BUSERR Position
Deprecated
CoreDebug DEMCR: VC_BUSERR Position

CoreDebug DEMCR: VC_BUSERR Position

Definition at line 2741 of file core_armv81mml.h.

◆ CoreDebug_DEMCR_VC_BUSERR_Pos [12/14]

#define CoreDebug_DEMCR_VC_BUSERR_Pos   8U
Deprecated
CoreDebug DEMCR: VC_BUSERR Position
Deprecated
CoreDebug DEMCR: VC_BUSERR Position

CoreDebug DEMCR: VC_BUSERR Position

Definition at line 1839 of file core_armv8mml.h.

◆ CoreDebug_DEMCR_VC_BUSERR_Pos [13/14]

#define CoreDebug_DEMCR_VC_BUSERR_Pos   8U
Deprecated
CoreDebug DEMCR: VC_BUSERR Position

CoreDebug DEMCR: VC_BUSERR Position

Definition at line 1914 of file core_cm33.h.

◆ CoreDebug_DEMCR_VC_BUSERR_Pos [14/14]

#define CoreDebug_DEMCR_VC_BUSERR_Pos   8U

CoreDebug DEMCR: VC_BUSERR Position

Definition at line 1507 of file core_cm4.h.

◆ CoreDebug_DEMCR_VC_CHKERR_Msk [1/14]

#define CoreDebug_DEMCR_VC_CHKERR_Msk   (1UL << CoreDebug_DEMCR_VC_CHKERR_Pos)
Deprecated
CoreDebug DEMCR: VC_CHKERR Mask
Deprecated
CoreDebug DEMCR: VC_CHKERR Mask

CoreDebug DEMCR: VC_CHKERR Mask

Deprecated
CoreDebug DEMCR: VC_CHKERR Mask
Deprecated
CoreDebug DEMCR: VC_CHKERR Mask
Deprecated
CoreDebug DEMCR: VC_CHKERR Mask
Deprecated
CoreDebug DEMCR: VC_CHKERR Mask
Deprecated
CoreDebug DEMCR: VC_CHKERR Mask
Deprecated
CoreDebug DEMCR: VC_CHKERR Mask
Deprecated
CoreDebug DEMCR: VC_CHKERR Mask

Definition at line 2748 of file core_armv81mml.h.

◆ CoreDebug_DEMCR_VC_CHKERR_Msk [2/14]

#define CoreDebug_DEMCR_VC_CHKERR_Msk   (1UL << CoreDebug_DEMCR_VC_CHKERR_Pos)
Deprecated
CoreDebug DEMCR: VC_CHKERR Mask

CoreDebug DEMCR: VC_CHKERR Mask

Deprecated
CoreDebug DEMCR: VC_CHKERR Mask
Deprecated
CoreDebug DEMCR: VC_CHKERR Mask
Deprecated
CoreDebug DEMCR: VC_CHKERR Mask
Deprecated
CoreDebug DEMCR: VC_CHKERR Mask
Deprecated
CoreDebug DEMCR: VC_CHKERR Mask
Deprecated
CoreDebug DEMCR: VC_CHKERR Mask
Deprecated
CoreDebug DEMCR: VC_CHKERR Mask

Definition at line 1846 of file core_armv8mml.h.

◆ CoreDebug_DEMCR_VC_CHKERR_Msk [3/14]

#define CoreDebug_DEMCR_VC_CHKERR_Msk   (1UL << CoreDebug_DEMCR_VC_CHKERR_Pos)

CoreDebug DEMCR: VC_CHKERR Mask

Deprecated
CoreDebug DEMCR: VC_CHKERR Mask
Deprecated
CoreDebug DEMCR: VC_CHKERR Mask
Deprecated
CoreDebug DEMCR: VC_CHKERR Mask
Deprecated
CoreDebug DEMCR: VC_CHKERR Mask
Deprecated
CoreDebug DEMCR: VC_CHKERR Mask
Deprecated
CoreDebug DEMCR: VC_CHKERR Mask
Deprecated
CoreDebug DEMCR: VC_CHKERR Mask

Definition at line 1337 of file core_cm3.h.

◆ CoreDebug_DEMCR_VC_CHKERR_Msk [4/14]

#define CoreDebug_DEMCR_VC_CHKERR_Msk   (1UL << CoreDebug_DEMCR_VC_CHKERR_Pos)
Deprecated
CoreDebug DEMCR: VC_CHKERR Mask
Deprecated
CoreDebug DEMCR: VC_CHKERR Mask

CoreDebug DEMCR: VC_CHKERR Mask

Deprecated
CoreDebug DEMCR: VC_CHKERR Mask
Deprecated
CoreDebug DEMCR: VC_CHKERR Mask
Deprecated
CoreDebug DEMCR: VC_CHKERR Mask
Deprecated
CoreDebug DEMCR: VC_CHKERR Mask
Deprecated
CoreDebug DEMCR: VC_CHKERR Mask

Definition at line 1921 of file core_cm33.h.

◆ CoreDebug_DEMCR_VC_CHKERR_Msk [5/14]

#define CoreDebug_DEMCR_VC_CHKERR_Msk   (1UL << CoreDebug_DEMCR_VC_CHKERR_Pos)
Deprecated
CoreDebug DEMCR: VC_CHKERR Mask

CoreDebug DEMCR: VC_CHKERR Mask

Deprecated
CoreDebug DEMCR: VC_CHKERR Mask
Deprecated
CoreDebug DEMCR: VC_CHKERR Mask
Deprecated
CoreDebug DEMCR: VC_CHKERR Mask
Deprecated
CoreDebug DEMCR: VC_CHKERR Mask
Deprecated
CoreDebug DEMCR: VC_CHKERR Mask

Definition at line 1921 of file core_cm35p.h.

◆ CoreDebug_DEMCR_VC_CHKERR_Msk [6/14]

#define CoreDebug_DEMCR_VC_CHKERR_Msk   (1UL << CoreDebug_DEMCR_VC_CHKERR_Pos)

CoreDebug DEMCR: VC_CHKERR Mask

Deprecated
CoreDebug DEMCR: VC_CHKERR Mask
Deprecated
CoreDebug DEMCR: VC_CHKERR Mask
Deprecated
CoreDebug DEMCR: VC_CHKERR Mask
Deprecated
CoreDebug DEMCR: VC_CHKERR Mask
Deprecated
CoreDebug DEMCR: VC_CHKERR Mask

Definition at line 1514 of file core_cm4.h.

◆ CoreDebug_DEMCR_VC_CHKERR_Msk [7/14]

#define CoreDebug_DEMCR_VC_CHKERR_Msk   (1UL << CoreDebug_DEMCR_VC_CHKERR_Pos)
Deprecated
CoreDebug DEMCR: VC_CHKERR Mask

CoreDebug DEMCR: VC_CHKERR Mask

Deprecated
CoreDebug DEMCR: VC_CHKERR Mask
Deprecated
CoreDebug DEMCR: VC_CHKERR Mask
Deprecated
CoreDebug DEMCR: VC_CHKERR Mask
Deprecated
CoreDebug DEMCR: VC_CHKERR Mask

Definition at line 3302 of file core_cm55.h.

◆ CoreDebug_DEMCR_VC_CHKERR_Msk [8/14]

#define CoreDebug_DEMCR_VC_CHKERR_Msk   (1UL << CoreDebug_DEMCR_VC_CHKERR_Pos)

CoreDebug DEMCR: VC_CHKERR Mask

Deprecated
CoreDebug DEMCR: VC_CHKERR Mask
Deprecated
CoreDebug DEMCR: VC_CHKERR Mask
Deprecated
CoreDebug DEMCR: VC_CHKERR Mask
Deprecated
CoreDebug DEMCR: VC_CHKERR Mask

Definition at line 1741 of file core_cm7.h.

◆ CoreDebug_DEMCR_VC_CHKERR_Msk [9/14]

#define CoreDebug_DEMCR_VC_CHKERR_Msk   (1UL << CoreDebug_DEMCR_VC_CHKERR_Pos)
Deprecated
CoreDebug DEMCR: VC_CHKERR Mask

CoreDebug DEMCR: VC_CHKERR Mask

Deprecated
CoreDebug DEMCR: VC_CHKERR Mask
Deprecated
CoreDebug DEMCR: VC_CHKERR Mask
Deprecated
CoreDebug DEMCR: VC_CHKERR Mask

Definition at line 3207 of file core_cm85.h.

◆ CoreDebug_DEMCR_VC_CHKERR_Msk [10/14]

#define CoreDebug_DEMCR_VC_CHKERR_Msk   (1UL << CoreDebug_DEMCR_VC_CHKERR_Pos)

CoreDebug DEMCR: VC_CHKERR Mask

Deprecated
CoreDebug DEMCR: VC_CHKERR Mask
Deprecated
CoreDebug DEMCR: VC_CHKERR Mask
Deprecated
CoreDebug DEMCR: VC_CHKERR Mask

Definition at line 1320 of file core_sc300.h.

◆ CoreDebug_DEMCR_VC_CHKERR_Msk [11/14]

#define CoreDebug_DEMCR_VC_CHKERR_Msk   (1UL << CoreDebug_DEMCR_VC_CHKERR_Pos)
Deprecated
CoreDebug DEMCR: VC_CHKERR Mask
Deprecated
CoreDebug DEMCR: VC_CHKERR Mask
Deprecated
CoreDebug DEMCR: VC_CHKERR Mask

CoreDebug DEMCR: VC_CHKERR Mask

Definition at line 2748 of file core_armv81mml.h.

◆ CoreDebug_DEMCR_VC_CHKERR_Msk [12/14]

#define CoreDebug_DEMCR_VC_CHKERR_Msk   (1UL << CoreDebug_DEMCR_VC_CHKERR_Pos)
Deprecated
CoreDebug DEMCR: VC_CHKERR Mask
Deprecated
CoreDebug DEMCR: VC_CHKERR Mask

CoreDebug DEMCR: VC_CHKERR Mask

Definition at line 1846 of file core_armv8mml.h.

◆ CoreDebug_DEMCR_VC_CHKERR_Msk [13/14]

#define CoreDebug_DEMCR_VC_CHKERR_Msk   (1UL << CoreDebug_DEMCR_VC_CHKERR_Pos)
Deprecated
CoreDebug DEMCR: VC_CHKERR Mask

CoreDebug DEMCR: VC_CHKERR Mask

Definition at line 1921 of file core_cm33.h.

◆ CoreDebug_DEMCR_VC_CHKERR_Msk [14/14]

#define CoreDebug_DEMCR_VC_CHKERR_Msk   (1UL << CoreDebug_DEMCR_VC_CHKERR_Pos)

CoreDebug DEMCR: VC_CHKERR Mask

Definition at line 1514 of file core_cm4.h.

◆ CoreDebug_DEMCR_VC_CHKERR_Pos [1/14]

#define CoreDebug_DEMCR_VC_CHKERR_Pos   6U
Deprecated
CoreDebug DEMCR: VC_CHKERR Position
Deprecated
CoreDebug DEMCR: VC_CHKERR Position

CoreDebug DEMCR: VC_CHKERR Position

Deprecated
CoreDebug DEMCR: VC_CHKERR Position
Deprecated
CoreDebug DEMCR: VC_CHKERR Position
Deprecated
CoreDebug DEMCR: VC_CHKERR Position
Deprecated
CoreDebug DEMCR: VC_CHKERR Position
Deprecated
CoreDebug DEMCR: VC_CHKERR Position
Deprecated
CoreDebug DEMCR: VC_CHKERR Position
Deprecated
CoreDebug DEMCR: VC_CHKERR Position

Definition at line 2747 of file core_armv81mml.h.

◆ CoreDebug_DEMCR_VC_CHKERR_Pos [2/14]

#define CoreDebug_DEMCR_VC_CHKERR_Pos   6U
Deprecated
CoreDebug DEMCR: VC_CHKERR Position

CoreDebug DEMCR: VC_CHKERR Position

Deprecated
CoreDebug DEMCR: VC_CHKERR Position
Deprecated
CoreDebug DEMCR: VC_CHKERR Position
Deprecated
CoreDebug DEMCR: VC_CHKERR Position
Deprecated
CoreDebug DEMCR: VC_CHKERR Position
Deprecated
CoreDebug DEMCR: VC_CHKERR Position
Deprecated
CoreDebug DEMCR: VC_CHKERR Position
Deprecated
CoreDebug DEMCR: VC_CHKERR Position

Definition at line 1845 of file core_armv8mml.h.

◆ CoreDebug_DEMCR_VC_CHKERR_Pos [3/14]

#define CoreDebug_DEMCR_VC_CHKERR_Pos   6U

CoreDebug DEMCR: VC_CHKERR Position

Deprecated
CoreDebug DEMCR: VC_CHKERR Position
Deprecated
CoreDebug DEMCR: VC_CHKERR Position
Deprecated
CoreDebug DEMCR: VC_CHKERR Position
Deprecated
CoreDebug DEMCR: VC_CHKERR Position
Deprecated
CoreDebug DEMCR: VC_CHKERR Position
Deprecated
CoreDebug DEMCR: VC_CHKERR Position
Deprecated
CoreDebug DEMCR: VC_CHKERR Position

Definition at line 1336 of file core_cm3.h.

◆ CoreDebug_DEMCR_VC_CHKERR_Pos [4/14]

#define CoreDebug_DEMCR_VC_CHKERR_Pos   6U
Deprecated
CoreDebug DEMCR: VC_CHKERR Position
Deprecated
CoreDebug DEMCR: VC_CHKERR Position

CoreDebug DEMCR: VC_CHKERR Position

Deprecated
CoreDebug DEMCR: VC_CHKERR Position
Deprecated
CoreDebug DEMCR: VC_CHKERR Position
Deprecated
CoreDebug DEMCR: VC_CHKERR Position
Deprecated
CoreDebug DEMCR: VC_CHKERR Position
Deprecated
CoreDebug DEMCR: VC_CHKERR Position

Definition at line 1920 of file core_cm33.h.

◆ CoreDebug_DEMCR_VC_CHKERR_Pos [5/14]

#define CoreDebug_DEMCR_VC_CHKERR_Pos   6U
Deprecated
CoreDebug DEMCR: VC_CHKERR Position

CoreDebug DEMCR: VC_CHKERR Position

Deprecated
CoreDebug DEMCR: VC_CHKERR Position
Deprecated
CoreDebug DEMCR: VC_CHKERR Position
Deprecated
CoreDebug DEMCR: VC_CHKERR Position
Deprecated
CoreDebug DEMCR: VC_CHKERR Position
Deprecated
CoreDebug DEMCR: VC_CHKERR Position

Definition at line 1920 of file core_cm35p.h.

◆ CoreDebug_DEMCR_VC_CHKERR_Pos [6/14]

#define CoreDebug_DEMCR_VC_CHKERR_Pos   6U

CoreDebug DEMCR: VC_CHKERR Position

Deprecated
CoreDebug DEMCR: VC_CHKERR Position
Deprecated
CoreDebug DEMCR: VC_CHKERR Position
Deprecated
CoreDebug DEMCR: VC_CHKERR Position
Deprecated
CoreDebug DEMCR: VC_CHKERR Position
Deprecated
CoreDebug DEMCR: VC_CHKERR Position

Definition at line 1513 of file core_cm4.h.

◆ CoreDebug_DEMCR_VC_CHKERR_Pos [7/14]

#define CoreDebug_DEMCR_VC_CHKERR_Pos   6U
Deprecated
CoreDebug DEMCR: VC_CHKERR Position

CoreDebug DEMCR: VC_CHKERR Position

Deprecated
CoreDebug DEMCR: VC_CHKERR Position
Deprecated
CoreDebug DEMCR: VC_CHKERR Position
Deprecated
CoreDebug DEMCR: VC_CHKERR Position
Deprecated
CoreDebug DEMCR: VC_CHKERR Position

Definition at line 3301 of file core_cm55.h.

◆ CoreDebug_DEMCR_VC_CHKERR_Pos [8/14]

#define CoreDebug_DEMCR_VC_CHKERR_Pos   6U

CoreDebug DEMCR: VC_CHKERR Position

Deprecated
CoreDebug DEMCR: VC_CHKERR Position
Deprecated
CoreDebug DEMCR: VC_CHKERR Position
Deprecated
CoreDebug DEMCR: VC_CHKERR Position
Deprecated
CoreDebug DEMCR: VC_CHKERR Position

Definition at line 1740 of file core_cm7.h.

◆ CoreDebug_DEMCR_VC_CHKERR_Pos [9/14]

#define CoreDebug_DEMCR_VC_CHKERR_Pos   6U
Deprecated
CoreDebug DEMCR: VC_CHKERR Position

CoreDebug DEMCR: VC_CHKERR Position

Deprecated
CoreDebug DEMCR: VC_CHKERR Position
Deprecated
CoreDebug DEMCR: VC_CHKERR Position
Deprecated
CoreDebug DEMCR: VC_CHKERR Position

Definition at line 3206 of file core_cm85.h.

◆ CoreDebug_DEMCR_VC_CHKERR_Pos [10/14]

#define CoreDebug_DEMCR_VC_CHKERR_Pos   6U

CoreDebug DEMCR: VC_CHKERR Position

Deprecated
CoreDebug DEMCR: VC_CHKERR Position
Deprecated
CoreDebug DEMCR: VC_CHKERR Position
Deprecated
CoreDebug DEMCR: VC_CHKERR Position

Definition at line 1319 of file core_sc300.h.

◆ CoreDebug_DEMCR_VC_CHKERR_Pos [11/14]

#define CoreDebug_DEMCR_VC_CHKERR_Pos   6U
Deprecated
CoreDebug DEMCR: VC_CHKERR Position
Deprecated
CoreDebug DEMCR: VC_CHKERR Position
Deprecated
CoreDebug DEMCR: VC_CHKERR Position

CoreDebug DEMCR: VC_CHKERR Position

Definition at line 2747 of file core_armv81mml.h.

◆ CoreDebug_DEMCR_VC_CHKERR_Pos [12/14]

#define CoreDebug_DEMCR_VC_CHKERR_Pos   6U
Deprecated
CoreDebug DEMCR: VC_CHKERR Position
Deprecated
CoreDebug DEMCR: VC_CHKERR Position

CoreDebug DEMCR: VC_CHKERR Position

Definition at line 1845 of file core_armv8mml.h.

◆ CoreDebug_DEMCR_VC_CHKERR_Pos [13/14]

#define CoreDebug_DEMCR_VC_CHKERR_Pos   6U
Deprecated
CoreDebug DEMCR: VC_CHKERR Position

CoreDebug DEMCR: VC_CHKERR Position

Definition at line 1920 of file core_cm33.h.

◆ CoreDebug_DEMCR_VC_CHKERR_Pos [14/14]

#define CoreDebug_DEMCR_VC_CHKERR_Pos   6U

CoreDebug DEMCR: VC_CHKERR Position

Definition at line 1513 of file core_cm4.h.

◆ CoreDebug_DEMCR_VC_CORERESET_Msk [1/17]

#define CoreDebug_DEMCR_VC_CORERESET_Msk   (1UL /*<< CoreDebug_DEMCR_VC_CORERESET_Pos*/)
Deprecated
CoreDebug DEMCR: VC_CORERESET Mask
Deprecated
CoreDebug DEMCR: VC_CORERESET Mask
Deprecated
CoreDebug DEMCR: VC_CORERESET Mask
Deprecated
CoreDebug DEMCR: VC_CORERESET Mask

CoreDebug DEMCR: VC_CORERESET Mask

Deprecated
CoreDebug DEMCR: VC_CORERESET Mask
Deprecated
CoreDebug DEMCR: VC_CORERESET Mask
Deprecated
CoreDebug DEMCR: VC_CORERESET Mask
Deprecated
CoreDebug DEMCR: VC_CORERESET Mask
Deprecated
CoreDebug DEMCR: VC_CORERESET Mask
Deprecated
CoreDebug DEMCR: VC_CORERESET Mask
Deprecated
CoreDebug DEMCR: VC_CORERESET Mask
Deprecated
CoreDebug DEMCR: VC_CORERESET Mask

Definition at line 2757 of file core_armv81mml.h.

◆ CoreDebug_DEMCR_VC_CORERESET_Msk [2/17]

#define CoreDebug_DEMCR_VC_CORERESET_Msk   (1UL /*<< CoreDebug_DEMCR_VC_CORERESET_Pos*/)
Deprecated
CoreDebug DEMCR: VC_CORERESET Mask
Deprecated
CoreDebug DEMCR: VC_CORERESET Mask
Deprecated
CoreDebug DEMCR: VC_CORERESET Mask

CoreDebug DEMCR: VC_CORERESET Mask

Deprecated
CoreDebug DEMCR: VC_CORERESET Mask
Deprecated
CoreDebug DEMCR: VC_CORERESET Mask
Deprecated
CoreDebug DEMCR: VC_CORERESET Mask
Deprecated
CoreDebug DEMCR: VC_CORERESET Mask
Deprecated
CoreDebug DEMCR: VC_CORERESET Mask
Deprecated
CoreDebug DEMCR: VC_CORERESET Mask
Deprecated
CoreDebug DEMCR: VC_CORERESET Mask
Deprecated
CoreDebug DEMCR: VC_CORERESET Mask

Definition at line 1059 of file core_armv8mbl.h.

◆ CoreDebug_DEMCR_VC_CORERESET_Msk [3/17]

#define CoreDebug_DEMCR_VC_CORERESET_Msk   (1UL /*<< CoreDebug_DEMCR_VC_CORERESET_Pos*/)
Deprecated
CoreDebug DEMCR: VC_CORERESET Mask
Deprecated
CoreDebug DEMCR: VC_CORERESET Mask

CoreDebug DEMCR: VC_CORERESET Mask

Deprecated
CoreDebug DEMCR: VC_CORERESET Mask
Deprecated
CoreDebug DEMCR: VC_CORERESET Mask
Deprecated
CoreDebug DEMCR: VC_CORERESET Mask
Deprecated
CoreDebug DEMCR: VC_CORERESET Mask
Deprecated
CoreDebug DEMCR: VC_CORERESET Mask
Deprecated
CoreDebug DEMCR: VC_CORERESET Mask
Deprecated
CoreDebug DEMCR: VC_CORERESET Mask
Deprecated
CoreDebug DEMCR: VC_CORERESET Mask

Definition at line 1855 of file core_armv8mml.h.

◆ CoreDebug_DEMCR_VC_CORERESET_Msk [4/17]

#define CoreDebug_DEMCR_VC_CORERESET_Msk   (1UL /*<< CoreDebug_DEMCR_VC_CORERESET_Pos*/)
Deprecated
CoreDebug DEMCR: VC_CORERESET Mask

CoreDebug DEMCR: VC_CORERESET Mask

Deprecated
CoreDebug DEMCR: VC_CORERESET Mask
Deprecated
CoreDebug DEMCR: VC_CORERESET Mask
Deprecated
CoreDebug DEMCR: VC_CORERESET Mask
Deprecated
CoreDebug DEMCR: VC_CORERESET Mask
Deprecated
CoreDebug DEMCR: VC_CORERESET Mask
Deprecated
CoreDebug DEMCR: VC_CORERESET Mask
Deprecated
CoreDebug DEMCR: VC_CORERESET Mask
Deprecated
CoreDebug DEMCR: VC_CORERESET Mask

Definition at line 1134 of file core_cm23.h.

◆ CoreDebug_DEMCR_VC_CORERESET_Msk [5/17]

#define CoreDebug_DEMCR_VC_CORERESET_Msk   (1UL /*<< CoreDebug_DEMCR_VC_CORERESET_Pos*/)

CoreDebug DEMCR: VC_CORERESET Mask

Deprecated
CoreDebug DEMCR: VC_CORERESET Mask
Deprecated
CoreDebug DEMCR: VC_CORERESET Mask
Deprecated
CoreDebug DEMCR: VC_CORERESET Mask
Deprecated
CoreDebug DEMCR: VC_CORERESET Mask
Deprecated
CoreDebug DEMCR: VC_CORERESET Mask
Deprecated
CoreDebug DEMCR: VC_CORERESET Mask
Deprecated
CoreDebug DEMCR: VC_CORERESET Mask
Deprecated
CoreDebug DEMCR: VC_CORERESET Mask

Definition at line 1346 of file core_cm3.h.

◆ CoreDebug_DEMCR_VC_CORERESET_Msk [6/17]

#define CoreDebug_DEMCR_VC_CORERESET_Msk   (1UL /*<< CoreDebug_DEMCR_VC_CORERESET_Pos*/)
Deprecated
CoreDebug DEMCR: VC_CORERESET Mask
Deprecated
CoreDebug DEMCR: VC_CORERESET Mask

CoreDebug DEMCR: VC_CORERESET Mask

Deprecated
CoreDebug DEMCR: VC_CORERESET Mask
Deprecated
CoreDebug DEMCR: VC_CORERESET Mask
Deprecated
CoreDebug DEMCR: VC_CORERESET Mask
Deprecated
CoreDebug DEMCR: VC_CORERESET Mask
Deprecated
CoreDebug DEMCR: VC_CORERESET Mask
Deprecated
CoreDebug DEMCR: VC_CORERESET Mask

Definition at line 1930 of file core_cm33.h.

◆ CoreDebug_DEMCR_VC_CORERESET_Msk [7/17]

#define CoreDebug_DEMCR_VC_CORERESET_Msk   (1UL /*<< CoreDebug_DEMCR_VC_CORERESET_Pos*/)
Deprecated
CoreDebug DEMCR: VC_CORERESET Mask

CoreDebug DEMCR: VC_CORERESET Mask

Deprecated
CoreDebug DEMCR: VC_CORERESET Mask
Deprecated
CoreDebug DEMCR: VC_CORERESET Mask
Deprecated
CoreDebug DEMCR: VC_CORERESET Mask
Deprecated
CoreDebug DEMCR: VC_CORERESET Mask
Deprecated
CoreDebug DEMCR: VC_CORERESET Mask
Deprecated
CoreDebug DEMCR: VC_CORERESET Mask

Definition at line 1930 of file core_cm35p.h.

◆ CoreDebug_DEMCR_VC_CORERESET_Msk [8/17]

#define CoreDebug_DEMCR_VC_CORERESET_Msk   (1UL /*<< CoreDebug_DEMCR_VC_CORERESET_Pos*/)

CoreDebug DEMCR: VC_CORERESET Mask

Deprecated
CoreDebug DEMCR: VC_CORERESET Mask
Deprecated
CoreDebug DEMCR: VC_CORERESET Mask
Deprecated
CoreDebug DEMCR: VC_CORERESET Mask
Deprecated
CoreDebug DEMCR: VC_CORERESET Mask
Deprecated
CoreDebug DEMCR: VC_CORERESET Mask
Deprecated
CoreDebug DEMCR: VC_CORERESET Mask

Definition at line 1523 of file core_cm4.h.

◆ CoreDebug_DEMCR_VC_CORERESET_Msk [9/17]

#define CoreDebug_DEMCR_VC_CORERESET_Msk   (1UL /*<< CoreDebug_DEMCR_VC_CORERESET_Pos*/)
Deprecated
CoreDebug DEMCR: VC_CORERESET Mask

CoreDebug DEMCR: VC_CORERESET Mask

Deprecated
CoreDebug DEMCR: VC_CORERESET Mask
Deprecated
CoreDebug DEMCR: VC_CORERESET Mask
Deprecated
CoreDebug DEMCR: VC_CORERESET Mask
Deprecated
CoreDebug DEMCR: VC_CORERESET Mask
Deprecated
CoreDebug DEMCR: VC_CORERESET Mask

Definition at line 3311 of file core_cm55.h.

◆ CoreDebug_DEMCR_VC_CORERESET_Msk [10/17]

#define CoreDebug_DEMCR_VC_CORERESET_Msk   (1UL /*<< CoreDebug_DEMCR_VC_CORERESET_Pos*/)

CoreDebug DEMCR: VC_CORERESET Mask

Deprecated
CoreDebug DEMCR: VC_CORERESET Mask
Deprecated
CoreDebug DEMCR: VC_CORERESET Mask
Deprecated
CoreDebug DEMCR: VC_CORERESET Mask
Deprecated
CoreDebug DEMCR: VC_CORERESET Mask
Deprecated
CoreDebug DEMCR: VC_CORERESET Mask

Definition at line 1750 of file core_cm7.h.

◆ CoreDebug_DEMCR_VC_CORERESET_Msk [11/17]

#define CoreDebug_DEMCR_VC_CORERESET_Msk   (1UL /*<< CoreDebug_DEMCR_VC_CORERESET_Pos*/)
Deprecated
CoreDebug DEMCR: VC_CORERESET Mask

CoreDebug DEMCR: VC_CORERESET Mask

Deprecated
CoreDebug DEMCR: VC_CORERESET Mask
Deprecated
CoreDebug DEMCR: VC_CORERESET Mask
Deprecated
CoreDebug DEMCR: VC_CORERESET Mask
Deprecated
CoreDebug DEMCR: VC_CORERESET Mask

Definition at line 3216 of file core_cm85.h.

◆ CoreDebug_DEMCR_VC_CORERESET_Msk [12/17]

#define CoreDebug_DEMCR_VC_CORERESET_Msk   (1UL /*<< CoreDebug_DEMCR_VC_CORERESET_Pos*/)

CoreDebug DEMCR: VC_CORERESET Mask

Deprecated
CoreDebug DEMCR: VC_CORERESET Mask
Deprecated
CoreDebug DEMCR: VC_CORERESET Mask
Deprecated
CoreDebug DEMCR: VC_CORERESET Mask
Deprecated
CoreDebug DEMCR: VC_CORERESET Mask

Definition at line 1329 of file core_sc300.h.

◆ CoreDebug_DEMCR_VC_CORERESET_Msk [13/17]

#define CoreDebug_DEMCR_VC_CORERESET_Msk   (1UL /*<< CoreDebug_DEMCR_VC_CORERESET_Pos*/)
Deprecated
CoreDebug DEMCR: VC_CORERESET Mask
Deprecated
CoreDebug DEMCR: VC_CORERESET Mask
Deprecated
CoreDebug DEMCR: VC_CORERESET Mask
Deprecated
CoreDebug DEMCR: VC_CORERESET Mask

CoreDebug DEMCR: VC_CORERESET Mask

Definition at line 2757 of file core_armv81mml.h.

◆ CoreDebug_DEMCR_VC_CORERESET_Msk [14/17]

#define CoreDebug_DEMCR_VC_CORERESET_Msk   (1UL /*<< CoreDebug_DEMCR_VC_CORERESET_Pos*/)
Deprecated
CoreDebug DEMCR: VC_CORERESET Mask
Deprecated
CoreDebug DEMCR: VC_CORERESET Mask
Deprecated
CoreDebug DEMCR: VC_CORERESET Mask

CoreDebug DEMCR: VC_CORERESET Mask

Definition at line 1059 of file core_armv8mbl.h.

◆ CoreDebug_DEMCR_VC_CORERESET_Msk [15/17]

#define CoreDebug_DEMCR_VC_CORERESET_Msk   (1UL /*<< CoreDebug_DEMCR_VC_CORERESET_Pos*/)
Deprecated
CoreDebug DEMCR: VC_CORERESET Mask
Deprecated
CoreDebug DEMCR: VC_CORERESET Mask

CoreDebug DEMCR: VC_CORERESET Mask

Definition at line 1855 of file core_armv8mml.h.

◆ CoreDebug_DEMCR_VC_CORERESET_Msk [16/17]

#define CoreDebug_DEMCR_VC_CORERESET_Msk   (1UL /*<< CoreDebug_DEMCR_VC_CORERESET_Pos*/)
Deprecated
CoreDebug DEMCR: VC_CORERESET Mask

CoreDebug DEMCR: VC_CORERESET Mask

Definition at line 1930 of file core_cm33.h.

◆ CoreDebug_DEMCR_VC_CORERESET_Msk [17/17]

#define CoreDebug_DEMCR_VC_CORERESET_Msk   (1UL /*<< CoreDebug_DEMCR_VC_CORERESET_Pos*/)

CoreDebug DEMCR: VC_CORERESET Mask

Definition at line 1523 of file core_cm4.h.

◆ CoreDebug_DEMCR_VC_CORERESET_Pos [1/17]

#define CoreDebug_DEMCR_VC_CORERESET_Pos   0U
Deprecated
CoreDebug DEMCR: VC_CORERESET Position
Deprecated
CoreDebug DEMCR: VC_CORERESET Position
Deprecated
CoreDebug DEMCR: VC_CORERESET Position
Deprecated
CoreDebug DEMCR: VC_CORERESET Position

CoreDebug DEMCR: VC_CORERESET Position

Deprecated
CoreDebug DEMCR: VC_CORERESET Position
Deprecated
CoreDebug DEMCR: VC_CORERESET Position
Deprecated
CoreDebug DEMCR: VC_CORERESET Position
Deprecated
CoreDebug DEMCR: VC_CORERESET Position
Deprecated
CoreDebug DEMCR: VC_CORERESET Position
Deprecated
CoreDebug DEMCR: VC_CORERESET Position
Deprecated
CoreDebug DEMCR: VC_CORERESET Position
Deprecated
CoreDebug DEMCR: VC_CORERESET Position

Definition at line 2756 of file core_armv81mml.h.

◆ CoreDebug_DEMCR_VC_CORERESET_Pos [2/17]

#define CoreDebug_DEMCR_VC_CORERESET_Pos   0U
Deprecated
CoreDebug DEMCR: VC_CORERESET Position
Deprecated
CoreDebug DEMCR: VC_CORERESET Position
Deprecated
CoreDebug DEMCR: VC_CORERESET Position

CoreDebug DEMCR: VC_CORERESET Position

Deprecated
CoreDebug DEMCR: VC_CORERESET Position
Deprecated
CoreDebug DEMCR: VC_CORERESET Position
Deprecated
CoreDebug DEMCR: VC_CORERESET Position
Deprecated
CoreDebug DEMCR: VC_CORERESET Position
Deprecated
CoreDebug DEMCR: VC_CORERESET Position
Deprecated
CoreDebug DEMCR: VC_CORERESET Position
Deprecated
CoreDebug DEMCR: VC_CORERESET Position
Deprecated
CoreDebug DEMCR: VC_CORERESET Position

Definition at line 1058 of file core_armv8mbl.h.

◆ CoreDebug_DEMCR_VC_CORERESET_Pos [3/17]

#define CoreDebug_DEMCR_VC_CORERESET_Pos   0U
Deprecated
CoreDebug DEMCR: VC_CORERESET Position
Deprecated
CoreDebug DEMCR: VC_CORERESET Position

CoreDebug DEMCR: VC_CORERESET Position

Deprecated
CoreDebug DEMCR: VC_CORERESET Position
Deprecated
CoreDebug DEMCR: VC_CORERESET Position
Deprecated
CoreDebug DEMCR: VC_CORERESET Position
Deprecated
CoreDebug DEMCR: VC_CORERESET Position
Deprecated
CoreDebug DEMCR: VC_CORERESET Position
Deprecated
CoreDebug DEMCR: VC_CORERESET Position
Deprecated
CoreDebug DEMCR: VC_CORERESET Position
Deprecated
CoreDebug DEMCR: VC_CORERESET Position

Definition at line 1854 of file core_armv8mml.h.

◆ CoreDebug_DEMCR_VC_CORERESET_Pos [4/17]

#define CoreDebug_DEMCR_VC_CORERESET_Pos   0U
Deprecated
CoreDebug DEMCR: VC_CORERESET Position

CoreDebug DEMCR: VC_CORERESET Position

Deprecated
CoreDebug DEMCR: VC_CORERESET Position
Deprecated
CoreDebug DEMCR: VC_CORERESET Position
Deprecated
CoreDebug DEMCR: VC_CORERESET Position
Deprecated
CoreDebug DEMCR: VC_CORERESET Position
Deprecated
CoreDebug DEMCR: VC_CORERESET Position
Deprecated
CoreDebug DEMCR: VC_CORERESET Position
Deprecated
CoreDebug DEMCR: VC_CORERESET Position
Deprecated
CoreDebug DEMCR: VC_CORERESET Position

Definition at line 1133 of file core_cm23.h.

◆ CoreDebug_DEMCR_VC_CORERESET_Pos [5/17]

#define CoreDebug_DEMCR_VC_CORERESET_Pos   0U

CoreDebug DEMCR: VC_CORERESET Position

Deprecated
CoreDebug DEMCR: VC_CORERESET Position
Deprecated
CoreDebug DEMCR: VC_CORERESET Position
Deprecated
CoreDebug DEMCR: VC_CORERESET Position
Deprecated
CoreDebug DEMCR: VC_CORERESET Position
Deprecated
CoreDebug DEMCR: VC_CORERESET Position
Deprecated
CoreDebug DEMCR: VC_CORERESET Position
Deprecated
CoreDebug DEMCR: VC_CORERESET Position
Deprecated
CoreDebug DEMCR: VC_CORERESET Position

Definition at line 1345 of file core_cm3.h.

◆ CoreDebug_DEMCR_VC_CORERESET_Pos [6/17]

#define CoreDebug_DEMCR_VC_CORERESET_Pos   0U
Deprecated
CoreDebug DEMCR: VC_CORERESET Position
Deprecated
CoreDebug DEMCR: VC_CORERESET Position

CoreDebug DEMCR: VC_CORERESET Position

Deprecated
CoreDebug DEMCR: VC_CORERESET Position
Deprecated
CoreDebug DEMCR: VC_CORERESET Position
Deprecated
CoreDebug DEMCR: VC_CORERESET Position
Deprecated
CoreDebug DEMCR: VC_CORERESET Position
Deprecated
CoreDebug DEMCR: VC_CORERESET Position
Deprecated
CoreDebug DEMCR: VC_CORERESET Position

Definition at line 1929 of file core_cm33.h.

◆ CoreDebug_DEMCR_VC_CORERESET_Pos [7/17]

#define CoreDebug_DEMCR_VC_CORERESET_Pos   0U
Deprecated
CoreDebug DEMCR: VC_CORERESET Position

CoreDebug DEMCR: VC_CORERESET Position

Deprecated
CoreDebug DEMCR: VC_CORERESET Position
Deprecated
CoreDebug DEMCR: VC_CORERESET Position
Deprecated
CoreDebug DEMCR: VC_CORERESET Position
Deprecated
CoreDebug DEMCR: VC_CORERESET Position
Deprecated
CoreDebug DEMCR: VC_CORERESET Position
Deprecated
CoreDebug DEMCR: VC_CORERESET Position

Definition at line 1929 of file core_cm35p.h.

◆ CoreDebug_DEMCR_VC_CORERESET_Pos [8/17]

#define CoreDebug_DEMCR_VC_CORERESET_Pos   0U

CoreDebug DEMCR: VC_CORERESET Position

Deprecated
CoreDebug DEMCR: VC_CORERESET Position
Deprecated
CoreDebug DEMCR: VC_CORERESET Position
Deprecated
CoreDebug DEMCR: VC_CORERESET Position
Deprecated
CoreDebug DEMCR: VC_CORERESET Position
Deprecated
CoreDebug DEMCR: VC_CORERESET Position
Deprecated
CoreDebug DEMCR: VC_CORERESET Position

Definition at line 1522 of file core_cm4.h.

◆ CoreDebug_DEMCR_VC_CORERESET_Pos [9/17]

#define CoreDebug_DEMCR_VC_CORERESET_Pos   0U
Deprecated
CoreDebug DEMCR: VC_CORERESET Position

CoreDebug DEMCR: VC_CORERESET Position

Deprecated
CoreDebug DEMCR: VC_CORERESET Position
Deprecated
CoreDebug DEMCR: VC_CORERESET Position
Deprecated
CoreDebug DEMCR: VC_CORERESET Position
Deprecated
CoreDebug DEMCR: VC_CORERESET Position
Deprecated
CoreDebug DEMCR: VC_CORERESET Position

Definition at line 3310 of file core_cm55.h.

◆ CoreDebug_DEMCR_VC_CORERESET_Pos [10/17]

#define CoreDebug_DEMCR_VC_CORERESET_Pos   0U

CoreDebug DEMCR: VC_CORERESET Position

Deprecated
CoreDebug DEMCR: VC_CORERESET Position
Deprecated
CoreDebug DEMCR: VC_CORERESET Position
Deprecated
CoreDebug DEMCR: VC_CORERESET Position
Deprecated
CoreDebug DEMCR: VC_CORERESET Position
Deprecated
CoreDebug DEMCR: VC_CORERESET Position

Definition at line 1749 of file core_cm7.h.

◆ CoreDebug_DEMCR_VC_CORERESET_Pos [11/17]

#define CoreDebug_DEMCR_VC_CORERESET_Pos   0U
Deprecated
CoreDebug DEMCR: VC_CORERESET Position

CoreDebug DEMCR: VC_CORERESET Position

Deprecated
CoreDebug DEMCR: VC_CORERESET Position
Deprecated
CoreDebug DEMCR: VC_CORERESET Position
Deprecated
CoreDebug DEMCR: VC_CORERESET Position
Deprecated
CoreDebug DEMCR: VC_CORERESET Position

Definition at line 3215 of file core_cm85.h.

◆ CoreDebug_DEMCR_VC_CORERESET_Pos [12/17]

#define CoreDebug_DEMCR_VC_CORERESET_Pos   0U

CoreDebug DEMCR: VC_CORERESET Position

Deprecated
CoreDebug DEMCR: VC_CORERESET Position
Deprecated
CoreDebug DEMCR: VC_CORERESET Position
Deprecated
CoreDebug DEMCR: VC_CORERESET Position
Deprecated
CoreDebug DEMCR: VC_CORERESET Position

Definition at line 1328 of file core_sc300.h.

◆ CoreDebug_DEMCR_VC_CORERESET_Pos [13/17]

#define CoreDebug_DEMCR_VC_CORERESET_Pos   0U
Deprecated
CoreDebug DEMCR: VC_CORERESET Position
Deprecated
CoreDebug DEMCR: VC_CORERESET Position
Deprecated
CoreDebug DEMCR: VC_CORERESET Position
Deprecated
CoreDebug DEMCR: VC_CORERESET Position

CoreDebug DEMCR: VC_CORERESET Position

Definition at line 2756 of file core_armv81mml.h.

◆ CoreDebug_DEMCR_VC_CORERESET_Pos [14/17]

#define CoreDebug_DEMCR_VC_CORERESET_Pos   0U
Deprecated
CoreDebug DEMCR: VC_CORERESET Position
Deprecated
CoreDebug DEMCR: VC_CORERESET Position
Deprecated
CoreDebug DEMCR: VC_CORERESET Position

CoreDebug DEMCR: VC_CORERESET Position

Definition at line 1058 of file core_armv8mbl.h.

◆ CoreDebug_DEMCR_VC_CORERESET_Pos [15/17]

#define CoreDebug_DEMCR_VC_CORERESET_Pos   0U
Deprecated
CoreDebug DEMCR: VC_CORERESET Position
Deprecated
CoreDebug DEMCR: VC_CORERESET Position

CoreDebug DEMCR: VC_CORERESET Position

Definition at line 1854 of file core_armv8mml.h.

◆ CoreDebug_DEMCR_VC_CORERESET_Pos [16/17]

#define CoreDebug_DEMCR_VC_CORERESET_Pos   0U
Deprecated
CoreDebug DEMCR: VC_CORERESET Position

CoreDebug DEMCR: VC_CORERESET Position

Definition at line 1929 of file core_cm33.h.

◆ CoreDebug_DEMCR_VC_CORERESET_Pos [17/17]

#define CoreDebug_DEMCR_VC_CORERESET_Pos   0U

CoreDebug DEMCR: VC_CORERESET Position

Definition at line 1522 of file core_cm4.h.

◆ CoreDebug_DEMCR_VC_HARDERR_Msk [1/17]

#define CoreDebug_DEMCR_VC_HARDERR_Msk   (1UL << CoreDebug_DEMCR_VC_HARDERR_Pos)
Deprecated
CoreDebug DEMCR: VC_HARDERR Mask
Deprecated
CoreDebug DEMCR: VC_HARDERR Mask
Deprecated
CoreDebug DEMCR: VC_HARDERR Mask
Deprecated
CoreDebug DEMCR: VC_HARDERR Mask

CoreDebug DEMCR: VC_HARDERR Mask

Deprecated
CoreDebug DEMCR: VC_HARDERR Mask
Deprecated
CoreDebug DEMCR: VC_HARDERR Mask
Deprecated
CoreDebug DEMCR: VC_HARDERR Mask
Deprecated
CoreDebug DEMCR: VC_HARDERR Mask
Deprecated
CoreDebug DEMCR: VC_HARDERR Mask
Deprecated
CoreDebug DEMCR: VC_HARDERR Mask
Deprecated
CoreDebug DEMCR: VC_HARDERR Mask
Deprecated
CoreDebug DEMCR: VC_HARDERR Mask

Definition at line 2736 of file core_armv81mml.h.

◆ CoreDebug_DEMCR_VC_HARDERR_Msk [2/17]

#define CoreDebug_DEMCR_VC_HARDERR_Msk   (1UL << CoreDebug_DEMCR_VC_HARDERR_Pos)
Deprecated
CoreDebug DEMCR: VC_HARDERR Mask
Deprecated
CoreDebug DEMCR: VC_HARDERR Mask
Deprecated
CoreDebug DEMCR: VC_HARDERR Mask

CoreDebug DEMCR: VC_HARDERR Mask

Deprecated
CoreDebug DEMCR: VC_HARDERR Mask
Deprecated
CoreDebug DEMCR: VC_HARDERR Mask
Deprecated
CoreDebug DEMCR: VC_HARDERR Mask
Deprecated
CoreDebug DEMCR: VC_HARDERR Mask
Deprecated
CoreDebug DEMCR: VC_HARDERR Mask
Deprecated
CoreDebug DEMCR: VC_HARDERR Mask
Deprecated
CoreDebug DEMCR: VC_HARDERR Mask
Deprecated
CoreDebug DEMCR: VC_HARDERR Mask

Definition at line 1056 of file core_armv8mbl.h.

◆ CoreDebug_DEMCR_VC_HARDERR_Msk [3/17]

#define CoreDebug_DEMCR_VC_HARDERR_Msk   (1UL << CoreDebug_DEMCR_VC_HARDERR_Pos)
Deprecated
CoreDebug DEMCR: VC_HARDERR Mask
Deprecated
CoreDebug DEMCR: VC_HARDERR Mask

CoreDebug DEMCR: VC_HARDERR Mask

Deprecated
CoreDebug DEMCR: VC_HARDERR Mask
Deprecated
CoreDebug DEMCR: VC_HARDERR Mask
Deprecated
CoreDebug DEMCR: VC_HARDERR Mask
Deprecated
CoreDebug DEMCR: VC_HARDERR Mask
Deprecated
CoreDebug DEMCR: VC_HARDERR Mask
Deprecated
CoreDebug DEMCR: VC_HARDERR Mask
Deprecated
CoreDebug DEMCR: VC_HARDERR Mask
Deprecated
CoreDebug DEMCR: VC_HARDERR Mask

Definition at line 1834 of file core_armv8mml.h.

◆ CoreDebug_DEMCR_VC_HARDERR_Msk [4/17]

#define CoreDebug_DEMCR_VC_HARDERR_Msk   (1UL << CoreDebug_DEMCR_VC_HARDERR_Pos)
Deprecated
CoreDebug DEMCR: VC_HARDERR Mask

CoreDebug DEMCR: VC_HARDERR Mask

Deprecated
CoreDebug DEMCR: VC_HARDERR Mask
Deprecated
CoreDebug DEMCR: VC_HARDERR Mask
Deprecated
CoreDebug DEMCR: VC_HARDERR Mask
Deprecated
CoreDebug DEMCR: VC_HARDERR Mask
Deprecated
CoreDebug DEMCR: VC_HARDERR Mask
Deprecated
CoreDebug DEMCR: VC_HARDERR Mask
Deprecated
CoreDebug DEMCR: VC_HARDERR Mask
Deprecated
CoreDebug DEMCR: VC_HARDERR Mask

Definition at line 1131 of file core_cm23.h.

◆ CoreDebug_DEMCR_VC_HARDERR_Msk [5/17]

#define CoreDebug_DEMCR_VC_HARDERR_Msk   (1UL << CoreDebug_DEMCR_VC_HARDERR_Pos)

CoreDebug DEMCR: VC_HARDERR Mask

Deprecated
CoreDebug DEMCR: VC_HARDERR Mask
Deprecated
CoreDebug DEMCR: VC_HARDERR Mask
Deprecated
CoreDebug DEMCR: VC_HARDERR Mask
Deprecated
CoreDebug DEMCR: VC_HARDERR Mask
Deprecated
CoreDebug DEMCR: VC_HARDERR Mask
Deprecated
CoreDebug DEMCR: VC_HARDERR Mask
Deprecated
CoreDebug DEMCR: VC_HARDERR Mask
Deprecated
CoreDebug DEMCR: VC_HARDERR Mask

Definition at line 1325 of file core_cm3.h.

◆ CoreDebug_DEMCR_VC_HARDERR_Msk [6/17]

#define CoreDebug_DEMCR_VC_HARDERR_Msk   (1UL << CoreDebug_DEMCR_VC_HARDERR_Pos)
Deprecated
CoreDebug DEMCR: VC_HARDERR Mask
Deprecated
CoreDebug DEMCR: VC_HARDERR Mask

CoreDebug DEMCR: VC_HARDERR Mask

Deprecated
CoreDebug DEMCR: VC_HARDERR Mask
Deprecated
CoreDebug DEMCR: VC_HARDERR Mask
Deprecated
CoreDebug DEMCR: VC_HARDERR Mask
Deprecated
CoreDebug DEMCR: VC_HARDERR Mask
Deprecated
CoreDebug DEMCR: VC_HARDERR Mask
Deprecated
CoreDebug DEMCR: VC_HARDERR Mask

Definition at line 1909 of file core_cm33.h.

◆ CoreDebug_DEMCR_VC_HARDERR_Msk [7/17]

#define CoreDebug_DEMCR_VC_HARDERR_Msk   (1UL << CoreDebug_DEMCR_VC_HARDERR_Pos)
Deprecated
CoreDebug DEMCR: VC_HARDERR Mask

CoreDebug DEMCR: VC_HARDERR Mask

Deprecated
CoreDebug DEMCR: VC_HARDERR Mask
Deprecated
CoreDebug DEMCR: VC_HARDERR Mask
Deprecated
CoreDebug DEMCR: VC_HARDERR Mask
Deprecated
CoreDebug DEMCR: VC_HARDERR Mask
Deprecated
CoreDebug DEMCR: VC_HARDERR Mask
Deprecated
CoreDebug DEMCR: VC_HARDERR Mask

Definition at line 1909 of file core_cm35p.h.

◆ CoreDebug_DEMCR_VC_HARDERR_Msk [8/17]

#define CoreDebug_DEMCR_VC_HARDERR_Msk   (1UL << CoreDebug_DEMCR_VC_HARDERR_Pos)

CoreDebug DEMCR: VC_HARDERR Mask

Deprecated
CoreDebug DEMCR: VC_HARDERR Mask
Deprecated
CoreDebug DEMCR: VC_HARDERR Mask
Deprecated
CoreDebug DEMCR: VC_HARDERR Mask
Deprecated
CoreDebug DEMCR: VC_HARDERR Mask
Deprecated
CoreDebug DEMCR: VC_HARDERR Mask
Deprecated
CoreDebug DEMCR: VC_HARDERR Mask

Definition at line 1502 of file core_cm4.h.

◆ CoreDebug_DEMCR_VC_HARDERR_Msk [9/17]

#define CoreDebug_DEMCR_VC_HARDERR_Msk   (1UL << CoreDebug_DEMCR_VC_HARDERR_Pos)
Deprecated
CoreDebug DEMCR: VC_HARDERR Mask

CoreDebug DEMCR: VC_HARDERR Mask

Deprecated
CoreDebug DEMCR: VC_HARDERR Mask
Deprecated
CoreDebug DEMCR: VC_HARDERR Mask
Deprecated
CoreDebug DEMCR: VC_HARDERR Mask
Deprecated
CoreDebug DEMCR: VC_HARDERR Mask
Deprecated
CoreDebug DEMCR: VC_HARDERR Mask

Definition at line 3290 of file core_cm55.h.

◆ CoreDebug_DEMCR_VC_HARDERR_Msk [10/17]

#define CoreDebug_DEMCR_VC_HARDERR_Msk   (1UL << CoreDebug_DEMCR_VC_HARDERR_Pos)

CoreDebug DEMCR: VC_HARDERR Mask

Deprecated
CoreDebug DEMCR: VC_HARDERR Mask
Deprecated
CoreDebug DEMCR: VC_HARDERR Mask
Deprecated
CoreDebug DEMCR: VC_HARDERR Mask
Deprecated
CoreDebug DEMCR: VC_HARDERR Mask
Deprecated
CoreDebug DEMCR: VC_HARDERR Mask

Definition at line 1729 of file core_cm7.h.

◆ CoreDebug_DEMCR_VC_HARDERR_Msk [11/17]

#define CoreDebug_DEMCR_VC_HARDERR_Msk   (1UL << CoreDebug_DEMCR_VC_HARDERR_Pos)
Deprecated
CoreDebug DEMCR: VC_HARDERR Mask

CoreDebug DEMCR: VC_HARDERR Mask

Deprecated
CoreDebug DEMCR: VC_HARDERR Mask
Deprecated
CoreDebug DEMCR: VC_HARDERR Mask
Deprecated
CoreDebug DEMCR: VC_HARDERR Mask
Deprecated
CoreDebug DEMCR: VC_HARDERR Mask

Definition at line 3195 of file core_cm85.h.

◆ CoreDebug_DEMCR_VC_HARDERR_Msk [12/17]

#define CoreDebug_DEMCR_VC_HARDERR_Msk   (1UL << CoreDebug_DEMCR_VC_HARDERR_Pos)

CoreDebug DEMCR: VC_HARDERR Mask

Deprecated
CoreDebug DEMCR: VC_HARDERR Mask
Deprecated
CoreDebug DEMCR: VC_HARDERR Mask
Deprecated
CoreDebug DEMCR: VC_HARDERR Mask
Deprecated
CoreDebug DEMCR: VC_HARDERR Mask

Definition at line 1308 of file core_sc300.h.

◆ CoreDebug_DEMCR_VC_HARDERR_Msk [13/17]

#define CoreDebug_DEMCR_VC_HARDERR_Msk   (1UL << CoreDebug_DEMCR_VC_HARDERR_Pos)
Deprecated
CoreDebug DEMCR: VC_HARDERR Mask
Deprecated
CoreDebug DEMCR: VC_HARDERR Mask
Deprecated
CoreDebug DEMCR: VC_HARDERR Mask
Deprecated
CoreDebug DEMCR: VC_HARDERR Mask

CoreDebug DEMCR: VC_HARDERR Mask

Definition at line 2736 of file core_armv81mml.h.

◆ CoreDebug_DEMCR_VC_HARDERR_Msk [14/17]

#define CoreDebug_DEMCR_VC_HARDERR_Msk   (1UL << CoreDebug_DEMCR_VC_HARDERR_Pos)
Deprecated
CoreDebug DEMCR: VC_HARDERR Mask
Deprecated
CoreDebug DEMCR: VC_HARDERR Mask
Deprecated
CoreDebug DEMCR: VC_HARDERR Mask

CoreDebug DEMCR: VC_HARDERR Mask

Definition at line 1056 of file core_armv8mbl.h.

◆ CoreDebug_DEMCR_VC_HARDERR_Msk [15/17]

#define CoreDebug_DEMCR_VC_HARDERR_Msk   (1UL << CoreDebug_DEMCR_VC_HARDERR_Pos)
Deprecated
CoreDebug DEMCR: VC_HARDERR Mask
Deprecated
CoreDebug DEMCR: VC_HARDERR Mask

CoreDebug DEMCR: VC_HARDERR Mask

Definition at line 1834 of file core_armv8mml.h.

◆ CoreDebug_DEMCR_VC_HARDERR_Msk [16/17]

#define CoreDebug_DEMCR_VC_HARDERR_Msk   (1UL << CoreDebug_DEMCR_VC_HARDERR_Pos)
Deprecated
CoreDebug DEMCR: VC_HARDERR Mask

CoreDebug DEMCR: VC_HARDERR Mask

Definition at line 1909 of file core_cm33.h.

◆ CoreDebug_DEMCR_VC_HARDERR_Msk [17/17]

#define CoreDebug_DEMCR_VC_HARDERR_Msk   (1UL << CoreDebug_DEMCR_VC_HARDERR_Pos)

CoreDebug DEMCR: VC_HARDERR Mask

Definition at line 1502 of file core_cm4.h.

◆ CoreDebug_DEMCR_VC_HARDERR_Pos [1/17]

#define CoreDebug_DEMCR_VC_HARDERR_Pos   10U
Deprecated
CoreDebug DEMCR: VC_HARDERR Position
Deprecated
CoreDebug DEMCR: VC_HARDERR Position
Deprecated
CoreDebug DEMCR: VC_HARDERR Position
Deprecated
CoreDebug DEMCR: VC_HARDERR Position

CoreDebug DEMCR: VC_HARDERR Position

Deprecated
CoreDebug DEMCR: VC_HARDERR Position
Deprecated
CoreDebug DEMCR: VC_HARDERR Position
Deprecated
CoreDebug DEMCR: VC_HARDERR Position
Deprecated
CoreDebug DEMCR: VC_HARDERR Position
Deprecated
CoreDebug DEMCR: VC_HARDERR Position
Deprecated
CoreDebug DEMCR: VC_HARDERR Position
Deprecated
CoreDebug DEMCR: VC_HARDERR Position
Deprecated
CoreDebug DEMCR: VC_HARDERR Position

Definition at line 2735 of file core_armv81mml.h.

◆ CoreDebug_DEMCR_VC_HARDERR_Pos [2/17]

#define CoreDebug_DEMCR_VC_HARDERR_Pos   10U
Deprecated
CoreDebug DEMCR: VC_HARDERR Position
Deprecated
CoreDebug DEMCR: VC_HARDERR Position
Deprecated
CoreDebug DEMCR: VC_HARDERR Position

CoreDebug DEMCR: VC_HARDERR Position

Deprecated
CoreDebug DEMCR: VC_HARDERR Position
Deprecated
CoreDebug DEMCR: VC_HARDERR Position
Deprecated
CoreDebug DEMCR: VC_HARDERR Position
Deprecated
CoreDebug DEMCR: VC_HARDERR Position
Deprecated
CoreDebug DEMCR: VC_HARDERR Position
Deprecated
CoreDebug DEMCR: VC_HARDERR Position
Deprecated
CoreDebug DEMCR: VC_HARDERR Position
Deprecated
CoreDebug DEMCR: VC_HARDERR Position

Definition at line 1055 of file core_armv8mbl.h.

◆ CoreDebug_DEMCR_VC_HARDERR_Pos [3/17]

#define CoreDebug_DEMCR_VC_HARDERR_Pos   10U
Deprecated
CoreDebug DEMCR: VC_HARDERR Position
Deprecated
CoreDebug DEMCR: VC_HARDERR Position

CoreDebug DEMCR: VC_HARDERR Position

Deprecated
CoreDebug DEMCR: VC_HARDERR Position
Deprecated
CoreDebug DEMCR: VC_HARDERR Position
Deprecated
CoreDebug DEMCR: VC_HARDERR Position
Deprecated
CoreDebug DEMCR: VC_HARDERR Position
Deprecated
CoreDebug DEMCR: VC_HARDERR Position
Deprecated
CoreDebug DEMCR: VC_HARDERR Position
Deprecated
CoreDebug DEMCR: VC_HARDERR Position
Deprecated
CoreDebug DEMCR: VC_HARDERR Position

Definition at line 1833 of file core_armv8mml.h.

◆ CoreDebug_DEMCR_VC_HARDERR_Pos [4/17]

#define CoreDebug_DEMCR_VC_HARDERR_Pos   10U
Deprecated
CoreDebug DEMCR: VC_HARDERR Position

CoreDebug DEMCR: VC_HARDERR Position

Deprecated
CoreDebug DEMCR: VC_HARDERR Position
Deprecated
CoreDebug DEMCR: VC_HARDERR Position
Deprecated
CoreDebug DEMCR: VC_HARDERR Position
Deprecated
CoreDebug DEMCR: VC_HARDERR Position
Deprecated
CoreDebug DEMCR: VC_HARDERR Position
Deprecated
CoreDebug DEMCR: VC_HARDERR Position
Deprecated
CoreDebug DEMCR: VC_HARDERR Position
Deprecated
CoreDebug DEMCR: VC_HARDERR Position

Definition at line 1130 of file core_cm23.h.

◆ CoreDebug_DEMCR_VC_HARDERR_Pos [5/17]

#define CoreDebug_DEMCR_VC_HARDERR_Pos   10U

CoreDebug DEMCR: VC_HARDERR Position

Deprecated
CoreDebug DEMCR: VC_HARDERR Position
Deprecated
CoreDebug DEMCR: VC_HARDERR Position
Deprecated
CoreDebug DEMCR: VC_HARDERR Position
Deprecated
CoreDebug DEMCR: VC_HARDERR Position
Deprecated
CoreDebug DEMCR: VC_HARDERR Position
Deprecated
CoreDebug DEMCR: VC_HARDERR Position
Deprecated
CoreDebug DEMCR: VC_HARDERR Position
Deprecated
CoreDebug DEMCR: VC_HARDERR Position

Definition at line 1324 of file core_cm3.h.

◆ CoreDebug_DEMCR_VC_HARDERR_Pos [6/17]

#define CoreDebug_DEMCR_VC_HARDERR_Pos   10U
Deprecated
CoreDebug DEMCR: VC_HARDERR Position
Deprecated
CoreDebug DEMCR: VC_HARDERR Position

CoreDebug DEMCR: VC_HARDERR Position

Deprecated
CoreDebug DEMCR: VC_HARDERR Position
Deprecated
CoreDebug DEMCR: VC_HARDERR Position
Deprecated
CoreDebug DEMCR: VC_HARDERR Position
Deprecated
CoreDebug DEMCR: VC_HARDERR Position
Deprecated
CoreDebug DEMCR: VC_HARDERR Position
Deprecated
CoreDebug DEMCR: VC_HARDERR Position

Definition at line 1908 of file core_cm33.h.

◆ CoreDebug_DEMCR_VC_HARDERR_Pos [7/17]

#define CoreDebug_DEMCR_VC_HARDERR_Pos   10U
Deprecated
CoreDebug DEMCR: VC_HARDERR Position

CoreDebug DEMCR: VC_HARDERR Position

Deprecated
CoreDebug DEMCR: VC_HARDERR Position
Deprecated
CoreDebug DEMCR: VC_HARDERR Position
Deprecated
CoreDebug DEMCR: VC_HARDERR Position
Deprecated
CoreDebug DEMCR: VC_HARDERR Position
Deprecated
CoreDebug DEMCR: VC_HARDERR Position
Deprecated
CoreDebug DEMCR: VC_HARDERR Position

Definition at line 1908 of file core_cm35p.h.

◆ CoreDebug_DEMCR_VC_HARDERR_Pos [8/17]

#define CoreDebug_DEMCR_VC_HARDERR_Pos   10U

CoreDebug DEMCR: VC_HARDERR Position

Deprecated
CoreDebug DEMCR: VC_HARDERR Position
Deprecated
CoreDebug DEMCR: VC_HARDERR Position
Deprecated
CoreDebug DEMCR: VC_HARDERR Position
Deprecated
CoreDebug DEMCR: VC_HARDERR Position
Deprecated
CoreDebug DEMCR: VC_HARDERR Position
Deprecated
CoreDebug DEMCR: VC_HARDERR Position

Definition at line 1501 of file core_cm4.h.

◆ CoreDebug_DEMCR_VC_HARDERR_Pos [9/17]

#define CoreDebug_DEMCR_VC_HARDERR_Pos   10U
Deprecated
CoreDebug DEMCR: VC_HARDERR Position

CoreDebug DEMCR: VC_HARDERR Position

Deprecated
CoreDebug DEMCR: VC_HARDERR Position
Deprecated
CoreDebug DEMCR: VC_HARDERR Position
Deprecated
CoreDebug DEMCR: VC_HARDERR Position
Deprecated
CoreDebug DEMCR: VC_HARDERR Position
Deprecated
CoreDebug DEMCR: VC_HARDERR Position

Definition at line 3289 of file core_cm55.h.

◆ CoreDebug_DEMCR_VC_HARDERR_Pos [10/17]

#define CoreDebug_DEMCR_VC_HARDERR_Pos   10U

CoreDebug DEMCR: VC_HARDERR Position

Deprecated
CoreDebug DEMCR: VC_HARDERR Position
Deprecated
CoreDebug DEMCR: VC_HARDERR Position
Deprecated
CoreDebug DEMCR: VC_HARDERR Position
Deprecated
CoreDebug DEMCR: VC_HARDERR Position
Deprecated
CoreDebug DEMCR: VC_HARDERR Position

Definition at line 1728 of file core_cm7.h.

◆ CoreDebug_DEMCR_VC_HARDERR_Pos [11/17]

#define CoreDebug_DEMCR_VC_HARDERR_Pos   10U
Deprecated
CoreDebug DEMCR: VC_HARDERR Position

CoreDebug DEMCR: VC_HARDERR Position

Deprecated
CoreDebug DEMCR: VC_HARDERR Position
Deprecated
CoreDebug DEMCR: VC_HARDERR Position
Deprecated
CoreDebug DEMCR: VC_HARDERR Position
Deprecated
CoreDebug DEMCR: VC_HARDERR Position

Definition at line 3194 of file core_cm85.h.

◆ CoreDebug_DEMCR_VC_HARDERR_Pos [12/17]

#define CoreDebug_DEMCR_VC_HARDERR_Pos   10U

CoreDebug DEMCR: VC_HARDERR Position

Deprecated
CoreDebug DEMCR: VC_HARDERR Position
Deprecated
CoreDebug DEMCR: VC_HARDERR Position
Deprecated
CoreDebug DEMCR: VC_HARDERR Position
Deprecated
CoreDebug DEMCR: VC_HARDERR Position

Definition at line 1307 of file core_sc300.h.

◆ CoreDebug_DEMCR_VC_HARDERR_Pos [13/17]

#define CoreDebug_DEMCR_VC_HARDERR_Pos   10U
Deprecated
CoreDebug DEMCR: VC_HARDERR Position
Deprecated
CoreDebug DEMCR: VC_HARDERR Position
Deprecated
CoreDebug DEMCR: VC_HARDERR Position
Deprecated
CoreDebug DEMCR: VC_HARDERR Position

CoreDebug DEMCR: VC_HARDERR Position

Definition at line 2735 of file core_armv81mml.h.

◆ CoreDebug_DEMCR_VC_HARDERR_Pos [14/17]

#define CoreDebug_DEMCR_VC_HARDERR_Pos   10U
Deprecated
CoreDebug DEMCR: VC_HARDERR Position
Deprecated
CoreDebug DEMCR: VC_HARDERR Position
Deprecated
CoreDebug DEMCR: VC_HARDERR Position

CoreDebug DEMCR: VC_HARDERR Position

Definition at line 1055 of file core_armv8mbl.h.

◆ CoreDebug_DEMCR_VC_HARDERR_Pos [15/17]

#define CoreDebug_DEMCR_VC_HARDERR_Pos   10U
Deprecated
CoreDebug DEMCR: VC_HARDERR Position
Deprecated
CoreDebug DEMCR: VC_HARDERR Position

CoreDebug DEMCR: VC_HARDERR Position

Definition at line 1833 of file core_armv8mml.h.

◆ CoreDebug_DEMCR_VC_HARDERR_Pos [16/17]

#define CoreDebug_DEMCR_VC_HARDERR_Pos   10U
Deprecated
CoreDebug DEMCR: VC_HARDERR Position

CoreDebug DEMCR: VC_HARDERR Position

Definition at line 1908 of file core_cm33.h.

◆ CoreDebug_DEMCR_VC_HARDERR_Pos [17/17]

#define CoreDebug_DEMCR_VC_HARDERR_Pos   10U

CoreDebug DEMCR: VC_HARDERR Position

Definition at line 1501 of file core_cm4.h.

◆ CoreDebug_DEMCR_VC_INTERR_Msk [1/14]

#define CoreDebug_DEMCR_VC_INTERR_Msk   (1UL << CoreDebug_DEMCR_VC_INTERR_Pos)
Deprecated
CoreDebug DEMCR: VC_INTERR Mask
Deprecated
CoreDebug DEMCR: VC_INTERR Mask

CoreDebug DEMCR: VC_INTERR Mask

Deprecated
CoreDebug DEMCR: VC_INTERR Mask
Deprecated
CoreDebug DEMCR: VC_INTERR Mask
Deprecated
CoreDebug DEMCR: VC_INTERR Mask
Deprecated
CoreDebug DEMCR: VC_INTERR Mask
Deprecated
CoreDebug DEMCR: VC_INTERR Mask
Deprecated
CoreDebug DEMCR: VC_INTERR Mask
Deprecated
CoreDebug DEMCR: VC_INTERR Mask

Definition at line 2739 of file core_armv81mml.h.

◆ CoreDebug_DEMCR_VC_INTERR_Msk [2/14]

#define CoreDebug_DEMCR_VC_INTERR_Msk   (1UL << CoreDebug_DEMCR_VC_INTERR_Pos)
Deprecated
CoreDebug DEMCR: VC_INTERR Mask

CoreDebug DEMCR: VC_INTERR Mask

Deprecated
CoreDebug DEMCR: VC_INTERR Mask
Deprecated
CoreDebug DEMCR: VC_INTERR Mask
Deprecated
CoreDebug DEMCR: VC_INTERR Mask
Deprecated
CoreDebug DEMCR: VC_INTERR Mask
Deprecated
CoreDebug DEMCR: VC_INTERR Mask
Deprecated
CoreDebug DEMCR: VC_INTERR Mask
Deprecated
CoreDebug DEMCR: VC_INTERR Mask

Definition at line 1837 of file core_armv8mml.h.

◆ CoreDebug_DEMCR_VC_INTERR_Msk [3/14]

#define CoreDebug_DEMCR_VC_INTERR_Msk   (1UL << CoreDebug_DEMCR_VC_INTERR_Pos)

CoreDebug DEMCR: VC_INTERR Mask

Deprecated
CoreDebug DEMCR: VC_INTERR Mask
Deprecated
CoreDebug DEMCR: VC_INTERR Mask
Deprecated
CoreDebug DEMCR: VC_INTERR Mask
Deprecated
CoreDebug DEMCR: VC_INTERR Mask
Deprecated
CoreDebug DEMCR: VC_INTERR Mask
Deprecated
CoreDebug DEMCR: VC_INTERR Mask
Deprecated
CoreDebug DEMCR: VC_INTERR Mask

Definition at line 1328 of file core_cm3.h.

◆ CoreDebug_DEMCR_VC_INTERR_Msk [4/14]

#define CoreDebug_DEMCR_VC_INTERR_Msk   (1UL << CoreDebug_DEMCR_VC_INTERR_Pos)
Deprecated
CoreDebug DEMCR: VC_INTERR Mask
Deprecated
CoreDebug DEMCR: VC_INTERR Mask

CoreDebug DEMCR: VC_INTERR Mask

Deprecated
CoreDebug DEMCR: VC_INTERR Mask
Deprecated
CoreDebug DEMCR: VC_INTERR Mask
Deprecated
CoreDebug DEMCR: VC_INTERR Mask
Deprecated
CoreDebug DEMCR: VC_INTERR Mask
Deprecated
CoreDebug DEMCR: VC_INTERR Mask

Definition at line 1912 of file core_cm33.h.

◆ CoreDebug_DEMCR_VC_INTERR_Msk [5/14]

#define CoreDebug_DEMCR_VC_INTERR_Msk   (1UL << CoreDebug_DEMCR_VC_INTERR_Pos)
Deprecated
CoreDebug DEMCR: VC_INTERR Mask

CoreDebug DEMCR: VC_INTERR Mask

Deprecated
CoreDebug DEMCR: VC_INTERR Mask
Deprecated
CoreDebug DEMCR: VC_INTERR Mask
Deprecated
CoreDebug DEMCR: VC_INTERR Mask
Deprecated
CoreDebug DEMCR: VC_INTERR Mask
Deprecated
CoreDebug DEMCR: VC_INTERR Mask

Definition at line 1912 of file core_cm35p.h.

◆ CoreDebug_DEMCR_VC_INTERR_Msk [6/14]

#define CoreDebug_DEMCR_VC_INTERR_Msk   (1UL << CoreDebug_DEMCR_VC_INTERR_Pos)

CoreDebug DEMCR: VC_INTERR Mask

Deprecated
CoreDebug DEMCR: VC_INTERR Mask
Deprecated
CoreDebug DEMCR: VC_INTERR Mask
Deprecated
CoreDebug DEMCR: VC_INTERR Mask
Deprecated
CoreDebug DEMCR: VC_INTERR Mask
Deprecated
CoreDebug DEMCR: VC_INTERR Mask

Definition at line 1505 of file core_cm4.h.

◆ CoreDebug_DEMCR_VC_INTERR_Msk [7/14]

#define CoreDebug_DEMCR_VC_INTERR_Msk   (1UL << CoreDebug_DEMCR_VC_INTERR_Pos)
Deprecated
CoreDebug DEMCR: VC_INTERR Mask

CoreDebug DEMCR: VC_INTERR Mask

Deprecated
CoreDebug DEMCR: VC_INTERR Mask
Deprecated
CoreDebug DEMCR: VC_INTERR Mask
Deprecated
CoreDebug DEMCR: VC_INTERR Mask
Deprecated
CoreDebug DEMCR: VC_INTERR Mask

Definition at line 3293 of file core_cm55.h.

◆ CoreDebug_DEMCR_VC_INTERR_Msk [8/14]

#define CoreDebug_DEMCR_VC_INTERR_Msk   (1UL << CoreDebug_DEMCR_VC_INTERR_Pos)

CoreDebug DEMCR: VC_INTERR Mask

Deprecated
CoreDebug DEMCR: VC_INTERR Mask
Deprecated
CoreDebug DEMCR: VC_INTERR Mask
Deprecated
CoreDebug DEMCR: VC_INTERR Mask
Deprecated
CoreDebug DEMCR: VC_INTERR Mask

Definition at line 1732 of file core_cm7.h.

◆ CoreDebug_DEMCR_VC_INTERR_Msk [9/14]

#define CoreDebug_DEMCR_VC_INTERR_Msk   (1UL << CoreDebug_DEMCR_VC_INTERR_Pos)
Deprecated
CoreDebug DEMCR: VC_INTERR Mask

CoreDebug DEMCR: VC_INTERR Mask

Deprecated
CoreDebug DEMCR: VC_INTERR Mask
Deprecated
CoreDebug DEMCR: VC_INTERR Mask
Deprecated
CoreDebug DEMCR: VC_INTERR Mask

Definition at line 3198 of file core_cm85.h.

◆ CoreDebug_DEMCR_VC_INTERR_Msk [10/14]

#define CoreDebug_DEMCR_VC_INTERR_Msk   (1UL << CoreDebug_DEMCR_VC_INTERR_Pos)

CoreDebug DEMCR: VC_INTERR Mask

Deprecated
CoreDebug DEMCR: VC_INTERR Mask
Deprecated
CoreDebug DEMCR: VC_INTERR Mask
Deprecated
CoreDebug DEMCR: VC_INTERR Mask

Definition at line 1311 of file core_sc300.h.

◆ CoreDebug_DEMCR_VC_INTERR_Msk [11/14]

#define CoreDebug_DEMCR_VC_INTERR_Msk   (1UL << CoreDebug_DEMCR_VC_INTERR_Pos)
Deprecated
CoreDebug DEMCR: VC_INTERR Mask
Deprecated
CoreDebug DEMCR: VC_INTERR Mask
Deprecated
CoreDebug DEMCR: VC_INTERR Mask

CoreDebug DEMCR: VC_INTERR Mask

Definition at line 2739 of file core_armv81mml.h.

◆ CoreDebug_DEMCR_VC_INTERR_Msk [12/14]

#define CoreDebug_DEMCR_VC_INTERR_Msk   (1UL << CoreDebug_DEMCR_VC_INTERR_Pos)
Deprecated
CoreDebug DEMCR: VC_INTERR Mask
Deprecated
CoreDebug DEMCR: VC_INTERR Mask

CoreDebug DEMCR: VC_INTERR Mask

Definition at line 1837 of file core_armv8mml.h.

◆ CoreDebug_DEMCR_VC_INTERR_Msk [13/14]

#define CoreDebug_DEMCR_VC_INTERR_Msk   (1UL << CoreDebug_DEMCR_VC_INTERR_Pos)
Deprecated
CoreDebug DEMCR: VC_INTERR Mask

CoreDebug DEMCR: VC_INTERR Mask

Definition at line 1912 of file core_cm33.h.

◆ CoreDebug_DEMCR_VC_INTERR_Msk [14/14]

#define CoreDebug_DEMCR_VC_INTERR_Msk   (1UL << CoreDebug_DEMCR_VC_INTERR_Pos)

CoreDebug DEMCR: VC_INTERR Mask

Definition at line 1505 of file core_cm4.h.

◆ CoreDebug_DEMCR_VC_INTERR_Pos [1/14]

#define CoreDebug_DEMCR_VC_INTERR_Pos   9U
Deprecated
CoreDebug DEMCR: VC_INTERR Position
Deprecated
CoreDebug DEMCR: VC_INTERR Position

CoreDebug DEMCR: VC_INTERR Position

Deprecated
CoreDebug DEMCR: VC_INTERR Position
Deprecated
CoreDebug DEMCR: VC_INTERR Position
Deprecated
CoreDebug DEMCR: VC_INTERR Position
Deprecated
CoreDebug DEMCR: VC_INTERR Position
Deprecated
CoreDebug DEMCR: VC_INTERR Position
Deprecated
CoreDebug DEMCR: VC_INTERR Position
Deprecated
CoreDebug DEMCR: VC_INTERR Position

Definition at line 2738 of file core_armv81mml.h.

◆ CoreDebug_DEMCR_VC_INTERR_Pos [2/14]

#define CoreDebug_DEMCR_VC_INTERR_Pos   9U
Deprecated
CoreDebug DEMCR: VC_INTERR Position

CoreDebug DEMCR: VC_INTERR Position

Deprecated
CoreDebug DEMCR: VC_INTERR Position
Deprecated
CoreDebug DEMCR: VC_INTERR Position
Deprecated
CoreDebug DEMCR: VC_INTERR Position
Deprecated
CoreDebug DEMCR: VC_INTERR Position
Deprecated
CoreDebug DEMCR: VC_INTERR Position
Deprecated
CoreDebug DEMCR: VC_INTERR Position
Deprecated
CoreDebug DEMCR: VC_INTERR Position

Definition at line 1836 of file core_armv8mml.h.

◆ CoreDebug_DEMCR_VC_INTERR_Pos [3/14]

#define CoreDebug_DEMCR_VC_INTERR_Pos   9U

CoreDebug DEMCR: VC_INTERR Position

Deprecated
CoreDebug DEMCR: VC_INTERR Position
Deprecated
CoreDebug DEMCR: VC_INTERR Position
Deprecated
CoreDebug DEMCR: VC_INTERR Position
Deprecated
CoreDebug DEMCR: VC_INTERR Position
Deprecated
CoreDebug DEMCR: VC_INTERR Position
Deprecated
CoreDebug DEMCR: VC_INTERR Position
Deprecated
CoreDebug DEMCR: VC_INTERR Position

Definition at line 1327 of file core_cm3.h.

◆ CoreDebug_DEMCR_VC_INTERR_Pos [4/14]

#define CoreDebug_DEMCR_VC_INTERR_Pos   9U
Deprecated
CoreDebug DEMCR: VC_INTERR Position
Deprecated
CoreDebug DEMCR: VC_INTERR Position

CoreDebug DEMCR: VC_INTERR Position

Deprecated
CoreDebug DEMCR: VC_INTERR Position
Deprecated
CoreDebug DEMCR: VC_INTERR Position
Deprecated
CoreDebug DEMCR: VC_INTERR Position
Deprecated
CoreDebug DEMCR: VC_INTERR Position
Deprecated
CoreDebug DEMCR: VC_INTERR Position

Definition at line 1911 of file core_cm33.h.

◆ CoreDebug_DEMCR_VC_INTERR_Pos [5/14]

#define CoreDebug_DEMCR_VC_INTERR_Pos   9U
Deprecated
CoreDebug DEMCR: VC_INTERR Position

CoreDebug DEMCR: VC_INTERR Position

Deprecated
CoreDebug DEMCR: VC_INTERR Position
Deprecated
CoreDebug DEMCR: VC_INTERR Position
Deprecated
CoreDebug DEMCR: VC_INTERR Position
Deprecated
CoreDebug DEMCR: VC_INTERR Position
Deprecated
CoreDebug DEMCR: VC_INTERR Position

Definition at line 1911 of file core_cm35p.h.

◆ CoreDebug_DEMCR_VC_INTERR_Pos [6/14]

#define CoreDebug_DEMCR_VC_INTERR_Pos   9U

CoreDebug DEMCR: VC_INTERR Position

Deprecated
CoreDebug DEMCR: VC_INTERR Position
Deprecated
CoreDebug DEMCR: VC_INTERR Position
Deprecated
CoreDebug DEMCR: VC_INTERR Position
Deprecated
CoreDebug DEMCR: VC_INTERR Position
Deprecated
CoreDebug DEMCR: VC_INTERR Position

Definition at line 1504 of file core_cm4.h.

◆ CoreDebug_DEMCR_VC_INTERR_Pos [7/14]

#define CoreDebug_DEMCR_VC_INTERR_Pos   9U
Deprecated
CoreDebug DEMCR: VC_INTERR Position

CoreDebug DEMCR: VC_INTERR Position

Deprecated
CoreDebug DEMCR: VC_INTERR Position
Deprecated
CoreDebug DEMCR: VC_INTERR Position
Deprecated
CoreDebug DEMCR: VC_INTERR Position
Deprecated
CoreDebug DEMCR: VC_INTERR Position

Definition at line 3292 of file core_cm55.h.

◆ CoreDebug_DEMCR_VC_INTERR_Pos [8/14]

#define CoreDebug_DEMCR_VC_INTERR_Pos   9U

CoreDebug DEMCR: VC_INTERR Position

Deprecated
CoreDebug DEMCR: VC_INTERR Position
Deprecated
CoreDebug DEMCR: VC_INTERR Position
Deprecated
CoreDebug DEMCR: VC_INTERR Position
Deprecated
CoreDebug DEMCR: VC_INTERR Position

Definition at line 1731 of file core_cm7.h.

◆ CoreDebug_DEMCR_VC_INTERR_Pos [9/14]

#define CoreDebug_DEMCR_VC_INTERR_Pos   9U
Deprecated
CoreDebug DEMCR: VC_INTERR Position

CoreDebug DEMCR: VC_INTERR Position

Deprecated
CoreDebug DEMCR: VC_INTERR Position
Deprecated
CoreDebug DEMCR: VC_INTERR Position
Deprecated
CoreDebug DEMCR: VC_INTERR Position

Definition at line 3197 of file core_cm85.h.

◆ CoreDebug_DEMCR_VC_INTERR_Pos [10/14]

#define CoreDebug_DEMCR_VC_INTERR_Pos   9U

CoreDebug DEMCR: VC_INTERR Position

Deprecated
CoreDebug DEMCR: VC_INTERR Position
Deprecated
CoreDebug DEMCR: VC_INTERR Position
Deprecated
CoreDebug DEMCR: VC_INTERR Position

Definition at line 1310 of file core_sc300.h.

◆ CoreDebug_DEMCR_VC_INTERR_Pos [11/14]

#define CoreDebug_DEMCR_VC_INTERR_Pos   9U
Deprecated
CoreDebug DEMCR: VC_INTERR Position
Deprecated
CoreDebug DEMCR: VC_INTERR Position
Deprecated
CoreDebug DEMCR: VC_INTERR Position

CoreDebug DEMCR: VC_INTERR Position

Definition at line 2738 of file core_armv81mml.h.

◆ CoreDebug_DEMCR_VC_INTERR_Pos [12/14]

#define CoreDebug_DEMCR_VC_INTERR_Pos   9U
Deprecated
CoreDebug DEMCR: VC_INTERR Position
Deprecated
CoreDebug DEMCR: VC_INTERR Position

CoreDebug DEMCR: VC_INTERR Position

Definition at line 1836 of file core_armv8mml.h.

◆ CoreDebug_DEMCR_VC_INTERR_Pos [13/14]

#define CoreDebug_DEMCR_VC_INTERR_Pos   9U
Deprecated
CoreDebug DEMCR: VC_INTERR Position

CoreDebug DEMCR: VC_INTERR Position

Definition at line 1911 of file core_cm33.h.

◆ CoreDebug_DEMCR_VC_INTERR_Pos [14/14]

#define CoreDebug_DEMCR_VC_INTERR_Pos   9U

CoreDebug DEMCR: VC_INTERR Position

Definition at line 1504 of file core_cm4.h.

◆ CoreDebug_DEMCR_VC_MMERR_Msk [1/14]

#define CoreDebug_DEMCR_VC_MMERR_Msk   (1UL << CoreDebug_DEMCR_VC_MMERR_Pos)
Deprecated
CoreDebug DEMCR: VC_MMERR Mask
Deprecated
CoreDebug DEMCR: VC_MMERR Mask

CoreDebug DEMCR: VC_MMERR Mask

Deprecated
CoreDebug DEMCR: VC_MMERR Mask
Deprecated
CoreDebug DEMCR: VC_MMERR Mask
Deprecated
CoreDebug DEMCR: VC_MMERR Mask
Deprecated
CoreDebug DEMCR: VC_MMERR Mask
Deprecated
CoreDebug DEMCR: VC_MMERR Mask
Deprecated
CoreDebug DEMCR: VC_MMERR Mask
Deprecated
CoreDebug DEMCR: VC_MMERR Mask

Definition at line 2754 of file core_armv81mml.h.

◆ CoreDebug_DEMCR_VC_MMERR_Msk [2/14]

#define CoreDebug_DEMCR_VC_MMERR_Msk   (1UL << CoreDebug_DEMCR_VC_MMERR_Pos)
Deprecated
CoreDebug DEMCR: VC_MMERR Mask

CoreDebug DEMCR: VC_MMERR Mask

Deprecated
CoreDebug DEMCR: VC_MMERR Mask
Deprecated
CoreDebug DEMCR: VC_MMERR Mask
Deprecated
CoreDebug DEMCR: VC_MMERR Mask
Deprecated
CoreDebug DEMCR: VC_MMERR Mask
Deprecated
CoreDebug DEMCR: VC_MMERR Mask
Deprecated
CoreDebug DEMCR: VC_MMERR Mask
Deprecated
CoreDebug DEMCR: VC_MMERR Mask

Definition at line 1852 of file core_armv8mml.h.

◆ CoreDebug_DEMCR_VC_MMERR_Msk [3/14]

#define CoreDebug_DEMCR_VC_MMERR_Msk   (1UL << CoreDebug_DEMCR_VC_MMERR_Pos)

CoreDebug DEMCR: VC_MMERR Mask

Deprecated
CoreDebug DEMCR: VC_MMERR Mask
Deprecated
CoreDebug DEMCR: VC_MMERR Mask
Deprecated
CoreDebug DEMCR: VC_MMERR Mask
Deprecated
CoreDebug DEMCR: VC_MMERR Mask
Deprecated
CoreDebug DEMCR: VC_MMERR Mask
Deprecated
CoreDebug DEMCR: VC_MMERR Mask
Deprecated
CoreDebug DEMCR: VC_MMERR Mask

Definition at line 1343 of file core_cm3.h.

◆ CoreDebug_DEMCR_VC_MMERR_Msk [4/14]

#define CoreDebug_DEMCR_VC_MMERR_Msk   (1UL << CoreDebug_DEMCR_VC_MMERR_Pos)
Deprecated
CoreDebug DEMCR: VC_MMERR Mask
Deprecated
CoreDebug DEMCR: VC_MMERR Mask

CoreDebug DEMCR: VC_MMERR Mask

Deprecated
CoreDebug DEMCR: VC_MMERR Mask
Deprecated
CoreDebug DEMCR: VC_MMERR Mask
Deprecated
CoreDebug DEMCR: VC_MMERR Mask
Deprecated
CoreDebug DEMCR: VC_MMERR Mask
Deprecated
CoreDebug DEMCR: VC_MMERR Mask

Definition at line 1927 of file core_cm33.h.

◆ CoreDebug_DEMCR_VC_MMERR_Msk [5/14]

#define CoreDebug_DEMCR_VC_MMERR_Msk   (1UL << CoreDebug_DEMCR_VC_MMERR_Pos)
Deprecated
CoreDebug DEMCR: VC_MMERR Mask

CoreDebug DEMCR: VC_MMERR Mask

Deprecated
CoreDebug DEMCR: VC_MMERR Mask
Deprecated
CoreDebug DEMCR: VC_MMERR Mask
Deprecated
CoreDebug DEMCR: VC_MMERR Mask
Deprecated
CoreDebug DEMCR: VC_MMERR Mask
Deprecated
CoreDebug DEMCR: VC_MMERR Mask

Definition at line 1927 of file core_cm35p.h.

◆ CoreDebug_DEMCR_VC_MMERR_Msk [6/14]

#define CoreDebug_DEMCR_VC_MMERR_Msk   (1UL << CoreDebug_DEMCR_VC_MMERR_Pos)

CoreDebug DEMCR: VC_MMERR Mask

Deprecated
CoreDebug DEMCR: VC_MMERR Mask
Deprecated
CoreDebug DEMCR: VC_MMERR Mask
Deprecated
CoreDebug DEMCR: VC_MMERR Mask
Deprecated
CoreDebug DEMCR: VC_MMERR Mask
Deprecated
CoreDebug DEMCR: VC_MMERR Mask

Definition at line 1520 of file core_cm4.h.

◆ CoreDebug_DEMCR_VC_MMERR_Msk [7/14]

#define CoreDebug_DEMCR_VC_MMERR_Msk   (1UL << CoreDebug_DEMCR_VC_MMERR_Pos)
Deprecated
CoreDebug DEMCR: VC_MMERR Mask

CoreDebug DEMCR: VC_MMERR Mask

Deprecated
CoreDebug DEMCR: VC_MMERR Mask
Deprecated
CoreDebug DEMCR: VC_MMERR Mask
Deprecated
CoreDebug DEMCR: VC_MMERR Mask
Deprecated
CoreDebug DEMCR: VC_MMERR Mask

Definition at line 3308 of file core_cm55.h.

◆ CoreDebug_DEMCR_VC_MMERR_Msk [8/14]

#define CoreDebug_DEMCR_VC_MMERR_Msk   (1UL << CoreDebug_DEMCR_VC_MMERR_Pos)

CoreDebug DEMCR: VC_MMERR Mask

Deprecated
CoreDebug DEMCR: VC_MMERR Mask
Deprecated
CoreDebug DEMCR: VC_MMERR Mask
Deprecated
CoreDebug DEMCR: VC_MMERR Mask
Deprecated
CoreDebug DEMCR: VC_MMERR Mask

Definition at line 1747 of file core_cm7.h.

◆ CoreDebug_DEMCR_VC_MMERR_Msk [9/14]

#define CoreDebug_DEMCR_VC_MMERR_Msk   (1UL << CoreDebug_DEMCR_VC_MMERR_Pos)
Deprecated
CoreDebug DEMCR: VC_MMERR Mask

CoreDebug DEMCR: VC_MMERR Mask

Deprecated
CoreDebug DEMCR: VC_MMERR Mask
Deprecated
CoreDebug DEMCR: VC_MMERR Mask
Deprecated
CoreDebug DEMCR: VC_MMERR Mask

Definition at line 3213 of file core_cm85.h.

◆ CoreDebug_DEMCR_VC_MMERR_Msk [10/14]

#define CoreDebug_DEMCR_VC_MMERR_Msk   (1UL << CoreDebug_DEMCR_VC_MMERR_Pos)

CoreDebug DEMCR: VC_MMERR Mask

Deprecated
CoreDebug DEMCR: VC_MMERR Mask
Deprecated
CoreDebug DEMCR: VC_MMERR Mask
Deprecated
CoreDebug DEMCR: VC_MMERR Mask

Definition at line 1326 of file core_sc300.h.

◆ CoreDebug_DEMCR_VC_MMERR_Msk [11/14]

#define CoreDebug_DEMCR_VC_MMERR_Msk   (1UL << CoreDebug_DEMCR_VC_MMERR_Pos)
Deprecated
CoreDebug DEMCR: VC_MMERR Mask
Deprecated
CoreDebug DEMCR: VC_MMERR Mask
Deprecated
CoreDebug DEMCR: VC_MMERR Mask

CoreDebug DEMCR: VC_MMERR Mask

Definition at line 2754 of file core_armv81mml.h.

◆ CoreDebug_DEMCR_VC_MMERR_Msk [12/14]

#define CoreDebug_DEMCR_VC_MMERR_Msk   (1UL << CoreDebug_DEMCR_VC_MMERR_Pos)
Deprecated
CoreDebug DEMCR: VC_MMERR Mask
Deprecated
CoreDebug DEMCR: VC_MMERR Mask

CoreDebug DEMCR: VC_MMERR Mask

Definition at line 1852 of file core_armv8mml.h.

◆ CoreDebug_DEMCR_VC_MMERR_Msk [13/14]

#define CoreDebug_DEMCR_VC_MMERR_Msk   (1UL << CoreDebug_DEMCR_VC_MMERR_Pos)
Deprecated
CoreDebug DEMCR: VC_MMERR Mask

CoreDebug DEMCR: VC_MMERR Mask

Definition at line 1927 of file core_cm33.h.

◆ CoreDebug_DEMCR_VC_MMERR_Msk [14/14]

#define CoreDebug_DEMCR_VC_MMERR_Msk   (1UL << CoreDebug_DEMCR_VC_MMERR_Pos)

CoreDebug DEMCR: VC_MMERR Mask

Definition at line 1520 of file core_cm4.h.

◆ CoreDebug_DEMCR_VC_MMERR_Pos [1/14]

#define CoreDebug_DEMCR_VC_MMERR_Pos   4U
Deprecated
CoreDebug DEMCR: VC_MMERR Position
Deprecated
CoreDebug DEMCR: VC_MMERR Position

CoreDebug DEMCR: VC_MMERR Position

Deprecated
CoreDebug DEMCR: VC_MMERR Position
Deprecated
CoreDebug DEMCR: VC_MMERR Position
Deprecated
CoreDebug DEMCR: VC_MMERR Position
Deprecated
CoreDebug DEMCR: VC_MMERR Position
Deprecated
CoreDebug DEMCR: VC_MMERR Position
Deprecated
CoreDebug DEMCR: VC_MMERR Position
Deprecated
CoreDebug DEMCR: VC_MMERR Position

Definition at line 2753 of file core_armv81mml.h.

◆ CoreDebug_DEMCR_VC_MMERR_Pos [2/14]

#define CoreDebug_DEMCR_VC_MMERR_Pos   4U
Deprecated
CoreDebug DEMCR: VC_MMERR Position

CoreDebug DEMCR: VC_MMERR Position

Deprecated
CoreDebug DEMCR: VC_MMERR Position
Deprecated
CoreDebug DEMCR: VC_MMERR Position
Deprecated
CoreDebug DEMCR: VC_MMERR Position
Deprecated
CoreDebug DEMCR: VC_MMERR Position
Deprecated
CoreDebug DEMCR: VC_MMERR Position
Deprecated
CoreDebug DEMCR: VC_MMERR Position
Deprecated
CoreDebug DEMCR: VC_MMERR Position

Definition at line 1851 of file core_armv8mml.h.

◆ CoreDebug_DEMCR_VC_MMERR_Pos [3/14]

#define CoreDebug_DEMCR_VC_MMERR_Pos   4U

CoreDebug DEMCR: VC_MMERR Position

Deprecated
CoreDebug DEMCR: VC_MMERR Position
Deprecated
CoreDebug DEMCR: VC_MMERR Position
Deprecated
CoreDebug DEMCR: VC_MMERR Position
Deprecated
CoreDebug DEMCR: VC_MMERR Position
Deprecated
CoreDebug DEMCR: VC_MMERR Position
Deprecated
CoreDebug DEMCR: VC_MMERR Position
Deprecated
CoreDebug DEMCR: VC_MMERR Position

Definition at line 1342 of file core_cm3.h.

◆ CoreDebug_DEMCR_VC_MMERR_Pos [4/14]

#define CoreDebug_DEMCR_VC_MMERR_Pos   4U
Deprecated
CoreDebug DEMCR: VC_MMERR Position
Deprecated
CoreDebug DEMCR: VC_MMERR Position

CoreDebug DEMCR: VC_MMERR Position

Deprecated
CoreDebug DEMCR: VC_MMERR Position
Deprecated
CoreDebug DEMCR: VC_MMERR Position
Deprecated
CoreDebug DEMCR: VC_MMERR Position
Deprecated
CoreDebug DEMCR: VC_MMERR Position
Deprecated
CoreDebug DEMCR: VC_MMERR Position

Definition at line 1926 of file core_cm33.h.

◆ CoreDebug_DEMCR_VC_MMERR_Pos [5/14]

#define CoreDebug_DEMCR_VC_MMERR_Pos   4U
Deprecated
CoreDebug DEMCR: VC_MMERR Position

CoreDebug DEMCR: VC_MMERR Position

Deprecated
CoreDebug DEMCR: VC_MMERR Position
Deprecated
CoreDebug DEMCR: VC_MMERR Position
Deprecated
CoreDebug DEMCR: VC_MMERR Position
Deprecated
CoreDebug DEMCR: VC_MMERR Position
Deprecated
CoreDebug DEMCR: VC_MMERR Position

Definition at line 1926 of file core_cm35p.h.

◆ CoreDebug_DEMCR_VC_MMERR_Pos [6/14]

#define CoreDebug_DEMCR_VC_MMERR_Pos   4U

CoreDebug DEMCR: VC_MMERR Position

Deprecated
CoreDebug DEMCR: VC_MMERR Position
Deprecated
CoreDebug DEMCR: VC_MMERR Position
Deprecated
CoreDebug DEMCR: VC_MMERR Position
Deprecated
CoreDebug DEMCR: VC_MMERR Position
Deprecated
CoreDebug DEMCR: VC_MMERR Position

Definition at line 1519 of file core_cm4.h.

◆ CoreDebug_DEMCR_VC_MMERR_Pos [7/14]

#define CoreDebug_DEMCR_VC_MMERR_Pos   4U
Deprecated
CoreDebug DEMCR: VC_MMERR Position

CoreDebug DEMCR: VC_MMERR Position

Deprecated
CoreDebug DEMCR: VC_MMERR Position
Deprecated
CoreDebug DEMCR: VC_MMERR Position
Deprecated
CoreDebug DEMCR: VC_MMERR Position
Deprecated
CoreDebug DEMCR: VC_MMERR Position

Definition at line 3307 of file core_cm55.h.

◆ CoreDebug_DEMCR_VC_MMERR_Pos [8/14]

#define CoreDebug_DEMCR_VC_MMERR_Pos   4U

CoreDebug DEMCR: VC_MMERR Position

Deprecated
CoreDebug DEMCR: VC_MMERR Position
Deprecated
CoreDebug DEMCR: VC_MMERR Position
Deprecated
CoreDebug DEMCR: VC_MMERR Position
Deprecated
CoreDebug DEMCR: VC_MMERR Position

Definition at line 1746 of file core_cm7.h.

◆ CoreDebug_DEMCR_VC_MMERR_Pos [9/14]

#define CoreDebug_DEMCR_VC_MMERR_Pos   4U
Deprecated
CoreDebug DEMCR: VC_MMERR Position

CoreDebug DEMCR: VC_MMERR Position

Deprecated
CoreDebug DEMCR: VC_MMERR Position
Deprecated
CoreDebug DEMCR: VC_MMERR Position
Deprecated
CoreDebug DEMCR: VC_MMERR Position

Definition at line 3212 of file core_cm85.h.

◆ CoreDebug_DEMCR_VC_MMERR_Pos [10/14]

#define CoreDebug_DEMCR_VC_MMERR_Pos   4U

CoreDebug DEMCR: VC_MMERR Position

Deprecated
CoreDebug DEMCR: VC_MMERR Position
Deprecated
CoreDebug DEMCR: VC_MMERR Position
Deprecated
CoreDebug DEMCR: VC_MMERR Position

Definition at line 1325 of file core_sc300.h.

◆ CoreDebug_DEMCR_VC_MMERR_Pos [11/14]

#define CoreDebug_DEMCR_VC_MMERR_Pos   4U
Deprecated
CoreDebug DEMCR: VC_MMERR Position
Deprecated
CoreDebug DEMCR: VC_MMERR Position
Deprecated
CoreDebug DEMCR: VC_MMERR Position

CoreDebug DEMCR: VC_MMERR Position

Definition at line 2753 of file core_armv81mml.h.

◆ CoreDebug_DEMCR_VC_MMERR_Pos [12/14]

#define CoreDebug_DEMCR_VC_MMERR_Pos   4U
Deprecated
CoreDebug DEMCR: VC_MMERR Position
Deprecated
CoreDebug DEMCR: VC_MMERR Position

CoreDebug DEMCR: VC_MMERR Position

Definition at line 1851 of file core_armv8mml.h.

◆ CoreDebug_DEMCR_VC_MMERR_Pos [13/14]

#define CoreDebug_DEMCR_VC_MMERR_Pos   4U
Deprecated
CoreDebug DEMCR: VC_MMERR Position

CoreDebug DEMCR: VC_MMERR Position

Definition at line 1926 of file core_cm33.h.

◆ CoreDebug_DEMCR_VC_MMERR_Pos [14/14]

#define CoreDebug_DEMCR_VC_MMERR_Pos   4U

CoreDebug DEMCR: VC_MMERR Position

Definition at line 1519 of file core_cm4.h.

◆ CoreDebug_DEMCR_VC_NOCPERR_Msk [1/14]

#define CoreDebug_DEMCR_VC_NOCPERR_Msk   (1UL << CoreDebug_DEMCR_VC_NOCPERR_Pos)
Deprecated
CoreDebug DEMCR: VC_NOCPERR Mask
Deprecated
CoreDebug DEMCR: VC_NOCPERR Mask

CoreDebug DEMCR: VC_NOCPERR Mask

Deprecated
CoreDebug DEMCR: VC_NOCPERR Mask
Deprecated
CoreDebug DEMCR: VC_NOCPERR Mask
Deprecated
CoreDebug DEMCR: VC_NOCPERR Mask
Deprecated
CoreDebug DEMCR: VC_NOCPERR Mask
Deprecated
CoreDebug DEMCR: VC_NOCPERR Mask
Deprecated
CoreDebug DEMCR: VC_NOCPERR Mask
Deprecated
CoreDebug DEMCR: VC_NOCPERR Mask

Definition at line 2751 of file core_armv81mml.h.

◆ CoreDebug_DEMCR_VC_NOCPERR_Msk [2/14]

#define CoreDebug_DEMCR_VC_NOCPERR_Msk   (1UL << CoreDebug_DEMCR_VC_NOCPERR_Pos)
Deprecated
CoreDebug DEMCR: VC_NOCPERR Mask

CoreDebug DEMCR: VC_NOCPERR Mask

Deprecated
CoreDebug DEMCR: VC_NOCPERR Mask
Deprecated
CoreDebug DEMCR: VC_NOCPERR Mask
Deprecated
CoreDebug DEMCR: VC_NOCPERR Mask
Deprecated
CoreDebug DEMCR: VC_NOCPERR Mask
Deprecated
CoreDebug DEMCR: VC_NOCPERR Mask
Deprecated
CoreDebug DEMCR: VC_NOCPERR Mask
Deprecated
CoreDebug DEMCR: VC_NOCPERR Mask

Definition at line 1849 of file core_armv8mml.h.

◆ CoreDebug_DEMCR_VC_NOCPERR_Msk [3/14]

#define CoreDebug_DEMCR_VC_NOCPERR_Msk   (1UL << CoreDebug_DEMCR_VC_NOCPERR_Pos)

CoreDebug DEMCR: VC_NOCPERR Mask

Deprecated
CoreDebug DEMCR: VC_NOCPERR Mask
Deprecated
CoreDebug DEMCR: VC_NOCPERR Mask
Deprecated
CoreDebug DEMCR: VC_NOCPERR Mask
Deprecated
CoreDebug DEMCR: VC_NOCPERR Mask
Deprecated
CoreDebug DEMCR: VC_NOCPERR Mask
Deprecated
CoreDebug DEMCR: VC_NOCPERR Mask
Deprecated
CoreDebug DEMCR: VC_NOCPERR Mask

Definition at line 1340 of file core_cm3.h.

◆ CoreDebug_DEMCR_VC_NOCPERR_Msk [4/14]

#define CoreDebug_DEMCR_VC_NOCPERR_Msk   (1UL << CoreDebug_DEMCR_VC_NOCPERR_Pos)
Deprecated
CoreDebug DEMCR: VC_NOCPERR Mask
Deprecated
CoreDebug DEMCR: VC_NOCPERR Mask

CoreDebug DEMCR: VC_NOCPERR Mask

Deprecated
CoreDebug DEMCR: VC_NOCPERR Mask
Deprecated
CoreDebug DEMCR: VC_NOCPERR Mask
Deprecated
CoreDebug DEMCR: VC_NOCPERR Mask
Deprecated
CoreDebug DEMCR: VC_NOCPERR Mask
Deprecated
CoreDebug DEMCR: VC_NOCPERR Mask

Definition at line 1924 of file core_cm33.h.

◆ CoreDebug_DEMCR_VC_NOCPERR_Msk [5/14]

#define CoreDebug_DEMCR_VC_NOCPERR_Msk   (1UL << CoreDebug_DEMCR_VC_NOCPERR_Pos)
Deprecated
CoreDebug DEMCR: VC_NOCPERR Mask

CoreDebug DEMCR: VC_NOCPERR Mask

Deprecated
CoreDebug DEMCR: VC_NOCPERR Mask
Deprecated
CoreDebug DEMCR: VC_NOCPERR Mask
Deprecated
CoreDebug DEMCR: VC_NOCPERR Mask
Deprecated
CoreDebug DEMCR: VC_NOCPERR Mask
Deprecated
CoreDebug DEMCR: VC_NOCPERR Mask

Definition at line 1924 of file core_cm35p.h.

◆ CoreDebug_DEMCR_VC_NOCPERR_Msk [6/14]

#define CoreDebug_DEMCR_VC_NOCPERR_Msk   (1UL << CoreDebug_DEMCR_VC_NOCPERR_Pos)

CoreDebug DEMCR: VC_NOCPERR Mask

Deprecated
CoreDebug DEMCR: VC_NOCPERR Mask
Deprecated
CoreDebug DEMCR: VC_NOCPERR Mask
Deprecated
CoreDebug DEMCR: VC_NOCPERR Mask
Deprecated
CoreDebug DEMCR: VC_NOCPERR Mask
Deprecated
CoreDebug DEMCR: VC_NOCPERR Mask

Definition at line 1517 of file core_cm4.h.

◆ CoreDebug_DEMCR_VC_NOCPERR_Msk [7/14]

#define CoreDebug_DEMCR_VC_NOCPERR_Msk   (1UL << CoreDebug_DEMCR_VC_NOCPERR_Pos)
Deprecated
CoreDebug DEMCR: VC_NOCPERR Mask

CoreDebug DEMCR: VC_NOCPERR Mask

Deprecated
CoreDebug DEMCR: VC_NOCPERR Mask
Deprecated
CoreDebug DEMCR: VC_NOCPERR Mask
Deprecated
CoreDebug DEMCR: VC_NOCPERR Mask
Deprecated
CoreDebug DEMCR: VC_NOCPERR Mask

Definition at line 3305 of file core_cm55.h.

◆ CoreDebug_DEMCR_VC_NOCPERR_Msk [8/14]

#define CoreDebug_DEMCR_VC_NOCPERR_Msk   (1UL << CoreDebug_DEMCR_VC_NOCPERR_Pos)

CoreDebug DEMCR: VC_NOCPERR Mask

Deprecated
CoreDebug DEMCR: VC_NOCPERR Mask
Deprecated
CoreDebug DEMCR: VC_NOCPERR Mask
Deprecated
CoreDebug DEMCR: VC_NOCPERR Mask
Deprecated
CoreDebug DEMCR: VC_NOCPERR Mask

Definition at line 1744 of file core_cm7.h.

◆ CoreDebug_DEMCR_VC_NOCPERR_Msk [9/14]

#define CoreDebug_DEMCR_VC_NOCPERR_Msk   (1UL << CoreDebug_DEMCR_VC_NOCPERR_Pos)
Deprecated
CoreDebug DEMCR: VC_NOCPERR Mask

CoreDebug DEMCR: VC_NOCPERR Mask

Deprecated
CoreDebug DEMCR: VC_NOCPERR Mask
Deprecated
CoreDebug DEMCR: VC_NOCPERR Mask
Deprecated
CoreDebug DEMCR: VC_NOCPERR Mask

Definition at line 3210 of file core_cm85.h.

◆ CoreDebug_DEMCR_VC_NOCPERR_Msk [10/14]

#define CoreDebug_DEMCR_VC_NOCPERR_Msk   (1UL << CoreDebug_DEMCR_VC_NOCPERR_Pos)

CoreDebug DEMCR: VC_NOCPERR Mask

Deprecated
CoreDebug DEMCR: VC_NOCPERR Mask
Deprecated
CoreDebug DEMCR: VC_NOCPERR Mask
Deprecated
CoreDebug DEMCR: VC_NOCPERR Mask

Definition at line 1323 of file core_sc300.h.

◆ CoreDebug_DEMCR_VC_NOCPERR_Msk [11/14]

#define CoreDebug_DEMCR_VC_NOCPERR_Msk   (1UL << CoreDebug_DEMCR_VC_NOCPERR_Pos)
Deprecated
CoreDebug DEMCR: VC_NOCPERR Mask
Deprecated
CoreDebug DEMCR: VC_NOCPERR Mask
Deprecated
CoreDebug DEMCR: VC_NOCPERR Mask

CoreDebug DEMCR: VC_NOCPERR Mask

Definition at line 2751 of file core_armv81mml.h.

◆ CoreDebug_DEMCR_VC_NOCPERR_Msk [12/14]

#define CoreDebug_DEMCR_VC_NOCPERR_Msk   (1UL << CoreDebug_DEMCR_VC_NOCPERR_Pos)
Deprecated
CoreDebug DEMCR: VC_NOCPERR Mask
Deprecated
CoreDebug DEMCR: VC_NOCPERR Mask

CoreDebug DEMCR: VC_NOCPERR Mask

Definition at line 1849 of file core_armv8mml.h.

◆ CoreDebug_DEMCR_VC_NOCPERR_Msk [13/14]

#define CoreDebug_DEMCR_VC_NOCPERR_Msk   (1UL << CoreDebug_DEMCR_VC_NOCPERR_Pos)
Deprecated
CoreDebug DEMCR: VC_NOCPERR Mask

CoreDebug DEMCR: VC_NOCPERR Mask

Definition at line 1924 of file core_cm33.h.

◆ CoreDebug_DEMCR_VC_NOCPERR_Msk [14/14]

#define CoreDebug_DEMCR_VC_NOCPERR_Msk   (1UL << CoreDebug_DEMCR_VC_NOCPERR_Pos)

CoreDebug DEMCR: VC_NOCPERR Mask

Definition at line 1517 of file core_cm4.h.

◆ CoreDebug_DEMCR_VC_NOCPERR_Pos [1/14]

#define CoreDebug_DEMCR_VC_NOCPERR_Pos   5U
Deprecated
CoreDebug DEMCR: VC_NOCPERR Position
Deprecated
CoreDebug DEMCR: VC_NOCPERR Position

CoreDebug DEMCR: VC_NOCPERR Position

Deprecated
CoreDebug DEMCR: VC_NOCPERR Position
Deprecated
CoreDebug DEMCR: VC_NOCPERR Position
Deprecated
CoreDebug DEMCR: VC_NOCPERR Position
Deprecated
CoreDebug DEMCR: VC_NOCPERR Position
Deprecated
CoreDebug DEMCR: VC_NOCPERR Position
Deprecated
CoreDebug DEMCR: VC_NOCPERR Position
Deprecated
CoreDebug DEMCR: VC_NOCPERR Position

Definition at line 2750 of file core_armv81mml.h.

◆ CoreDebug_DEMCR_VC_NOCPERR_Pos [2/14]

#define CoreDebug_DEMCR_VC_NOCPERR_Pos   5U
Deprecated
CoreDebug DEMCR: VC_NOCPERR Position

CoreDebug DEMCR: VC_NOCPERR Position

Deprecated
CoreDebug DEMCR: VC_NOCPERR Position
Deprecated
CoreDebug DEMCR: VC_NOCPERR Position
Deprecated
CoreDebug DEMCR: VC_NOCPERR Position
Deprecated
CoreDebug DEMCR: VC_NOCPERR Position
Deprecated
CoreDebug DEMCR: VC_NOCPERR Position
Deprecated
CoreDebug DEMCR: VC_NOCPERR Position
Deprecated
CoreDebug DEMCR: VC_NOCPERR Position

Definition at line 1848 of file core_armv8mml.h.

◆ CoreDebug_DEMCR_VC_NOCPERR_Pos [3/14]

#define CoreDebug_DEMCR_VC_NOCPERR_Pos   5U

CoreDebug DEMCR: VC_NOCPERR Position

Deprecated
CoreDebug DEMCR: VC_NOCPERR Position
Deprecated
CoreDebug DEMCR: VC_NOCPERR Position
Deprecated
CoreDebug DEMCR: VC_NOCPERR Position
Deprecated
CoreDebug DEMCR: VC_NOCPERR Position
Deprecated
CoreDebug DEMCR: VC_NOCPERR Position
Deprecated
CoreDebug DEMCR: VC_NOCPERR Position
Deprecated
CoreDebug DEMCR: VC_NOCPERR Position

Definition at line 1339 of file core_cm3.h.

◆ CoreDebug_DEMCR_VC_NOCPERR_Pos [4/14]

#define CoreDebug_DEMCR_VC_NOCPERR_Pos   5U
Deprecated
CoreDebug DEMCR: VC_NOCPERR Position
Deprecated
CoreDebug DEMCR: VC_NOCPERR Position

CoreDebug DEMCR: VC_NOCPERR Position

Deprecated
CoreDebug DEMCR: VC_NOCPERR Position
Deprecated
CoreDebug DEMCR: VC_NOCPERR Position
Deprecated
CoreDebug DEMCR: VC_NOCPERR Position
Deprecated
CoreDebug DEMCR: VC_NOCPERR Position
Deprecated
CoreDebug DEMCR: VC_NOCPERR Position

Definition at line 1923 of file core_cm33.h.

◆ CoreDebug_DEMCR_VC_NOCPERR_Pos [5/14]

#define CoreDebug_DEMCR_VC_NOCPERR_Pos   5U
Deprecated
CoreDebug DEMCR: VC_NOCPERR Position

CoreDebug DEMCR: VC_NOCPERR Position

Deprecated
CoreDebug DEMCR: VC_NOCPERR Position
Deprecated
CoreDebug DEMCR: VC_NOCPERR Position
Deprecated
CoreDebug DEMCR: VC_NOCPERR Position
Deprecated
CoreDebug DEMCR: VC_NOCPERR Position
Deprecated
CoreDebug DEMCR: VC_NOCPERR Position

Definition at line 1923 of file core_cm35p.h.

◆ CoreDebug_DEMCR_VC_NOCPERR_Pos [6/14]

#define CoreDebug_DEMCR_VC_NOCPERR_Pos   5U

CoreDebug DEMCR: VC_NOCPERR Position

Deprecated
CoreDebug DEMCR: VC_NOCPERR Position
Deprecated
CoreDebug DEMCR: VC_NOCPERR Position
Deprecated
CoreDebug DEMCR: VC_NOCPERR Position
Deprecated
CoreDebug DEMCR: VC_NOCPERR Position
Deprecated
CoreDebug DEMCR: VC_NOCPERR Position

Definition at line 1516 of file core_cm4.h.

◆ CoreDebug_DEMCR_VC_NOCPERR_Pos [7/14]

#define CoreDebug_DEMCR_VC_NOCPERR_Pos   5U
Deprecated
CoreDebug DEMCR: VC_NOCPERR Position

CoreDebug DEMCR: VC_NOCPERR Position

Deprecated
CoreDebug DEMCR: VC_NOCPERR Position
Deprecated
CoreDebug DEMCR: VC_NOCPERR Position
Deprecated
CoreDebug DEMCR: VC_NOCPERR Position
Deprecated
CoreDebug DEMCR: VC_NOCPERR Position

Definition at line 3304 of file core_cm55.h.

◆ CoreDebug_DEMCR_VC_NOCPERR_Pos [8/14]

#define CoreDebug_DEMCR_VC_NOCPERR_Pos   5U

CoreDebug DEMCR: VC_NOCPERR Position

Deprecated
CoreDebug DEMCR: VC_NOCPERR Position
Deprecated
CoreDebug DEMCR: VC_NOCPERR Position
Deprecated
CoreDebug DEMCR: VC_NOCPERR Position
Deprecated
CoreDebug DEMCR: VC_NOCPERR Position

Definition at line 1743 of file core_cm7.h.

◆ CoreDebug_DEMCR_VC_NOCPERR_Pos [9/14]

#define CoreDebug_DEMCR_VC_NOCPERR_Pos   5U
Deprecated
CoreDebug DEMCR: VC_NOCPERR Position

CoreDebug DEMCR: VC_NOCPERR Position

Deprecated
CoreDebug DEMCR: VC_NOCPERR Position
Deprecated
CoreDebug DEMCR: VC_NOCPERR Position
Deprecated
CoreDebug DEMCR: VC_NOCPERR Position

Definition at line 3209 of file core_cm85.h.

◆ CoreDebug_DEMCR_VC_NOCPERR_Pos [10/14]

#define CoreDebug_DEMCR_VC_NOCPERR_Pos   5U

CoreDebug DEMCR: VC_NOCPERR Position

Deprecated
CoreDebug DEMCR: VC_NOCPERR Position
Deprecated
CoreDebug DEMCR: VC_NOCPERR Position
Deprecated
CoreDebug DEMCR: VC_NOCPERR Position

Definition at line 1322 of file core_sc300.h.

◆ CoreDebug_DEMCR_VC_NOCPERR_Pos [11/14]

#define CoreDebug_DEMCR_VC_NOCPERR_Pos   5U
Deprecated
CoreDebug DEMCR: VC_NOCPERR Position
Deprecated
CoreDebug DEMCR: VC_NOCPERR Position
Deprecated
CoreDebug DEMCR: VC_NOCPERR Position

CoreDebug DEMCR: VC_NOCPERR Position

Definition at line 2750 of file core_armv81mml.h.

◆ CoreDebug_DEMCR_VC_NOCPERR_Pos [12/14]

#define CoreDebug_DEMCR_VC_NOCPERR_Pos   5U
Deprecated
CoreDebug DEMCR: VC_NOCPERR Position
Deprecated
CoreDebug DEMCR: VC_NOCPERR Position

CoreDebug DEMCR: VC_NOCPERR Position

Definition at line 1848 of file core_armv8mml.h.

◆ CoreDebug_DEMCR_VC_NOCPERR_Pos [13/14]

#define CoreDebug_DEMCR_VC_NOCPERR_Pos   5U
Deprecated
CoreDebug DEMCR: VC_NOCPERR Position

CoreDebug DEMCR: VC_NOCPERR Position

Definition at line 1923 of file core_cm33.h.

◆ CoreDebug_DEMCR_VC_NOCPERR_Pos [14/14]

#define CoreDebug_DEMCR_VC_NOCPERR_Pos   5U

CoreDebug DEMCR: VC_NOCPERR Position

Definition at line 1516 of file core_cm4.h.

◆ CoreDebug_DEMCR_VC_STATERR_Msk [1/14]

#define CoreDebug_DEMCR_VC_STATERR_Msk   (1UL << CoreDebug_DEMCR_VC_STATERR_Pos)
Deprecated
CoreDebug DEMCR: VC_STATERR Mask
Deprecated
CoreDebug DEMCR: VC_STATERR Mask

CoreDebug DEMCR: VC_STATERR Mask

Deprecated
CoreDebug DEMCR: VC_STATERR Mask
Deprecated
CoreDebug DEMCR: VC_STATERR Mask
Deprecated
CoreDebug DEMCR: VC_STATERR Mask
Deprecated
CoreDebug DEMCR: VC_STATERR Mask
Deprecated
CoreDebug DEMCR: VC_STATERR Mask
Deprecated
CoreDebug DEMCR: VC_STATERR Mask
Deprecated
CoreDebug DEMCR: VC_STATERR Mask

Definition at line 2745 of file core_armv81mml.h.

◆ CoreDebug_DEMCR_VC_STATERR_Msk [2/14]

#define CoreDebug_DEMCR_VC_STATERR_Msk   (1UL << CoreDebug_DEMCR_VC_STATERR_Pos)
Deprecated
CoreDebug DEMCR: VC_STATERR Mask

CoreDebug DEMCR: VC_STATERR Mask

Deprecated
CoreDebug DEMCR: VC_STATERR Mask
Deprecated
CoreDebug DEMCR: VC_STATERR Mask
Deprecated
CoreDebug DEMCR: VC_STATERR Mask
Deprecated
CoreDebug DEMCR: VC_STATERR Mask
Deprecated
CoreDebug DEMCR: VC_STATERR Mask
Deprecated
CoreDebug DEMCR: VC_STATERR Mask
Deprecated
CoreDebug DEMCR: VC_STATERR Mask

Definition at line 1843 of file core_armv8mml.h.

◆ CoreDebug_DEMCR_VC_STATERR_Msk [3/14]

#define CoreDebug_DEMCR_VC_STATERR_Msk   (1UL << CoreDebug_DEMCR_VC_STATERR_Pos)

CoreDebug DEMCR: VC_STATERR Mask

Deprecated
CoreDebug DEMCR: VC_STATERR Mask
Deprecated
CoreDebug DEMCR: VC_STATERR Mask
Deprecated
CoreDebug DEMCR: VC_STATERR Mask
Deprecated
CoreDebug DEMCR: VC_STATERR Mask
Deprecated
CoreDebug DEMCR: VC_STATERR Mask
Deprecated
CoreDebug DEMCR: VC_STATERR Mask
Deprecated
CoreDebug DEMCR: VC_STATERR Mask

Definition at line 1334 of file core_cm3.h.

◆ CoreDebug_DEMCR_VC_STATERR_Msk [4/14]

#define CoreDebug_DEMCR_VC_STATERR_Msk   (1UL << CoreDebug_DEMCR_VC_STATERR_Pos)
Deprecated
CoreDebug DEMCR: VC_STATERR Mask
Deprecated
CoreDebug DEMCR: VC_STATERR Mask

CoreDebug DEMCR: VC_STATERR Mask

Deprecated
CoreDebug DEMCR: VC_STATERR Mask
Deprecated
CoreDebug DEMCR: VC_STATERR Mask
Deprecated
CoreDebug DEMCR: VC_STATERR Mask
Deprecated
CoreDebug DEMCR: VC_STATERR Mask
Deprecated
CoreDebug DEMCR: VC_STATERR Mask

Definition at line 1918 of file core_cm33.h.

◆ CoreDebug_DEMCR_VC_STATERR_Msk [5/14]

#define CoreDebug_DEMCR_VC_STATERR_Msk   (1UL << CoreDebug_DEMCR_VC_STATERR_Pos)
Deprecated
CoreDebug DEMCR: VC_STATERR Mask

CoreDebug DEMCR: VC_STATERR Mask

Deprecated
CoreDebug DEMCR: VC_STATERR Mask
Deprecated
CoreDebug DEMCR: VC_STATERR Mask
Deprecated
CoreDebug DEMCR: VC_STATERR Mask
Deprecated
CoreDebug DEMCR: VC_STATERR Mask
Deprecated
CoreDebug DEMCR: VC_STATERR Mask

Definition at line 1918 of file core_cm35p.h.

◆ CoreDebug_DEMCR_VC_STATERR_Msk [6/14]

#define CoreDebug_DEMCR_VC_STATERR_Msk   (1UL << CoreDebug_DEMCR_VC_STATERR_Pos)

CoreDebug DEMCR: VC_STATERR Mask

Deprecated
CoreDebug DEMCR: VC_STATERR Mask
Deprecated
CoreDebug DEMCR: VC_STATERR Mask
Deprecated
CoreDebug DEMCR: VC_STATERR Mask
Deprecated
CoreDebug DEMCR: VC_STATERR Mask
Deprecated
CoreDebug DEMCR: VC_STATERR Mask

Definition at line 1511 of file core_cm4.h.

◆ CoreDebug_DEMCR_VC_STATERR_Msk [7/14]

#define CoreDebug_DEMCR_VC_STATERR_Msk   (1UL << CoreDebug_DEMCR_VC_STATERR_Pos)
Deprecated
CoreDebug DEMCR: VC_STATERR Mask

CoreDebug DEMCR: VC_STATERR Mask

Deprecated
CoreDebug DEMCR: VC_STATERR Mask
Deprecated
CoreDebug DEMCR: VC_STATERR Mask
Deprecated
CoreDebug DEMCR: VC_STATERR Mask
Deprecated
CoreDebug DEMCR: VC_STATERR Mask

Definition at line 3299 of file core_cm55.h.

◆ CoreDebug_DEMCR_VC_STATERR_Msk [8/14]

#define CoreDebug_DEMCR_VC_STATERR_Msk   (1UL << CoreDebug_DEMCR_VC_STATERR_Pos)

CoreDebug DEMCR: VC_STATERR Mask

Deprecated
CoreDebug DEMCR: VC_STATERR Mask
Deprecated
CoreDebug DEMCR: VC_STATERR Mask
Deprecated
CoreDebug DEMCR: VC_STATERR Mask
Deprecated
CoreDebug DEMCR: VC_STATERR Mask

Definition at line 1738 of file core_cm7.h.

◆ CoreDebug_DEMCR_VC_STATERR_Msk [9/14]

#define CoreDebug_DEMCR_VC_STATERR_Msk   (1UL << CoreDebug_DEMCR_VC_STATERR_Pos)
Deprecated
CoreDebug DEMCR: VC_STATERR Mask

CoreDebug DEMCR: VC_STATERR Mask

Deprecated
CoreDebug DEMCR: VC_STATERR Mask
Deprecated
CoreDebug DEMCR: VC_STATERR Mask
Deprecated
CoreDebug DEMCR: VC_STATERR Mask

Definition at line 3204 of file core_cm85.h.

◆ CoreDebug_DEMCR_VC_STATERR_Msk [10/14]

#define CoreDebug_DEMCR_VC_STATERR_Msk   (1UL << CoreDebug_DEMCR_VC_STATERR_Pos)

CoreDebug DEMCR: VC_STATERR Mask

Deprecated
CoreDebug DEMCR: VC_STATERR Mask
Deprecated
CoreDebug DEMCR: VC_STATERR Mask
Deprecated
CoreDebug DEMCR: VC_STATERR Mask

Definition at line 1317 of file core_sc300.h.

◆ CoreDebug_DEMCR_VC_STATERR_Msk [11/14]

#define CoreDebug_DEMCR_VC_STATERR_Msk   (1UL << CoreDebug_DEMCR_VC_STATERR_Pos)
Deprecated
CoreDebug DEMCR: VC_STATERR Mask
Deprecated
CoreDebug DEMCR: VC_STATERR Mask
Deprecated
CoreDebug DEMCR: VC_STATERR Mask

CoreDebug DEMCR: VC_STATERR Mask

Definition at line 2745 of file core_armv81mml.h.

◆ CoreDebug_DEMCR_VC_STATERR_Msk [12/14]

#define CoreDebug_DEMCR_VC_STATERR_Msk   (1UL << CoreDebug_DEMCR_VC_STATERR_Pos)
Deprecated
CoreDebug DEMCR: VC_STATERR Mask
Deprecated
CoreDebug DEMCR: VC_STATERR Mask

CoreDebug DEMCR: VC_STATERR Mask

Definition at line 1843 of file core_armv8mml.h.

◆ CoreDebug_DEMCR_VC_STATERR_Msk [13/14]

#define CoreDebug_DEMCR_VC_STATERR_Msk   (1UL << CoreDebug_DEMCR_VC_STATERR_Pos)
Deprecated
CoreDebug DEMCR: VC_STATERR Mask

CoreDebug DEMCR: VC_STATERR Mask

Definition at line 1918 of file core_cm33.h.

◆ CoreDebug_DEMCR_VC_STATERR_Msk [14/14]

#define CoreDebug_DEMCR_VC_STATERR_Msk   (1UL << CoreDebug_DEMCR_VC_STATERR_Pos)

CoreDebug DEMCR: VC_STATERR Mask

Definition at line 1511 of file core_cm4.h.

◆ CoreDebug_DEMCR_VC_STATERR_Pos [1/14]

#define CoreDebug_DEMCR_VC_STATERR_Pos   7U
Deprecated
CoreDebug DEMCR: VC_STATERR Position
Deprecated
CoreDebug DEMCR: VC_STATERR Position

CoreDebug DEMCR: VC_STATERR Position

Deprecated
CoreDebug DEMCR: VC_STATERR Position
Deprecated
CoreDebug DEMCR: VC_STATERR Position
Deprecated
CoreDebug DEMCR: VC_STATERR Position
Deprecated
CoreDebug DEMCR: VC_STATERR Position
Deprecated
CoreDebug DEMCR: VC_STATERR Position
Deprecated
CoreDebug DEMCR: VC_STATERR Position
Deprecated
CoreDebug DEMCR: VC_STATERR Position

Definition at line 2744 of file core_armv81mml.h.

◆ CoreDebug_DEMCR_VC_STATERR_Pos [2/14]

#define CoreDebug_DEMCR_VC_STATERR_Pos   7U
Deprecated
CoreDebug DEMCR: VC_STATERR Position

CoreDebug DEMCR: VC_STATERR Position

Deprecated
CoreDebug DEMCR: VC_STATERR Position
Deprecated
CoreDebug DEMCR: VC_STATERR Position
Deprecated
CoreDebug DEMCR: VC_STATERR Position
Deprecated
CoreDebug DEMCR: VC_STATERR Position
Deprecated
CoreDebug DEMCR: VC_STATERR Position
Deprecated
CoreDebug DEMCR: VC_STATERR Position
Deprecated
CoreDebug DEMCR: VC_STATERR Position

Definition at line 1842 of file core_armv8mml.h.

◆ CoreDebug_DEMCR_VC_STATERR_Pos [3/14]

#define CoreDebug_DEMCR_VC_STATERR_Pos   7U

CoreDebug DEMCR: VC_STATERR Position

Deprecated
CoreDebug DEMCR: VC_STATERR Position
Deprecated
CoreDebug DEMCR: VC_STATERR Position
Deprecated
CoreDebug DEMCR: VC_STATERR Position
Deprecated
CoreDebug DEMCR: VC_STATERR Position
Deprecated
CoreDebug DEMCR: VC_STATERR Position
Deprecated
CoreDebug DEMCR: VC_STATERR Position
Deprecated
CoreDebug DEMCR: VC_STATERR Position

Definition at line 1333 of file core_cm3.h.

◆ CoreDebug_DEMCR_VC_STATERR_Pos [4/14]

#define CoreDebug_DEMCR_VC_STATERR_Pos   7U
Deprecated
CoreDebug DEMCR: VC_STATERR Position
Deprecated
CoreDebug DEMCR: VC_STATERR Position

CoreDebug DEMCR: VC_STATERR Position

Deprecated
CoreDebug DEMCR: VC_STATERR Position
Deprecated
CoreDebug DEMCR: VC_STATERR Position
Deprecated
CoreDebug DEMCR: VC_STATERR Position
Deprecated
CoreDebug DEMCR: VC_STATERR Position
Deprecated
CoreDebug DEMCR: VC_STATERR Position

Definition at line 1917 of file core_cm33.h.

◆ CoreDebug_DEMCR_VC_STATERR_Pos [5/14]

#define CoreDebug_DEMCR_VC_STATERR_Pos   7U
Deprecated
CoreDebug DEMCR: VC_STATERR Position

CoreDebug DEMCR: VC_STATERR Position

Deprecated
CoreDebug DEMCR: VC_STATERR Position
Deprecated
CoreDebug DEMCR: VC_STATERR Position
Deprecated
CoreDebug DEMCR: VC_STATERR Position
Deprecated
CoreDebug DEMCR: VC_STATERR Position
Deprecated
CoreDebug DEMCR: VC_STATERR Position

Definition at line 1917 of file core_cm35p.h.

◆ CoreDebug_DEMCR_VC_STATERR_Pos [6/14]

#define CoreDebug_DEMCR_VC_STATERR_Pos   7U

CoreDebug DEMCR: VC_STATERR Position

Deprecated
CoreDebug DEMCR: VC_STATERR Position
Deprecated
CoreDebug DEMCR: VC_STATERR Position
Deprecated
CoreDebug DEMCR: VC_STATERR Position
Deprecated
CoreDebug DEMCR: VC_STATERR Position
Deprecated
CoreDebug DEMCR: VC_STATERR Position

Definition at line 1510 of file core_cm4.h.

◆ CoreDebug_DEMCR_VC_STATERR_Pos [7/14]

#define CoreDebug_DEMCR_VC_STATERR_Pos   7U
Deprecated
CoreDebug DEMCR: VC_STATERR Position

CoreDebug DEMCR: VC_STATERR Position

Deprecated
CoreDebug DEMCR: VC_STATERR Position
Deprecated
CoreDebug DEMCR: VC_STATERR Position
Deprecated
CoreDebug DEMCR: VC_STATERR Position
Deprecated
CoreDebug DEMCR: VC_STATERR Position

Definition at line 3298 of file core_cm55.h.

◆ CoreDebug_DEMCR_VC_STATERR_Pos [8/14]

#define CoreDebug_DEMCR_VC_STATERR_Pos   7U

CoreDebug DEMCR: VC_STATERR Position

Deprecated
CoreDebug DEMCR: VC_STATERR Position
Deprecated
CoreDebug DEMCR: VC_STATERR Position
Deprecated
CoreDebug DEMCR: VC_STATERR Position
Deprecated
CoreDebug DEMCR: VC_STATERR Position

Definition at line 1737 of file core_cm7.h.

◆ CoreDebug_DEMCR_VC_STATERR_Pos [9/14]

#define CoreDebug_DEMCR_VC_STATERR_Pos   7U
Deprecated
CoreDebug DEMCR: VC_STATERR Position

CoreDebug DEMCR: VC_STATERR Position

Deprecated
CoreDebug DEMCR: VC_STATERR Position
Deprecated
CoreDebug DEMCR: VC_STATERR Position
Deprecated
CoreDebug DEMCR: VC_STATERR Position

Definition at line 3203 of file core_cm85.h.

◆ CoreDebug_DEMCR_VC_STATERR_Pos [10/14]

#define CoreDebug_DEMCR_VC_STATERR_Pos   7U

CoreDebug DEMCR: VC_STATERR Position

Deprecated
CoreDebug DEMCR: VC_STATERR Position
Deprecated
CoreDebug DEMCR: VC_STATERR Position
Deprecated
CoreDebug DEMCR: VC_STATERR Position

Definition at line 1316 of file core_sc300.h.

◆ CoreDebug_DEMCR_VC_STATERR_Pos [11/14]

#define CoreDebug_DEMCR_VC_STATERR_Pos   7U
Deprecated
CoreDebug DEMCR: VC_STATERR Position
Deprecated
CoreDebug DEMCR: VC_STATERR Position
Deprecated
CoreDebug DEMCR: VC_STATERR Position

CoreDebug DEMCR: VC_STATERR Position

Definition at line 2744 of file core_armv81mml.h.

◆ CoreDebug_DEMCR_VC_STATERR_Pos [12/14]

#define CoreDebug_DEMCR_VC_STATERR_Pos   7U
Deprecated
CoreDebug DEMCR: VC_STATERR Position
Deprecated
CoreDebug DEMCR: VC_STATERR Position

CoreDebug DEMCR: VC_STATERR Position

Definition at line 1842 of file core_armv8mml.h.

◆ CoreDebug_DEMCR_VC_STATERR_Pos [13/14]

#define CoreDebug_DEMCR_VC_STATERR_Pos   7U
Deprecated
CoreDebug DEMCR: VC_STATERR Position

CoreDebug DEMCR: VC_STATERR Position

Definition at line 1917 of file core_cm33.h.

◆ CoreDebug_DEMCR_VC_STATERR_Pos [14/14]

#define CoreDebug_DEMCR_VC_STATERR_Pos   7U

CoreDebug DEMCR: VC_STATERR Position

Definition at line 1510 of file core_cm4.h.

◆ CoreDebug_DHCSR_C_DEBUGEN_Msk [1/17]

#define CoreDebug_DHCSR_C_DEBUGEN_Msk   (1UL /*<< CoreDebug_DHCSR_C_DEBUGEN_Pos*/)
Deprecated
CoreDebug DHCSR: C_DEBUGEN Mask
Deprecated
CoreDebug DHCSR: C_DEBUGEN Mask
Deprecated
CoreDebug DHCSR: C_DEBUGEN Mask
Deprecated
CoreDebug DHCSR: C_DEBUGEN Mask

CoreDebug DHCSR: C_DEBUGEN Mask

Deprecated
CoreDebug DHCSR: C_DEBUGEN Mask
Deprecated
CoreDebug DHCSR: C_DEBUGEN Mask
Deprecated
CoreDebug DHCSR: C_DEBUGEN Mask
Deprecated
CoreDebug DHCSR: C_DEBUGEN Mask
Deprecated
CoreDebug DHCSR: C_DEBUGEN Mask
Deprecated
CoreDebug DHCSR: C_DEBUGEN Mask
Deprecated
CoreDebug DHCSR: C_DEBUGEN Mask
Deprecated
CoreDebug DHCSR: C_DEBUGEN Mask

Definition at line 2710 of file core_armv81mml.h.

◆ CoreDebug_DHCSR_C_DEBUGEN_Msk [2/17]

#define CoreDebug_DHCSR_C_DEBUGEN_Msk   (1UL /*<< CoreDebug_DHCSR_C_DEBUGEN_Pos*/)
Deprecated
CoreDebug DHCSR: C_DEBUGEN Mask
Deprecated
CoreDebug DHCSR: C_DEBUGEN Mask
Deprecated
CoreDebug DHCSR: C_DEBUGEN Mask

CoreDebug DHCSR: C_DEBUGEN Mask

Deprecated
CoreDebug DHCSR: C_DEBUGEN Mask
Deprecated
CoreDebug DHCSR: C_DEBUGEN Mask
Deprecated
CoreDebug DHCSR: C_DEBUGEN Mask
Deprecated
CoreDebug DHCSR: C_DEBUGEN Mask
Deprecated
CoreDebug DHCSR: C_DEBUGEN Mask
Deprecated
CoreDebug DHCSR: C_DEBUGEN Mask
Deprecated
CoreDebug DHCSR: C_DEBUGEN Mask
Deprecated
CoreDebug DHCSR: C_DEBUGEN Mask

Definition at line 1042 of file core_armv8mbl.h.

◆ CoreDebug_DHCSR_C_DEBUGEN_Msk [3/17]

#define CoreDebug_DHCSR_C_DEBUGEN_Msk   (1UL /*<< CoreDebug_DHCSR_C_DEBUGEN_Pos*/)
Deprecated
CoreDebug DHCSR: C_DEBUGEN Mask
Deprecated
CoreDebug DHCSR: C_DEBUGEN Mask

CoreDebug DHCSR: C_DEBUGEN Mask

Deprecated
CoreDebug DHCSR: C_DEBUGEN Mask
Deprecated
CoreDebug DHCSR: C_DEBUGEN Mask
Deprecated
CoreDebug DHCSR: C_DEBUGEN Mask
Deprecated
CoreDebug DHCSR: C_DEBUGEN Mask
Deprecated
CoreDebug DHCSR: C_DEBUGEN Mask
Deprecated
CoreDebug DHCSR: C_DEBUGEN Mask
Deprecated
CoreDebug DHCSR: C_DEBUGEN Mask
Deprecated
CoreDebug DHCSR: C_DEBUGEN Mask

Definition at line 1808 of file core_armv8mml.h.

◆ CoreDebug_DHCSR_C_DEBUGEN_Msk [4/17]

#define CoreDebug_DHCSR_C_DEBUGEN_Msk   (1UL /*<< CoreDebug_DHCSR_C_DEBUGEN_Pos*/)
Deprecated
CoreDebug DHCSR: C_DEBUGEN Mask

CoreDebug DHCSR: C_DEBUGEN Mask

Deprecated
CoreDebug DHCSR: C_DEBUGEN Mask
Deprecated
CoreDebug DHCSR: C_DEBUGEN Mask
Deprecated
CoreDebug DHCSR: C_DEBUGEN Mask
Deprecated
CoreDebug DHCSR: C_DEBUGEN Mask
Deprecated
CoreDebug DHCSR: C_DEBUGEN Mask
Deprecated
CoreDebug DHCSR: C_DEBUGEN Mask
Deprecated
CoreDebug DHCSR: C_DEBUGEN Mask
Deprecated
CoreDebug DHCSR: C_DEBUGEN Mask

Definition at line 1117 of file core_cm23.h.

◆ CoreDebug_DHCSR_C_DEBUGEN_Msk [5/17]

#define CoreDebug_DHCSR_C_DEBUGEN_Msk   (1UL /*<< CoreDebug_DHCSR_C_DEBUGEN_Pos*/)

CoreDebug DHCSR: C_DEBUGEN Mask

Deprecated
CoreDebug DHCSR: C_DEBUGEN Mask
Deprecated
CoreDebug DHCSR: C_DEBUGEN Mask
Deprecated
CoreDebug DHCSR: C_DEBUGEN Mask
Deprecated
CoreDebug DHCSR: C_DEBUGEN Mask
Deprecated
CoreDebug DHCSR: C_DEBUGEN Mask
Deprecated
CoreDebug DHCSR: C_DEBUGEN Mask
Deprecated
CoreDebug DHCSR: C_DEBUGEN Mask
Deprecated
CoreDebug DHCSR: C_DEBUGEN Mask

Definition at line 1299 of file core_cm3.h.

◆ CoreDebug_DHCSR_C_DEBUGEN_Msk [6/17]

#define CoreDebug_DHCSR_C_DEBUGEN_Msk   (1UL /*<< CoreDebug_DHCSR_C_DEBUGEN_Pos*/)
Deprecated
CoreDebug DHCSR: C_DEBUGEN Mask
Deprecated
CoreDebug DHCSR: C_DEBUGEN Mask

CoreDebug DHCSR: C_DEBUGEN Mask

Deprecated
CoreDebug DHCSR: C_DEBUGEN Mask
Deprecated
CoreDebug DHCSR: C_DEBUGEN Mask
Deprecated
CoreDebug DHCSR: C_DEBUGEN Mask
Deprecated
CoreDebug DHCSR: C_DEBUGEN Mask
Deprecated
CoreDebug DHCSR: C_DEBUGEN Mask
Deprecated
CoreDebug DHCSR: C_DEBUGEN Mask

Definition at line 1883 of file core_cm33.h.

◆ CoreDebug_DHCSR_C_DEBUGEN_Msk [7/17]

#define CoreDebug_DHCSR_C_DEBUGEN_Msk   (1UL /*<< CoreDebug_DHCSR_C_DEBUGEN_Pos*/)
Deprecated
CoreDebug DHCSR: C_DEBUGEN Mask

CoreDebug DHCSR: C_DEBUGEN Mask

Deprecated
CoreDebug DHCSR: C_DEBUGEN Mask
Deprecated
CoreDebug DHCSR: C_DEBUGEN Mask
Deprecated
CoreDebug DHCSR: C_DEBUGEN Mask
Deprecated
CoreDebug DHCSR: C_DEBUGEN Mask
Deprecated
CoreDebug DHCSR: C_DEBUGEN Mask
Deprecated
CoreDebug DHCSR: C_DEBUGEN Mask

Definition at line 1883 of file core_cm35p.h.

◆ CoreDebug_DHCSR_C_DEBUGEN_Msk [8/17]

#define CoreDebug_DHCSR_C_DEBUGEN_Msk   (1UL /*<< CoreDebug_DHCSR_C_DEBUGEN_Pos*/)

CoreDebug DHCSR: C_DEBUGEN Mask

Deprecated
CoreDebug DHCSR: C_DEBUGEN Mask
Deprecated
CoreDebug DHCSR: C_DEBUGEN Mask
Deprecated
CoreDebug DHCSR: C_DEBUGEN Mask
Deprecated
CoreDebug DHCSR: C_DEBUGEN Mask
Deprecated
CoreDebug DHCSR: C_DEBUGEN Mask
Deprecated
CoreDebug DHCSR: C_DEBUGEN Mask

Definition at line 1476 of file core_cm4.h.

◆ CoreDebug_DHCSR_C_DEBUGEN_Msk [9/17]

#define CoreDebug_DHCSR_C_DEBUGEN_Msk   (1UL /*<< CoreDebug_DHCSR_C_DEBUGEN_Pos*/)
Deprecated
CoreDebug DHCSR: C_DEBUGEN Mask

CoreDebug DHCSR: C_DEBUGEN Mask

Deprecated
CoreDebug DHCSR: C_DEBUGEN Mask
Deprecated
CoreDebug DHCSR: C_DEBUGEN Mask
Deprecated
CoreDebug DHCSR: C_DEBUGEN Mask
Deprecated
CoreDebug DHCSR: C_DEBUGEN Mask
Deprecated
CoreDebug DHCSR: C_DEBUGEN Mask

Definition at line 3264 of file core_cm55.h.

◆ CoreDebug_DHCSR_C_DEBUGEN_Msk [10/17]

#define CoreDebug_DHCSR_C_DEBUGEN_Msk   (1UL /*<< CoreDebug_DHCSR_C_DEBUGEN_Pos*/)

CoreDebug DHCSR: C_DEBUGEN Mask

Deprecated
CoreDebug DHCSR: C_DEBUGEN Mask
Deprecated
CoreDebug DHCSR: C_DEBUGEN Mask
Deprecated
CoreDebug DHCSR: C_DEBUGEN Mask
Deprecated
CoreDebug DHCSR: C_DEBUGEN Mask
Deprecated
CoreDebug DHCSR: C_DEBUGEN Mask

Definition at line 1703 of file core_cm7.h.

◆ CoreDebug_DHCSR_C_DEBUGEN_Msk [11/17]

#define CoreDebug_DHCSR_C_DEBUGEN_Msk   (1UL /*<< CoreDebug_DHCSR_C_DEBUGEN_Pos*/)
Deprecated
CoreDebug DHCSR: C_DEBUGEN Mask

CoreDebug DHCSR: C_DEBUGEN Mask

Deprecated
CoreDebug DHCSR: C_DEBUGEN Mask
Deprecated
CoreDebug DHCSR: C_DEBUGEN Mask
Deprecated
CoreDebug DHCSR: C_DEBUGEN Mask
Deprecated
CoreDebug DHCSR: C_DEBUGEN Mask

Definition at line 3169 of file core_cm85.h.

◆ CoreDebug_DHCSR_C_DEBUGEN_Msk [12/17]

#define CoreDebug_DHCSR_C_DEBUGEN_Msk   (1UL /*<< CoreDebug_DHCSR_C_DEBUGEN_Pos*/)

CoreDebug DHCSR: C_DEBUGEN Mask

Deprecated
CoreDebug DHCSR: C_DEBUGEN Mask
Deprecated
CoreDebug DHCSR: C_DEBUGEN Mask
Deprecated
CoreDebug DHCSR: C_DEBUGEN Mask
Deprecated
CoreDebug DHCSR: C_DEBUGEN Mask

Definition at line 1282 of file core_sc300.h.

◆ CoreDebug_DHCSR_C_DEBUGEN_Msk [13/17]

#define CoreDebug_DHCSR_C_DEBUGEN_Msk   (1UL /*<< CoreDebug_DHCSR_C_DEBUGEN_Pos*/)
Deprecated
CoreDebug DHCSR: C_DEBUGEN Mask
Deprecated
CoreDebug DHCSR: C_DEBUGEN Mask
Deprecated
CoreDebug DHCSR: C_DEBUGEN Mask
Deprecated
CoreDebug DHCSR: C_DEBUGEN Mask

CoreDebug DHCSR: C_DEBUGEN Mask

Definition at line 2710 of file core_armv81mml.h.

◆ CoreDebug_DHCSR_C_DEBUGEN_Msk [14/17]

#define CoreDebug_DHCSR_C_DEBUGEN_Msk   (1UL /*<< CoreDebug_DHCSR_C_DEBUGEN_Pos*/)
Deprecated
CoreDebug DHCSR: C_DEBUGEN Mask
Deprecated
CoreDebug DHCSR: C_DEBUGEN Mask
Deprecated
CoreDebug DHCSR: C_DEBUGEN Mask

CoreDebug DHCSR: C_DEBUGEN Mask

Definition at line 1042 of file core_armv8mbl.h.

◆ CoreDebug_DHCSR_C_DEBUGEN_Msk [15/17]

#define CoreDebug_DHCSR_C_DEBUGEN_Msk   (1UL /*<< CoreDebug_DHCSR_C_DEBUGEN_Pos*/)
Deprecated
CoreDebug DHCSR: C_DEBUGEN Mask
Deprecated
CoreDebug DHCSR: C_DEBUGEN Mask

CoreDebug DHCSR: C_DEBUGEN Mask

Definition at line 1808 of file core_armv8mml.h.

◆ CoreDebug_DHCSR_C_DEBUGEN_Msk [16/17]

#define CoreDebug_DHCSR_C_DEBUGEN_Msk   (1UL /*<< CoreDebug_DHCSR_C_DEBUGEN_Pos*/)
Deprecated
CoreDebug DHCSR: C_DEBUGEN Mask

CoreDebug DHCSR: C_DEBUGEN Mask

Definition at line 1883 of file core_cm33.h.

◆ CoreDebug_DHCSR_C_DEBUGEN_Msk [17/17]

#define CoreDebug_DHCSR_C_DEBUGEN_Msk   (1UL /*<< CoreDebug_DHCSR_C_DEBUGEN_Pos*/)

CoreDebug DHCSR: C_DEBUGEN Mask

Definition at line 1476 of file core_cm4.h.

◆ CoreDebug_DHCSR_C_DEBUGEN_Pos [1/17]

#define CoreDebug_DHCSR_C_DEBUGEN_Pos   0U
Deprecated
CoreDebug DHCSR: C_DEBUGEN Position
Deprecated
CoreDebug DHCSR: C_DEBUGEN Position
Deprecated
CoreDebug DHCSR: C_DEBUGEN Position
Deprecated
CoreDebug DHCSR: C_DEBUGEN Position

CoreDebug DHCSR: C_DEBUGEN Position

Deprecated
CoreDebug DHCSR: C_DEBUGEN Position
Deprecated
CoreDebug DHCSR: C_DEBUGEN Position
Deprecated
CoreDebug DHCSR: C_DEBUGEN Position
Deprecated
CoreDebug DHCSR: C_DEBUGEN Position
Deprecated
CoreDebug DHCSR: C_DEBUGEN Position
Deprecated
CoreDebug DHCSR: C_DEBUGEN Position
Deprecated
CoreDebug DHCSR: C_DEBUGEN Position
Deprecated
CoreDebug DHCSR: C_DEBUGEN Position

Definition at line 2709 of file core_armv81mml.h.

◆ CoreDebug_DHCSR_C_DEBUGEN_Pos [2/17]

#define CoreDebug_DHCSR_C_DEBUGEN_Pos   0U
Deprecated
CoreDebug DHCSR: C_DEBUGEN Position
Deprecated
CoreDebug DHCSR: C_DEBUGEN Position
Deprecated
CoreDebug DHCSR: C_DEBUGEN Position

CoreDebug DHCSR: C_DEBUGEN Position

Deprecated
CoreDebug DHCSR: C_DEBUGEN Position
Deprecated
CoreDebug DHCSR: C_DEBUGEN Position
Deprecated
CoreDebug DHCSR: C_DEBUGEN Position
Deprecated
CoreDebug DHCSR: C_DEBUGEN Position
Deprecated
CoreDebug DHCSR: C_DEBUGEN Position
Deprecated
CoreDebug DHCSR: C_DEBUGEN Position
Deprecated
CoreDebug DHCSR: C_DEBUGEN Position
Deprecated
CoreDebug DHCSR: C_DEBUGEN Position

Definition at line 1041 of file core_armv8mbl.h.

◆ CoreDebug_DHCSR_C_DEBUGEN_Pos [3/17]

#define CoreDebug_DHCSR_C_DEBUGEN_Pos   0U
Deprecated
CoreDebug DHCSR: C_DEBUGEN Position
Deprecated
CoreDebug DHCSR: C_DEBUGEN Position

CoreDebug DHCSR: C_DEBUGEN Position

Deprecated
CoreDebug DHCSR: C_DEBUGEN Position
Deprecated
CoreDebug DHCSR: C_DEBUGEN Position
Deprecated
CoreDebug DHCSR: C_DEBUGEN Position
Deprecated
CoreDebug DHCSR: C_DEBUGEN Position
Deprecated
CoreDebug DHCSR: C_DEBUGEN Position
Deprecated
CoreDebug DHCSR: C_DEBUGEN Position
Deprecated
CoreDebug DHCSR: C_DEBUGEN Position
Deprecated
CoreDebug DHCSR: C_DEBUGEN Position

Definition at line 1807 of file core_armv8mml.h.

◆ CoreDebug_DHCSR_C_DEBUGEN_Pos [4/17]

#define CoreDebug_DHCSR_C_DEBUGEN_Pos   0U
Deprecated
CoreDebug DHCSR: C_DEBUGEN Position

CoreDebug DHCSR: C_DEBUGEN Position

Deprecated
CoreDebug DHCSR: C_DEBUGEN Position
Deprecated
CoreDebug DHCSR: C_DEBUGEN Position
Deprecated
CoreDebug DHCSR: C_DEBUGEN Position
Deprecated
CoreDebug DHCSR: C_DEBUGEN Position
Deprecated
CoreDebug DHCSR: C_DEBUGEN Position
Deprecated
CoreDebug DHCSR: C_DEBUGEN Position
Deprecated
CoreDebug DHCSR: C_DEBUGEN Position
Deprecated
CoreDebug DHCSR: C_DEBUGEN Position

Definition at line 1116 of file core_cm23.h.

◆ CoreDebug_DHCSR_C_DEBUGEN_Pos [5/17]

#define CoreDebug_DHCSR_C_DEBUGEN_Pos   0U

CoreDebug DHCSR: C_DEBUGEN Position

Deprecated
CoreDebug DHCSR: C_DEBUGEN Position
Deprecated
CoreDebug DHCSR: C_DEBUGEN Position
Deprecated
CoreDebug DHCSR: C_DEBUGEN Position
Deprecated
CoreDebug DHCSR: C_DEBUGEN Position
Deprecated
CoreDebug DHCSR: C_DEBUGEN Position
Deprecated
CoreDebug DHCSR: C_DEBUGEN Position
Deprecated
CoreDebug DHCSR: C_DEBUGEN Position
Deprecated
CoreDebug DHCSR: C_DEBUGEN Position

Definition at line 1298 of file core_cm3.h.

◆ CoreDebug_DHCSR_C_DEBUGEN_Pos [6/17]

#define CoreDebug_DHCSR_C_DEBUGEN_Pos   0U
Deprecated
CoreDebug DHCSR: C_DEBUGEN Position
Deprecated
CoreDebug DHCSR: C_DEBUGEN Position

CoreDebug DHCSR: C_DEBUGEN Position

Deprecated
CoreDebug DHCSR: C_DEBUGEN Position
Deprecated
CoreDebug DHCSR: C_DEBUGEN Position
Deprecated
CoreDebug DHCSR: C_DEBUGEN Position
Deprecated
CoreDebug DHCSR: C_DEBUGEN Position
Deprecated
CoreDebug DHCSR: C_DEBUGEN Position
Deprecated
CoreDebug DHCSR: C_DEBUGEN Position

Definition at line 1882 of file core_cm33.h.

◆ CoreDebug_DHCSR_C_DEBUGEN_Pos [7/17]

#define CoreDebug_DHCSR_C_DEBUGEN_Pos   0U
Deprecated
CoreDebug DHCSR: C_DEBUGEN Position

CoreDebug DHCSR: C_DEBUGEN Position

Deprecated
CoreDebug DHCSR: C_DEBUGEN Position
Deprecated
CoreDebug DHCSR: C_DEBUGEN Position
Deprecated
CoreDebug DHCSR: C_DEBUGEN Position
Deprecated
CoreDebug DHCSR: C_DEBUGEN Position
Deprecated
CoreDebug DHCSR: C_DEBUGEN Position
Deprecated
CoreDebug DHCSR: C_DEBUGEN Position

Definition at line 1882 of file core_cm35p.h.

◆ CoreDebug_DHCSR_C_DEBUGEN_Pos [8/17]

#define CoreDebug_DHCSR_C_DEBUGEN_Pos   0U

CoreDebug DHCSR: C_DEBUGEN Position

Deprecated
CoreDebug DHCSR: C_DEBUGEN Position
Deprecated
CoreDebug DHCSR: C_DEBUGEN Position
Deprecated
CoreDebug DHCSR: C_DEBUGEN Position
Deprecated
CoreDebug DHCSR: C_DEBUGEN Position
Deprecated
CoreDebug DHCSR: C_DEBUGEN Position
Deprecated
CoreDebug DHCSR: C_DEBUGEN Position

Definition at line 1475 of file core_cm4.h.

◆ CoreDebug_DHCSR_C_DEBUGEN_Pos [9/17]

#define CoreDebug_DHCSR_C_DEBUGEN_Pos   0U
Deprecated
CoreDebug DHCSR: C_DEBUGEN Position

CoreDebug DHCSR: C_DEBUGEN Position

Deprecated
CoreDebug DHCSR: C_DEBUGEN Position
Deprecated
CoreDebug DHCSR: C_DEBUGEN Position
Deprecated
CoreDebug DHCSR: C_DEBUGEN Position
Deprecated
CoreDebug DHCSR: C_DEBUGEN Position
Deprecated
CoreDebug DHCSR: C_DEBUGEN Position

Definition at line 3263 of file core_cm55.h.

◆ CoreDebug_DHCSR_C_DEBUGEN_Pos [10/17]

#define CoreDebug_DHCSR_C_DEBUGEN_Pos   0U

CoreDebug DHCSR: C_DEBUGEN Position

Deprecated
CoreDebug DHCSR: C_DEBUGEN Position
Deprecated
CoreDebug DHCSR: C_DEBUGEN Position
Deprecated
CoreDebug DHCSR: C_DEBUGEN Position
Deprecated
CoreDebug DHCSR: C_DEBUGEN Position
Deprecated
CoreDebug DHCSR: C_DEBUGEN Position

Definition at line 1702 of file core_cm7.h.

◆ CoreDebug_DHCSR_C_DEBUGEN_Pos [11/17]

#define CoreDebug_DHCSR_C_DEBUGEN_Pos   0U
Deprecated
CoreDebug DHCSR: C_DEBUGEN Position

CoreDebug DHCSR: C_DEBUGEN Position

Deprecated
CoreDebug DHCSR: C_DEBUGEN Position
Deprecated
CoreDebug DHCSR: C_DEBUGEN Position
Deprecated
CoreDebug DHCSR: C_DEBUGEN Position
Deprecated
CoreDebug DHCSR: C_DEBUGEN Position

Definition at line 3168 of file core_cm85.h.

◆ CoreDebug_DHCSR_C_DEBUGEN_Pos [12/17]

#define CoreDebug_DHCSR_C_DEBUGEN_Pos   0U

CoreDebug DHCSR: C_DEBUGEN Position

Deprecated
CoreDebug DHCSR: C_DEBUGEN Position
Deprecated
CoreDebug DHCSR: C_DEBUGEN Position
Deprecated
CoreDebug DHCSR: C_DEBUGEN Position
Deprecated
CoreDebug DHCSR: C_DEBUGEN Position

Definition at line 1281 of file core_sc300.h.

◆ CoreDebug_DHCSR_C_DEBUGEN_Pos [13/17]

#define CoreDebug_DHCSR_C_DEBUGEN_Pos   0U
Deprecated
CoreDebug DHCSR: C_DEBUGEN Position
Deprecated
CoreDebug DHCSR: C_DEBUGEN Position
Deprecated
CoreDebug DHCSR: C_DEBUGEN Position
Deprecated
CoreDebug DHCSR: C_DEBUGEN Position

CoreDebug DHCSR: C_DEBUGEN Position

Definition at line 2709 of file core_armv81mml.h.

◆ CoreDebug_DHCSR_C_DEBUGEN_Pos [14/17]

#define CoreDebug_DHCSR_C_DEBUGEN_Pos   0U
Deprecated
CoreDebug DHCSR: C_DEBUGEN Position
Deprecated
CoreDebug DHCSR: C_DEBUGEN Position
Deprecated
CoreDebug DHCSR: C_DEBUGEN Position

CoreDebug DHCSR: C_DEBUGEN Position

Definition at line 1041 of file core_armv8mbl.h.

◆ CoreDebug_DHCSR_C_DEBUGEN_Pos [15/17]

#define CoreDebug_DHCSR_C_DEBUGEN_Pos   0U
Deprecated
CoreDebug DHCSR: C_DEBUGEN Position
Deprecated
CoreDebug DHCSR: C_DEBUGEN Position

CoreDebug DHCSR: C_DEBUGEN Position

Definition at line 1807 of file core_armv8mml.h.

◆ CoreDebug_DHCSR_C_DEBUGEN_Pos [16/17]

#define CoreDebug_DHCSR_C_DEBUGEN_Pos   0U
Deprecated
CoreDebug DHCSR: C_DEBUGEN Position

CoreDebug DHCSR: C_DEBUGEN Position

Definition at line 1882 of file core_cm33.h.

◆ CoreDebug_DHCSR_C_DEBUGEN_Pos [17/17]

#define CoreDebug_DHCSR_C_DEBUGEN_Pos   0U

CoreDebug DHCSR: C_DEBUGEN Position

Definition at line 1475 of file core_cm4.h.

◆ CoreDebug_DHCSR_C_HALT_Msk [1/17]

#define CoreDebug_DHCSR_C_HALT_Msk   (1UL << CoreDebug_DHCSR_C_HALT_Pos)
Deprecated
CoreDebug DHCSR: C_HALT Mask
Deprecated
CoreDebug DHCSR: C_HALT Mask
Deprecated
CoreDebug DHCSR: C_HALT Mask
Deprecated
CoreDebug DHCSR: C_HALT Mask

CoreDebug DHCSR: C_HALT Mask

Deprecated
CoreDebug DHCSR: C_HALT Mask
Deprecated
CoreDebug DHCSR: C_HALT Mask
Deprecated
CoreDebug DHCSR: C_HALT Mask
Deprecated
CoreDebug DHCSR: C_HALT Mask
Deprecated
CoreDebug DHCSR: C_HALT Mask
Deprecated
CoreDebug DHCSR: C_HALT Mask
Deprecated
CoreDebug DHCSR: C_HALT Mask
Deprecated
CoreDebug DHCSR: C_HALT Mask

Definition at line 2707 of file core_armv81mml.h.

◆ CoreDebug_DHCSR_C_HALT_Msk [2/17]

#define CoreDebug_DHCSR_C_HALT_Msk   (1UL << CoreDebug_DHCSR_C_HALT_Pos)
Deprecated
CoreDebug DHCSR: C_HALT Mask
Deprecated
CoreDebug DHCSR: C_HALT Mask
Deprecated
CoreDebug DHCSR: C_HALT Mask

CoreDebug DHCSR: C_HALT Mask

Deprecated
CoreDebug DHCSR: C_HALT Mask
Deprecated
CoreDebug DHCSR: C_HALT Mask
Deprecated
CoreDebug DHCSR: C_HALT Mask
Deprecated
CoreDebug DHCSR: C_HALT Mask
Deprecated
CoreDebug DHCSR: C_HALT Mask
Deprecated
CoreDebug DHCSR: C_HALT Mask
Deprecated
CoreDebug DHCSR: C_HALT Mask
Deprecated
CoreDebug DHCSR: C_HALT Mask

Definition at line 1039 of file core_armv8mbl.h.

◆ CoreDebug_DHCSR_C_HALT_Msk [3/17]

#define CoreDebug_DHCSR_C_HALT_Msk   (1UL << CoreDebug_DHCSR_C_HALT_Pos)
Deprecated
CoreDebug DHCSR: C_HALT Mask
Deprecated
CoreDebug DHCSR: C_HALT Mask

CoreDebug DHCSR: C_HALT Mask

Deprecated
CoreDebug DHCSR: C_HALT Mask
Deprecated
CoreDebug DHCSR: C_HALT Mask
Deprecated
CoreDebug DHCSR: C_HALT Mask
Deprecated
CoreDebug DHCSR: C_HALT Mask
Deprecated
CoreDebug DHCSR: C_HALT Mask
Deprecated
CoreDebug DHCSR: C_HALT Mask
Deprecated
CoreDebug DHCSR: C_HALT Mask
Deprecated
CoreDebug DHCSR: C_HALT Mask

Definition at line 1805 of file core_armv8mml.h.

◆ CoreDebug_DHCSR_C_HALT_Msk [4/17]

#define CoreDebug_DHCSR_C_HALT_Msk   (1UL << CoreDebug_DHCSR_C_HALT_Pos)
Deprecated
CoreDebug DHCSR: C_HALT Mask

CoreDebug DHCSR: C_HALT Mask

Deprecated
CoreDebug DHCSR: C_HALT Mask
Deprecated
CoreDebug DHCSR: C_HALT Mask
Deprecated
CoreDebug DHCSR: C_HALT Mask
Deprecated
CoreDebug DHCSR: C_HALT Mask
Deprecated
CoreDebug DHCSR: C_HALT Mask
Deprecated
CoreDebug DHCSR: C_HALT Mask
Deprecated
CoreDebug DHCSR: C_HALT Mask
Deprecated
CoreDebug DHCSR: C_HALT Mask

Definition at line 1114 of file core_cm23.h.

◆ CoreDebug_DHCSR_C_HALT_Msk [5/17]

#define CoreDebug_DHCSR_C_HALT_Msk   (1UL << CoreDebug_DHCSR_C_HALT_Pos)

CoreDebug DHCSR: C_HALT Mask

Deprecated
CoreDebug DHCSR: C_HALT Mask
Deprecated
CoreDebug DHCSR: C_HALT Mask
Deprecated
CoreDebug DHCSR: C_HALT Mask
Deprecated
CoreDebug DHCSR: C_HALT Mask
Deprecated
CoreDebug DHCSR: C_HALT Mask
Deprecated
CoreDebug DHCSR: C_HALT Mask
Deprecated
CoreDebug DHCSR: C_HALT Mask
Deprecated
CoreDebug DHCSR: C_HALT Mask

Definition at line 1296 of file core_cm3.h.

◆ CoreDebug_DHCSR_C_HALT_Msk [6/17]

#define CoreDebug_DHCSR_C_HALT_Msk   (1UL << CoreDebug_DHCSR_C_HALT_Pos)
Deprecated
CoreDebug DHCSR: C_HALT Mask
Deprecated
CoreDebug DHCSR: C_HALT Mask

CoreDebug DHCSR: C_HALT Mask

Deprecated
CoreDebug DHCSR: C_HALT Mask
Deprecated
CoreDebug DHCSR: C_HALT Mask
Deprecated
CoreDebug DHCSR: C_HALT Mask
Deprecated
CoreDebug DHCSR: C_HALT Mask
Deprecated
CoreDebug DHCSR: C_HALT Mask
Deprecated
CoreDebug DHCSR: C_HALT Mask

Definition at line 1880 of file core_cm33.h.

◆ CoreDebug_DHCSR_C_HALT_Msk [7/17]

#define CoreDebug_DHCSR_C_HALT_Msk   (1UL << CoreDebug_DHCSR_C_HALT_Pos)
Deprecated
CoreDebug DHCSR: C_HALT Mask

CoreDebug DHCSR: C_HALT Mask

Deprecated
CoreDebug DHCSR: C_HALT Mask
Deprecated
CoreDebug DHCSR: C_HALT Mask
Deprecated
CoreDebug DHCSR: C_HALT Mask
Deprecated
CoreDebug DHCSR: C_HALT Mask
Deprecated
CoreDebug DHCSR: C_HALT Mask
Deprecated
CoreDebug DHCSR: C_HALT Mask

Definition at line 1880 of file core_cm35p.h.

◆ CoreDebug_DHCSR_C_HALT_Msk [8/17]

#define CoreDebug_DHCSR_C_HALT_Msk   (1UL << CoreDebug_DHCSR_C_HALT_Pos)

CoreDebug DHCSR: C_HALT Mask

Deprecated
CoreDebug DHCSR: C_HALT Mask
Deprecated
CoreDebug DHCSR: C_HALT Mask
Deprecated
CoreDebug DHCSR: C_HALT Mask
Deprecated
CoreDebug DHCSR: C_HALT Mask
Deprecated
CoreDebug DHCSR: C_HALT Mask
Deprecated
CoreDebug DHCSR: C_HALT Mask

Definition at line 1473 of file core_cm4.h.

◆ CoreDebug_DHCSR_C_HALT_Msk [9/17]

#define CoreDebug_DHCSR_C_HALT_Msk   (1UL << CoreDebug_DHCSR_C_HALT_Pos)
Deprecated
CoreDebug DHCSR: C_HALT Mask

CoreDebug DHCSR: C_HALT Mask

Deprecated
CoreDebug DHCSR: C_HALT Mask
Deprecated
CoreDebug DHCSR: C_HALT Mask
Deprecated
CoreDebug DHCSR: C_HALT Mask
Deprecated
CoreDebug DHCSR: C_HALT Mask
Deprecated
CoreDebug DHCSR: C_HALT Mask

Definition at line 3261 of file core_cm55.h.

◆ CoreDebug_DHCSR_C_HALT_Msk [10/17]

#define CoreDebug_DHCSR_C_HALT_Msk   (1UL << CoreDebug_DHCSR_C_HALT_Pos)

CoreDebug DHCSR: C_HALT Mask

Deprecated
CoreDebug DHCSR: C_HALT Mask
Deprecated
CoreDebug DHCSR: C_HALT Mask
Deprecated
CoreDebug DHCSR: C_HALT Mask
Deprecated
CoreDebug DHCSR: C_HALT Mask
Deprecated
CoreDebug DHCSR: C_HALT Mask

Definition at line 1700 of file core_cm7.h.

◆ CoreDebug_DHCSR_C_HALT_Msk [11/17]

#define CoreDebug_DHCSR_C_HALT_Msk   (1UL << CoreDebug_DHCSR_C_HALT_Pos)
Deprecated
CoreDebug DHCSR: C_HALT Mask

CoreDebug DHCSR: C_HALT Mask

Deprecated
CoreDebug DHCSR: C_HALT Mask
Deprecated
CoreDebug DHCSR: C_HALT Mask
Deprecated
CoreDebug DHCSR: C_HALT Mask
Deprecated
CoreDebug DHCSR: C_HALT Mask

Definition at line 3166 of file core_cm85.h.

◆ CoreDebug_DHCSR_C_HALT_Msk [12/17]

#define CoreDebug_DHCSR_C_HALT_Msk   (1UL << CoreDebug_DHCSR_C_HALT_Pos)

CoreDebug DHCSR: C_HALT Mask

Deprecated
CoreDebug DHCSR: C_HALT Mask
Deprecated
CoreDebug DHCSR: C_HALT Mask
Deprecated
CoreDebug DHCSR: C_HALT Mask
Deprecated
CoreDebug DHCSR: C_HALT Mask

Definition at line 1279 of file core_sc300.h.

◆ CoreDebug_DHCSR_C_HALT_Msk [13/17]

#define CoreDebug_DHCSR_C_HALT_Msk   (1UL << CoreDebug_DHCSR_C_HALT_Pos)
Deprecated
CoreDebug DHCSR: C_HALT Mask
Deprecated
CoreDebug DHCSR: C_HALT Mask
Deprecated
CoreDebug DHCSR: C_HALT Mask
Deprecated
CoreDebug DHCSR: C_HALT Mask

CoreDebug DHCSR: C_HALT Mask

Definition at line 2707 of file core_armv81mml.h.

◆ CoreDebug_DHCSR_C_HALT_Msk [14/17]

#define CoreDebug_DHCSR_C_HALT_Msk   (1UL << CoreDebug_DHCSR_C_HALT_Pos)
Deprecated
CoreDebug DHCSR: C_HALT Mask
Deprecated
CoreDebug DHCSR: C_HALT Mask
Deprecated
CoreDebug DHCSR: C_HALT Mask

CoreDebug DHCSR: C_HALT Mask

Definition at line 1039 of file core_armv8mbl.h.

◆ CoreDebug_DHCSR_C_HALT_Msk [15/17]

#define CoreDebug_DHCSR_C_HALT_Msk   (1UL << CoreDebug_DHCSR_C_HALT_Pos)
Deprecated
CoreDebug DHCSR: C_HALT Mask
Deprecated
CoreDebug DHCSR: C_HALT Mask

CoreDebug DHCSR: C_HALT Mask

Definition at line 1805 of file core_armv8mml.h.

◆ CoreDebug_DHCSR_C_HALT_Msk [16/17]

#define CoreDebug_DHCSR_C_HALT_Msk   (1UL << CoreDebug_DHCSR_C_HALT_Pos)
Deprecated
CoreDebug DHCSR: C_HALT Mask

CoreDebug DHCSR: C_HALT Mask

Definition at line 1880 of file core_cm33.h.

◆ CoreDebug_DHCSR_C_HALT_Msk [17/17]

#define CoreDebug_DHCSR_C_HALT_Msk   (1UL << CoreDebug_DHCSR_C_HALT_Pos)

CoreDebug DHCSR: C_HALT Mask

Definition at line 1473 of file core_cm4.h.

◆ CoreDebug_DHCSR_C_HALT_Pos [1/17]

#define CoreDebug_DHCSR_C_HALT_Pos   1U
Deprecated
CoreDebug DHCSR: C_HALT Position
Deprecated
CoreDebug DHCSR: C_HALT Position
Deprecated
CoreDebug DHCSR: C_HALT Position
Deprecated
CoreDebug DHCSR: C_HALT Position

CoreDebug DHCSR: C_HALT Position

Deprecated
CoreDebug DHCSR: C_HALT Position
Deprecated
CoreDebug DHCSR: C_HALT Position
Deprecated
CoreDebug DHCSR: C_HALT Position
Deprecated
CoreDebug DHCSR: C_HALT Position
Deprecated
CoreDebug DHCSR: C_HALT Position
Deprecated
CoreDebug DHCSR: C_HALT Position
Deprecated
CoreDebug DHCSR: C_HALT Position
Deprecated
CoreDebug DHCSR: C_HALT Position

Definition at line 2706 of file core_armv81mml.h.

◆ CoreDebug_DHCSR_C_HALT_Pos [2/17]

#define CoreDebug_DHCSR_C_HALT_Pos   1U
Deprecated
CoreDebug DHCSR: C_HALT Position
Deprecated
CoreDebug DHCSR: C_HALT Position
Deprecated
CoreDebug DHCSR: C_HALT Position

CoreDebug DHCSR: C_HALT Position

Deprecated
CoreDebug DHCSR: C_HALT Position
Deprecated
CoreDebug DHCSR: C_HALT Position
Deprecated
CoreDebug DHCSR: C_HALT Position
Deprecated
CoreDebug DHCSR: C_HALT Position
Deprecated
CoreDebug DHCSR: C_HALT Position
Deprecated
CoreDebug DHCSR: C_HALT Position
Deprecated
CoreDebug DHCSR: C_HALT Position
Deprecated
CoreDebug DHCSR: C_HALT Position

Definition at line 1038 of file core_armv8mbl.h.

◆ CoreDebug_DHCSR_C_HALT_Pos [3/17]

#define CoreDebug_DHCSR_C_HALT_Pos   1U
Deprecated
CoreDebug DHCSR: C_HALT Position
Deprecated
CoreDebug DHCSR: C_HALT Position

CoreDebug DHCSR: C_HALT Position

Deprecated
CoreDebug DHCSR: C_HALT Position
Deprecated
CoreDebug DHCSR: C_HALT Position
Deprecated
CoreDebug DHCSR: C_HALT Position
Deprecated
CoreDebug DHCSR: C_HALT Position
Deprecated
CoreDebug DHCSR: C_HALT Position
Deprecated
CoreDebug DHCSR: C_HALT Position
Deprecated
CoreDebug DHCSR: C_HALT Position
Deprecated
CoreDebug DHCSR: C_HALT Position

Definition at line 1804 of file core_armv8mml.h.

◆ CoreDebug_DHCSR_C_HALT_Pos [4/17]

#define CoreDebug_DHCSR_C_HALT_Pos   1U
Deprecated
CoreDebug DHCSR: C_HALT Position

CoreDebug DHCSR: C_HALT Position

Deprecated
CoreDebug DHCSR: C_HALT Position
Deprecated
CoreDebug DHCSR: C_HALT Position
Deprecated
CoreDebug DHCSR: C_HALT Position
Deprecated
CoreDebug DHCSR: C_HALT Position
Deprecated
CoreDebug DHCSR: C_HALT Position
Deprecated
CoreDebug DHCSR: C_HALT Position
Deprecated
CoreDebug DHCSR: C_HALT Position
Deprecated
CoreDebug DHCSR: C_HALT Position

Definition at line 1113 of file core_cm23.h.

◆ CoreDebug_DHCSR_C_HALT_Pos [5/17]

#define CoreDebug_DHCSR_C_HALT_Pos   1U

CoreDebug DHCSR: C_HALT Position

Deprecated
CoreDebug DHCSR: C_HALT Position
Deprecated
CoreDebug DHCSR: C_HALT Position
Deprecated
CoreDebug DHCSR: C_HALT Position
Deprecated
CoreDebug DHCSR: C_HALT Position
Deprecated
CoreDebug DHCSR: C_HALT Position
Deprecated
CoreDebug DHCSR: C_HALT Position
Deprecated
CoreDebug DHCSR: C_HALT Position
Deprecated
CoreDebug DHCSR: C_HALT Position

Definition at line 1295 of file core_cm3.h.

◆ CoreDebug_DHCSR_C_HALT_Pos [6/17]

#define CoreDebug_DHCSR_C_HALT_Pos   1U
Deprecated
CoreDebug DHCSR: C_HALT Position
Deprecated
CoreDebug DHCSR: C_HALT Position

CoreDebug DHCSR: C_HALT Position

Deprecated
CoreDebug DHCSR: C_HALT Position
Deprecated
CoreDebug DHCSR: C_HALT Position
Deprecated
CoreDebug DHCSR: C_HALT Position
Deprecated
CoreDebug DHCSR: C_HALT Position
Deprecated
CoreDebug DHCSR: C_HALT Position
Deprecated
CoreDebug DHCSR: C_HALT Position

Definition at line 1879 of file core_cm33.h.

◆ CoreDebug_DHCSR_C_HALT_Pos [7/17]

#define CoreDebug_DHCSR_C_HALT_Pos   1U
Deprecated
CoreDebug DHCSR: C_HALT Position

CoreDebug DHCSR: C_HALT Position

Deprecated
CoreDebug DHCSR: C_HALT Position
Deprecated
CoreDebug DHCSR: C_HALT Position
Deprecated
CoreDebug DHCSR: C_HALT Position
Deprecated
CoreDebug DHCSR: C_HALT Position
Deprecated
CoreDebug DHCSR: C_HALT Position
Deprecated
CoreDebug DHCSR: C_HALT Position

Definition at line 1879 of file core_cm35p.h.

◆ CoreDebug_DHCSR_C_HALT_Pos [8/17]

#define CoreDebug_DHCSR_C_HALT_Pos   1U

CoreDebug DHCSR: C_HALT Position

Deprecated
CoreDebug DHCSR: C_HALT Position
Deprecated
CoreDebug DHCSR: C_HALT Position
Deprecated
CoreDebug DHCSR: C_HALT Position
Deprecated
CoreDebug DHCSR: C_HALT Position
Deprecated
CoreDebug DHCSR: C_HALT Position
Deprecated
CoreDebug DHCSR: C_HALT Position

Definition at line 1472 of file core_cm4.h.

◆ CoreDebug_DHCSR_C_HALT_Pos [9/17]

#define CoreDebug_DHCSR_C_HALT_Pos   1U
Deprecated
CoreDebug DHCSR: C_HALT Position

CoreDebug DHCSR: C_HALT Position

Deprecated
CoreDebug DHCSR: C_HALT Position
Deprecated
CoreDebug DHCSR: C_HALT Position
Deprecated
CoreDebug DHCSR: C_HALT Position
Deprecated
CoreDebug DHCSR: C_HALT Position
Deprecated
CoreDebug DHCSR: C_HALT Position

Definition at line 3260 of file core_cm55.h.

◆ CoreDebug_DHCSR_C_HALT_Pos [10/17]

#define CoreDebug_DHCSR_C_HALT_Pos   1U

CoreDebug DHCSR: C_HALT Position

Deprecated
CoreDebug DHCSR: C_HALT Position
Deprecated
CoreDebug DHCSR: C_HALT Position
Deprecated
CoreDebug DHCSR: C_HALT Position
Deprecated
CoreDebug DHCSR: C_HALT Position
Deprecated
CoreDebug DHCSR: C_HALT Position

Definition at line 1699 of file core_cm7.h.

◆ CoreDebug_DHCSR_C_HALT_Pos [11/17]

#define CoreDebug_DHCSR_C_HALT_Pos   1U
Deprecated
CoreDebug DHCSR: C_HALT Position

CoreDebug DHCSR: C_HALT Position

Deprecated
CoreDebug DHCSR: C_HALT Position
Deprecated
CoreDebug DHCSR: C_HALT Position
Deprecated
CoreDebug DHCSR: C_HALT Position
Deprecated
CoreDebug DHCSR: C_HALT Position

Definition at line 3165 of file core_cm85.h.

◆ CoreDebug_DHCSR_C_HALT_Pos [12/17]

#define CoreDebug_DHCSR_C_HALT_Pos   1U

CoreDebug DHCSR: C_HALT Position

Deprecated
CoreDebug DHCSR: C_HALT Position
Deprecated
CoreDebug DHCSR: C_HALT Position
Deprecated
CoreDebug DHCSR: C_HALT Position
Deprecated
CoreDebug DHCSR: C_HALT Position

Definition at line 1278 of file core_sc300.h.

◆ CoreDebug_DHCSR_C_HALT_Pos [13/17]

#define CoreDebug_DHCSR_C_HALT_Pos   1U
Deprecated
CoreDebug DHCSR: C_HALT Position
Deprecated
CoreDebug DHCSR: C_HALT Position
Deprecated
CoreDebug DHCSR: C_HALT Position
Deprecated
CoreDebug DHCSR: C_HALT Position

CoreDebug DHCSR: C_HALT Position

Definition at line 2706 of file core_armv81mml.h.

◆ CoreDebug_DHCSR_C_HALT_Pos [14/17]

#define CoreDebug_DHCSR_C_HALT_Pos   1U
Deprecated
CoreDebug DHCSR: C_HALT Position
Deprecated
CoreDebug DHCSR: C_HALT Position
Deprecated
CoreDebug DHCSR: C_HALT Position

CoreDebug DHCSR: C_HALT Position

Definition at line 1038 of file core_armv8mbl.h.

◆ CoreDebug_DHCSR_C_HALT_Pos [15/17]

#define CoreDebug_DHCSR_C_HALT_Pos   1U
Deprecated
CoreDebug DHCSR: C_HALT Position
Deprecated
CoreDebug DHCSR: C_HALT Position

CoreDebug DHCSR: C_HALT Position

Definition at line 1804 of file core_armv8mml.h.

◆ CoreDebug_DHCSR_C_HALT_Pos [16/17]

#define CoreDebug_DHCSR_C_HALT_Pos   1U
Deprecated
CoreDebug DHCSR: C_HALT Position

CoreDebug DHCSR: C_HALT Position

Definition at line 1879 of file core_cm33.h.

◆ CoreDebug_DHCSR_C_HALT_Pos [17/17]

#define CoreDebug_DHCSR_C_HALT_Pos   1U

CoreDebug DHCSR: C_HALT Position

Definition at line 1472 of file core_cm4.h.

◆ CoreDebug_DHCSR_C_MASKINTS_Msk [1/17]

#define CoreDebug_DHCSR_C_MASKINTS_Msk   (1UL << CoreDebug_DHCSR_C_MASKINTS_Pos)
Deprecated
CoreDebug DHCSR: C_MASKINTS Mask
Deprecated
CoreDebug DHCSR: C_MASKINTS Mask
Deprecated
CoreDebug DHCSR: C_MASKINTS Mask
Deprecated
CoreDebug DHCSR: C_MASKINTS Mask

CoreDebug DHCSR: C_MASKINTS Mask

Deprecated
CoreDebug DHCSR: C_MASKINTS Mask
Deprecated
CoreDebug DHCSR: C_MASKINTS Mask
Deprecated
CoreDebug DHCSR: C_MASKINTS Mask
Deprecated
CoreDebug DHCSR: C_MASKINTS Mask
Deprecated
CoreDebug DHCSR: C_MASKINTS Mask
Deprecated
CoreDebug DHCSR: C_MASKINTS Mask
Deprecated
CoreDebug DHCSR: C_MASKINTS Mask
Deprecated
CoreDebug DHCSR: C_MASKINTS Mask

Definition at line 2701 of file core_armv81mml.h.

◆ CoreDebug_DHCSR_C_MASKINTS_Msk [2/17]

#define CoreDebug_DHCSR_C_MASKINTS_Msk   (1UL << CoreDebug_DHCSR_C_MASKINTS_Pos)
Deprecated
CoreDebug DHCSR: C_MASKINTS Mask
Deprecated
CoreDebug DHCSR: C_MASKINTS Mask
Deprecated
CoreDebug DHCSR: C_MASKINTS Mask

CoreDebug DHCSR: C_MASKINTS Mask

Deprecated
CoreDebug DHCSR: C_MASKINTS Mask
Deprecated
CoreDebug DHCSR: C_MASKINTS Mask
Deprecated
CoreDebug DHCSR: C_MASKINTS Mask
Deprecated
CoreDebug DHCSR: C_MASKINTS Mask
Deprecated
CoreDebug DHCSR: C_MASKINTS Mask
Deprecated
CoreDebug DHCSR: C_MASKINTS Mask
Deprecated
CoreDebug DHCSR: C_MASKINTS Mask
Deprecated
CoreDebug DHCSR: C_MASKINTS Mask

Definition at line 1033 of file core_armv8mbl.h.

◆ CoreDebug_DHCSR_C_MASKINTS_Msk [3/17]

#define CoreDebug_DHCSR_C_MASKINTS_Msk   (1UL << CoreDebug_DHCSR_C_MASKINTS_Pos)
Deprecated
CoreDebug DHCSR: C_MASKINTS Mask
Deprecated
CoreDebug DHCSR: C_MASKINTS Mask

CoreDebug DHCSR: C_MASKINTS Mask

Deprecated
CoreDebug DHCSR: C_MASKINTS Mask
Deprecated
CoreDebug DHCSR: C_MASKINTS Mask
Deprecated
CoreDebug DHCSR: C_MASKINTS Mask
Deprecated
CoreDebug DHCSR: C_MASKINTS Mask
Deprecated
CoreDebug DHCSR: C_MASKINTS Mask
Deprecated
CoreDebug DHCSR: C_MASKINTS Mask
Deprecated
CoreDebug DHCSR: C_MASKINTS Mask
Deprecated
CoreDebug DHCSR: C_MASKINTS Mask

Definition at line 1799 of file core_armv8mml.h.

◆ CoreDebug_DHCSR_C_MASKINTS_Msk [4/17]

#define CoreDebug_DHCSR_C_MASKINTS_Msk   (1UL << CoreDebug_DHCSR_C_MASKINTS_Pos)
Deprecated
CoreDebug DHCSR: C_MASKINTS Mask

CoreDebug DHCSR: C_MASKINTS Mask

Deprecated
CoreDebug DHCSR: C_MASKINTS Mask
Deprecated
CoreDebug DHCSR: C_MASKINTS Mask
Deprecated
CoreDebug DHCSR: C_MASKINTS Mask
Deprecated
CoreDebug DHCSR: C_MASKINTS Mask
Deprecated
CoreDebug DHCSR: C_MASKINTS Mask
Deprecated
CoreDebug DHCSR: C_MASKINTS Mask
Deprecated
CoreDebug DHCSR: C_MASKINTS Mask
Deprecated
CoreDebug DHCSR: C_MASKINTS Mask

Definition at line 1108 of file core_cm23.h.

◆ CoreDebug_DHCSR_C_MASKINTS_Msk [5/17]

#define CoreDebug_DHCSR_C_MASKINTS_Msk   (1UL << CoreDebug_DHCSR_C_MASKINTS_Pos)

CoreDebug DHCSR: C_MASKINTS Mask

Deprecated
CoreDebug DHCSR: C_MASKINTS Mask
Deprecated
CoreDebug DHCSR: C_MASKINTS Mask
Deprecated
CoreDebug DHCSR: C_MASKINTS Mask
Deprecated
CoreDebug DHCSR: C_MASKINTS Mask
Deprecated
CoreDebug DHCSR: C_MASKINTS Mask
Deprecated
CoreDebug DHCSR: C_MASKINTS Mask
Deprecated
CoreDebug DHCSR: C_MASKINTS Mask
Deprecated
CoreDebug DHCSR: C_MASKINTS Mask

Definition at line 1290 of file core_cm3.h.

◆ CoreDebug_DHCSR_C_MASKINTS_Msk [6/17]

#define CoreDebug_DHCSR_C_MASKINTS_Msk   (1UL << CoreDebug_DHCSR_C_MASKINTS_Pos)
Deprecated
CoreDebug DHCSR: C_MASKINTS Mask
Deprecated
CoreDebug DHCSR: C_MASKINTS Mask

CoreDebug DHCSR: C_MASKINTS Mask

Deprecated
CoreDebug DHCSR: C_MASKINTS Mask
Deprecated
CoreDebug DHCSR: C_MASKINTS Mask
Deprecated
CoreDebug DHCSR: C_MASKINTS Mask
Deprecated
CoreDebug DHCSR: C_MASKINTS Mask
Deprecated
CoreDebug DHCSR: C_MASKINTS Mask
Deprecated
CoreDebug DHCSR: C_MASKINTS Mask

Definition at line 1874 of file core_cm33.h.

◆ CoreDebug_DHCSR_C_MASKINTS_Msk [7/17]

#define CoreDebug_DHCSR_C_MASKINTS_Msk   (1UL << CoreDebug_DHCSR_C_MASKINTS_Pos)
Deprecated
CoreDebug DHCSR: C_MASKINTS Mask

CoreDebug DHCSR: C_MASKINTS Mask

Deprecated
CoreDebug DHCSR: C_MASKINTS Mask
Deprecated
CoreDebug DHCSR: C_MASKINTS Mask
Deprecated
CoreDebug DHCSR: C_MASKINTS Mask
Deprecated
CoreDebug DHCSR: C_MASKINTS Mask
Deprecated
CoreDebug DHCSR: C_MASKINTS Mask
Deprecated
CoreDebug DHCSR: C_MASKINTS Mask

Definition at line 1874 of file core_cm35p.h.

◆ CoreDebug_DHCSR_C_MASKINTS_Msk [8/17]

#define CoreDebug_DHCSR_C_MASKINTS_Msk   (1UL << CoreDebug_DHCSR_C_MASKINTS_Pos)

CoreDebug DHCSR: C_MASKINTS Mask

Deprecated
CoreDebug DHCSR: C_MASKINTS Mask
Deprecated
CoreDebug DHCSR: C_MASKINTS Mask
Deprecated
CoreDebug DHCSR: C_MASKINTS Mask
Deprecated
CoreDebug DHCSR: C_MASKINTS Mask
Deprecated
CoreDebug DHCSR: C_MASKINTS Mask
Deprecated
CoreDebug DHCSR: C_MASKINTS Mask

Definition at line 1467 of file core_cm4.h.

◆ CoreDebug_DHCSR_C_MASKINTS_Msk [9/17]

#define CoreDebug_DHCSR_C_MASKINTS_Msk   (1UL << CoreDebug_DHCSR_C_MASKINTS_Pos)
Deprecated
CoreDebug DHCSR: C_MASKINTS Mask

CoreDebug DHCSR: C_MASKINTS Mask

Deprecated
CoreDebug DHCSR: C_MASKINTS Mask
Deprecated
CoreDebug DHCSR: C_MASKINTS Mask
Deprecated
CoreDebug DHCSR: C_MASKINTS Mask
Deprecated
CoreDebug DHCSR: C_MASKINTS Mask
Deprecated
CoreDebug DHCSR: C_MASKINTS Mask

Definition at line 3255 of file core_cm55.h.

◆ CoreDebug_DHCSR_C_MASKINTS_Msk [10/17]

#define CoreDebug_DHCSR_C_MASKINTS_Msk   (1UL << CoreDebug_DHCSR_C_MASKINTS_Pos)

CoreDebug DHCSR: C_MASKINTS Mask

Deprecated
CoreDebug DHCSR: C_MASKINTS Mask
Deprecated
CoreDebug DHCSR: C_MASKINTS Mask
Deprecated
CoreDebug DHCSR: C_MASKINTS Mask
Deprecated
CoreDebug DHCSR: C_MASKINTS Mask
Deprecated
CoreDebug DHCSR: C_MASKINTS Mask

Definition at line 1694 of file core_cm7.h.

◆ CoreDebug_DHCSR_C_MASKINTS_Msk [11/17]

#define CoreDebug_DHCSR_C_MASKINTS_Msk   (1UL << CoreDebug_DHCSR_C_MASKINTS_Pos)
Deprecated
CoreDebug DHCSR: C_MASKINTS Mask

CoreDebug DHCSR: C_MASKINTS Mask

Deprecated
CoreDebug DHCSR: C_MASKINTS Mask
Deprecated
CoreDebug DHCSR: C_MASKINTS Mask
Deprecated
CoreDebug DHCSR: C_MASKINTS Mask
Deprecated
CoreDebug DHCSR: C_MASKINTS Mask

Definition at line 3160 of file core_cm85.h.

◆ CoreDebug_DHCSR_C_MASKINTS_Msk [12/17]

#define CoreDebug_DHCSR_C_MASKINTS_Msk   (1UL << CoreDebug_DHCSR_C_MASKINTS_Pos)

CoreDebug DHCSR: C_MASKINTS Mask

Deprecated
CoreDebug DHCSR: C_MASKINTS Mask
Deprecated
CoreDebug DHCSR: C_MASKINTS Mask
Deprecated
CoreDebug DHCSR: C_MASKINTS Mask
Deprecated
CoreDebug DHCSR: C_MASKINTS Mask

Definition at line 1273 of file core_sc300.h.

◆ CoreDebug_DHCSR_C_MASKINTS_Msk [13/17]

#define CoreDebug_DHCSR_C_MASKINTS_Msk   (1UL << CoreDebug_DHCSR_C_MASKINTS_Pos)
Deprecated
CoreDebug DHCSR: C_MASKINTS Mask
Deprecated
CoreDebug DHCSR: C_MASKINTS Mask
Deprecated
CoreDebug DHCSR: C_MASKINTS Mask
Deprecated
CoreDebug DHCSR: C_MASKINTS Mask

CoreDebug DHCSR: C_MASKINTS Mask

Definition at line 2701 of file core_armv81mml.h.

◆ CoreDebug_DHCSR_C_MASKINTS_Msk [14/17]

#define CoreDebug_DHCSR_C_MASKINTS_Msk   (1UL << CoreDebug_DHCSR_C_MASKINTS_Pos)
Deprecated
CoreDebug DHCSR: C_MASKINTS Mask
Deprecated
CoreDebug DHCSR: C_MASKINTS Mask
Deprecated
CoreDebug DHCSR: C_MASKINTS Mask

CoreDebug DHCSR: C_MASKINTS Mask

Definition at line 1033 of file core_armv8mbl.h.

◆ CoreDebug_DHCSR_C_MASKINTS_Msk [15/17]

#define CoreDebug_DHCSR_C_MASKINTS_Msk   (1UL << CoreDebug_DHCSR_C_MASKINTS_Pos)
Deprecated
CoreDebug DHCSR: C_MASKINTS Mask
Deprecated
CoreDebug DHCSR: C_MASKINTS Mask

CoreDebug DHCSR: C_MASKINTS Mask

Definition at line 1799 of file core_armv8mml.h.

◆ CoreDebug_DHCSR_C_MASKINTS_Msk [16/17]

#define CoreDebug_DHCSR_C_MASKINTS_Msk   (1UL << CoreDebug_DHCSR_C_MASKINTS_Pos)
Deprecated
CoreDebug DHCSR: C_MASKINTS Mask

CoreDebug DHCSR: C_MASKINTS Mask

Definition at line 1874 of file core_cm33.h.

◆ CoreDebug_DHCSR_C_MASKINTS_Msk [17/17]

#define CoreDebug_DHCSR_C_MASKINTS_Msk   (1UL << CoreDebug_DHCSR_C_MASKINTS_Pos)

CoreDebug DHCSR: C_MASKINTS Mask

Definition at line 1467 of file core_cm4.h.

◆ CoreDebug_DHCSR_C_MASKINTS_Pos [1/17]

#define CoreDebug_DHCSR_C_MASKINTS_Pos   3U
Deprecated
CoreDebug DHCSR: C_MASKINTS Position
Deprecated
CoreDebug DHCSR: C_MASKINTS Position
Deprecated
CoreDebug DHCSR: C_MASKINTS Position
Deprecated
CoreDebug DHCSR: C_MASKINTS Position

CoreDebug DHCSR: C_MASKINTS Position

Deprecated
CoreDebug DHCSR: C_MASKINTS Position
Deprecated
CoreDebug DHCSR: C_MASKINTS Position
Deprecated
CoreDebug DHCSR: C_MASKINTS Position
Deprecated
CoreDebug DHCSR: C_MASKINTS Position
Deprecated
CoreDebug DHCSR: C_MASKINTS Position
Deprecated
CoreDebug DHCSR: C_MASKINTS Position
Deprecated
CoreDebug DHCSR: C_MASKINTS Position
Deprecated
CoreDebug DHCSR: C_MASKINTS Position

Definition at line 2700 of file core_armv81mml.h.

◆ CoreDebug_DHCSR_C_MASKINTS_Pos [2/17]

#define CoreDebug_DHCSR_C_MASKINTS_Pos   3U
Deprecated
CoreDebug DHCSR: C_MASKINTS Position
Deprecated
CoreDebug DHCSR: C_MASKINTS Position
Deprecated
CoreDebug DHCSR: C_MASKINTS Position

CoreDebug DHCSR: C_MASKINTS Position

Deprecated
CoreDebug DHCSR: C_MASKINTS Position
Deprecated
CoreDebug DHCSR: C_MASKINTS Position
Deprecated
CoreDebug DHCSR: C_MASKINTS Position
Deprecated
CoreDebug DHCSR: C_MASKINTS Position
Deprecated
CoreDebug DHCSR: C_MASKINTS Position
Deprecated
CoreDebug DHCSR: C_MASKINTS Position
Deprecated
CoreDebug DHCSR: C_MASKINTS Position
Deprecated
CoreDebug DHCSR: C_MASKINTS Position

Definition at line 1032 of file core_armv8mbl.h.

◆ CoreDebug_DHCSR_C_MASKINTS_Pos [3/17]

#define CoreDebug_DHCSR_C_MASKINTS_Pos   3U
Deprecated
CoreDebug DHCSR: C_MASKINTS Position
Deprecated
CoreDebug DHCSR: C_MASKINTS Position

CoreDebug DHCSR: C_MASKINTS Position

Deprecated
CoreDebug DHCSR: C_MASKINTS Position
Deprecated
CoreDebug DHCSR: C_MASKINTS Position
Deprecated
CoreDebug DHCSR: C_MASKINTS Position
Deprecated
CoreDebug DHCSR: C_MASKINTS Position
Deprecated
CoreDebug DHCSR: C_MASKINTS Position
Deprecated
CoreDebug DHCSR: C_MASKINTS Position
Deprecated
CoreDebug DHCSR: C_MASKINTS Position
Deprecated
CoreDebug DHCSR: C_MASKINTS Position

Definition at line 1798 of file core_armv8mml.h.

◆ CoreDebug_DHCSR_C_MASKINTS_Pos [4/17]

#define CoreDebug_DHCSR_C_MASKINTS_Pos   3U
Deprecated
CoreDebug DHCSR: C_MASKINTS Position

CoreDebug DHCSR: C_MASKINTS Position

Deprecated
CoreDebug DHCSR: C_MASKINTS Position
Deprecated
CoreDebug DHCSR: C_MASKINTS Position
Deprecated
CoreDebug DHCSR: C_MASKINTS Position
Deprecated
CoreDebug DHCSR: C_MASKINTS Position
Deprecated
CoreDebug DHCSR: C_MASKINTS Position
Deprecated
CoreDebug DHCSR: C_MASKINTS Position
Deprecated
CoreDebug DHCSR: C_MASKINTS Position
Deprecated
CoreDebug DHCSR: C_MASKINTS Position

Definition at line 1107 of file core_cm23.h.

◆ CoreDebug_DHCSR_C_MASKINTS_Pos [5/17]

#define CoreDebug_DHCSR_C_MASKINTS_Pos   3U

CoreDebug DHCSR: C_MASKINTS Position

Deprecated
CoreDebug DHCSR: C_MASKINTS Position
Deprecated
CoreDebug DHCSR: C_MASKINTS Position
Deprecated
CoreDebug DHCSR: C_MASKINTS Position
Deprecated
CoreDebug DHCSR: C_MASKINTS Position
Deprecated
CoreDebug DHCSR: C_MASKINTS Position
Deprecated
CoreDebug DHCSR: C_MASKINTS Position
Deprecated
CoreDebug DHCSR: C_MASKINTS Position
Deprecated
CoreDebug DHCSR: C_MASKINTS Position

Definition at line 1289 of file core_cm3.h.

◆ CoreDebug_DHCSR_C_MASKINTS_Pos [6/17]

#define CoreDebug_DHCSR_C_MASKINTS_Pos   3U
Deprecated
CoreDebug DHCSR: C_MASKINTS Position
Deprecated
CoreDebug DHCSR: C_MASKINTS Position

CoreDebug DHCSR: C_MASKINTS Position

Deprecated
CoreDebug DHCSR: C_MASKINTS Position
Deprecated
CoreDebug DHCSR: C_MASKINTS Position
Deprecated
CoreDebug DHCSR: C_MASKINTS Position
Deprecated
CoreDebug DHCSR: C_MASKINTS Position
Deprecated
CoreDebug DHCSR: C_MASKINTS Position
Deprecated
CoreDebug DHCSR: C_MASKINTS Position

Definition at line 1873 of file core_cm33.h.

◆ CoreDebug_DHCSR_C_MASKINTS_Pos [7/17]

#define CoreDebug_DHCSR_C_MASKINTS_Pos   3U
Deprecated
CoreDebug DHCSR: C_MASKINTS Position

CoreDebug DHCSR: C_MASKINTS Position

Deprecated
CoreDebug DHCSR: C_MASKINTS Position
Deprecated
CoreDebug DHCSR: C_MASKINTS Position
Deprecated
CoreDebug DHCSR: C_MASKINTS Position
Deprecated
CoreDebug DHCSR: C_MASKINTS Position
Deprecated
CoreDebug DHCSR: C_MASKINTS Position
Deprecated
CoreDebug DHCSR: C_MASKINTS Position

Definition at line 1873 of file core_cm35p.h.

◆ CoreDebug_DHCSR_C_MASKINTS_Pos [8/17]

#define CoreDebug_DHCSR_C_MASKINTS_Pos   3U

CoreDebug DHCSR: C_MASKINTS Position

Deprecated
CoreDebug DHCSR: C_MASKINTS Position
Deprecated
CoreDebug DHCSR: C_MASKINTS Position
Deprecated
CoreDebug DHCSR: C_MASKINTS Position
Deprecated
CoreDebug DHCSR: C_MASKINTS Position
Deprecated
CoreDebug DHCSR: C_MASKINTS Position
Deprecated
CoreDebug DHCSR: C_MASKINTS Position

Definition at line 1466 of file core_cm4.h.

◆ CoreDebug_DHCSR_C_MASKINTS_Pos [9/17]

#define CoreDebug_DHCSR_C_MASKINTS_Pos   3U
Deprecated
CoreDebug DHCSR: C_MASKINTS Position

CoreDebug DHCSR: C_MASKINTS Position

Deprecated
CoreDebug DHCSR: C_MASKINTS Position
Deprecated
CoreDebug DHCSR: C_MASKINTS Position
Deprecated
CoreDebug DHCSR: C_MASKINTS Position
Deprecated
CoreDebug DHCSR: C_MASKINTS Position
Deprecated
CoreDebug DHCSR: C_MASKINTS Position

Definition at line 3254 of file core_cm55.h.

◆ CoreDebug_DHCSR_C_MASKINTS_Pos [10/17]

#define CoreDebug_DHCSR_C_MASKINTS_Pos   3U

CoreDebug DHCSR: C_MASKINTS Position

Deprecated
CoreDebug DHCSR: C_MASKINTS Position
Deprecated
CoreDebug DHCSR: C_MASKINTS Position
Deprecated
CoreDebug DHCSR: C_MASKINTS Position
Deprecated
CoreDebug DHCSR: C_MASKINTS Position
Deprecated
CoreDebug DHCSR: C_MASKINTS Position

Definition at line 1693 of file core_cm7.h.

◆ CoreDebug_DHCSR_C_MASKINTS_Pos [11/17]

#define CoreDebug_DHCSR_C_MASKINTS_Pos   3U
Deprecated
CoreDebug DHCSR: C_MASKINTS Position

CoreDebug DHCSR: C_MASKINTS Position

Deprecated
CoreDebug DHCSR: C_MASKINTS Position
Deprecated
CoreDebug DHCSR: C_MASKINTS Position
Deprecated
CoreDebug DHCSR: C_MASKINTS Position
Deprecated
CoreDebug DHCSR: C_MASKINTS Position

Definition at line 3159 of file core_cm85.h.

◆ CoreDebug_DHCSR_C_MASKINTS_Pos [12/17]

#define CoreDebug_DHCSR_C_MASKINTS_Pos   3U

CoreDebug DHCSR: C_MASKINTS Position

Deprecated
CoreDebug DHCSR: C_MASKINTS Position
Deprecated
CoreDebug DHCSR: C_MASKINTS Position
Deprecated
CoreDebug DHCSR: C_MASKINTS Position
Deprecated
CoreDebug DHCSR: C_MASKINTS Position

Definition at line 1272 of file core_sc300.h.

◆ CoreDebug_DHCSR_C_MASKINTS_Pos [13/17]

#define CoreDebug_DHCSR_C_MASKINTS_Pos   3U
Deprecated
CoreDebug DHCSR: C_MASKINTS Position
Deprecated
CoreDebug DHCSR: C_MASKINTS Position
Deprecated
CoreDebug DHCSR: C_MASKINTS Position
Deprecated
CoreDebug DHCSR: C_MASKINTS Position

CoreDebug DHCSR: C_MASKINTS Position

Definition at line 2700 of file core_armv81mml.h.

◆ CoreDebug_DHCSR_C_MASKINTS_Pos [14/17]

#define CoreDebug_DHCSR_C_MASKINTS_Pos   3U
Deprecated
CoreDebug DHCSR: C_MASKINTS Position
Deprecated
CoreDebug DHCSR: C_MASKINTS Position
Deprecated
CoreDebug DHCSR: C_MASKINTS Position

CoreDebug DHCSR: C_MASKINTS Position

Definition at line 1032 of file core_armv8mbl.h.

◆ CoreDebug_DHCSR_C_MASKINTS_Pos [15/17]

#define CoreDebug_DHCSR_C_MASKINTS_Pos   3U
Deprecated
CoreDebug DHCSR: C_MASKINTS Position
Deprecated
CoreDebug DHCSR: C_MASKINTS Position

CoreDebug DHCSR: C_MASKINTS Position

Definition at line 1798 of file core_armv8mml.h.

◆ CoreDebug_DHCSR_C_MASKINTS_Pos [16/17]

#define CoreDebug_DHCSR_C_MASKINTS_Pos   3U
Deprecated
CoreDebug DHCSR: C_MASKINTS Position

CoreDebug DHCSR: C_MASKINTS Position

Definition at line 1873 of file core_cm33.h.

◆ CoreDebug_DHCSR_C_MASKINTS_Pos [17/17]

#define CoreDebug_DHCSR_C_MASKINTS_Pos   3U

CoreDebug DHCSR: C_MASKINTS Position

Definition at line 1466 of file core_cm4.h.

◆ CoreDebug_DHCSR_C_PMOV_Msk [1/4]

#define CoreDebug_DHCSR_C_PMOV_Msk   (1UL << CoreDebug_DHCSR_C_PMOV_Pos)
Deprecated
CoreDebug DHCSR: C_PMOV Mask
Deprecated
CoreDebug DHCSR: C_PMOV Mask
Deprecated
CoreDebug DHCSR: C_PMOV Mask
Deprecated
CoreDebug DHCSR: C_PMOV Mask

Definition at line 2695 of file core_armv81mml.h.

◆ CoreDebug_DHCSR_C_PMOV_Msk [2/4]

#define CoreDebug_DHCSR_C_PMOV_Msk   (1UL << CoreDebug_DHCSR_C_PMOV_Pos)
Deprecated
CoreDebug DHCSR: C_PMOV Mask
Deprecated
CoreDebug DHCSR: C_PMOV Mask
Deprecated
CoreDebug DHCSR: C_PMOV Mask

Definition at line 3249 of file core_cm55.h.

◆ CoreDebug_DHCSR_C_PMOV_Msk [3/4]

#define CoreDebug_DHCSR_C_PMOV_Msk   (1UL << CoreDebug_DHCSR_C_PMOV_Pos)
Deprecated
CoreDebug DHCSR: C_PMOV Mask
Deprecated
CoreDebug DHCSR: C_PMOV Mask

Definition at line 3154 of file core_cm85.h.

◆ CoreDebug_DHCSR_C_PMOV_Msk [4/4]

#define CoreDebug_DHCSR_C_PMOV_Msk   (1UL << CoreDebug_DHCSR_C_PMOV_Pos)
Deprecated
CoreDebug DHCSR: C_PMOV Mask

Definition at line 2695 of file core_armv81mml.h.

◆ CoreDebug_DHCSR_C_PMOV_Pos [1/4]

#define CoreDebug_DHCSR_C_PMOV_Pos   6U
Deprecated
CoreDebug DHCSR: C_PMOV Position
Deprecated
CoreDebug DHCSR: C_PMOV Position
Deprecated
CoreDebug DHCSR: C_PMOV Position
Deprecated
CoreDebug DHCSR: C_PMOV Position

Definition at line 2694 of file core_armv81mml.h.

◆ CoreDebug_DHCSR_C_PMOV_Pos [2/4]

#define CoreDebug_DHCSR_C_PMOV_Pos   6U
Deprecated
CoreDebug DHCSR: C_PMOV Position
Deprecated
CoreDebug DHCSR: C_PMOV Position
Deprecated
CoreDebug DHCSR: C_PMOV Position

Definition at line 3248 of file core_cm55.h.

◆ CoreDebug_DHCSR_C_PMOV_Pos [3/4]

#define CoreDebug_DHCSR_C_PMOV_Pos   6U
Deprecated
CoreDebug DHCSR: C_PMOV Position
Deprecated
CoreDebug DHCSR: C_PMOV Position

Definition at line 3153 of file core_cm85.h.

◆ CoreDebug_DHCSR_C_PMOV_Pos [4/4]

#define CoreDebug_DHCSR_C_PMOV_Pos   6U
Deprecated
CoreDebug DHCSR: C_PMOV Position

Definition at line 2694 of file core_armv81mml.h.

◆ CoreDebug_DHCSR_C_SNAPSTALL_Msk [1/14]

#define CoreDebug_DHCSR_C_SNAPSTALL_Msk   (1UL << CoreDebug_DHCSR_C_SNAPSTALL_Pos)
Deprecated
CoreDebug DHCSR: C_SNAPSTALL Mask
Deprecated
CoreDebug DHCSR: C_SNAPSTALL Mask

CoreDebug DHCSR: C_SNAPSTALL Mask

Deprecated
CoreDebug DHCSR: C_SNAPSTALL Mask
Deprecated
CoreDebug DHCSR: C_SNAPSTALL Mask
Deprecated
CoreDebug DHCSR: C_SNAPSTALL Mask
Deprecated
CoreDebug DHCSR: C_SNAPSTALL Mask
Deprecated
CoreDebug DHCSR: C_SNAPSTALL Mask
Deprecated
CoreDebug DHCSR: C_SNAPSTALL Mask
Deprecated
CoreDebug DHCSR: C_SNAPSTALL Mask

Definition at line 2698 of file core_armv81mml.h.

◆ CoreDebug_DHCSR_C_SNAPSTALL_Msk [2/14]

#define CoreDebug_DHCSR_C_SNAPSTALL_Msk   (1UL << CoreDebug_DHCSR_C_SNAPSTALL_Pos)
Deprecated
CoreDebug DHCSR: C_SNAPSTALL Mask

CoreDebug DHCSR: C_SNAPSTALL Mask

Deprecated
CoreDebug DHCSR: C_SNAPSTALL Mask
Deprecated
CoreDebug DHCSR: C_SNAPSTALL Mask
Deprecated
CoreDebug DHCSR: C_SNAPSTALL Mask
Deprecated
CoreDebug DHCSR: C_SNAPSTALL Mask
Deprecated
CoreDebug DHCSR: C_SNAPSTALL Mask
Deprecated
CoreDebug DHCSR: C_SNAPSTALL Mask
Deprecated
CoreDebug DHCSR: C_SNAPSTALL Mask

Definition at line 1796 of file core_armv8mml.h.

◆ CoreDebug_DHCSR_C_SNAPSTALL_Msk [3/14]

#define CoreDebug_DHCSR_C_SNAPSTALL_Msk   (1UL << CoreDebug_DHCSR_C_SNAPSTALL_Pos)

CoreDebug DHCSR: C_SNAPSTALL Mask

Deprecated
CoreDebug DHCSR: C_SNAPSTALL Mask
Deprecated
CoreDebug DHCSR: C_SNAPSTALL Mask
Deprecated
CoreDebug DHCSR: C_SNAPSTALL Mask
Deprecated
CoreDebug DHCSR: C_SNAPSTALL Mask
Deprecated
CoreDebug DHCSR: C_SNAPSTALL Mask
Deprecated
CoreDebug DHCSR: C_SNAPSTALL Mask
Deprecated
CoreDebug DHCSR: C_SNAPSTALL Mask

Definition at line 1287 of file core_cm3.h.

◆ CoreDebug_DHCSR_C_SNAPSTALL_Msk [4/14]

#define CoreDebug_DHCSR_C_SNAPSTALL_Msk   (1UL << CoreDebug_DHCSR_C_SNAPSTALL_Pos)
Deprecated
CoreDebug DHCSR: C_SNAPSTALL Mask
Deprecated
CoreDebug DHCSR: C_SNAPSTALL Mask

CoreDebug DHCSR: C_SNAPSTALL Mask

Deprecated
CoreDebug DHCSR: C_SNAPSTALL Mask
Deprecated
CoreDebug DHCSR: C_SNAPSTALL Mask
Deprecated
CoreDebug DHCSR: C_SNAPSTALL Mask
Deprecated
CoreDebug DHCSR: C_SNAPSTALL Mask
Deprecated
CoreDebug DHCSR: C_SNAPSTALL Mask

Definition at line 1871 of file core_cm33.h.

◆ CoreDebug_DHCSR_C_SNAPSTALL_Msk [5/14]

#define CoreDebug_DHCSR_C_SNAPSTALL_Msk   (1UL << CoreDebug_DHCSR_C_SNAPSTALL_Pos)
Deprecated
CoreDebug DHCSR: C_SNAPSTALL Mask

CoreDebug DHCSR: C_SNAPSTALL Mask

Deprecated
CoreDebug DHCSR: C_SNAPSTALL Mask
Deprecated
CoreDebug DHCSR: C_SNAPSTALL Mask
Deprecated
CoreDebug DHCSR: C_SNAPSTALL Mask
Deprecated
CoreDebug DHCSR: C_SNAPSTALL Mask
Deprecated
CoreDebug DHCSR: C_SNAPSTALL Mask

Definition at line 1871 of file core_cm35p.h.

◆ CoreDebug_DHCSR_C_SNAPSTALL_Msk [6/14]

#define CoreDebug_DHCSR_C_SNAPSTALL_Msk   (1UL << CoreDebug_DHCSR_C_SNAPSTALL_Pos)

CoreDebug DHCSR: C_SNAPSTALL Mask

Deprecated
CoreDebug DHCSR: C_SNAPSTALL Mask
Deprecated
CoreDebug DHCSR: C_SNAPSTALL Mask
Deprecated
CoreDebug DHCSR: C_SNAPSTALL Mask
Deprecated
CoreDebug DHCSR: C_SNAPSTALL Mask
Deprecated
CoreDebug DHCSR: C_SNAPSTALL Mask

Definition at line 1464 of file core_cm4.h.

◆ CoreDebug_DHCSR_C_SNAPSTALL_Msk [7/14]

#define CoreDebug_DHCSR_C_SNAPSTALL_Msk   (1UL << CoreDebug_DHCSR_C_SNAPSTALL_Pos)
Deprecated
CoreDebug DHCSR: C_SNAPSTALL Mask

CoreDebug DHCSR: C_SNAPSTALL Mask

Deprecated
CoreDebug DHCSR: C_SNAPSTALL Mask
Deprecated
CoreDebug DHCSR: C_SNAPSTALL Mask
Deprecated
CoreDebug DHCSR: C_SNAPSTALL Mask
Deprecated
CoreDebug DHCSR: C_SNAPSTALL Mask

Definition at line 3252 of file core_cm55.h.

◆ CoreDebug_DHCSR_C_SNAPSTALL_Msk [8/14]

#define CoreDebug_DHCSR_C_SNAPSTALL_Msk   (1UL << CoreDebug_DHCSR_C_SNAPSTALL_Pos)

CoreDebug DHCSR: C_SNAPSTALL Mask

Deprecated
CoreDebug DHCSR: C_SNAPSTALL Mask
Deprecated
CoreDebug DHCSR: C_SNAPSTALL Mask
Deprecated
CoreDebug DHCSR: C_SNAPSTALL Mask
Deprecated
CoreDebug DHCSR: C_SNAPSTALL Mask

Definition at line 1691 of file core_cm7.h.

◆ CoreDebug_DHCSR_C_SNAPSTALL_Msk [9/14]

#define CoreDebug_DHCSR_C_SNAPSTALL_Msk   (1UL << CoreDebug_DHCSR_C_SNAPSTALL_Pos)
Deprecated
CoreDebug DHCSR: C_SNAPSTALL Mask

CoreDebug DHCSR: C_SNAPSTALL Mask

Deprecated
CoreDebug DHCSR: C_SNAPSTALL Mask
Deprecated
CoreDebug DHCSR: C_SNAPSTALL Mask
Deprecated
CoreDebug DHCSR: C_SNAPSTALL Mask

Definition at line 3157 of file core_cm85.h.

◆ CoreDebug_DHCSR_C_SNAPSTALL_Msk [10/14]

#define CoreDebug_DHCSR_C_SNAPSTALL_Msk   (1UL << CoreDebug_DHCSR_C_SNAPSTALL_Pos)

CoreDebug DHCSR: C_SNAPSTALL Mask

Deprecated
CoreDebug DHCSR: C_SNAPSTALL Mask
Deprecated
CoreDebug DHCSR: C_SNAPSTALL Mask
Deprecated
CoreDebug DHCSR: C_SNAPSTALL Mask

Definition at line 1270 of file core_sc300.h.

◆ CoreDebug_DHCSR_C_SNAPSTALL_Msk [11/14]

#define CoreDebug_DHCSR_C_SNAPSTALL_Msk   (1UL << CoreDebug_DHCSR_C_SNAPSTALL_Pos)
Deprecated
CoreDebug DHCSR: C_SNAPSTALL Mask
Deprecated
CoreDebug DHCSR: C_SNAPSTALL Mask
Deprecated
CoreDebug DHCSR: C_SNAPSTALL Mask

CoreDebug DHCSR: C_SNAPSTALL Mask

Definition at line 2698 of file core_armv81mml.h.

◆ CoreDebug_DHCSR_C_SNAPSTALL_Msk [12/14]

#define CoreDebug_DHCSR_C_SNAPSTALL_Msk   (1UL << CoreDebug_DHCSR_C_SNAPSTALL_Pos)
Deprecated
CoreDebug DHCSR: C_SNAPSTALL Mask
Deprecated
CoreDebug DHCSR: C_SNAPSTALL Mask

CoreDebug DHCSR: C_SNAPSTALL Mask

Definition at line 1796 of file core_armv8mml.h.

◆ CoreDebug_DHCSR_C_SNAPSTALL_Msk [13/14]

#define CoreDebug_DHCSR_C_SNAPSTALL_Msk   (1UL << CoreDebug_DHCSR_C_SNAPSTALL_Pos)
Deprecated
CoreDebug DHCSR: C_SNAPSTALL Mask

CoreDebug DHCSR: C_SNAPSTALL Mask

Definition at line 1871 of file core_cm33.h.

◆ CoreDebug_DHCSR_C_SNAPSTALL_Msk [14/14]

#define CoreDebug_DHCSR_C_SNAPSTALL_Msk   (1UL << CoreDebug_DHCSR_C_SNAPSTALL_Pos)

CoreDebug DHCSR: C_SNAPSTALL Mask

Definition at line 1464 of file core_cm4.h.

◆ CoreDebug_DHCSR_C_SNAPSTALL_Pos [1/14]

#define CoreDebug_DHCSR_C_SNAPSTALL_Pos   5U
Deprecated
CoreDebug DHCSR: C_SNAPSTALL Position
Deprecated
CoreDebug DHCSR: C_SNAPSTALL Position

CoreDebug DHCSR: C_SNAPSTALL Position

Deprecated
CoreDebug DHCSR: C_SNAPSTALL Position
Deprecated
CoreDebug DHCSR: C_SNAPSTALL Position
Deprecated
CoreDebug DHCSR: C_SNAPSTALL Position
Deprecated
CoreDebug DHCSR: C_SNAPSTALL Position
Deprecated
CoreDebug DHCSR: C_SNAPSTALL Position
Deprecated
CoreDebug DHCSR: C_SNAPSTALL Position
Deprecated
CoreDebug DHCSR: C_SNAPSTALL Position

Definition at line 2697 of file core_armv81mml.h.

◆ CoreDebug_DHCSR_C_SNAPSTALL_Pos [2/14]

#define CoreDebug_DHCSR_C_SNAPSTALL_Pos   5U
Deprecated
CoreDebug DHCSR: C_SNAPSTALL Position

CoreDebug DHCSR: C_SNAPSTALL Position

Deprecated
CoreDebug DHCSR: C_SNAPSTALL Position
Deprecated
CoreDebug DHCSR: C_SNAPSTALL Position
Deprecated
CoreDebug DHCSR: C_SNAPSTALL Position
Deprecated
CoreDebug DHCSR: C_SNAPSTALL Position
Deprecated
CoreDebug DHCSR: C_SNAPSTALL Position
Deprecated
CoreDebug DHCSR: C_SNAPSTALL Position
Deprecated
CoreDebug DHCSR: C_SNAPSTALL Position

Definition at line 1795 of file core_armv8mml.h.

◆ CoreDebug_DHCSR_C_SNAPSTALL_Pos [3/14]

#define CoreDebug_DHCSR_C_SNAPSTALL_Pos   5U

CoreDebug DHCSR: C_SNAPSTALL Position

Deprecated
CoreDebug DHCSR: C_SNAPSTALL Position
Deprecated
CoreDebug DHCSR: C_SNAPSTALL Position
Deprecated
CoreDebug DHCSR: C_SNAPSTALL Position
Deprecated
CoreDebug DHCSR: C_SNAPSTALL Position
Deprecated
CoreDebug DHCSR: C_SNAPSTALL Position
Deprecated
CoreDebug DHCSR: C_SNAPSTALL Position
Deprecated
CoreDebug DHCSR: C_SNAPSTALL Position

Definition at line 1286 of file core_cm3.h.

◆ CoreDebug_DHCSR_C_SNAPSTALL_Pos [4/14]

#define CoreDebug_DHCSR_C_SNAPSTALL_Pos   5U
Deprecated
CoreDebug DHCSR: C_SNAPSTALL Position
Deprecated
CoreDebug DHCSR: C_SNAPSTALL Position

CoreDebug DHCSR: C_SNAPSTALL Position

Deprecated
CoreDebug DHCSR: C_SNAPSTALL Position
Deprecated
CoreDebug DHCSR: C_SNAPSTALL Position
Deprecated
CoreDebug DHCSR: C_SNAPSTALL Position
Deprecated
CoreDebug DHCSR: C_SNAPSTALL Position
Deprecated
CoreDebug DHCSR: C_SNAPSTALL Position

Definition at line 1870 of file core_cm33.h.

◆ CoreDebug_DHCSR_C_SNAPSTALL_Pos [5/14]

#define CoreDebug_DHCSR_C_SNAPSTALL_Pos   5U
Deprecated
CoreDebug DHCSR: C_SNAPSTALL Position

CoreDebug DHCSR: C_SNAPSTALL Position

Deprecated
CoreDebug DHCSR: C_SNAPSTALL Position
Deprecated
CoreDebug DHCSR: C_SNAPSTALL Position
Deprecated
CoreDebug DHCSR: C_SNAPSTALL Position
Deprecated
CoreDebug DHCSR: C_SNAPSTALL Position
Deprecated
CoreDebug DHCSR: C_SNAPSTALL Position

Definition at line 1870 of file core_cm35p.h.

◆ CoreDebug_DHCSR_C_SNAPSTALL_Pos [6/14]

#define CoreDebug_DHCSR_C_SNAPSTALL_Pos   5U

CoreDebug DHCSR: C_SNAPSTALL Position

Deprecated
CoreDebug DHCSR: C_SNAPSTALL Position
Deprecated
CoreDebug DHCSR: C_SNAPSTALL Position
Deprecated
CoreDebug DHCSR: C_SNAPSTALL Position
Deprecated
CoreDebug DHCSR: C_SNAPSTALL Position
Deprecated
CoreDebug DHCSR: C_SNAPSTALL Position

Definition at line 1463 of file core_cm4.h.

◆ CoreDebug_DHCSR_C_SNAPSTALL_Pos [7/14]

#define CoreDebug_DHCSR_C_SNAPSTALL_Pos   5U
Deprecated
CoreDebug DHCSR: C_SNAPSTALL Position

CoreDebug DHCSR: C_SNAPSTALL Position

Deprecated
CoreDebug DHCSR: C_SNAPSTALL Position
Deprecated
CoreDebug DHCSR: C_SNAPSTALL Position
Deprecated
CoreDebug DHCSR: C_SNAPSTALL Position
Deprecated
CoreDebug DHCSR: C_SNAPSTALL Position

Definition at line 3251 of file core_cm55.h.

◆ CoreDebug_DHCSR_C_SNAPSTALL_Pos [8/14]

#define CoreDebug_DHCSR_C_SNAPSTALL_Pos   5U

CoreDebug DHCSR: C_SNAPSTALL Position

Deprecated
CoreDebug DHCSR: C_SNAPSTALL Position
Deprecated
CoreDebug DHCSR: C_SNAPSTALL Position
Deprecated
CoreDebug DHCSR: C_SNAPSTALL Position
Deprecated
CoreDebug DHCSR: C_SNAPSTALL Position

Definition at line 1690 of file core_cm7.h.

◆ CoreDebug_DHCSR_C_SNAPSTALL_Pos [9/14]

#define CoreDebug_DHCSR_C_SNAPSTALL_Pos   5U
Deprecated
CoreDebug DHCSR: C_SNAPSTALL Position

CoreDebug DHCSR: C_SNAPSTALL Position

Deprecated
CoreDebug DHCSR: C_SNAPSTALL Position
Deprecated
CoreDebug DHCSR: C_SNAPSTALL Position
Deprecated
CoreDebug DHCSR: C_SNAPSTALL Position

Definition at line 3156 of file core_cm85.h.

◆ CoreDebug_DHCSR_C_SNAPSTALL_Pos [10/14]

#define CoreDebug_DHCSR_C_SNAPSTALL_Pos   5U

CoreDebug DHCSR: C_SNAPSTALL Position

Deprecated
CoreDebug DHCSR: C_SNAPSTALL Position
Deprecated
CoreDebug DHCSR: C_SNAPSTALL Position
Deprecated
CoreDebug DHCSR: C_SNAPSTALL Position

Definition at line 1269 of file core_sc300.h.

◆ CoreDebug_DHCSR_C_SNAPSTALL_Pos [11/14]

#define CoreDebug_DHCSR_C_SNAPSTALL_Pos   5U
Deprecated
CoreDebug DHCSR: C_SNAPSTALL Position
Deprecated
CoreDebug DHCSR: C_SNAPSTALL Position
Deprecated
CoreDebug DHCSR: C_SNAPSTALL Position

CoreDebug DHCSR: C_SNAPSTALL Position

Definition at line 2697 of file core_armv81mml.h.

◆ CoreDebug_DHCSR_C_SNAPSTALL_Pos [12/14]

#define CoreDebug_DHCSR_C_SNAPSTALL_Pos   5U
Deprecated
CoreDebug DHCSR: C_SNAPSTALL Position
Deprecated
CoreDebug DHCSR: C_SNAPSTALL Position

CoreDebug DHCSR: C_SNAPSTALL Position

Definition at line 1795 of file core_armv8mml.h.

◆ CoreDebug_DHCSR_C_SNAPSTALL_Pos [13/14]

#define CoreDebug_DHCSR_C_SNAPSTALL_Pos   5U
Deprecated
CoreDebug DHCSR: C_SNAPSTALL Position

CoreDebug DHCSR: C_SNAPSTALL Position

Definition at line 1870 of file core_cm33.h.

◆ CoreDebug_DHCSR_C_SNAPSTALL_Pos [14/14]

#define CoreDebug_DHCSR_C_SNAPSTALL_Pos   5U

CoreDebug DHCSR: C_SNAPSTALL Position

Definition at line 1463 of file core_cm4.h.

◆ CoreDebug_DHCSR_C_STEP_Msk [1/17]

#define CoreDebug_DHCSR_C_STEP_Msk   (1UL << CoreDebug_DHCSR_C_STEP_Pos)
Deprecated
CoreDebug DHCSR: C_STEP Mask
Deprecated
CoreDebug DHCSR: C_STEP Mask
Deprecated
CoreDebug DHCSR: C_STEP Mask
Deprecated
CoreDebug DHCSR: C_STEP Mask

CoreDebug DHCSR: C_STEP Mask

Deprecated
CoreDebug DHCSR: C_STEP Mask
Deprecated
CoreDebug DHCSR: C_STEP Mask
Deprecated
CoreDebug DHCSR: C_STEP Mask
Deprecated
CoreDebug DHCSR: C_STEP Mask
Deprecated
CoreDebug DHCSR: C_STEP Mask
Deprecated
CoreDebug DHCSR: C_STEP Mask
Deprecated
CoreDebug DHCSR: C_STEP Mask
Deprecated
CoreDebug DHCSR: C_STEP Mask

Definition at line 2704 of file core_armv81mml.h.

◆ CoreDebug_DHCSR_C_STEP_Msk [2/17]

#define CoreDebug_DHCSR_C_STEP_Msk   (1UL << CoreDebug_DHCSR_C_STEP_Pos)
Deprecated
CoreDebug DHCSR: C_STEP Mask
Deprecated
CoreDebug DHCSR: C_STEP Mask
Deprecated
CoreDebug DHCSR: C_STEP Mask

CoreDebug DHCSR: C_STEP Mask

Deprecated
CoreDebug DHCSR: C_STEP Mask
Deprecated
CoreDebug DHCSR: C_STEP Mask
Deprecated
CoreDebug DHCSR: C_STEP Mask
Deprecated
CoreDebug DHCSR: C_STEP Mask
Deprecated
CoreDebug DHCSR: C_STEP Mask
Deprecated
CoreDebug DHCSR: C_STEP Mask
Deprecated
CoreDebug DHCSR: C_STEP Mask
Deprecated
CoreDebug DHCSR: C_STEP Mask

Definition at line 1036 of file core_armv8mbl.h.

◆ CoreDebug_DHCSR_C_STEP_Msk [3/17]

#define CoreDebug_DHCSR_C_STEP_Msk   (1UL << CoreDebug_DHCSR_C_STEP_Pos)
Deprecated
CoreDebug DHCSR: C_STEP Mask
Deprecated
CoreDebug DHCSR: C_STEP Mask

CoreDebug DHCSR: C_STEP Mask

Deprecated
CoreDebug DHCSR: C_STEP Mask
Deprecated
CoreDebug DHCSR: C_STEP Mask
Deprecated
CoreDebug DHCSR: C_STEP Mask
Deprecated
CoreDebug DHCSR: C_STEP Mask
Deprecated
CoreDebug DHCSR: C_STEP Mask
Deprecated
CoreDebug DHCSR: C_STEP Mask
Deprecated
CoreDebug DHCSR: C_STEP Mask
Deprecated
CoreDebug DHCSR: C_STEP Mask

Definition at line 1802 of file core_armv8mml.h.

◆ CoreDebug_DHCSR_C_STEP_Msk [4/17]

#define CoreDebug_DHCSR_C_STEP_Msk   (1UL << CoreDebug_DHCSR_C_STEP_Pos)
Deprecated
CoreDebug DHCSR: C_STEP Mask

CoreDebug DHCSR: C_STEP Mask

Deprecated
CoreDebug DHCSR: C_STEP Mask
Deprecated
CoreDebug DHCSR: C_STEP Mask
Deprecated
CoreDebug DHCSR: C_STEP Mask
Deprecated
CoreDebug DHCSR: C_STEP Mask
Deprecated
CoreDebug DHCSR: C_STEP Mask
Deprecated
CoreDebug DHCSR: C_STEP Mask
Deprecated
CoreDebug DHCSR: C_STEP Mask
Deprecated
CoreDebug DHCSR: C_STEP Mask

Definition at line 1111 of file core_cm23.h.

◆ CoreDebug_DHCSR_C_STEP_Msk [5/17]

#define CoreDebug_DHCSR_C_STEP_Msk   (1UL << CoreDebug_DHCSR_C_STEP_Pos)

CoreDebug DHCSR: C_STEP Mask

Deprecated
CoreDebug DHCSR: C_STEP Mask
Deprecated
CoreDebug DHCSR: C_STEP Mask
Deprecated
CoreDebug DHCSR: C_STEP Mask
Deprecated
CoreDebug DHCSR: C_STEP Mask
Deprecated
CoreDebug DHCSR: C_STEP Mask
Deprecated
CoreDebug DHCSR: C_STEP Mask
Deprecated
CoreDebug DHCSR: C_STEP Mask
Deprecated
CoreDebug DHCSR: C_STEP Mask

Definition at line 1293 of file core_cm3.h.

◆ CoreDebug_DHCSR_C_STEP_Msk [6/17]

#define CoreDebug_DHCSR_C_STEP_Msk   (1UL << CoreDebug_DHCSR_C_STEP_Pos)
Deprecated
CoreDebug DHCSR: C_STEP Mask
Deprecated
CoreDebug DHCSR: C_STEP Mask

CoreDebug DHCSR: C_STEP Mask

Deprecated
CoreDebug DHCSR: C_STEP Mask
Deprecated
CoreDebug DHCSR: C_STEP Mask
Deprecated
CoreDebug DHCSR: C_STEP Mask
Deprecated
CoreDebug DHCSR: C_STEP Mask
Deprecated
CoreDebug DHCSR: C_STEP Mask
Deprecated
CoreDebug DHCSR: C_STEP Mask

Definition at line 1877 of file core_cm33.h.

◆ CoreDebug_DHCSR_C_STEP_Msk [7/17]

#define CoreDebug_DHCSR_C_STEP_Msk   (1UL << CoreDebug_DHCSR_C_STEP_Pos)
Deprecated
CoreDebug DHCSR: C_STEP Mask

CoreDebug DHCSR: C_STEP Mask

Deprecated
CoreDebug DHCSR: C_STEP Mask
Deprecated
CoreDebug DHCSR: C_STEP Mask
Deprecated
CoreDebug DHCSR: C_STEP Mask
Deprecated
CoreDebug DHCSR: C_STEP Mask
Deprecated
CoreDebug DHCSR: C_STEP Mask
Deprecated
CoreDebug DHCSR: C_STEP Mask

Definition at line 1877 of file core_cm35p.h.

◆ CoreDebug_DHCSR_C_STEP_Msk [8/17]

#define CoreDebug_DHCSR_C_STEP_Msk   (1UL << CoreDebug_DHCSR_C_STEP_Pos)

CoreDebug DHCSR: C_STEP Mask

Deprecated
CoreDebug DHCSR: C_STEP Mask
Deprecated
CoreDebug DHCSR: C_STEP Mask
Deprecated
CoreDebug DHCSR: C_STEP Mask
Deprecated
CoreDebug DHCSR: C_STEP Mask
Deprecated
CoreDebug DHCSR: C_STEP Mask
Deprecated
CoreDebug DHCSR: C_STEP Mask

Definition at line 1470 of file core_cm4.h.

◆ CoreDebug_DHCSR_C_STEP_Msk [9/17]

#define CoreDebug_DHCSR_C_STEP_Msk   (1UL << CoreDebug_DHCSR_C_STEP_Pos)
Deprecated
CoreDebug DHCSR: C_STEP Mask

CoreDebug DHCSR: C_STEP Mask

Deprecated
CoreDebug DHCSR: C_STEP Mask
Deprecated
CoreDebug DHCSR: C_STEP Mask
Deprecated
CoreDebug DHCSR: C_STEP Mask
Deprecated
CoreDebug DHCSR: C_STEP Mask
Deprecated
CoreDebug DHCSR: C_STEP Mask

Definition at line 3258 of file core_cm55.h.

◆ CoreDebug_DHCSR_C_STEP_Msk [10/17]

#define CoreDebug_DHCSR_C_STEP_Msk   (1UL << CoreDebug_DHCSR_C_STEP_Pos)

CoreDebug DHCSR: C_STEP Mask

Deprecated
CoreDebug DHCSR: C_STEP Mask
Deprecated
CoreDebug DHCSR: C_STEP Mask
Deprecated
CoreDebug DHCSR: C_STEP Mask
Deprecated
CoreDebug DHCSR: C_STEP Mask
Deprecated
CoreDebug DHCSR: C_STEP Mask

Definition at line 1697 of file core_cm7.h.

◆ CoreDebug_DHCSR_C_STEP_Msk [11/17]

#define CoreDebug_DHCSR_C_STEP_Msk   (1UL << CoreDebug_DHCSR_C_STEP_Pos)
Deprecated
CoreDebug DHCSR: C_STEP Mask

CoreDebug DHCSR: C_STEP Mask

Deprecated
CoreDebug DHCSR: C_STEP Mask
Deprecated
CoreDebug DHCSR: C_STEP Mask
Deprecated
CoreDebug DHCSR: C_STEP Mask
Deprecated
CoreDebug DHCSR: C_STEP Mask

Definition at line 3163 of file core_cm85.h.

◆ CoreDebug_DHCSR_C_STEP_Msk [12/17]

#define CoreDebug_DHCSR_C_STEP_Msk   (1UL << CoreDebug_DHCSR_C_STEP_Pos)

CoreDebug DHCSR: C_STEP Mask

Deprecated
CoreDebug DHCSR: C_STEP Mask
Deprecated
CoreDebug DHCSR: C_STEP Mask
Deprecated
CoreDebug DHCSR: C_STEP Mask
Deprecated
CoreDebug DHCSR: C_STEP Mask

Definition at line 1276 of file core_sc300.h.

◆ CoreDebug_DHCSR_C_STEP_Msk [13/17]

#define CoreDebug_DHCSR_C_STEP_Msk   (1UL << CoreDebug_DHCSR_C_STEP_Pos)
Deprecated
CoreDebug DHCSR: C_STEP Mask
Deprecated
CoreDebug DHCSR: C_STEP Mask
Deprecated
CoreDebug DHCSR: C_STEP Mask
Deprecated
CoreDebug DHCSR: C_STEP Mask

CoreDebug DHCSR: C_STEP Mask

Definition at line 2704 of file core_armv81mml.h.

◆ CoreDebug_DHCSR_C_STEP_Msk [14/17]

#define CoreDebug_DHCSR_C_STEP_Msk   (1UL << CoreDebug_DHCSR_C_STEP_Pos)
Deprecated
CoreDebug DHCSR: C_STEP Mask
Deprecated
CoreDebug DHCSR: C_STEP Mask
Deprecated
CoreDebug DHCSR: C_STEP Mask

CoreDebug DHCSR: C_STEP Mask

Definition at line 1036 of file core_armv8mbl.h.

◆ CoreDebug_DHCSR_C_STEP_Msk [15/17]

#define CoreDebug_DHCSR_C_STEP_Msk   (1UL << CoreDebug_DHCSR_C_STEP_Pos)
Deprecated
CoreDebug DHCSR: C_STEP Mask
Deprecated
CoreDebug DHCSR: C_STEP Mask

CoreDebug DHCSR: C_STEP Mask

Definition at line 1802 of file core_armv8mml.h.

◆ CoreDebug_DHCSR_C_STEP_Msk [16/17]

#define CoreDebug_DHCSR_C_STEP_Msk   (1UL << CoreDebug_DHCSR_C_STEP_Pos)
Deprecated
CoreDebug DHCSR: C_STEP Mask

CoreDebug DHCSR: C_STEP Mask

Definition at line 1877 of file core_cm33.h.

◆ CoreDebug_DHCSR_C_STEP_Msk [17/17]

#define CoreDebug_DHCSR_C_STEP_Msk   (1UL << CoreDebug_DHCSR_C_STEP_Pos)

CoreDebug DHCSR: C_STEP Mask

Definition at line 1470 of file core_cm4.h.

◆ CoreDebug_DHCSR_C_STEP_Pos [1/17]

#define CoreDebug_DHCSR_C_STEP_Pos   2U
Deprecated
CoreDebug DHCSR: C_STEP Position
Deprecated
CoreDebug DHCSR: C_STEP Position
Deprecated
CoreDebug DHCSR: C_STEP Position
Deprecated
CoreDebug DHCSR: C_STEP Position

CoreDebug DHCSR: C_STEP Position

Deprecated
CoreDebug DHCSR: C_STEP Position
Deprecated
CoreDebug DHCSR: C_STEP Position
Deprecated
CoreDebug DHCSR: C_STEP Position
Deprecated
CoreDebug DHCSR: C_STEP Position
Deprecated
CoreDebug DHCSR: C_STEP Position
Deprecated
CoreDebug DHCSR: C_STEP Position
Deprecated
CoreDebug DHCSR: C_STEP Position
Deprecated
CoreDebug DHCSR: C_STEP Position

Definition at line 2703 of file core_armv81mml.h.

◆ CoreDebug_DHCSR_C_STEP_Pos [2/17]

#define CoreDebug_DHCSR_C_STEP_Pos   2U
Deprecated
CoreDebug DHCSR: C_STEP Position
Deprecated
CoreDebug DHCSR: C_STEP Position
Deprecated
CoreDebug DHCSR: C_STEP Position

CoreDebug DHCSR: C_STEP Position

Deprecated
CoreDebug DHCSR: C_STEP Position
Deprecated
CoreDebug DHCSR: C_STEP Position
Deprecated
CoreDebug DHCSR: C_STEP Position
Deprecated
CoreDebug DHCSR: C_STEP Position
Deprecated
CoreDebug DHCSR: C_STEP Position
Deprecated
CoreDebug DHCSR: C_STEP Position
Deprecated
CoreDebug DHCSR: C_STEP Position
Deprecated
CoreDebug DHCSR: C_STEP Position

Definition at line 1035 of file core_armv8mbl.h.

◆ CoreDebug_DHCSR_C_STEP_Pos [3/17]

#define CoreDebug_DHCSR_C_STEP_Pos   2U
Deprecated
CoreDebug DHCSR: C_STEP Position
Deprecated
CoreDebug DHCSR: C_STEP Position

CoreDebug DHCSR: C_STEP Position

Deprecated
CoreDebug DHCSR: C_STEP Position
Deprecated
CoreDebug DHCSR: C_STEP Position
Deprecated
CoreDebug DHCSR: C_STEP Position
Deprecated
CoreDebug DHCSR: C_STEP Position
Deprecated
CoreDebug DHCSR: C_STEP Position
Deprecated
CoreDebug DHCSR: C_STEP Position
Deprecated
CoreDebug DHCSR: C_STEP Position
Deprecated
CoreDebug DHCSR: C_STEP Position

Definition at line 1801 of file core_armv8mml.h.

◆ CoreDebug_DHCSR_C_STEP_Pos [4/17]

#define CoreDebug_DHCSR_C_STEP_Pos   2U
Deprecated
CoreDebug DHCSR: C_STEP Position

CoreDebug DHCSR: C_STEP Position

Deprecated
CoreDebug DHCSR: C_STEP Position
Deprecated
CoreDebug DHCSR: C_STEP Position
Deprecated
CoreDebug DHCSR: C_STEP Position
Deprecated
CoreDebug DHCSR: C_STEP Position
Deprecated
CoreDebug DHCSR: C_STEP Position
Deprecated
CoreDebug DHCSR: C_STEP Position
Deprecated
CoreDebug DHCSR: C_STEP Position
Deprecated
CoreDebug DHCSR: C_STEP Position

Definition at line 1110 of file core_cm23.h.

◆ CoreDebug_DHCSR_C_STEP_Pos [5/17]

#define CoreDebug_DHCSR_C_STEP_Pos   2U

CoreDebug DHCSR: C_STEP Position

Deprecated
CoreDebug DHCSR: C_STEP Position
Deprecated
CoreDebug DHCSR: C_STEP Position
Deprecated
CoreDebug DHCSR: C_STEP Position
Deprecated
CoreDebug DHCSR: C_STEP Position
Deprecated
CoreDebug DHCSR: C_STEP Position
Deprecated
CoreDebug DHCSR: C_STEP Position
Deprecated
CoreDebug DHCSR: C_STEP Position
Deprecated
CoreDebug DHCSR: C_STEP Position

Definition at line 1292 of file core_cm3.h.

◆ CoreDebug_DHCSR_C_STEP_Pos [6/17]

#define CoreDebug_DHCSR_C_STEP_Pos   2U
Deprecated
CoreDebug DHCSR: C_STEP Position
Deprecated
CoreDebug DHCSR: C_STEP Position

CoreDebug DHCSR: C_STEP Position

Deprecated
CoreDebug DHCSR: C_STEP Position
Deprecated
CoreDebug DHCSR: C_STEP Position
Deprecated
CoreDebug DHCSR: C_STEP Position
Deprecated
CoreDebug DHCSR: C_STEP Position
Deprecated
CoreDebug DHCSR: C_STEP Position
Deprecated
CoreDebug DHCSR: C_STEP Position

Definition at line 1876 of file core_cm33.h.

◆ CoreDebug_DHCSR_C_STEP_Pos [7/17]

#define CoreDebug_DHCSR_C_STEP_Pos   2U
Deprecated
CoreDebug DHCSR: C_STEP Position

CoreDebug DHCSR: C_STEP Position

Deprecated
CoreDebug DHCSR: C_STEP Position
Deprecated
CoreDebug DHCSR: C_STEP Position
Deprecated
CoreDebug DHCSR: C_STEP Position
Deprecated
CoreDebug DHCSR: C_STEP Position
Deprecated
CoreDebug DHCSR: C_STEP Position
Deprecated
CoreDebug DHCSR: C_STEP Position

Definition at line 1876 of file core_cm35p.h.

◆ CoreDebug_DHCSR_C_STEP_Pos [8/17]

#define CoreDebug_DHCSR_C_STEP_Pos   2U

CoreDebug DHCSR: C_STEP Position

Deprecated
CoreDebug DHCSR: C_STEP Position
Deprecated
CoreDebug DHCSR: C_STEP Position
Deprecated
CoreDebug DHCSR: C_STEP Position
Deprecated
CoreDebug DHCSR: C_STEP Position
Deprecated
CoreDebug DHCSR: C_STEP Position
Deprecated
CoreDebug DHCSR: C_STEP Position

Definition at line 1469 of file core_cm4.h.

◆ CoreDebug_DHCSR_C_STEP_Pos [9/17]

#define CoreDebug_DHCSR_C_STEP_Pos   2U
Deprecated
CoreDebug DHCSR: C_STEP Position

CoreDebug DHCSR: C_STEP Position

Deprecated
CoreDebug DHCSR: C_STEP Position
Deprecated
CoreDebug DHCSR: C_STEP Position
Deprecated
CoreDebug DHCSR: C_STEP Position
Deprecated
CoreDebug DHCSR: C_STEP Position
Deprecated
CoreDebug DHCSR: C_STEP Position

Definition at line 3257 of file core_cm55.h.

◆ CoreDebug_DHCSR_C_STEP_Pos [10/17]

#define CoreDebug_DHCSR_C_STEP_Pos   2U

CoreDebug DHCSR: C_STEP Position

Deprecated
CoreDebug DHCSR: C_STEP Position
Deprecated
CoreDebug DHCSR: C_STEP Position
Deprecated
CoreDebug DHCSR: C_STEP Position
Deprecated
CoreDebug DHCSR: C_STEP Position
Deprecated
CoreDebug DHCSR: C_STEP Position

Definition at line 1696 of file core_cm7.h.

◆ CoreDebug_DHCSR_C_STEP_Pos [11/17]

#define CoreDebug_DHCSR_C_STEP_Pos   2U
Deprecated
CoreDebug DHCSR: C_STEP Position

CoreDebug DHCSR: C_STEP Position

Deprecated
CoreDebug DHCSR: C_STEP Position
Deprecated
CoreDebug DHCSR: C_STEP Position
Deprecated
CoreDebug DHCSR: C_STEP Position
Deprecated
CoreDebug DHCSR: C_STEP Position

Definition at line 3162 of file core_cm85.h.

◆ CoreDebug_DHCSR_C_STEP_Pos [12/17]

#define CoreDebug_DHCSR_C_STEP_Pos   2U

CoreDebug DHCSR: C_STEP Position

Deprecated
CoreDebug DHCSR: C_STEP Position
Deprecated
CoreDebug DHCSR: C_STEP Position
Deprecated
CoreDebug DHCSR: C_STEP Position
Deprecated
CoreDebug DHCSR: C_STEP Position

Definition at line 1275 of file core_sc300.h.

◆ CoreDebug_DHCSR_C_STEP_Pos [13/17]

#define CoreDebug_DHCSR_C_STEP_Pos   2U
Deprecated
CoreDebug DHCSR: C_STEP Position
Deprecated
CoreDebug DHCSR: C_STEP Position
Deprecated
CoreDebug DHCSR: C_STEP Position
Deprecated
CoreDebug DHCSR: C_STEP Position

CoreDebug DHCSR: C_STEP Position

Definition at line 2703 of file core_armv81mml.h.

◆ CoreDebug_DHCSR_C_STEP_Pos [14/17]

#define CoreDebug_DHCSR_C_STEP_Pos   2U
Deprecated
CoreDebug DHCSR: C_STEP Position
Deprecated
CoreDebug DHCSR: C_STEP Position
Deprecated
CoreDebug DHCSR: C_STEP Position

CoreDebug DHCSR: C_STEP Position

Definition at line 1035 of file core_armv8mbl.h.

◆ CoreDebug_DHCSR_C_STEP_Pos [15/17]

#define CoreDebug_DHCSR_C_STEP_Pos   2U
Deprecated
CoreDebug DHCSR: C_STEP Position
Deprecated
CoreDebug DHCSR: C_STEP Position

CoreDebug DHCSR: C_STEP Position

Definition at line 1801 of file core_armv8mml.h.

◆ CoreDebug_DHCSR_C_STEP_Pos [16/17]

#define CoreDebug_DHCSR_C_STEP_Pos   2U
Deprecated
CoreDebug DHCSR: C_STEP Position

CoreDebug DHCSR: C_STEP Position

Definition at line 1876 of file core_cm33.h.

◆ CoreDebug_DHCSR_C_STEP_Pos [17/17]

#define CoreDebug_DHCSR_C_STEP_Pos   2U

CoreDebug DHCSR: C_STEP Position

Definition at line 1469 of file core_cm4.h.

◆ CoreDebug_DHCSR_DBGKEY_Msk [1/17]

#define CoreDebug_DHCSR_DBGKEY_Msk   (0xFFFFUL << CoreDebug_DHCSR_DBGKEY_Pos)
Deprecated
CoreDebug DHCSR: DBGKEY Mask
Deprecated
CoreDebug DHCSR: DBGKEY Mask
Deprecated
CoreDebug DHCSR: DBGKEY Mask
Deprecated
CoreDebug DHCSR: DBGKEY Mask

CoreDebug DHCSR: DBGKEY Mask

Deprecated
CoreDebug DHCSR: DBGKEY Mask
Deprecated
CoreDebug DHCSR: DBGKEY Mask
Deprecated
CoreDebug DHCSR: DBGKEY Mask
Deprecated
CoreDebug DHCSR: DBGKEY Mask
Deprecated
CoreDebug DHCSR: DBGKEY Mask
Deprecated
CoreDebug DHCSR: DBGKEY Mask
Deprecated
CoreDebug DHCSR: DBGKEY Mask
Deprecated
CoreDebug DHCSR: DBGKEY Mask

Definition at line 2659 of file core_armv81mml.h.

◆ CoreDebug_DHCSR_DBGKEY_Msk [2/17]

#define CoreDebug_DHCSR_DBGKEY_Msk   (0xFFFFUL << CoreDebug_DHCSR_DBGKEY_Pos)
Deprecated
CoreDebug DHCSR: DBGKEY Mask
Deprecated
CoreDebug DHCSR: DBGKEY Mask
Deprecated
CoreDebug DHCSR: DBGKEY Mask

CoreDebug DHCSR: DBGKEY Mask

Deprecated
CoreDebug DHCSR: DBGKEY Mask
Deprecated
CoreDebug DHCSR: DBGKEY Mask
Deprecated
CoreDebug DHCSR: DBGKEY Mask
Deprecated
CoreDebug DHCSR: DBGKEY Mask
Deprecated
CoreDebug DHCSR: DBGKEY Mask
Deprecated
CoreDebug DHCSR: DBGKEY Mask
Deprecated
CoreDebug DHCSR: DBGKEY Mask
Deprecated
CoreDebug DHCSR: DBGKEY Mask

Definition at line 1009 of file core_armv8mbl.h.

◆ CoreDebug_DHCSR_DBGKEY_Msk [3/17]

#define CoreDebug_DHCSR_DBGKEY_Msk   (0xFFFFUL << CoreDebug_DHCSR_DBGKEY_Pos)
Deprecated
CoreDebug DHCSR: DBGKEY Mask
Deprecated
CoreDebug DHCSR: DBGKEY Mask

CoreDebug DHCSR: DBGKEY Mask

Deprecated
CoreDebug DHCSR: DBGKEY Mask
Deprecated
CoreDebug DHCSR: DBGKEY Mask
Deprecated
CoreDebug DHCSR: DBGKEY Mask
Deprecated
CoreDebug DHCSR: DBGKEY Mask
Deprecated
CoreDebug DHCSR: DBGKEY Mask
Deprecated
CoreDebug DHCSR: DBGKEY Mask
Deprecated
CoreDebug DHCSR: DBGKEY Mask
Deprecated
CoreDebug DHCSR: DBGKEY Mask

Definition at line 1772 of file core_armv8mml.h.

◆ CoreDebug_DHCSR_DBGKEY_Msk [4/17]

#define CoreDebug_DHCSR_DBGKEY_Msk   (0xFFFFUL << CoreDebug_DHCSR_DBGKEY_Pos)
Deprecated
CoreDebug DHCSR: DBGKEY Mask

CoreDebug DHCSR: DBGKEY Mask

Deprecated
CoreDebug DHCSR: DBGKEY Mask
Deprecated
CoreDebug DHCSR: DBGKEY Mask
Deprecated
CoreDebug DHCSR: DBGKEY Mask
Deprecated
CoreDebug DHCSR: DBGKEY Mask
Deprecated
CoreDebug DHCSR: DBGKEY Mask
Deprecated
CoreDebug DHCSR: DBGKEY Mask
Deprecated
CoreDebug DHCSR: DBGKEY Mask
Deprecated
CoreDebug DHCSR: DBGKEY Mask

Definition at line 1084 of file core_cm23.h.

◆ CoreDebug_DHCSR_DBGKEY_Msk [5/17]

#define CoreDebug_DHCSR_DBGKEY_Msk   (0xFFFFUL << CoreDebug_DHCSR_DBGKEY_Pos)

CoreDebug DHCSR: DBGKEY Mask

Deprecated
CoreDebug DHCSR: DBGKEY Mask
Deprecated
CoreDebug DHCSR: DBGKEY Mask
Deprecated
CoreDebug DHCSR: DBGKEY Mask
Deprecated
CoreDebug DHCSR: DBGKEY Mask
Deprecated
CoreDebug DHCSR: DBGKEY Mask
Deprecated
CoreDebug DHCSR: DBGKEY Mask
Deprecated
CoreDebug DHCSR: DBGKEY Mask
Deprecated
CoreDebug DHCSR: DBGKEY Mask

Definition at line 1266 of file core_cm3.h.

◆ CoreDebug_DHCSR_DBGKEY_Msk [6/17]

#define CoreDebug_DHCSR_DBGKEY_Msk   (0xFFFFUL << CoreDebug_DHCSR_DBGKEY_Pos)
Deprecated
CoreDebug DHCSR: DBGKEY Mask
Deprecated
CoreDebug DHCSR: DBGKEY Mask

CoreDebug DHCSR: DBGKEY Mask

Deprecated
CoreDebug DHCSR: DBGKEY Mask
Deprecated
CoreDebug DHCSR: DBGKEY Mask
Deprecated
CoreDebug DHCSR: DBGKEY Mask
Deprecated
CoreDebug DHCSR: DBGKEY Mask
Deprecated
CoreDebug DHCSR: DBGKEY Mask
Deprecated
CoreDebug DHCSR: DBGKEY Mask

Definition at line 1847 of file core_cm33.h.

◆ CoreDebug_DHCSR_DBGKEY_Msk [7/17]

#define CoreDebug_DHCSR_DBGKEY_Msk   (0xFFFFUL << CoreDebug_DHCSR_DBGKEY_Pos)
Deprecated
CoreDebug DHCSR: DBGKEY Mask

CoreDebug DHCSR: DBGKEY Mask

Deprecated
CoreDebug DHCSR: DBGKEY Mask
Deprecated
CoreDebug DHCSR: DBGKEY Mask
Deprecated
CoreDebug DHCSR: DBGKEY Mask
Deprecated
CoreDebug DHCSR: DBGKEY Mask
Deprecated
CoreDebug DHCSR: DBGKEY Mask
Deprecated
CoreDebug DHCSR: DBGKEY Mask

Definition at line 1847 of file core_cm35p.h.

◆ CoreDebug_DHCSR_DBGKEY_Msk [8/17]

#define CoreDebug_DHCSR_DBGKEY_Msk   (0xFFFFUL << CoreDebug_DHCSR_DBGKEY_Pos)

CoreDebug DHCSR: DBGKEY Mask

Deprecated
CoreDebug DHCSR: DBGKEY Mask
Deprecated
CoreDebug DHCSR: DBGKEY Mask
Deprecated
CoreDebug DHCSR: DBGKEY Mask
Deprecated
CoreDebug DHCSR: DBGKEY Mask
Deprecated
CoreDebug DHCSR: DBGKEY Mask
Deprecated
CoreDebug DHCSR: DBGKEY Mask

Definition at line 1443 of file core_cm4.h.

◆ CoreDebug_DHCSR_DBGKEY_Msk [9/17]

#define CoreDebug_DHCSR_DBGKEY_Msk   (0xFFFFUL << CoreDebug_DHCSR_DBGKEY_Pos)
Deprecated
CoreDebug DHCSR: DBGKEY Mask

CoreDebug DHCSR: DBGKEY Mask

Deprecated
CoreDebug DHCSR: DBGKEY Mask
Deprecated
CoreDebug DHCSR: DBGKEY Mask
Deprecated
CoreDebug DHCSR: DBGKEY Mask
Deprecated
CoreDebug DHCSR: DBGKEY Mask
Deprecated
CoreDebug DHCSR: DBGKEY Mask

Definition at line 3213 of file core_cm55.h.

◆ CoreDebug_DHCSR_DBGKEY_Msk [10/17]

#define CoreDebug_DHCSR_DBGKEY_Msk   (0xFFFFUL << CoreDebug_DHCSR_DBGKEY_Pos)

CoreDebug DHCSR: DBGKEY Mask

Deprecated
CoreDebug DHCSR: DBGKEY Mask
Deprecated
CoreDebug DHCSR: DBGKEY Mask
Deprecated
CoreDebug DHCSR: DBGKEY Mask
Deprecated
CoreDebug DHCSR: DBGKEY Mask
Deprecated
CoreDebug DHCSR: DBGKEY Mask

Definition at line 1670 of file core_cm7.h.

◆ CoreDebug_DHCSR_DBGKEY_Msk [11/17]

#define CoreDebug_DHCSR_DBGKEY_Msk   (0xFFFFUL << CoreDebug_DHCSR_DBGKEY_Pos)
Deprecated
CoreDebug DHCSR: DBGKEY Mask

CoreDebug DHCSR: DBGKEY Mask

Deprecated
CoreDebug DHCSR: DBGKEY Mask
Deprecated
CoreDebug DHCSR: DBGKEY Mask
Deprecated
CoreDebug DHCSR: DBGKEY Mask
Deprecated
CoreDebug DHCSR: DBGKEY Mask

Definition at line 3118 of file core_cm85.h.

◆ CoreDebug_DHCSR_DBGKEY_Msk [12/17]

#define CoreDebug_DHCSR_DBGKEY_Msk   (0xFFFFUL << CoreDebug_DHCSR_DBGKEY_Pos)

CoreDebug DHCSR: DBGKEY Mask

Deprecated
CoreDebug DHCSR: DBGKEY Mask
Deprecated
CoreDebug DHCSR: DBGKEY Mask
Deprecated
CoreDebug DHCSR: DBGKEY Mask
Deprecated
CoreDebug DHCSR: DBGKEY Mask

Definition at line 1249 of file core_sc300.h.

◆ CoreDebug_DHCSR_DBGKEY_Msk [13/17]

#define CoreDebug_DHCSR_DBGKEY_Msk   (0xFFFFUL << CoreDebug_DHCSR_DBGKEY_Pos)
Deprecated
CoreDebug DHCSR: DBGKEY Mask
Deprecated
CoreDebug DHCSR: DBGKEY Mask
Deprecated
CoreDebug DHCSR: DBGKEY Mask
Deprecated
CoreDebug DHCSR: DBGKEY Mask

CoreDebug DHCSR: DBGKEY Mask

Definition at line 2659 of file core_armv81mml.h.

◆ CoreDebug_DHCSR_DBGKEY_Msk [14/17]

#define CoreDebug_DHCSR_DBGKEY_Msk   (0xFFFFUL << CoreDebug_DHCSR_DBGKEY_Pos)
Deprecated
CoreDebug DHCSR: DBGKEY Mask
Deprecated
CoreDebug DHCSR: DBGKEY Mask
Deprecated
CoreDebug DHCSR: DBGKEY Mask

CoreDebug DHCSR: DBGKEY Mask

Definition at line 1009 of file core_armv8mbl.h.

◆ CoreDebug_DHCSR_DBGKEY_Msk [15/17]

#define CoreDebug_DHCSR_DBGKEY_Msk   (0xFFFFUL << CoreDebug_DHCSR_DBGKEY_Pos)
Deprecated
CoreDebug DHCSR: DBGKEY Mask
Deprecated
CoreDebug DHCSR: DBGKEY Mask

CoreDebug DHCSR: DBGKEY Mask

Definition at line 1772 of file core_armv8mml.h.

◆ CoreDebug_DHCSR_DBGKEY_Msk [16/17]

#define CoreDebug_DHCSR_DBGKEY_Msk   (0xFFFFUL << CoreDebug_DHCSR_DBGKEY_Pos)
Deprecated
CoreDebug DHCSR: DBGKEY Mask

CoreDebug DHCSR: DBGKEY Mask

Definition at line 1847 of file core_cm33.h.

◆ CoreDebug_DHCSR_DBGKEY_Msk [17/17]

#define CoreDebug_DHCSR_DBGKEY_Msk   (0xFFFFUL << CoreDebug_DHCSR_DBGKEY_Pos)

CoreDebug DHCSR: DBGKEY Mask

Definition at line 1443 of file core_cm4.h.

◆ CoreDebug_DHCSR_DBGKEY_Pos [1/17]

#define CoreDebug_DHCSR_DBGKEY_Pos   16U
Deprecated
CoreDebug DHCSR: DBGKEY Position
Deprecated
CoreDebug DHCSR: DBGKEY Position
Deprecated
CoreDebug DHCSR: DBGKEY Position
Deprecated
CoreDebug DHCSR: DBGKEY Position

CoreDebug DHCSR: DBGKEY Position

Deprecated
CoreDebug DHCSR: DBGKEY Position
Deprecated
CoreDebug DHCSR: DBGKEY Position
Deprecated
CoreDebug DHCSR: DBGKEY Position
Deprecated
CoreDebug DHCSR: DBGKEY Position
Deprecated
CoreDebug DHCSR: DBGKEY Position
Deprecated
CoreDebug DHCSR: DBGKEY Position
Deprecated
CoreDebug DHCSR: DBGKEY Position
Deprecated
CoreDebug DHCSR: DBGKEY Position

Definition at line 2658 of file core_armv81mml.h.

◆ CoreDebug_DHCSR_DBGKEY_Pos [2/17]

#define CoreDebug_DHCSR_DBGKEY_Pos   16U
Deprecated
CoreDebug DHCSR: DBGKEY Position
Deprecated
CoreDebug DHCSR: DBGKEY Position
Deprecated
CoreDebug DHCSR: DBGKEY Position

CoreDebug DHCSR: DBGKEY Position

Deprecated
CoreDebug DHCSR: DBGKEY Position
Deprecated
CoreDebug DHCSR: DBGKEY Position
Deprecated
CoreDebug DHCSR: DBGKEY Position
Deprecated
CoreDebug DHCSR: DBGKEY Position
Deprecated
CoreDebug DHCSR: DBGKEY Position
Deprecated
CoreDebug DHCSR: DBGKEY Position
Deprecated
CoreDebug DHCSR: DBGKEY Position
Deprecated
CoreDebug DHCSR: DBGKEY Position

Definition at line 1008 of file core_armv8mbl.h.

◆ CoreDebug_DHCSR_DBGKEY_Pos [3/17]

#define CoreDebug_DHCSR_DBGKEY_Pos   16U
Deprecated
CoreDebug DHCSR: DBGKEY Position
Deprecated
CoreDebug DHCSR: DBGKEY Position

CoreDebug DHCSR: DBGKEY Position

Deprecated
CoreDebug DHCSR: DBGKEY Position
Deprecated
CoreDebug DHCSR: DBGKEY Position
Deprecated
CoreDebug DHCSR: DBGKEY Position
Deprecated
CoreDebug DHCSR: DBGKEY Position
Deprecated
CoreDebug DHCSR: DBGKEY Position
Deprecated
CoreDebug DHCSR: DBGKEY Position
Deprecated
CoreDebug DHCSR: DBGKEY Position
Deprecated
CoreDebug DHCSR: DBGKEY Position

Definition at line 1771 of file core_armv8mml.h.

◆ CoreDebug_DHCSR_DBGKEY_Pos [4/17]

#define CoreDebug_DHCSR_DBGKEY_Pos   16U
Deprecated
CoreDebug DHCSR: DBGKEY Position

CoreDebug DHCSR: DBGKEY Position

Deprecated
CoreDebug DHCSR: DBGKEY Position
Deprecated
CoreDebug DHCSR: DBGKEY Position
Deprecated
CoreDebug DHCSR: DBGKEY Position
Deprecated
CoreDebug DHCSR: DBGKEY Position
Deprecated
CoreDebug DHCSR: DBGKEY Position
Deprecated
CoreDebug DHCSR: DBGKEY Position
Deprecated
CoreDebug DHCSR: DBGKEY Position
Deprecated
CoreDebug DHCSR: DBGKEY Position

Definition at line 1083 of file core_cm23.h.

◆ CoreDebug_DHCSR_DBGKEY_Pos [5/17]

#define CoreDebug_DHCSR_DBGKEY_Pos   16U

CoreDebug DHCSR: DBGKEY Position

Deprecated
CoreDebug DHCSR: DBGKEY Position
Deprecated
CoreDebug DHCSR: DBGKEY Position
Deprecated
CoreDebug DHCSR: DBGKEY Position
Deprecated
CoreDebug DHCSR: DBGKEY Position
Deprecated
CoreDebug DHCSR: DBGKEY Position
Deprecated
CoreDebug DHCSR: DBGKEY Position
Deprecated
CoreDebug DHCSR: DBGKEY Position
Deprecated
CoreDebug DHCSR: DBGKEY Position

Definition at line 1265 of file core_cm3.h.

◆ CoreDebug_DHCSR_DBGKEY_Pos [6/17]

#define CoreDebug_DHCSR_DBGKEY_Pos   16U
Deprecated
CoreDebug DHCSR: DBGKEY Position
Deprecated
CoreDebug DHCSR: DBGKEY Position

CoreDebug DHCSR: DBGKEY Position

Deprecated
CoreDebug DHCSR: DBGKEY Position
Deprecated
CoreDebug DHCSR: DBGKEY Position
Deprecated
CoreDebug DHCSR: DBGKEY Position
Deprecated
CoreDebug DHCSR: DBGKEY Position
Deprecated
CoreDebug DHCSR: DBGKEY Position
Deprecated
CoreDebug DHCSR: DBGKEY Position

Definition at line 1846 of file core_cm33.h.

◆ CoreDebug_DHCSR_DBGKEY_Pos [7/17]

#define CoreDebug_DHCSR_DBGKEY_Pos   16U
Deprecated
CoreDebug DHCSR: DBGKEY Position

CoreDebug DHCSR: DBGKEY Position

Deprecated
CoreDebug DHCSR: DBGKEY Position
Deprecated
CoreDebug DHCSR: DBGKEY Position
Deprecated
CoreDebug DHCSR: DBGKEY Position
Deprecated
CoreDebug DHCSR: DBGKEY Position
Deprecated
CoreDebug DHCSR: DBGKEY Position
Deprecated
CoreDebug DHCSR: DBGKEY Position

Definition at line 1846 of file core_cm35p.h.

◆ CoreDebug_DHCSR_DBGKEY_Pos [8/17]

#define CoreDebug_DHCSR_DBGKEY_Pos   16U

CoreDebug DHCSR: DBGKEY Position

Deprecated
CoreDebug DHCSR: DBGKEY Position
Deprecated
CoreDebug DHCSR: DBGKEY Position
Deprecated
CoreDebug DHCSR: DBGKEY Position
Deprecated
CoreDebug DHCSR: DBGKEY Position
Deprecated
CoreDebug DHCSR: DBGKEY Position
Deprecated
CoreDebug DHCSR: DBGKEY Position

Definition at line 1442 of file core_cm4.h.

◆ CoreDebug_DHCSR_DBGKEY_Pos [9/17]

#define CoreDebug_DHCSR_DBGKEY_Pos   16U
Deprecated
CoreDebug DHCSR: DBGKEY Position

CoreDebug DHCSR: DBGKEY Position

Deprecated
CoreDebug DHCSR: DBGKEY Position
Deprecated
CoreDebug DHCSR: DBGKEY Position
Deprecated
CoreDebug DHCSR: DBGKEY Position
Deprecated
CoreDebug DHCSR: DBGKEY Position
Deprecated
CoreDebug DHCSR: DBGKEY Position

Definition at line 3212 of file core_cm55.h.

◆ CoreDebug_DHCSR_DBGKEY_Pos [10/17]

#define CoreDebug_DHCSR_DBGKEY_Pos   16U

CoreDebug DHCSR: DBGKEY Position

Deprecated
CoreDebug DHCSR: DBGKEY Position
Deprecated
CoreDebug DHCSR: DBGKEY Position
Deprecated
CoreDebug DHCSR: DBGKEY Position
Deprecated
CoreDebug DHCSR: DBGKEY Position
Deprecated
CoreDebug DHCSR: DBGKEY Position

Definition at line 1669 of file core_cm7.h.

◆ CoreDebug_DHCSR_DBGKEY_Pos [11/17]

#define CoreDebug_DHCSR_DBGKEY_Pos   16U
Deprecated
CoreDebug DHCSR: DBGKEY Position

CoreDebug DHCSR: DBGKEY Position

Deprecated
CoreDebug DHCSR: DBGKEY Position
Deprecated
CoreDebug DHCSR: DBGKEY Position
Deprecated
CoreDebug DHCSR: DBGKEY Position
Deprecated
CoreDebug DHCSR: DBGKEY Position

Definition at line 3117 of file core_cm85.h.

◆ CoreDebug_DHCSR_DBGKEY_Pos [12/17]

#define CoreDebug_DHCSR_DBGKEY_Pos   16U

CoreDebug DHCSR: DBGKEY Position

Deprecated
CoreDebug DHCSR: DBGKEY Position
Deprecated
CoreDebug DHCSR: DBGKEY Position
Deprecated
CoreDebug DHCSR: DBGKEY Position
Deprecated
CoreDebug DHCSR: DBGKEY Position

Definition at line 1248 of file core_sc300.h.

◆ CoreDebug_DHCSR_DBGKEY_Pos [13/17]

#define CoreDebug_DHCSR_DBGKEY_Pos   16U
Deprecated
CoreDebug DHCSR: DBGKEY Position
Deprecated
CoreDebug DHCSR: DBGKEY Position
Deprecated
CoreDebug DHCSR: DBGKEY Position
Deprecated
CoreDebug DHCSR: DBGKEY Position

CoreDebug DHCSR: DBGKEY Position

Definition at line 2658 of file core_armv81mml.h.

◆ CoreDebug_DHCSR_DBGKEY_Pos [14/17]

#define CoreDebug_DHCSR_DBGKEY_Pos   16U
Deprecated
CoreDebug DHCSR: DBGKEY Position
Deprecated
CoreDebug DHCSR: DBGKEY Position
Deprecated
CoreDebug DHCSR: DBGKEY Position

CoreDebug DHCSR: DBGKEY Position

Definition at line 1008 of file core_armv8mbl.h.

◆ CoreDebug_DHCSR_DBGKEY_Pos [15/17]

#define CoreDebug_DHCSR_DBGKEY_Pos   16U
Deprecated
CoreDebug DHCSR: DBGKEY Position
Deprecated
CoreDebug DHCSR: DBGKEY Position

CoreDebug DHCSR: DBGKEY Position

Definition at line 1771 of file core_armv8mml.h.

◆ CoreDebug_DHCSR_DBGKEY_Pos [16/17]

#define CoreDebug_DHCSR_DBGKEY_Pos   16U
Deprecated
CoreDebug DHCSR: DBGKEY Position

CoreDebug DHCSR: DBGKEY Position

Definition at line 1846 of file core_cm33.h.

◆ CoreDebug_DHCSR_DBGKEY_Pos [17/17]

#define CoreDebug_DHCSR_DBGKEY_Pos   16U

CoreDebug DHCSR: DBGKEY Position

Definition at line 1442 of file core_cm4.h.

◆ CoreDebug_DHCSR_S_FPD_Msk [1/4]

#define CoreDebug_DHCSR_S_FPD_Msk   (1UL << CoreDebug_DHCSR_S_FPD_Pos)
Deprecated
CoreDebug DHCSR: S_FPD Mask
Deprecated
CoreDebug DHCSR: S_FPD Mask
Deprecated
CoreDebug DHCSR: S_FPD Mask
Deprecated
CoreDebug DHCSR: S_FPD Mask

Definition at line 2671 of file core_armv81mml.h.

◆ CoreDebug_DHCSR_S_FPD_Msk [2/4]

#define CoreDebug_DHCSR_S_FPD_Msk   (1UL << CoreDebug_DHCSR_S_FPD_Pos)
Deprecated
CoreDebug DHCSR: S_FPD Mask
Deprecated
CoreDebug DHCSR: S_FPD Mask
Deprecated
CoreDebug DHCSR: S_FPD Mask

Definition at line 3225 of file core_cm55.h.

◆ CoreDebug_DHCSR_S_FPD_Msk [3/4]

#define CoreDebug_DHCSR_S_FPD_Msk   (1UL << CoreDebug_DHCSR_S_FPD_Pos)
Deprecated
CoreDebug DHCSR: S_FPD Mask
Deprecated
CoreDebug DHCSR: S_FPD Mask

Definition at line 3130 of file core_cm85.h.

◆ CoreDebug_DHCSR_S_FPD_Msk [4/4]

#define CoreDebug_DHCSR_S_FPD_Msk   (1UL << CoreDebug_DHCSR_S_FPD_Pos)
Deprecated
CoreDebug DHCSR: S_FPD Mask

Definition at line 2671 of file core_armv81mml.h.

◆ CoreDebug_DHCSR_S_FPD_Pos [1/4]

#define CoreDebug_DHCSR_S_FPD_Pos   23U
Deprecated
CoreDebug DHCSR: S_FPD Position
Deprecated
CoreDebug DHCSR: S_FPD Position
Deprecated
CoreDebug DHCSR: S_FPD Position
Deprecated
CoreDebug DHCSR: S_FPD Position

Definition at line 2670 of file core_armv81mml.h.

◆ CoreDebug_DHCSR_S_FPD_Pos [2/4]

#define CoreDebug_DHCSR_S_FPD_Pos   23U
Deprecated
CoreDebug DHCSR: S_FPD Position
Deprecated
CoreDebug DHCSR: S_FPD Position
Deprecated
CoreDebug DHCSR: S_FPD Position

Definition at line 3224 of file core_cm55.h.

◆ CoreDebug_DHCSR_S_FPD_Pos [3/4]

#define CoreDebug_DHCSR_S_FPD_Pos   23U
Deprecated
CoreDebug DHCSR: S_FPD Position
Deprecated
CoreDebug DHCSR: S_FPD Position

Definition at line 3129 of file core_cm85.h.

◆ CoreDebug_DHCSR_S_FPD_Pos [4/4]

#define CoreDebug_DHCSR_S_FPD_Pos   23U
Deprecated
CoreDebug DHCSR: S_FPD Position

Definition at line 2670 of file core_armv81mml.h.

◆ CoreDebug_DHCSR_S_HALT_Msk [1/17]

#define CoreDebug_DHCSR_S_HALT_Msk   (1UL << CoreDebug_DHCSR_S_HALT_Pos)
Deprecated
CoreDebug DHCSR: S_HALT Mask
Deprecated
CoreDebug DHCSR: S_HALT Mask
Deprecated
CoreDebug DHCSR: S_HALT Mask
Deprecated
CoreDebug DHCSR: S_HALT Mask

CoreDebug DHCSR: S_HALT Mask

Deprecated
CoreDebug DHCSR: S_HALT Mask
Deprecated
CoreDebug DHCSR: S_HALT Mask
Deprecated
CoreDebug DHCSR: S_HALT Mask
Deprecated
CoreDebug DHCSR: S_HALT Mask
Deprecated
CoreDebug DHCSR: S_HALT Mask
Deprecated
CoreDebug DHCSR: S_HALT Mask
Deprecated
CoreDebug DHCSR: S_HALT Mask
Deprecated
CoreDebug DHCSR: S_HALT Mask

Definition at line 2689 of file core_armv81mml.h.

◆ CoreDebug_DHCSR_S_HALT_Msk [2/17]

#define CoreDebug_DHCSR_S_HALT_Msk   (1UL << CoreDebug_DHCSR_S_HALT_Pos)
Deprecated
CoreDebug DHCSR: S_HALT Mask
Deprecated
CoreDebug DHCSR: S_HALT Mask
Deprecated
CoreDebug DHCSR: S_HALT Mask

CoreDebug DHCSR: S_HALT Mask

Deprecated
CoreDebug DHCSR: S_HALT Mask
Deprecated
CoreDebug DHCSR: S_HALT Mask
Deprecated
CoreDebug DHCSR: S_HALT Mask
Deprecated
CoreDebug DHCSR: S_HALT Mask
Deprecated
CoreDebug DHCSR: S_HALT Mask
Deprecated
CoreDebug DHCSR: S_HALT Mask
Deprecated
CoreDebug DHCSR: S_HALT Mask
Deprecated
CoreDebug DHCSR: S_HALT Mask

Definition at line 1027 of file core_armv8mbl.h.

◆ CoreDebug_DHCSR_S_HALT_Msk [3/17]

#define CoreDebug_DHCSR_S_HALT_Msk   (1UL << CoreDebug_DHCSR_S_HALT_Pos)
Deprecated
CoreDebug DHCSR: S_HALT Mask
Deprecated
CoreDebug DHCSR: S_HALT Mask

CoreDebug DHCSR: S_HALT Mask

Deprecated
CoreDebug DHCSR: S_HALT Mask
Deprecated
CoreDebug DHCSR: S_HALT Mask
Deprecated
CoreDebug DHCSR: S_HALT Mask
Deprecated
CoreDebug DHCSR: S_HALT Mask
Deprecated
CoreDebug DHCSR: S_HALT Mask
Deprecated
CoreDebug DHCSR: S_HALT Mask
Deprecated
CoreDebug DHCSR: S_HALT Mask
Deprecated
CoreDebug DHCSR: S_HALT Mask

Definition at line 1790 of file core_armv8mml.h.

◆ CoreDebug_DHCSR_S_HALT_Msk [4/17]

#define CoreDebug_DHCSR_S_HALT_Msk   (1UL << CoreDebug_DHCSR_S_HALT_Pos)
Deprecated
CoreDebug DHCSR: S_HALT Mask

CoreDebug DHCSR: S_HALT Mask

Deprecated
CoreDebug DHCSR: S_HALT Mask
Deprecated
CoreDebug DHCSR: S_HALT Mask
Deprecated
CoreDebug DHCSR: S_HALT Mask
Deprecated
CoreDebug DHCSR: S_HALT Mask
Deprecated
CoreDebug DHCSR: S_HALT Mask
Deprecated
CoreDebug DHCSR: S_HALT Mask
Deprecated
CoreDebug DHCSR: S_HALT Mask
Deprecated
CoreDebug DHCSR: S_HALT Mask

Definition at line 1102 of file core_cm23.h.

◆ CoreDebug_DHCSR_S_HALT_Msk [5/17]

#define CoreDebug_DHCSR_S_HALT_Msk   (1UL << CoreDebug_DHCSR_S_HALT_Pos)

CoreDebug DHCSR: S_HALT Mask

Deprecated
CoreDebug DHCSR: S_HALT Mask
Deprecated
CoreDebug DHCSR: S_HALT Mask
Deprecated
CoreDebug DHCSR: S_HALT Mask
Deprecated
CoreDebug DHCSR: S_HALT Mask
Deprecated
CoreDebug DHCSR: S_HALT Mask
Deprecated
CoreDebug DHCSR: S_HALT Mask
Deprecated
CoreDebug DHCSR: S_HALT Mask
Deprecated
CoreDebug DHCSR: S_HALT Mask

Definition at line 1281 of file core_cm3.h.

◆ CoreDebug_DHCSR_S_HALT_Msk [6/17]

#define CoreDebug_DHCSR_S_HALT_Msk   (1UL << CoreDebug_DHCSR_S_HALT_Pos)
Deprecated
CoreDebug DHCSR: S_HALT Mask
Deprecated
CoreDebug DHCSR: S_HALT Mask

CoreDebug DHCSR: S_HALT Mask

Deprecated
CoreDebug DHCSR: S_HALT Mask
Deprecated
CoreDebug DHCSR: S_HALT Mask
Deprecated
CoreDebug DHCSR: S_HALT Mask
Deprecated
CoreDebug DHCSR: S_HALT Mask
Deprecated
CoreDebug DHCSR: S_HALT Mask
Deprecated
CoreDebug DHCSR: S_HALT Mask

Definition at line 1865 of file core_cm33.h.

◆ CoreDebug_DHCSR_S_HALT_Msk [7/17]

#define CoreDebug_DHCSR_S_HALT_Msk   (1UL << CoreDebug_DHCSR_S_HALT_Pos)
Deprecated
CoreDebug DHCSR: S_HALT Mask

CoreDebug DHCSR: S_HALT Mask

Deprecated
CoreDebug DHCSR: S_HALT Mask
Deprecated
CoreDebug DHCSR: S_HALT Mask
Deprecated
CoreDebug DHCSR: S_HALT Mask
Deprecated
CoreDebug DHCSR: S_HALT Mask
Deprecated
CoreDebug DHCSR: S_HALT Mask
Deprecated
CoreDebug DHCSR: S_HALT Mask

Definition at line 1865 of file core_cm35p.h.

◆ CoreDebug_DHCSR_S_HALT_Msk [8/17]

#define CoreDebug_DHCSR_S_HALT_Msk   (1UL << CoreDebug_DHCSR_S_HALT_Pos)

CoreDebug DHCSR: S_HALT Mask

Deprecated
CoreDebug DHCSR: S_HALT Mask
Deprecated
CoreDebug DHCSR: S_HALT Mask
Deprecated
CoreDebug DHCSR: S_HALT Mask
Deprecated
CoreDebug DHCSR: S_HALT Mask
Deprecated
CoreDebug DHCSR: S_HALT Mask
Deprecated
CoreDebug DHCSR: S_HALT Mask

Definition at line 1458 of file core_cm4.h.

◆ CoreDebug_DHCSR_S_HALT_Msk [9/17]

#define CoreDebug_DHCSR_S_HALT_Msk   (1UL << CoreDebug_DHCSR_S_HALT_Pos)
Deprecated
CoreDebug DHCSR: S_HALT Mask

CoreDebug DHCSR: S_HALT Mask

Deprecated
CoreDebug DHCSR: S_HALT Mask
Deprecated
CoreDebug DHCSR: S_HALT Mask
Deprecated
CoreDebug DHCSR: S_HALT Mask
Deprecated
CoreDebug DHCSR: S_HALT Mask
Deprecated
CoreDebug DHCSR: S_HALT Mask

Definition at line 3243 of file core_cm55.h.

◆ CoreDebug_DHCSR_S_HALT_Msk [10/17]

#define CoreDebug_DHCSR_S_HALT_Msk   (1UL << CoreDebug_DHCSR_S_HALT_Pos)

CoreDebug DHCSR: S_HALT Mask

Deprecated
CoreDebug DHCSR: S_HALT Mask
Deprecated
CoreDebug DHCSR: S_HALT Mask
Deprecated
CoreDebug DHCSR: S_HALT Mask
Deprecated
CoreDebug DHCSR: S_HALT Mask
Deprecated
CoreDebug DHCSR: S_HALT Mask

Definition at line 1685 of file core_cm7.h.

◆ CoreDebug_DHCSR_S_HALT_Msk [11/17]

#define CoreDebug_DHCSR_S_HALT_Msk   (1UL << CoreDebug_DHCSR_S_HALT_Pos)
Deprecated
CoreDebug DHCSR: S_HALT Mask

CoreDebug DHCSR: S_HALT Mask

Deprecated
CoreDebug DHCSR: S_HALT Mask
Deprecated
CoreDebug DHCSR: S_HALT Mask
Deprecated
CoreDebug DHCSR: S_HALT Mask
Deprecated
CoreDebug DHCSR: S_HALT Mask

Definition at line 3148 of file core_cm85.h.

◆ CoreDebug_DHCSR_S_HALT_Msk [12/17]

#define CoreDebug_DHCSR_S_HALT_Msk   (1UL << CoreDebug_DHCSR_S_HALT_Pos)

CoreDebug DHCSR: S_HALT Mask

Deprecated
CoreDebug DHCSR: S_HALT Mask
Deprecated
CoreDebug DHCSR: S_HALT Mask
Deprecated
CoreDebug DHCSR: S_HALT Mask
Deprecated
CoreDebug DHCSR: S_HALT Mask

Definition at line 1264 of file core_sc300.h.

◆ CoreDebug_DHCSR_S_HALT_Msk [13/17]

#define CoreDebug_DHCSR_S_HALT_Msk   (1UL << CoreDebug_DHCSR_S_HALT_Pos)
Deprecated
CoreDebug DHCSR: S_HALT Mask
Deprecated
CoreDebug DHCSR: S_HALT Mask
Deprecated
CoreDebug DHCSR: S_HALT Mask
Deprecated
CoreDebug DHCSR: S_HALT Mask

CoreDebug DHCSR: S_HALT Mask

Definition at line 2689 of file core_armv81mml.h.

◆ CoreDebug_DHCSR_S_HALT_Msk [14/17]

#define CoreDebug_DHCSR_S_HALT_Msk   (1UL << CoreDebug_DHCSR_S_HALT_Pos)
Deprecated
CoreDebug DHCSR: S_HALT Mask
Deprecated
CoreDebug DHCSR: S_HALT Mask
Deprecated
CoreDebug DHCSR: S_HALT Mask

CoreDebug DHCSR: S_HALT Mask

Definition at line 1027 of file core_armv8mbl.h.

◆ CoreDebug_DHCSR_S_HALT_Msk [15/17]

#define CoreDebug_DHCSR_S_HALT_Msk   (1UL << CoreDebug_DHCSR_S_HALT_Pos)
Deprecated
CoreDebug DHCSR: S_HALT Mask
Deprecated
CoreDebug DHCSR: S_HALT Mask

CoreDebug DHCSR: S_HALT Mask

Definition at line 1790 of file core_armv8mml.h.

◆ CoreDebug_DHCSR_S_HALT_Msk [16/17]

#define CoreDebug_DHCSR_S_HALT_Msk   (1UL << CoreDebug_DHCSR_S_HALT_Pos)
Deprecated
CoreDebug DHCSR: S_HALT Mask

CoreDebug DHCSR: S_HALT Mask

Definition at line 1865 of file core_cm33.h.

◆ CoreDebug_DHCSR_S_HALT_Msk [17/17]

#define CoreDebug_DHCSR_S_HALT_Msk   (1UL << CoreDebug_DHCSR_S_HALT_Pos)

CoreDebug DHCSR: S_HALT Mask

Definition at line 1458 of file core_cm4.h.

◆ CoreDebug_DHCSR_S_HALT_Pos [1/17]

#define CoreDebug_DHCSR_S_HALT_Pos   17U
Deprecated
CoreDebug DHCSR: S_HALT Position
Deprecated
CoreDebug DHCSR: S_HALT Position
Deprecated
CoreDebug DHCSR: S_HALT Position
Deprecated
CoreDebug DHCSR: S_HALT Position

CoreDebug DHCSR: S_HALT Position

Deprecated
CoreDebug DHCSR: S_HALT Position
Deprecated
CoreDebug DHCSR: S_HALT Position
Deprecated
CoreDebug DHCSR: S_HALT Position
Deprecated
CoreDebug DHCSR: S_HALT Position
Deprecated
CoreDebug DHCSR: S_HALT Position
Deprecated
CoreDebug DHCSR: S_HALT Position
Deprecated
CoreDebug DHCSR: S_HALT Position
Deprecated
CoreDebug DHCSR: S_HALT Position

Definition at line 2688 of file core_armv81mml.h.

◆ CoreDebug_DHCSR_S_HALT_Pos [2/17]

#define CoreDebug_DHCSR_S_HALT_Pos   17U
Deprecated
CoreDebug DHCSR: S_HALT Position
Deprecated
CoreDebug DHCSR: S_HALT Position
Deprecated
CoreDebug DHCSR: S_HALT Position

CoreDebug DHCSR: S_HALT Position

Deprecated
CoreDebug DHCSR: S_HALT Position
Deprecated
CoreDebug DHCSR: S_HALT Position
Deprecated
CoreDebug DHCSR: S_HALT Position
Deprecated
CoreDebug DHCSR: S_HALT Position
Deprecated
CoreDebug DHCSR: S_HALT Position
Deprecated
CoreDebug DHCSR: S_HALT Position
Deprecated
CoreDebug DHCSR: S_HALT Position
Deprecated
CoreDebug DHCSR: S_HALT Position

Definition at line 1026 of file core_armv8mbl.h.

◆ CoreDebug_DHCSR_S_HALT_Pos [3/17]

#define CoreDebug_DHCSR_S_HALT_Pos   17U
Deprecated
CoreDebug DHCSR: S_HALT Position
Deprecated
CoreDebug DHCSR: S_HALT Position

CoreDebug DHCSR: S_HALT Position

Deprecated
CoreDebug DHCSR: S_HALT Position
Deprecated
CoreDebug DHCSR: S_HALT Position
Deprecated
CoreDebug DHCSR: S_HALT Position
Deprecated
CoreDebug DHCSR: S_HALT Position
Deprecated
CoreDebug DHCSR: S_HALT Position
Deprecated
CoreDebug DHCSR: S_HALT Position
Deprecated
CoreDebug DHCSR: S_HALT Position
Deprecated
CoreDebug DHCSR: S_HALT Position

Definition at line 1789 of file core_armv8mml.h.

◆ CoreDebug_DHCSR_S_HALT_Pos [4/17]

#define CoreDebug_DHCSR_S_HALT_Pos   17U
Deprecated
CoreDebug DHCSR: S_HALT Position

CoreDebug DHCSR: S_HALT Position

Deprecated
CoreDebug DHCSR: S_HALT Position
Deprecated
CoreDebug DHCSR: S_HALT Position
Deprecated
CoreDebug DHCSR: S_HALT Position
Deprecated
CoreDebug DHCSR: S_HALT Position
Deprecated
CoreDebug DHCSR: S_HALT Position
Deprecated
CoreDebug DHCSR: S_HALT Position
Deprecated
CoreDebug DHCSR: S_HALT Position
Deprecated
CoreDebug DHCSR: S_HALT Position

Definition at line 1101 of file core_cm23.h.

◆ CoreDebug_DHCSR_S_HALT_Pos [5/17]

#define CoreDebug_DHCSR_S_HALT_Pos   17U

CoreDebug DHCSR: S_HALT Position

Deprecated
CoreDebug DHCSR: S_HALT Position
Deprecated
CoreDebug DHCSR: S_HALT Position
Deprecated
CoreDebug DHCSR: S_HALT Position
Deprecated
CoreDebug DHCSR: S_HALT Position
Deprecated
CoreDebug DHCSR: S_HALT Position
Deprecated
CoreDebug DHCSR: S_HALT Position
Deprecated
CoreDebug DHCSR: S_HALT Position
Deprecated
CoreDebug DHCSR: S_HALT Position

Definition at line 1280 of file core_cm3.h.

◆ CoreDebug_DHCSR_S_HALT_Pos [6/17]

#define CoreDebug_DHCSR_S_HALT_Pos   17U
Deprecated
CoreDebug DHCSR: S_HALT Position
Deprecated
CoreDebug DHCSR: S_HALT Position

CoreDebug DHCSR: S_HALT Position

Deprecated
CoreDebug DHCSR: S_HALT Position
Deprecated
CoreDebug DHCSR: S_HALT Position
Deprecated
CoreDebug DHCSR: S_HALT Position
Deprecated
CoreDebug DHCSR: S_HALT Position
Deprecated
CoreDebug DHCSR: S_HALT Position
Deprecated
CoreDebug DHCSR: S_HALT Position

Definition at line 1864 of file core_cm33.h.

◆ CoreDebug_DHCSR_S_HALT_Pos [7/17]

#define CoreDebug_DHCSR_S_HALT_Pos   17U
Deprecated
CoreDebug DHCSR: S_HALT Position

CoreDebug DHCSR: S_HALT Position

Deprecated
CoreDebug DHCSR: S_HALT Position
Deprecated
CoreDebug DHCSR: S_HALT Position
Deprecated
CoreDebug DHCSR: S_HALT Position
Deprecated
CoreDebug DHCSR: S_HALT Position
Deprecated
CoreDebug DHCSR: S_HALT Position
Deprecated
CoreDebug DHCSR: S_HALT Position

Definition at line 1864 of file core_cm35p.h.

◆ CoreDebug_DHCSR_S_HALT_Pos [8/17]

#define CoreDebug_DHCSR_S_HALT_Pos   17U

CoreDebug DHCSR: S_HALT Position

Deprecated
CoreDebug DHCSR: S_HALT Position
Deprecated
CoreDebug DHCSR: S_HALT Position
Deprecated
CoreDebug DHCSR: S_HALT Position
Deprecated
CoreDebug DHCSR: S_HALT Position
Deprecated
CoreDebug DHCSR: S_HALT Position
Deprecated
CoreDebug DHCSR: S_HALT Position

Definition at line 1457 of file core_cm4.h.

◆ CoreDebug_DHCSR_S_HALT_Pos [9/17]

#define CoreDebug_DHCSR_S_HALT_Pos   17U
Deprecated
CoreDebug DHCSR: S_HALT Position

CoreDebug DHCSR: S_HALT Position

Deprecated
CoreDebug DHCSR: S_HALT Position
Deprecated
CoreDebug DHCSR: S_HALT Position
Deprecated
CoreDebug DHCSR: S_HALT Position
Deprecated
CoreDebug DHCSR: S_HALT Position
Deprecated
CoreDebug DHCSR: S_HALT Position

Definition at line 3242 of file core_cm55.h.

◆ CoreDebug_DHCSR_S_HALT_Pos [10/17]

#define CoreDebug_DHCSR_S_HALT_Pos   17U

CoreDebug DHCSR: S_HALT Position

Deprecated
CoreDebug DHCSR: S_HALT Position
Deprecated
CoreDebug DHCSR: S_HALT Position
Deprecated
CoreDebug DHCSR: S_HALT Position
Deprecated
CoreDebug DHCSR: S_HALT Position
Deprecated
CoreDebug DHCSR: S_HALT Position

Definition at line 1684 of file core_cm7.h.

◆ CoreDebug_DHCSR_S_HALT_Pos [11/17]

#define CoreDebug_DHCSR_S_HALT_Pos   17U
Deprecated
CoreDebug DHCSR: S_HALT Position

CoreDebug DHCSR: S_HALT Position

Deprecated
CoreDebug DHCSR: S_HALT Position
Deprecated
CoreDebug DHCSR: S_HALT Position
Deprecated
CoreDebug DHCSR: S_HALT Position
Deprecated
CoreDebug DHCSR: S_HALT Position

Definition at line 3147 of file core_cm85.h.

◆ CoreDebug_DHCSR_S_HALT_Pos [12/17]

#define CoreDebug_DHCSR_S_HALT_Pos   17U

CoreDebug DHCSR: S_HALT Position

Deprecated
CoreDebug DHCSR: S_HALT Position
Deprecated
CoreDebug DHCSR: S_HALT Position
Deprecated
CoreDebug DHCSR: S_HALT Position
Deprecated
CoreDebug DHCSR: S_HALT Position

Definition at line 1263 of file core_sc300.h.

◆ CoreDebug_DHCSR_S_HALT_Pos [13/17]

#define CoreDebug_DHCSR_S_HALT_Pos   17U
Deprecated
CoreDebug DHCSR: S_HALT Position
Deprecated
CoreDebug DHCSR: S_HALT Position
Deprecated
CoreDebug DHCSR: S_HALT Position
Deprecated
CoreDebug DHCSR: S_HALT Position

CoreDebug DHCSR: S_HALT Position

Definition at line 2688 of file core_armv81mml.h.

◆ CoreDebug_DHCSR_S_HALT_Pos [14/17]

#define CoreDebug_DHCSR_S_HALT_Pos   17U
Deprecated
CoreDebug DHCSR: S_HALT Position
Deprecated
CoreDebug DHCSR: S_HALT Position
Deprecated
CoreDebug DHCSR: S_HALT Position

CoreDebug DHCSR: S_HALT Position

Definition at line 1026 of file core_armv8mbl.h.

◆ CoreDebug_DHCSR_S_HALT_Pos [15/17]

#define CoreDebug_DHCSR_S_HALT_Pos   17U
Deprecated
CoreDebug DHCSR: S_HALT Position
Deprecated
CoreDebug DHCSR: S_HALT Position

CoreDebug DHCSR: S_HALT Position

Definition at line 1789 of file core_armv8mml.h.

◆ CoreDebug_DHCSR_S_HALT_Pos [16/17]

#define CoreDebug_DHCSR_S_HALT_Pos   17U
Deprecated
CoreDebug DHCSR: S_HALT Position

CoreDebug DHCSR: S_HALT Position

Definition at line 1864 of file core_cm33.h.

◆ CoreDebug_DHCSR_S_HALT_Pos [17/17]

#define CoreDebug_DHCSR_S_HALT_Pos   17U

CoreDebug DHCSR: S_HALT Position

Definition at line 1457 of file core_cm4.h.

◆ CoreDebug_DHCSR_S_LOCKUP_Msk [1/17]

#define CoreDebug_DHCSR_S_LOCKUP_Msk   (1UL << CoreDebug_DHCSR_S_LOCKUP_Pos)
Deprecated
CoreDebug DHCSR: S_LOCKUP Mask
Deprecated
CoreDebug DHCSR: S_LOCKUP Mask
Deprecated
CoreDebug DHCSR: S_LOCKUP Mask
Deprecated
CoreDebug DHCSR: S_LOCKUP Mask

CoreDebug DHCSR: S_LOCKUP Mask

Deprecated
CoreDebug DHCSR: S_LOCKUP Mask
Deprecated
CoreDebug DHCSR: S_LOCKUP Mask
Deprecated
CoreDebug DHCSR: S_LOCKUP Mask
Deprecated
CoreDebug DHCSR: S_LOCKUP Mask
Deprecated
CoreDebug DHCSR: S_LOCKUP Mask
Deprecated
CoreDebug DHCSR: S_LOCKUP Mask
Deprecated
CoreDebug DHCSR: S_LOCKUP Mask
Deprecated
CoreDebug DHCSR: S_LOCKUP Mask

Definition at line 2683 of file core_armv81mml.h.

◆ CoreDebug_DHCSR_S_LOCKUP_Msk [2/17]

#define CoreDebug_DHCSR_S_LOCKUP_Msk   (1UL << CoreDebug_DHCSR_S_LOCKUP_Pos)
Deprecated
CoreDebug DHCSR: S_LOCKUP Mask
Deprecated
CoreDebug DHCSR: S_LOCKUP Mask
Deprecated
CoreDebug DHCSR: S_LOCKUP Mask

CoreDebug DHCSR: S_LOCKUP Mask

Deprecated
CoreDebug DHCSR: S_LOCKUP Mask
Deprecated
CoreDebug DHCSR: S_LOCKUP Mask
Deprecated
CoreDebug DHCSR: S_LOCKUP Mask
Deprecated
CoreDebug DHCSR: S_LOCKUP Mask
Deprecated
CoreDebug DHCSR: S_LOCKUP Mask
Deprecated
CoreDebug DHCSR: S_LOCKUP Mask
Deprecated
CoreDebug DHCSR: S_LOCKUP Mask
Deprecated
CoreDebug DHCSR: S_LOCKUP Mask

Definition at line 1021 of file core_armv8mbl.h.

◆ CoreDebug_DHCSR_S_LOCKUP_Msk [3/17]

#define CoreDebug_DHCSR_S_LOCKUP_Msk   (1UL << CoreDebug_DHCSR_S_LOCKUP_Pos)
Deprecated
CoreDebug DHCSR: S_LOCKUP Mask
Deprecated
CoreDebug DHCSR: S_LOCKUP Mask

CoreDebug DHCSR: S_LOCKUP Mask

Deprecated
CoreDebug DHCSR: S_LOCKUP Mask
Deprecated
CoreDebug DHCSR: S_LOCKUP Mask
Deprecated
CoreDebug DHCSR: S_LOCKUP Mask
Deprecated
CoreDebug DHCSR: S_LOCKUP Mask
Deprecated
CoreDebug DHCSR: S_LOCKUP Mask
Deprecated
CoreDebug DHCSR: S_LOCKUP Mask
Deprecated
CoreDebug DHCSR: S_LOCKUP Mask
Deprecated
CoreDebug DHCSR: S_LOCKUP Mask

Definition at line 1784 of file core_armv8mml.h.

◆ CoreDebug_DHCSR_S_LOCKUP_Msk [4/17]

#define CoreDebug_DHCSR_S_LOCKUP_Msk   (1UL << CoreDebug_DHCSR_S_LOCKUP_Pos)
Deprecated
CoreDebug DHCSR: S_LOCKUP Mask

CoreDebug DHCSR: S_LOCKUP Mask

Deprecated
CoreDebug DHCSR: S_LOCKUP Mask
Deprecated
CoreDebug DHCSR: S_LOCKUP Mask
Deprecated
CoreDebug DHCSR: S_LOCKUP Mask
Deprecated
CoreDebug DHCSR: S_LOCKUP Mask
Deprecated
CoreDebug DHCSR: S_LOCKUP Mask
Deprecated
CoreDebug DHCSR: S_LOCKUP Mask
Deprecated
CoreDebug DHCSR: S_LOCKUP Mask
Deprecated
CoreDebug DHCSR: S_LOCKUP Mask

Definition at line 1096 of file core_cm23.h.

◆ CoreDebug_DHCSR_S_LOCKUP_Msk [5/17]

#define CoreDebug_DHCSR_S_LOCKUP_Msk   (1UL << CoreDebug_DHCSR_S_LOCKUP_Pos)

CoreDebug DHCSR: S_LOCKUP Mask

Deprecated
CoreDebug DHCSR: S_LOCKUP Mask
Deprecated
CoreDebug DHCSR: S_LOCKUP Mask
Deprecated
CoreDebug DHCSR: S_LOCKUP Mask
Deprecated
CoreDebug DHCSR: S_LOCKUP Mask
Deprecated
CoreDebug DHCSR: S_LOCKUP Mask
Deprecated
CoreDebug DHCSR: S_LOCKUP Mask
Deprecated
CoreDebug DHCSR: S_LOCKUP Mask
Deprecated
CoreDebug DHCSR: S_LOCKUP Mask

Definition at line 1275 of file core_cm3.h.

◆ CoreDebug_DHCSR_S_LOCKUP_Msk [6/17]

#define CoreDebug_DHCSR_S_LOCKUP_Msk   (1UL << CoreDebug_DHCSR_S_LOCKUP_Pos)
Deprecated
CoreDebug DHCSR: S_LOCKUP Mask
Deprecated
CoreDebug DHCSR: S_LOCKUP Mask

CoreDebug DHCSR: S_LOCKUP Mask

Deprecated
CoreDebug DHCSR: S_LOCKUP Mask
Deprecated
CoreDebug DHCSR: S_LOCKUP Mask
Deprecated
CoreDebug DHCSR: S_LOCKUP Mask
Deprecated
CoreDebug DHCSR: S_LOCKUP Mask
Deprecated
CoreDebug DHCSR: S_LOCKUP Mask
Deprecated
CoreDebug DHCSR: S_LOCKUP Mask

Definition at line 1859 of file core_cm33.h.

◆ CoreDebug_DHCSR_S_LOCKUP_Msk [7/17]

#define CoreDebug_DHCSR_S_LOCKUP_Msk   (1UL << CoreDebug_DHCSR_S_LOCKUP_Pos)
Deprecated
CoreDebug DHCSR: S_LOCKUP Mask

CoreDebug DHCSR: S_LOCKUP Mask

Deprecated
CoreDebug DHCSR: S_LOCKUP Mask
Deprecated
CoreDebug DHCSR: S_LOCKUP Mask
Deprecated
CoreDebug DHCSR: S_LOCKUP Mask
Deprecated
CoreDebug DHCSR: S_LOCKUP Mask
Deprecated
CoreDebug DHCSR: S_LOCKUP Mask
Deprecated
CoreDebug DHCSR: S_LOCKUP Mask

Definition at line 1859 of file core_cm35p.h.

◆ CoreDebug_DHCSR_S_LOCKUP_Msk [8/17]

#define CoreDebug_DHCSR_S_LOCKUP_Msk   (1UL << CoreDebug_DHCSR_S_LOCKUP_Pos)

CoreDebug DHCSR: S_LOCKUP Mask

Deprecated
CoreDebug DHCSR: S_LOCKUP Mask
Deprecated
CoreDebug DHCSR: S_LOCKUP Mask
Deprecated
CoreDebug DHCSR: S_LOCKUP Mask
Deprecated
CoreDebug DHCSR: S_LOCKUP Mask
Deprecated
CoreDebug DHCSR: S_LOCKUP Mask
Deprecated
CoreDebug DHCSR: S_LOCKUP Mask

Definition at line 1452 of file core_cm4.h.

◆ CoreDebug_DHCSR_S_LOCKUP_Msk [9/17]

#define CoreDebug_DHCSR_S_LOCKUP_Msk   (1UL << CoreDebug_DHCSR_S_LOCKUP_Pos)
Deprecated
CoreDebug DHCSR: S_LOCKUP Mask

CoreDebug DHCSR: S_LOCKUP Mask

Deprecated
CoreDebug DHCSR: S_LOCKUP Mask
Deprecated
CoreDebug DHCSR: S_LOCKUP Mask
Deprecated
CoreDebug DHCSR: S_LOCKUP Mask
Deprecated
CoreDebug DHCSR: S_LOCKUP Mask
Deprecated
CoreDebug DHCSR: S_LOCKUP Mask

Definition at line 3237 of file core_cm55.h.

◆ CoreDebug_DHCSR_S_LOCKUP_Msk [10/17]

#define CoreDebug_DHCSR_S_LOCKUP_Msk   (1UL << CoreDebug_DHCSR_S_LOCKUP_Pos)

CoreDebug DHCSR: S_LOCKUP Mask

Deprecated
CoreDebug DHCSR: S_LOCKUP Mask
Deprecated
CoreDebug DHCSR: S_LOCKUP Mask
Deprecated
CoreDebug DHCSR: S_LOCKUP Mask
Deprecated
CoreDebug DHCSR: S_LOCKUP Mask
Deprecated
CoreDebug DHCSR: S_LOCKUP Mask

Definition at line 1679 of file core_cm7.h.

◆ CoreDebug_DHCSR_S_LOCKUP_Msk [11/17]

#define CoreDebug_DHCSR_S_LOCKUP_Msk   (1UL << CoreDebug_DHCSR_S_LOCKUP_Pos)
Deprecated
CoreDebug DHCSR: S_LOCKUP Mask

CoreDebug DHCSR: S_LOCKUP Mask

Deprecated
CoreDebug DHCSR: S_LOCKUP Mask
Deprecated
CoreDebug DHCSR: S_LOCKUP Mask
Deprecated
CoreDebug DHCSR: S_LOCKUP Mask
Deprecated
CoreDebug DHCSR: S_LOCKUP Mask

Definition at line 3142 of file core_cm85.h.

◆ CoreDebug_DHCSR_S_LOCKUP_Msk [12/17]

#define CoreDebug_DHCSR_S_LOCKUP_Msk   (1UL << CoreDebug_DHCSR_S_LOCKUP_Pos)

CoreDebug DHCSR: S_LOCKUP Mask

Deprecated
CoreDebug DHCSR: S_LOCKUP Mask
Deprecated
CoreDebug DHCSR: S_LOCKUP Mask
Deprecated
CoreDebug DHCSR: S_LOCKUP Mask
Deprecated
CoreDebug DHCSR: S_LOCKUP Mask

Definition at line 1258 of file core_sc300.h.

◆ CoreDebug_DHCSR_S_LOCKUP_Msk [13/17]

#define CoreDebug_DHCSR_S_LOCKUP_Msk   (1UL << CoreDebug_DHCSR_S_LOCKUP_Pos)
Deprecated
CoreDebug DHCSR: S_LOCKUP Mask
Deprecated
CoreDebug DHCSR: S_LOCKUP Mask
Deprecated
CoreDebug DHCSR: S_LOCKUP Mask
Deprecated
CoreDebug DHCSR: S_LOCKUP Mask

CoreDebug DHCSR: S_LOCKUP Mask

Definition at line 2683 of file core_armv81mml.h.

◆ CoreDebug_DHCSR_S_LOCKUP_Msk [14/17]

#define CoreDebug_DHCSR_S_LOCKUP_Msk   (1UL << CoreDebug_DHCSR_S_LOCKUP_Pos)
Deprecated
CoreDebug DHCSR: S_LOCKUP Mask
Deprecated
CoreDebug DHCSR: S_LOCKUP Mask
Deprecated
CoreDebug DHCSR: S_LOCKUP Mask

CoreDebug DHCSR: S_LOCKUP Mask

Definition at line 1021 of file core_armv8mbl.h.

◆ CoreDebug_DHCSR_S_LOCKUP_Msk [15/17]

#define CoreDebug_DHCSR_S_LOCKUP_Msk   (1UL << CoreDebug_DHCSR_S_LOCKUP_Pos)
Deprecated
CoreDebug DHCSR: S_LOCKUP Mask
Deprecated
CoreDebug DHCSR: S_LOCKUP Mask

CoreDebug DHCSR: S_LOCKUP Mask

Definition at line 1784 of file core_armv8mml.h.

◆ CoreDebug_DHCSR_S_LOCKUP_Msk [16/17]

#define CoreDebug_DHCSR_S_LOCKUP_Msk   (1UL << CoreDebug_DHCSR_S_LOCKUP_Pos)
Deprecated
CoreDebug DHCSR: S_LOCKUP Mask

CoreDebug DHCSR: S_LOCKUP Mask

Definition at line 1859 of file core_cm33.h.

◆ CoreDebug_DHCSR_S_LOCKUP_Msk [17/17]

#define CoreDebug_DHCSR_S_LOCKUP_Msk   (1UL << CoreDebug_DHCSR_S_LOCKUP_Pos)

CoreDebug DHCSR: S_LOCKUP Mask

Definition at line 1452 of file core_cm4.h.

◆ CoreDebug_DHCSR_S_LOCKUP_Pos [1/17]

#define CoreDebug_DHCSR_S_LOCKUP_Pos   19U
Deprecated
CoreDebug DHCSR: S_LOCKUP Position
Deprecated
CoreDebug DHCSR: S_LOCKUP Position
Deprecated
CoreDebug DHCSR: S_LOCKUP Position
Deprecated
CoreDebug DHCSR: S_LOCKUP Position

CoreDebug DHCSR: S_LOCKUP Position

Deprecated
CoreDebug DHCSR: S_LOCKUP Position
Deprecated
CoreDebug DHCSR: S_LOCKUP Position
Deprecated
CoreDebug DHCSR: S_LOCKUP Position
Deprecated
CoreDebug DHCSR: S_LOCKUP Position
Deprecated
CoreDebug DHCSR: S_LOCKUP Position
Deprecated
CoreDebug DHCSR: S_LOCKUP Position
Deprecated
CoreDebug DHCSR: S_LOCKUP Position
Deprecated
CoreDebug DHCSR: S_LOCKUP Position

Definition at line 2682 of file core_armv81mml.h.

◆ CoreDebug_DHCSR_S_LOCKUP_Pos [2/17]

#define CoreDebug_DHCSR_S_LOCKUP_Pos   19U
Deprecated
CoreDebug DHCSR: S_LOCKUP Position
Deprecated
CoreDebug DHCSR: S_LOCKUP Position
Deprecated
CoreDebug DHCSR: S_LOCKUP Position

CoreDebug DHCSR: S_LOCKUP Position

Deprecated
CoreDebug DHCSR: S_LOCKUP Position
Deprecated
CoreDebug DHCSR: S_LOCKUP Position
Deprecated
CoreDebug DHCSR: S_LOCKUP Position
Deprecated
CoreDebug DHCSR: S_LOCKUP Position
Deprecated
CoreDebug DHCSR: S_LOCKUP Position
Deprecated
CoreDebug DHCSR: S_LOCKUP Position
Deprecated
CoreDebug DHCSR: S_LOCKUP Position
Deprecated
CoreDebug DHCSR: S_LOCKUP Position

Definition at line 1020 of file core_armv8mbl.h.

◆ CoreDebug_DHCSR_S_LOCKUP_Pos [3/17]

#define CoreDebug_DHCSR_S_LOCKUP_Pos   19U
Deprecated
CoreDebug DHCSR: S_LOCKUP Position
Deprecated
CoreDebug DHCSR: S_LOCKUP Position

CoreDebug DHCSR: S_LOCKUP Position

Deprecated
CoreDebug DHCSR: S_LOCKUP Position
Deprecated
CoreDebug DHCSR: S_LOCKUP Position
Deprecated
CoreDebug DHCSR: S_LOCKUP Position
Deprecated
CoreDebug DHCSR: S_LOCKUP Position
Deprecated
CoreDebug DHCSR: S_LOCKUP Position
Deprecated
CoreDebug DHCSR: S_LOCKUP Position
Deprecated
CoreDebug DHCSR: S_LOCKUP Position
Deprecated
CoreDebug DHCSR: S_LOCKUP Position

Definition at line 1783 of file core_armv8mml.h.

◆ CoreDebug_DHCSR_S_LOCKUP_Pos [4/17]

#define CoreDebug_DHCSR_S_LOCKUP_Pos   19U
Deprecated
CoreDebug DHCSR: S_LOCKUP Position

CoreDebug DHCSR: S_LOCKUP Position

Deprecated
CoreDebug DHCSR: S_LOCKUP Position
Deprecated
CoreDebug DHCSR: S_LOCKUP Position
Deprecated
CoreDebug DHCSR: S_LOCKUP Position
Deprecated
CoreDebug DHCSR: S_LOCKUP Position
Deprecated
CoreDebug DHCSR: S_LOCKUP Position
Deprecated
CoreDebug DHCSR: S_LOCKUP Position
Deprecated
CoreDebug DHCSR: S_LOCKUP Position
Deprecated
CoreDebug DHCSR: S_LOCKUP Position

Definition at line 1095 of file core_cm23.h.

◆ CoreDebug_DHCSR_S_LOCKUP_Pos [5/17]

#define CoreDebug_DHCSR_S_LOCKUP_Pos   19U

CoreDebug DHCSR: S_LOCKUP Position

Deprecated
CoreDebug DHCSR: S_LOCKUP Position
Deprecated
CoreDebug DHCSR: S_LOCKUP Position
Deprecated
CoreDebug DHCSR: S_LOCKUP Position
Deprecated
CoreDebug DHCSR: S_LOCKUP Position
Deprecated
CoreDebug DHCSR: S_LOCKUP Position
Deprecated
CoreDebug DHCSR: S_LOCKUP Position
Deprecated
CoreDebug DHCSR: S_LOCKUP Position
Deprecated
CoreDebug DHCSR: S_LOCKUP Position

Definition at line 1274 of file core_cm3.h.

◆ CoreDebug_DHCSR_S_LOCKUP_Pos [6/17]

#define CoreDebug_DHCSR_S_LOCKUP_Pos   19U
Deprecated
CoreDebug DHCSR: S_LOCKUP Position
Deprecated
CoreDebug DHCSR: S_LOCKUP Position

CoreDebug DHCSR: S_LOCKUP Position

Deprecated
CoreDebug DHCSR: S_LOCKUP Position
Deprecated
CoreDebug DHCSR: S_LOCKUP Position
Deprecated
CoreDebug DHCSR: S_LOCKUP Position
Deprecated
CoreDebug DHCSR: S_LOCKUP Position
Deprecated
CoreDebug DHCSR: S_LOCKUP Position
Deprecated
CoreDebug DHCSR: S_LOCKUP Position

Definition at line 1858 of file core_cm33.h.

◆ CoreDebug_DHCSR_S_LOCKUP_Pos [7/17]

#define CoreDebug_DHCSR_S_LOCKUP_Pos   19U
Deprecated
CoreDebug DHCSR: S_LOCKUP Position

CoreDebug DHCSR: S_LOCKUP Position

Deprecated
CoreDebug DHCSR: S_LOCKUP Position
Deprecated
CoreDebug DHCSR: S_LOCKUP Position
Deprecated
CoreDebug DHCSR: S_LOCKUP Position
Deprecated
CoreDebug DHCSR: S_LOCKUP Position
Deprecated
CoreDebug DHCSR: S_LOCKUP Position
Deprecated
CoreDebug DHCSR: S_LOCKUP Position

Definition at line 1858 of file core_cm35p.h.

◆ CoreDebug_DHCSR_S_LOCKUP_Pos [8/17]

#define CoreDebug_DHCSR_S_LOCKUP_Pos   19U

CoreDebug DHCSR: S_LOCKUP Position

Deprecated
CoreDebug DHCSR: S_LOCKUP Position
Deprecated
CoreDebug DHCSR: S_LOCKUP Position
Deprecated
CoreDebug DHCSR: S_LOCKUP Position
Deprecated
CoreDebug DHCSR: S_LOCKUP Position
Deprecated
CoreDebug DHCSR: S_LOCKUP Position
Deprecated
CoreDebug DHCSR: S_LOCKUP Position

Definition at line 1451 of file core_cm4.h.

◆ CoreDebug_DHCSR_S_LOCKUP_Pos [9/17]

#define CoreDebug_DHCSR_S_LOCKUP_Pos   19U
Deprecated
CoreDebug DHCSR: S_LOCKUP Position

CoreDebug DHCSR: S_LOCKUP Position

Deprecated
CoreDebug DHCSR: S_LOCKUP Position
Deprecated
CoreDebug DHCSR: S_LOCKUP Position
Deprecated
CoreDebug DHCSR: S_LOCKUP Position
Deprecated
CoreDebug DHCSR: S_LOCKUP Position
Deprecated
CoreDebug DHCSR: S_LOCKUP Position

Definition at line 3236 of file core_cm55.h.

◆ CoreDebug_DHCSR_S_LOCKUP_Pos [10/17]

#define CoreDebug_DHCSR_S_LOCKUP_Pos   19U

CoreDebug DHCSR: S_LOCKUP Position

Deprecated
CoreDebug DHCSR: S_LOCKUP Position
Deprecated
CoreDebug DHCSR: S_LOCKUP Position
Deprecated
CoreDebug DHCSR: S_LOCKUP Position
Deprecated
CoreDebug DHCSR: S_LOCKUP Position
Deprecated
CoreDebug DHCSR: S_LOCKUP Position

Definition at line 1678 of file core_cm7.h.

◆ CoreDebug_DHCSR_S_LOCKUP_Pos [11/17]

#define CoreDebug_DHCSR_S_LOCKUP_Pos   19U
Deprecated
CoreDebug DHCSR: S_LOCKUP Position

CoreDebug DHCSR: S_LOCKUP Position

Deprecated
CoreDebug DHCSR: S_LOCKUP Position
Deprecated
CoreDebug DHCSR: S_LOCKUP Position
Deprecated
CoreDebug DHCSR: S_LOCKUP Position
Deprecated
CoreDebug DHCSR: S_LOCKUP Position

Definition at line 3141 of file core_cm85.h.

◆ CoreDebug_DHCSR_S_LOCKUP_Pos [12/17]

#define CoreDebug_DHCSR_S_LOCKUP_Pos   19U

CoreDebug DHCSR: S_LOCKUP Position

Deprecated
CoreDebug DHCSR: S_LOCKUP Position
Deprecated
CoreDebug DHCSR: S_LOCKUP Position
Deprecated
CoreDebug DHCSR: S_LOCKUP Position
Deprecated
CoreDebug DHCSR: S_LOCKUP Position

Definition at line 1257 of file core_sc300.h.

◆ CoreDebug_DHCSR_S_LOCKUP_Pos [13/17]

#define CoreDebug_DHCSR_S_LOCKUP_Pos   19U
Deprecated
CoreDebug DHCSR: S_LOCKUP Position
Deprecated
CoreDebug DHCSR: S_LOCKUP Position
Deprecated
CoreDebug DHCSR: S_LOCKUP Position
Deprecated
CoreDebug DHCSR: S_LOCKUP Position

CoreDebug DHCSR: S_LOCKUP Position

Definition at line 2682 of file core_armv81mml.h.

◆ CoreDebug_DHCSR_S_LOCKUP_Pos [14/17]

#define CoreDebug_DHCSR_S_LOCKUP_Pos   19U
Deprecated
CoreDebug DHCSR: S_LOCKUP Position
Deprecated
CoreDebug DHCSR: S_LOCKUP Position
Deprecated
CoreDebug DHCSR: S_LOCKUP Position

CoreDebug DHCSR: S_LOCKUP Position

Definition at line 1020 of file core_armv8mbl.h.

◆ CoreDebug_DHCSR_S_LOCKUP_Pos [15/17]

#define CoreDebug_DHCSR_S_LOCKUP_Pos   19U
Deprecated
CoreDebug DHCSR: S_LOCKUP Position
Deprecated
CoreDebug DHCSR: S_LOCKUP Position

CoreDebug DHCSR: S_LOCKUP Position

Definition at line 1783 of file core_armv8mml.h.

◆ CoreDebug_DHCSR_S_LOCKUP_Pos [16/17]

#define CoreDebug_DHCSR_S_LOCKUP_Pos   19U
Deprecated
CoreDebug DHCSR: S_LOCKUP Position

CoreDebug DHCSR: S_LOCKUP Position

Definition at line 1858 of file core_cm33.h.

◆ CoreDebug_DHCSR_S_LOCKUP_Pos [17/17]

#define CoreDebug_DHCSR_S_LOCKUP_Pos   19U

CoreDebug DHCSR: S_LOCKUP Position

Definition at line 1451 of file core_cm4.h.

◆ CoreDebug_DHCSR_S_NSUIDE_Msk [1/4]

#define CoreDebug_DHCSR_S_NSUIDE_Msk   (1UL << CoreDebug_DHCSR_S_NSUIDE_Pos)
Deprecated
CoreDebug DHCSR: S_NSUIDE Mask
Deprecated
CoreDebug DHCSR: S_NSUIDE Mask
Deprecated
CoreDebug DHCSR: S_NSUIDE Mask
Deprecated
CoreDebug DHCSR: S_NSUIDE Mask

Definition at line 2677 of file core_armv81mml.h.

◆ CoreDebug_DHCSR_S_NSUIDE_Msk [2/4]

#define CoreDebug_DHCSR_S_NSUIDE_Msk   (1UL << CoreDebug_DHCSR_S_NSUIDE_Pos)
Deprecated
CoreDebug DHCSR: S_NSUIDE Mask
Deprecated
CoreDebug DHCSR: S_NSUIDE Mask
Deprecated
CoreDebug DHCSR: S_NSUIDE Mask

Definition at line 3231 of file core_cm55.h.

◆ CoreDebug_DHCSR_S_NSUIDE_Msk [3/4]

#define CoreDebug_DHCSR_S_NSUIDE_Msk   (1UL << CoreDebug_DHCSR_S_NSUIDE_Pos)
Deprecated
CoreDebug DHCSR: S_NSUIDE Mask
Deprecated
CoreDebug DHCSR: S_NSUIDE Mask

Definition at line 3136 of file core_cm85.h.

◆ CoreDebug_DHCSR_S_NSUIDE_Msk [4/4]

#define CoreDebug_DHCSR_S_NSUIDE_Msk   (1UL << CoreDebug_DHCSR_S_NSUIDE_Pos)
Deprecated
CoreDebug DHCSR: S_NSUIDE Mask

Definition at line 2677 of file core_armv81mml.h.

◆ CoreDebug_DHCSR_S_NSUIDE_Pos [1/4]

#define CoreDebug_DHCSR_S_NSUIDE_Pos   21U
Deprecated
CoreDebug DHCSR: S_NSUIDE Position
Deprecated
CoreDebug DHCSR: S_NSUIDE Position
Deprecated
CoreDebug DHCSR: S_NSUIDE Position
Deprecated
CoreDebug DHCSR: S_NSUIDE Position

Definition at line 2676 of file core_armv81mml.h.

◆ CoreDebug_DHCSR_S_NSUIDE_Pos [2/4]

#define CoreDebug_DHCSR_S_NSUIDE_Pos   21U
Deprecated
CoreDebug DHCSR: S_NSUIDE Position
Deprecated
CoreDebug DHCSR: S_NSUIDE Position
Deprecated
CoreDebug DHCSR: S_NSUIDE Position

Definition at line 3230 of file core_cm55.h.

◆ CoreDebug_DHCSR_S_NSUIDE_Pos [3/4]

#define CoreDebug_DHCSR_S_NSUIDE_Pos   21U
Deprecated
CoreDebug DHCSR: S_NSUIDE Position
Deprecated
CoreDebug DHCSR: S_NSUIDE Position

Definition at line 3135 of file core_cm85.h.

◆ CoreDebug_DHCSR_S_NSUIDE_Pos [4/4]

#define CoreDebug_DHCSR_S_NSUIDE_Pos   21U
Deprecated
CoreDebug DHCSR: S_NSUIDE Position

Definition at line 2676 of file core_armv81mml.h.

◆ CoreDebug_DHCSR_S_REGRDY_Msk [1/17]

#define CoreDebug_DHCSR_S_REGRDY_Msk   (1UL << CoreDebug_DHCSR_S_REGRDY_Pos)
Deprecated
CoreDebug DHCSR: S_REGRDY Mask
Deprecated
CoreDebug DHCSR: S_REGRDY Mask
Deprecated
CoreDebug DHCSR: S_REGRDY Mask
Deprecated
CoreDebug DHCSR: S_REGRDY Mask

CoreDebug DHCSR: S_REGRDY Mask

Deprecated
CoreDebug DHCSR: S_REGRDY Mask
Deprecated
CoreDebug DHCSR: S_REGRDY Mask
Deprecated
CoreDebug DHCSR: S_REGRDY Mask
Deprecated
CoreDebug DHCSR: S_REGRDY Mask
Deprecated
CoreDebug DHCSR: S_REGRDY Mask
Deprecated
CoreDebug DHCSR: S_REGRDY Mask
Deprecated
CoreDebug DHCSR: S_REGRDY Mask
Deprecated
CoreDebug DHCSR: S_REGRDY Mask

Definition at line 2692 of file core_armv81mml.h.

◆ CoreDebug_DHCSR_S_REGRDY_Msk [2/17]

#define CoreDebug_DHCSR_S_REGRDY_Msk   (1UL << CoreDebug_DHCSR_S_REGRDY_Pos)
Deprecated
CoreDebug DHCSR: S_REGRDY Mask
Deprecated
CoreDebug DHCSR: S_REGRDY Mask
Deprecated
CoreDebug DHCSR: S_REGRDY Mask

CoreDebug DHCSR: S_REGRDY Mask

Deprecated
CoreDebug DHCSR: S_REGRDY Mask
Deprecated
CoreDebug DHCSR: S_REGRDY Mask
Deprecated
CoreDebug DHCSR: S_REGRDY Mask
Deprecated
CoreDebug DHCSR: S_REGRDY Mask
Deprecated
CoreDebug DHCSR: S_REGRDY Mask
Deprecated
CoreDebug DHCSR: S_REGRDY Mask
Deprecated
CoreDebug DHCSR: S_REGRDY Mask
Deprecated
CoreDebug DHCSR: S_REGRDY Mask

Definition at line 1030 of file core_armv8mbl.h.

◆ CoreDebug_DHCSR_S_REGRDY_Msk [3/17]

#define CoreDebug_DHCSR_S_REGRDY_Msk   (1UL << CoreDebug_DHCSR_S_REGRDY_Pos)
Deprecated
CoreDebug DHCSR: S_REGRDY Mask
Deprecated
CoreDebug DHCSR: S_REGRDY Mask

CoreDebug DHCSR: S_REGRDY Mask

Deprecated
CoreDebug DHCSR: S_REGRDY Mask
Deprecated
CoreDebug DHCSR: S_REGRDY Mask
Deprecated
CoreDebug DHCSR: S_REGRDY Mask
Deprecated
CoreDebug DHCSR: S_REGRDY Mask
Deprecated
CoreDebug DHCSR: S_REGRDY Mask
Deprecated
CoreDebug DHCSR: S_REGRDY Mask
Deprecated
CoreDebug DHCSR: S_REGRDY Mask
Deprecated
CoreDebug DHCSR: S_REGRDY Mask

Definition at line 1793 of file core_armv8mml.h.

◆ CoreDebug_DHCSR_S_REGRDY_Msk [4/17]

#define CoreDebug_DHCSR_S_REGRDY_Msk   (1UL << CoreDebug_DHCSR_S_REGRDY_Pos)
Deprecated
CoreDebug DHCSR: S_REGRDY Mask

CoreDebug DHCSR: S_REGRDY Mask

Deprecated
CoreDebug DHCSR: S_REGRDY Mask
Deprecated
CoreDebug DHCSR: S_REGRDY Mask
Deprecated
CoreDebug DHCSR: S_REGRDY Mask
Deprecated
CoreDebug DHCSR: S_REGRDY Mask
Deprecated
CoreDebug DHCSR: S_REGRDY Mask
Deprecated
CoreDebug DHCSR: S_REGRDY Mask
Deprecated
CoreDebug DHCSR: S_REGRDY Mask
Deprecated
CoreDebug DHCSR: S_REGRDY Mask

Definition at line 1105 of file core_cm23.h.

◆ CoreDebug_DHCSR_S_REGRDY_Msk [5/17]

#define CoreDebug_DHCSR_S_REGRDY_Msk   (1UL << CoreDebug_DHCSR_S_REGRDY_Pos)

CoreDebug DHCSR: S_REGRDY Mask

Deprecated
CoreDebug DHCSR: S_REGRDY Mask
Deprecated
CoreDebug DHCSR: S_REGRDY Mask
Deprecated
CoreDebug DHCSR: S_REGRDY Mask
Deprecated
CoreDebug DHCSR: S_REGRDY Mask
Deprecated
CoreDebug DHCSR: S_REGRDY Mask
Deprecated
CoreDebug DHCSR: S_REGRDY Mask
Deprecated
CoreDebug DHCSR: S_REGRDY Mask
Deprecated
CoreDebug DHCSR: S_REGRDY Mask

Definition at line 1284 of file core_cm3.h.

◆ CoreDebug_DHCSR_S_REGRDY_Msk [6/17]

#define CoreDebug_DHCSR_S_REGRDY_Msk   (1UL << CoreDebug_DHCSR_S_REGRDY_Pos)
Deprecated
CoreDebug DHCSR: S_REGRDY Mask
Deprecated
CoreDebug DHCSR: S_REGRDY Mask

CoreDebug DHCSR: S_REGRDY Mask

Deprecated
CoreDebug DHCSR: S_REGRDY Mask
Deprecated
CoreDebug DHCSR: S_REGRDY Mask
Deprecated
CoreDebug DHCSR: S_REGRDY Mask
Deprecated
CoreDebug DHCSR: S_REGRDY Mask
Deprecated
CoreDebug DHCSR: S_REGRDY Mask
Deprecated
CoreDebug DHCSR: S_REGRDY Mask

Definition at line 1868 of file core_cm33.h.

◆ CoreDebug_DHCSR_S_REGRDY_Msk [7/17]

#define CoreDebug_DHCSR_S_REGRDY_Msk   (1UL << CoreDebug_DHCSR_S_REGRDY_Pos)
Deprecated
CoreDebug DHCSR: S_REGRDY Mask

CoreDebug DHCSR: S_REGRDY Mask

Deprecated
CoreDebug DHCSR: S_REGRDY Mask
Deprecated
CoreDebug DHCSR: S_REGRDY Mask
Deprecated
CoreDebug DHCSR: S_REGRDY Mask
Deprecated
CoreDebug DHCSR: S_REGRDY Mask
Deprecated
CoreDebug DHCSR: S_REGRDY Mask
Deprecated
CoreDebug DHCSR: S_REGRDY Mask

Definition at line 1868 of file core_cm35p.h.

◆ CoreDebug_DHCSR_S_REGRDY_Msk [8/17]

#define CoreDebug_DHCSR_S_REGRDY_Msk   (1UL << CoreDebug_DHCSR_S_REGRDY_Pos)

CoreDebug DHCSR: S_REGRDY Mask

Deprecated
CoreDebug DHCSR: S_REGRDY Mask
Deprecated
CoreDebug DHCSR: S_REGRDY Mask
Deprecated
CoreDebug DHCSR: S_REGRDY Mask
Deprecated
CoreDebug DHCSR: S_REGRDY Mask
Deprecated
CoreDebug DHCSR: S_REGRDY Mask
Deprecated
CoreDebug DHCSR: S_REGRDY Mask

Definition at line 1461 of file core_cm4.h.

◆ CoreDebug_DHCSR_S_REGRDY_Msk [9/17]

#define CoreDebug_DHCSR_S_REGRDY_Msk   (1UL << CoreDebug_DHCSR_S_REGRDY_Pos)
Deprecated
CoreDebug DHCSR: S_REGRDY Mask

CoreDebug DHCSR: S_REGRDY Mask

Deprecated
CoreDebug DHCSR: S_REGRDY Mask
Deprecated
CoreDebug DHCSR: S_REGRDY Mask
Deprecated
CoreDebug DHCSR: S_REGRDY Mask
Deprecated
CoreDebug DHCSR: S_REGRDY Mask
Deprecated
CoreDebug DHCSR: S_REGRDY Mask

Definition at line 3246 of file core_cm55.h.

◆ CoreDebug_DHCSR_S_REGRDY_Msk [10/17]

#define CoreDebug_DHCSR_S_REGRDY_Msk   (1UL << CoreDebug_DHCSR_S_REGRDY_Pos)

CoreDebug DHCSR: S_REGRDY Mask

Deprecated
CoreDebug DHCSR: S_REGRDY Mask
Deprecated
CoreDebug DHCSR: S_REGRDY Mask
Deprecated
CoreDebug DHCSR: S_REGRDY Mask
Deprecated
CoreDebug DHCSR: S_REGRDY Mask
Deprecated
CoreDebug DHCSR: S_REGRDY Mask

Definition at line 1688 of file core_cm7.h.

◆ CoreDebug_DHCSR_S_REGRDY_Msk [11/17]

#define CoreDebug_DHCSR_S_REGRDY_Msk   (1UL << CoreDebug_DHCSR_S_REGRDY_Pos)
Deprecated
CoreDebug DHCSR: S_REGRDY Mask

CoreDebug DHCSR: S_REGRDY Mask

Deprecated
CoreDebug DHCSR: S_REGRDY Mask
Deprecated
CoreDebug DHCSR: S_REGRDY Mask
Deprecated
CoreDebug DHCSR: S_REGRDY Mask
Deprecated
CoreDebug DHCSR: S_REGRDY Mask

Definition at line 3151 of file core_cm85.h.

◆ CoreDebug_DHCSR_S_REGRDY_Msk [12/17]

#define CoreDebug_DHCSR_S_REGRDY_Msk   (1UL << CoreDebug_DHCSR_S_REGRDY_Pos)

CoreDebug DHCSR: S_REGRDY Mask

Deprecated
CoreDebug DHCSR: S_REGRDY Mask
Deprecated
CoreDebug DHCSR: S_REGRDY Mask
Deprecated
CoreDebug DHCSR: S_REGRDY Mask
Deprecated
CoreDebug DHCSR: S_REGRDY Mask

Definition at line 1267 of file core_sc300.h.

◆ CoreDebug_DHCSR_S_REGRDY_Msk [13/17]

#define CoreDebug_DHCSR_S_REGRDY_Msk   (1UL << CoreDebug_DHCSR_S_REGRDY_Pos)
Deprecated
CoreDebug DHCSR: S_REGRDY Mask
Deprecated
CoreDebug DHCSR: S_REGRDY Mask
Deprecated
CoreDebug DHCSR: S_REGRDY Mask
Deprecated
CoreDebug DHCSR: S_REGRDY Mask

CoreDebug DHCSR: S_REGRDY Mask

Definition at line 2692 of file core_armv81mml.h.

◆ CoreDebug_DHCSR_S_REGRDY_Msk [14/17]

#define CoreDebug_DHCSR_S_REGRDY_Msk   (1UL << CoreDebug_DHCSR_S_REGRDY_Pos)
Deprecated
CoreDebug DHCSR: S_REGRDY Mask
Deprecated
CoreDebug DHCSR: S_REGRDY Mask
Deprecated
CoreDebug DHCSR: S_REGRDY Mask

CoreDebug DHCSR: S_REGRDY Mask

Definition at line 1030 of file core_armv8mbl.h.

◆ CoreDebug_DHCSR_S_REGRDY_Msk [15/17]

#define CoreDebug_DHCSR_S_REGRDY_Msk   (1UL << CoreDebug_DHCSR_S_REGRDY_Pos)
Deprecated
CoreDebug DHCSR: S_REGRDY Mask
Deprecated
CoreDebug DHCSR: S_REGRDY Mask

CoreDebug DHCSR: S_REGRDY Mask

Definition at line 1793 of file core_armv8mml.h.

◆ CoreDebug_DHCSR_S_REGRDY_Msk [16/17]

#define CoreDebug_DHCSR_S_REGRDY_Msk   (1UL << CoreDebug_DHCSR_S_REGRDY_Pos)
Deprecated
CoreDebug DHCSR: S_REGRDY Mask

CoreDebug DHCSR: S_REGRDY Mask

Definition at line 1868 of file core_cm33.h.

◆ CoreDebug_DHCSR_S_REGRDY_Msk [17/17]

#define CoreDebug_DHCSR_S_REGRDY_Msk   (1UL << CoreDebug_DHCSR_S_REGRDY_Pos)

CoreDebug DHCSR: S_REGRDY Mask

Definition at line 1461 of file core_cm4.h.

◆ CoreDebug_DHCSR_S_REGRDY_Pos [1/17]

#define CoreDebug_DHCSR_S_REGRDY_Pos   16U
Deprecated
CoreDebug DHCSR: S_REGRDY Position
Deprecated
CoreDebug DHCSR: S_REGRDY Position
Deprecated
CoreDebug DHCSR: S_REGRDY Position
Deprecated
CoreDebug DHCSR: S_REGRDY Position

CoreDebug DHCSR: S_REGRDY Position

Deprecated
CoreDebug DHCSR: S_REGRDY Position
Deprecated
CoreDebug DHCSR: S_REGRDY Position
Deprecated
CoreDebug DHCSR: S_REGRDY Position
Deprecated
CoreDebug DHCSR: S_REGRDY Position
Deprecated
CoreDebug DHCSR: S_REGRDY Position
Deprecated
CoreDebug DHCSR: S_REGRDY Position
Deprecated
CoreDebug DHCSR: S_REGRDY Position
Deprecated
CoreDebug DHCSR: S_REGRDY Position

Definition at line 2691 of file core_armv81mml.h.

◆ CoreDebug_DHCSR_S_REGRDY_Pos [2/17]

#define CoreDebug_DHCSR_S_REGRDY_Pos   16U
Deprecated
CoreDebug DHCSR: S_REGRDY Position
Deprecated
CoreDebug DHCSR: S_REGRDY Position
Deprecated
CoreDebug DHCSR: S_REGRDY Position

CoreDebug DHCSR: S_REGRDY Position

Deprecated
CoreDebug DHCSR: S_REGRDY Position
Deprecated
CoreDebug DHCSR: S_REGRDY Position
Deprecated
CoreDebug DHCSR: S_REGRDY Position
Deprecated
CoreDebug DHCSR: S_REGRDY Position
Deprecated
CoreDebug DHCSR: S_REGRDY Position
Deprecated
CoreDebug DHCSR: S_REGRDY Position
Deprecated
CoreDebug DHCSR: S_REGRDY Position
Deprecated
CoreDebug DHCSR: S_REGRDY Position

Definition at line 1029 of file core_armv8mbl.h.

◆ CoreDebug_DHCSR_S_REGRDY_Pos [3/17]

#define CoreDebug_DHCSR_S_REGRDY_Pos   16U
Deprecated
CoreDebug DHCSR: S_REGRDY Position
Deprecated
CoreDebug DHCSR: S_REGRDY Position

CoreDebug DHCSR: S_REGRDY Position

Deprecated
CoreDebug DHCSR: S_REGRDY Position
Deprecated
CoreDebug DHCSR: S_REGRDY Position
Deprecated
CoreDebug DHCSR: S_REGRDY Position
Deprecated
CoreDebug DHCSR: S_REGRDY Position
Deprecated
CoreDebug DHCSR: S_REGRDY Position
Deprecated
CoreDebug DHCSR: S_REGRDY Position
Deprecated
CoreDebug DHCSR: S_REGRDY Position
Deprecated
CoreDebug DHCSR: S_REGRDY Position

Definition at line 1792 of file core_armv8mml.h.

◆ CoreDebug_DHCSR_S_REGRDY_Pos [4/17]

#define CoreDebug_DHCSR_S_REGRDY_Pos   16U
Deprecated
CoreDebug DHCSR: S_REGRDY Position

CoreDebug DHCSR: S_REGRDY Position

Deprecated
CoreDebug DHCSR: S_REGRDY Position
Deprecated
CoreDebug DHCSR: S_REGRDY Position
Deprecated
CoreDebug DHCSR: S_REGRDY Position
Deprecated
CoreDebug DHCSR: S_REGRDY Position
Deprecated
CoreDebug DHCSR: S_REGRDY Position
Deprecated
CoreDebug DHCSR: S_REGRDY Position
Deprecated
CoreDebug DHCSR: S_REGRDY Position
Deprecated
CoreDebug DHCSR: S_REGRDY Position

Definition at line 1104 of file core_cm23.h.

◆ CoreDebug_DHCSR_S_REGRDY_Pos [5/17]

#define CoreDebug_DHCSR_S_REGRDY_Pos   16U

CoreDebug DHCSR: S_REGRDY Position

Deprecated
CoreDebug DHCSR: S_REGRDY Position
Deprecated
CoreDebug DHCSR: S_REGRDY Position
Deprecated
CoreDebug DHCSR: S_REGRDY Position
Deprecated
CoreDebug DHCSR: S_REGRDY Position
Deprecated
CoreDebug DHCSR: S_REGRDY Position
Deprecated
CoreDebug DHCSR: S_REGRDY Position
Deprecated
CoreDebug DHCSR: S_REGRDY Position
Deprecated
CoreDebug DHCSR: S_REGRDY Position

Definition at line 1283 of file core_cm3.h.

◆ CoreDebug_DHCSR_S_REGRDY_Pos [6/17]

#define CoreDebug_DHCSR_S_REGRDY_Pos   16U
Deprecated
CoreDebug DHCSR: S_REGRDY Position
Deprecated
CoreDebug DHCSR: S_REGRDY Position

CoreDebug DHCSR: S_REGRDY Position

Deprecated
CoreDebug DHCSR: S_REGRDY Position
Deprecated
CoreDebug DHCSR: S_REGRDY Position
Deprecated
CoreDebug DHCSR: S_REGRDY Position
Deprecated
CoreDebug DHCSR: S_REGRDY Position
Deprecated
CoreDebug DHCSR: S_REGRDY Position
Deprecated
CoreDebug DHCSR: S_REGRDY Position

Definition at line 1867 of file core_cm33.h.

◆ CoreDebug_DHCSR_S_REGRDY_Pos [7/17]

#define CoreDebug_DHCSR_S_REGRDY_Pos   16U
Deprecated
CoreDebug DHCSR: S_REGRDY Position

CoreDebug DHCSR: S_REGRDY Position

Deprecated
CoreDebug DHCSR: S_REGRDY Position
Deprecated
CoreDebug DHCSR: S_REGRDY Position
Deprecated
CoreDebug DHCSR: S_REGRDY Position
Deprecated
CoreDebug DHCSR: S_REGRDY Position
Deprecated
CoreDebug DHCSR: S_REGRDY Position
Deprecated
CoreDebug DHCSR: S_REGRDY Position

Definition at line 1867 of file core_cm35p.h.

◆ CoreDebug_DHCSR_S_REGRDY_Pos [8/17]

#define CoreDebug_DHCSR_S_REGRDY_Pos   16U

CoreDebug DHCSR: S_REGRDY Position

Deprecated
CoreDebug DHCSR: S_REGRDY Position
Deprecated
CoreDebug DHCSR: S_REGRDY Position
Deprecated
CoreDebug DHCSR: S_REGRDY Position
Deprecated
CoreDebug DHCSR: S_REGRDY Position
Deprecated
CoreDebug DHCSR: S_REGRDY Position
Deprecated
CoreDebug DHCSR: S_REGRDY Position

Definition at line 1460 of file core_cm4.h.

◆ CoreDebug_DHCSR_S_REGRDY_Pos [9/17]

#define CoreDebug_DHCSR_S_REGRDY_Pos   16U
Deprecated
CoreDebug DHCSR: S_REGRDY Position

CoreDebug DHCSR: S_REGRDY Position

Deprecated
CoreDebug DHCSR: S_REGRDY Position
Deprecated
CoreDebug DHCSR: S_REGRDY Position
Deprecated
CoreDebug DHCSR: S_REGRDY Position
Deprecated
CoreDebug DHCSR: S_REGRDY Position
Deprecated
CoreDebug DHCSR: S_REGRDY Position

Definition at line 3245 of file core_cm55.h.

◆ CoreDebug_DHCSR_S_REGRDY_Pos [10/17]

#define CoreDebug_DHCSR_S_REGRDY_Pos   16U

CoreDebug DHCSR: S_REGRDY Position

Deprecated
CoreDebug DHCSR: S_REGRDY Position
Deprecated
CoreDebug DHCSR: S_REGRDY Position
Deprecated
CoreDebug DHCSR: S_REGRDY Position
Deprecated
CoreDebug DHCSR: S_REGRDY Position
Deprecated
CoreDebug DHCSR: S_REGRDY Position

Definition at line 1687 of file core_cm7.h.

◆ CoreDebug_DHCSR_S_REGRDY_Pos [11/17]

#define CoreDebug_DHCSR_S_REGRDY_Pos   16U
Deprecated
CoreDebug DHCSR: S_REGRDY Position

CoreDebug DHCSR: S_REGRDY Position

Deprecated
CoreDebug DHCSR: S_REGRDY Position
Deprecated
CoreDebug DHCSR: S_REGRDY Position
Deprecated
CoreDebug DHCSR: S_REGRDY Position
Deprecated
CoreDebug DHCSR: S_REGRDY Position

Definition at line 3150 of file core_cm85.h.

◆ CoreDebug_DHCSR_S_REGRDY_Pos [12/17]

#define CoreDebug_DHCSR_S_REGRDY_Pos   16U

CoreDebug DHCSR: S_REGRDY Position

Deprecated
CoreDebug DHCSR: S_REGRDY Position
Deprecated
CoreDebug DHCSR: S_REGRDY Position
Deprecated
CoreDebug DHCSR: S_REGRDY Position
Deprecated
CoreDebug DHCSR: S_REGRDY Position

Definition at line 1266 of file core_sc300.h.

◆ CoreDebug_DHCSR_S_REGRDY_Pos [13/17]

#define CoreDebug_DHCSR_S_REGRDY_Pos   16U
Deprecated
CoreDebug DHCSR: S_REGRDY Position
Deprecated
CoreDebug DHCSR: S_REGRDY Position
Deprecated
CoreDebug DHCSR: S_REGRDY Position
Deprecated
CoreDebug DHCSR: S_REGRDY Position

CoreDebug DHCSR: S_REGRDY Position

Definition at line 2691 of file core_armv81mml.h.

◆ CoreDebug_DHCSR_S_REGRDY_Pos [14/17]

#define CoreDebug_DHCSR_S_REGRDY_Pos   16U
Deprecated
CoreDebug DHCSR: S_REGRDY Position
Deprecated
CoreDebug DHCSR: S_REGRDY Position
Deprecated
CoreDebug DHCSR: S_REGRDY Position

CoreDebug DHCSR: S_REGRDY Position

Definition at line 1029 of file core_armv8mbl.h.

◆ CoreDebug_DHCSR_S_REGRDY_Pos [15/17]

#define CoreDebug_DHCSR_S_REGRDY_Pos   16U
Deprecated
CoreDebug DHCSR: S_REGRDY Position
Deprecated
CoreDebug DHCSR: S_REGRDY Position

CoreDebug DHCSR: S_REGRDY Position

Definition at line 1792 of file core_armv8mml.h.

◆ CoreDebug_DHCSR_S_REGRDY_Pos [16/17]

#define CoreDebug_DHCSR_S_REGRDY_Pos   16U
Deprecated
CoreDebug DHCSR: S_REGRDY Position

CoreDebug DHCSR: S_REGRDY Position

Definition at line 1867 of file core_cm33.h.

◆ CoreDebug_DHCSR_S_REGRDY_Pos [17/17]

#define CoreDebug_DHCSR_S_REGRDY_Pos   16U

CoreDebug DHCSR: S_REGRDY Position

Definition at line 1460 of file core_cm4.h.

◆ CoreDebug_DHCSR_S_RESET_ST_Msk [1/17]

#define CoreDebug_DHCSR_S_RESET_ST_Msk   (1UL << CoreDebug_DHCSR_S_RESET_ST_Pos)
Deprecated
CoreDebug DHCSR: S_RESET_ST Mask
Deprecated
CoreDebug DHCSR: S_RESET_ST Mask
Deprecated
CoreDebug DHCSR: S_RESET_ST Mask
Deprecated
CoreDebug DHCSR: S_RESET_ST Mask

CoreDebug DHCSR: S_RESET_ST Mask

Deprecated
CoreDebug DHCSR: S_RESET_ST Mask
Deprecated
CoreDebug DHCSR: S_RESET_ST Mask
Deprecated
CoreDebug DHCSR: S_RESET_ST Mask
Deprecated
CoreDebug DHCSR: S_RESET_ST Mask
Deprecated
CoreDebug DHCSR: S_RESET_ST Mask
Deprecated
CoreDebug DHCSR: S_RESET_ST Mask
Deprecated
CoreDebug DHCSR: S_RESET_ST Mask
Deprecated
CoreDebug DHCSR: S_RESET_ST Mask

Definition at line 2665 of file core_armv81mml.h.

◆ CoreDebug_DHCSR_S_RESET_ST_Msk [2/17]

#define CoreDebug_DHCSR_S_RESET_ST_Msk   (1UL << CoreDebug_DHCSR_S_RESET_ST_Pos)
Deprecated
CoreDebug DHCSR: S_RESET_ST Mask
Deprecated
CoreDebug DHCSR: S_RESET_ST Mask
Deprecated
CoreDebug DHCSR: S_RESET_ST Mask

CoreDebug DHCSR: S_RESET_ST Mask

Deprecated
CoreDebug DHCSR: S_RESET_ST Mask
Deprecated
CoreDebug DHCSR: S_RESET_ST Mask
Deprecated
CoreDebug DHCSR: S_RESET_ST Mask
Deprecated
CoreDebug DHCSR: S_RESET_ST Mask
Deprecated
CoreDebug DHCSR: S_RESET_ST Mask
Deprecated
CoreDebug DHCSR: S_RESET_ST Mask
Deprecated
CoreDebug DHCSR: S_RESET_ST Mask
Deprecated
CoreDebug DHCSR: S_RESET_ST Mask

Definition at line 1015 of file core_armv8mbl.h.

◆ CoreDebug_DHCSR_S_RESET_ST_Msk [3/17]

#define CoreDebug_DHCSR_S_RESET_ST_Msk   (1UL << CoreDebug_DHCSR_S_RESET_ST_Pos)
Deprecated
CoreDebug DHCSR: S_RESET_ST Mask
Deprecated
CoreDebug DHCSR: S_RESET_ST Mask

CoreDebug DHCSR: S_RESET_ST Mask

Deprecated
CoreDebug DHCSR: S_RESET_ST Mask
Deprecated
CoreDebug DHCSR: S_RESET_ST Mask
Deprecated
CoreDebug DHCSR: S_RESET_ST Mask
Deprecated
CoreDebug DHCSR: S_RESET_ST Mask
Deprecated
CoreDebug DHCSR: S_RESET_ST Mask
Deprecated
CoreDebug DHCSR: S_RESET_ST Mask
Deprecated
CoreDebug DHCSR: S_RESET_ST Mask
Deprecated
CoreDebug DHCSR: S_RESET_ST Mask

Definition at line 1778 of file core_armv8mml.h.

◆ CoreDebug_DHCSR_S_RESET_ST_Msk [4/17]

#define CoreDebug_DHCSR_S_RESET_ST_Msk   (1UL << CoreDebug_DHCSR_S_RESET_ST_Pos)
Deprecated
CoreDebug DHCSR: S_RESET_ST Mask

CoreDebug DHCSR: S_RESET_ST Mask

Deprecated
CoreDebug DHCSR: S_RESET_ST Mask
Deprecated
CoreDebug DHCSR: S_RESET_ST Mask
Deprecated
CoreDebug DHCSR: S_RESET_ST Mask
Deprecated
CoreDebug DHCSR: S_RESET_ST Mask
Deprecated
CoreDebug DHCSR: S_RESET_ST Mask
Deprecated
CoreDebug DHCSR: S_RESET_ST Mask
Deprecated
CoreDebug DHCSR: S_RESET_ST Mask
Deprecated
CoreDebug DHCSR: S_RESET_ST Mask

Definition at line 1090 of file core_cm23.h.

◆ CoreDebug_DHCSR_S_RESET_ST_Msk [5/17]

#define CoreDebug_DHCSR_S_RESET_ST_Msk   (1UL << CoreDebug_DHCSR_S_RESET_ST_Pos)

CoreDebug DHCSR: S_RESET_ST Mask

Deprecated
CoreDebug DHCSR: S_RESET_ST Mask
Deprecated
CoreDebug DHCSR: S_RESET_ST Mask
Deprecated
CoreDebug DHCSR: S_RESET_ST Mask
Deprecated
CoreDebug DHCSR: S_RESET_ST Mask
Deprecated
CoreDebug DHCSR: S_RESET_ST Mask
Deprecated
CoreDebug DHCSR: S_RESET_ST Mask
Deprecated
CoreDebug DHCSR: S_RESET_ST Mask
Deprecated
CoreDebug DHCSR: S_RESET_ST Mask

Definition at line 1269 of file core_cm3.h.

◆ CoreDebug_DHCSR_S_RESET_ST_Msk [6/17]

#define CoreDebug_DHCSR_S_RESET_ST_Msk   (1UL << CoreDebug_DHCSR_S_RESET_ST_Pos)
Deprecated
CoreDebug DHCSR: S_RESET_ST Mask
Deprecated
CoreDebug DHCSR: S_RESET_ST Mask

CoreDebug DHCSR: S_RESET_ST Mask

Deprecated
CoreDebug DHCSR: S_RESET_ST Mask
Deprecated
CoreDebug DHCSR: S_RESET_ST Mask
Deprecated
CoreDebug DHCSR: S_RESET_ST Mask
Deprecated
CoreDebug DHCSR: S_RESET_ST Mask
Deprecated
CoreDebug DHCSR: S_RESET_ST Mask
Deprecated
CoreDebug DHCSR: S_RESET_ST Mask

Definition at line 1853 of file core_cm33.h.

◆ CoreDebug_DHCSR_S_RESET_ST_Msk [7/17]

#define CoreDebug_DHCSR_S_RESET_ST_Msk   (1UL << CoreDebug_DHCSR_S_RESET_ST_Pos)
Deprecated
CoreDebug DHCSR: S_RESET_ST Mask

CoreDebug DHCSR: S_RESET_ST Mask

Deprecated
CoreDebug DHCSR: S_RESET_ST Mask
Deprecated
CoreDebug DHCSR: S_RESET_ST Mask
Deprecated
CoreDebug DHCSR: S_RESET_ST Mask
Deprecated
CoreDebug DHCSR: S_RESET_ST Mask
Deprecated
CoreDebug DHCSR: S_RESET_ST Mask
Deprecated
CoreDebug DHCSR: S_RESET_ST Mask

Definition at line 1853 of file core_cm35p.h.

◆ CoreDebug_DHCSR_S_RESET_ST_Msk [8/17]

#define CoreDebug_DHCSR_S_RESET_ST_Msk   (1UL << CoreDebug_DHCSR_S_RESET_ST_Pos)

CoreDebug DHCSR: S_RESET_ST Mask

Deprecated
CoreDebug DHCSR: S_RESET_ST Mask
Deprecated
CoreDebug DHCSR: S_RESET_ST Mask
Deprecated
CoreDebug DHCSR: S_RESET_ST Mask
Deprecated
CoreDebug DHCSR: S_RESET_ST Mask
Deprecated
CoreDebug DHCSR: S_RESET_ST Mask
Deprecated
CoreDebug DHCSR: S_RESET_ST Mask

Definition at line 1446 of file core_cm4.h.

◆ CoreDebug_DHCSR_S_RESET_ST_Msk [9/17]

#define CoreDebug_DHCSR_S_RESET_ST_Msk   (1UL << CoreDebug_DHCSR_S_RESET_ST_Pos)
Deprecated
CoreDebug DHCSR: S_RESET_ST Mask

CoreDebug DHCSR: S_RESET_ST Mask

Deprecated
CoreDebug DHCSR: S_RESET_ST Mask
Deprecated
CoreDebug DHCSR: S_RESET_ST Mask
Deprecated
CoreDebug DHCSR: S_RESET_ST Mask
Deprecated
CoreDebug DHCSR: S_RESET_ST Mask
Deprecated
CoreDebug DHCSR: S_RESET_ST Mask

Definition at line 3219 of file core_cm55.h.

◆ CoreDebug_DHCSR_S_RESET_ST_Msk [10/17]

#define CoreDebug_DHCSR_S_RESET_ST_Msk   (1UL << CoreDebug_DHCSR_S_RESET_ST_Pos)

CoreDebug DHCSR: S_RESET_ST Mask

Deprecated
CoreDebug DHCSR: S_RESET_ST Mask
Deprecated
CoreDebug DHCSR: S_RESET_ST Mask
Deprecated
CoreDebug DHCSR: S_RESET_ST Mask
Deprecated
CoreDebug DHCSR: S_RESET_ST Mask
Deprecated
CoreDebug DHCSR: S_RESET_ST Mask

Definition at line 1673 of file core_cm7.h.

◆ CoreDebug_DHCSR_S_RESET_ST_Msk [11/17]

#define CoreDebug_DHCSR_S_RESET_ST_Msk   (1UL << CoreDebug_DHCSR_S_RESET_ST_Pos)
Deprecated
CoreDebug DHCSR: S_RESET_ST Mask

CoreDebug DHCSR: S_RESET_ST Mask

Deprecated
CoreDebug DHCSR: S_RESET_ST Mask
Deprecated
CoreDebug DHCSR: S_RESET_ST Mask
Deprecated
CoreDebug DHCSR: S_RESET_ST Mask
Deprecated
CoreDebug DHCSR: S_RESET_ST Mask

Definition at line 3124 of file core_cm85.h.

◆ CoreDebug_DHCSR_S_RESET_ST_Msk [12/17]

#define CoreDebug_DHCSR_S_RESET_ST_Msk   (1UL << CoreDebug_DHCSR_S_RESET_ST_Pos)

CoreDebug DHCSR: S_RESET_ST Mask

Deprecated
CoreDebug DHCSR: S_RESET_ST Mask
Deprecated
CoreDebug DHCSR: S_RESET_ST Mask
Deprecated
CoreDebug DHCSR: S_RESET_ST Mask
Deprecated
CoreDebug DHCSR: S_RESET_ST Mask

Definition at line 1252 of file core_sc300.h.

◆ CoreDebug_DHCSR_S_RESET_ST_Msk [13/17]

#define CoreDebug_DHCSR_S_RESET_ST_Msk   (1UL << CoreDebug_DHCSR_S_RESET_ST_Pos)
Deprecated
CoreDebug DHCSR: S_RESET_ST Mask
Deprecated
CoreDebug DHCSR: S_RESET_ST Mask
Deprecated
CoreDebug DHCSR: S_RESET_ST Mask
Deprecated
CoreDebug DHCSR: S_RESET_ST Mask

CoreDebug DHCSR: S_RESET_ST Mask

Definition at line 2665 of file core_armv81mml.h.

◆ CoreDebug_DHCSR_S_RESET_ST_Msk [14/17]

#define CoreDebug_DHCSR_S_RESET_ST_Msk   (1UL << CoreDebug_DHCSR_S_RESET_ST_Pos)
Deprecated
CoreDebug DHCSR: S_RESET_ST Mask
Deprecated
CoreDebug DHCSR: S_RESET_ST Mask
Deprecated
CoreDebug DHCSR: S_RESET_ST Mask

CoreDebug DHCSR: S_RESET_ST Mask

Definition at line 1015 of file core_armv8mbl.h.

◆ CoreDebug_DHCSR_S_RESET_ST_Msk [15/17]

#define CoreDebug_DHCSR_S_RESET_ST_Msk   (1UL << CoreDebug_DHCSR_S_RESET_ST_Pos)
Deprecated
CoreDebug DHCSR: S_RESET_ST Mask
Deprecated
CoreDebug DHCSR: S_RESET_ST Mask

CoreDebug DHCSR: S_RESET_ST Mask

Definition at line 1778 of file core_armv8mml.h.

◆ CoreDebug_DHCSR_S_RESET_ST_Msk [16/17]

#define CoreDebug_DHCSR_S_RESET_ST_Msk   (1UL << CoreDebug_DHCSR_S_RESET_ST_Pos)
Deprecated
CoreDebug DHCSR: S_RESET_ST Mask

CoreDebug DHCSR: S_RESET_ST Mask

Definition at line 1853 of file core_cm33.h.

◆ CoreDebug_DHCSR_S_RESET_ST_Msk [17/17]

#define CoreDebug_DHCSR_S_RESET_ST_Msk   (1UL << CoreDebug_DHCSR_S_RESET_ST_Pos)

CoreDebug DHCSR: S_RESET_ST Mask

Definition at line 1446 of file core_cm4.h.

◆ CoreDebug_DHCSR_S_RESET_ST_Pos [1/17]

#define CoreDebug_DHCSR_S_RESET_ST_Pos   25U
Deprecated
CoreDebug DHCSR: S_RESET_ST Position
Deprecated
CoreDebug DHCSR: S_RESET_ST Position
Deprecated
CoreDebug DHCSR: S_RESET_ST Position
Deprecated
CoreDebug DHCSR: S_RESET_ST Position

CoreDebug DHCSR: S_RESET_ST Position

Deprecated
CoreDebug DHCSR: S_RESET_ST Position
Deprecated
CoreDebug DHCSR: S_RESET_ST Position
Deprecated
CoreDebug DHCSR: S_RESET_ST Position
Deprecated
CoreDebug DHCSR: S_RESET_ST Position
Deprecated
CoreDebug DHCSR: S_RESET_ST Position
Deprecated
CoreDebug DHCSR: S_RESET_ST Position
Deprecated
CoreDebug DHCSR: S_RESET_ST Position
Deprecated
CoreDebug DHCSR: S_RESET_ST Position

Definition at line 2664 of file core_armv81mml.h.

◆ CoreDebug_DHCSR_S_RESET_ST_Pos [2/17]

#define CoreDebug_DHCSR_S_RESET_ST_Pos   25U
Deprecated
CoreDebug DHCSR: S_RESET_ST Position
Deprecated
CoreDebug DHCSR: S_RESET_ST Position
Deprecated
CoreDebug DHCSR: S_RESET_ST Position

CoreDebug DHCSR: S_RESET_ST Position

Deprecated
CoreDebug DHCSR: S_RESET_ST Position
Deprecated
CoreDebug DHCSR: S_RESET_ST Position
Deprecated
CoreDebug DHCSR: S_RESET_ST Position
Deprecated
CoreDebug DHCSR: S_RESET_ST Position
Deprecated
CoreDebug DHCSR: S_RESET_ST Position
Deprecated
CoreDebug DHCSR: S_RESET_ST Position
Deprecated
CoreDebug DHCSR: S_RESET_ST Position
Deprecated
CoreDebug DHCSR: S_RESET_ST Position

Definition at line 1014 of file core_armv8mbl.h.

◆ CoreDebug_DHCSR_S_RESET_ST_Pos [3/17]

#define CoreDebug_DHCSR_S_RESET_ST_Pos   25U
Deprecated
CoreDebug DHCSR: S_RESET_ST Position
Deprecated
CoreDebug DHCSR: S_RESET_ST Position

CoreDebug DHCSR: S_RESET_ST Position

Deprecated
CoreDebug DHCSR: S_RESET_ST Position
Deprecated
CoreDebug DHCSR: S_RESET_ST Position
Deprecated
CoreDebug DHCSR: S_RESET_ST Position
Deprecated
CoreDebug DHCSR: S_RESET_ST Position
Deprecated
CoreDebug DHCSR: S_RESET_ST Position
Deprecated
CoreDebug DHCSR: S_RESET_ST Position
Deprecated
CoreDebug DHCSR: S_RESET_ST Position
Deprecated
CoreDebug DHCSR: S_RESET_ST Position

Definition at line 1777 of file core_armv8mml.h.

◆ CoreDebug_DHCSR_S_RESET_ST_Pos [4/17]

#define CoreDebug_DHCSR_S_RESET_ST_Pos   25U
Deprecated
CoreDebug DHCSR: S_RESET_ST Position

CoreDebug DHCSR: S_RESET_ST Position

Deprecated
CoreDebug DHCSR: S_RESET_ST Position
Deprecated
CoreDebug DHCSR: S_RESET_ST Position
Deprecated
CoreDebug DHCSR: S_RESET_ST Position
Deprecated
CoreDebug DHCSR: S_RESET_ST Position
Deprecated
CoreDebug DHCSR: S_RESET_ST Position
Deprecated
CoreDebug DHCSR: S_RESET_ST Position
Deprecated
CoreDebug DHCSR: S_RESET_ST Position
Deprecated
CoreDebug DHCSR: S_RESET_ST Position

Definition at line 1089 of file core_cm23.h.

◆ CoreDebug_DHCSR_S_RESET_ST_Pos [5/17]

#define CoreDebug_DHCSR_S_RESET_ST_Pos   25U

CoreDebug DHCSR: S_RESET_ST Position

Deprecated
CoreDebug DHCSR: S_RESET_ST Position
Deprecated
CoreDebug DHCSR: S_RESET_ST Position
Deprecated
CoreDebug DHCSR: S_RESET_ST Position
Deprecated
CoreDebug DHCSR: S_RESET_ST Position
Deprecated
CoreDebug DHCSR: S_RESET_ST Position
Deprecated
CoreDebug DHCSR: S_RESET_ST Position
Deprecated
CoreDebug DHCSR: S_RESET_ST Position
Deprecated
CoreDebug DHCSR: S_RESET_ST Position

Definition at line 1268 of file core_cm3.h.

◆ CoreDebug_DHCSR_S_RESET_ST_Pos [6/17]

#define CoreDebug_DHCSR_S_RESET_ST_Pos   25U
Deprecated
CoreDebug DHCSR: S_RESET_ST Position
Deprecated
CoreDebug DHCSR: S_RESET_ST Position

CoreDebug DHCSR: S_RESET_ST Position

Deprecated
CoreDebug DHCSR: S_RESET_ST Position
Deprecated
CoreDebug DHCSR: S_RESET_ST Position
Deprecated
CoreDebug DHCSR: S_RESET_ST Position
Deprecated
CoreDebug DHCSR: S_RESET_ST Position
Deprecated
CoreDebug DHCSR: S_RESET_ST Position
Deprecated
CoreDebug DHCSR: S_RESET_ST Position

Definition at line 1852 of file core_cm33.h.

◆ CoreDebug_DHCSR_S_RESET_ST_Pos [7/17]

#define CoreDebug_DHCSR_S_RESET_ST_Pos   25U
Deprecated
CoreDebug DHCSR: S_RESET_ST Position

CoreDebug DHCSR: S_RESET_ST Position

Deprecated
CoreDebug DHCSR: S_RESET_ST Position
Deprecated
CoreDebug DHCSR: S_RESET_ST Position
Deprecated
CoreDebug DHCSR: S_RESET_ST Position
Deprecated
CoreDebug DHCSR: S_RESET_ST Position
Deprecated
CoreDebug DHCSR: S_RESET_ST Position
Deprecated
CoreDebug DHCSR: S_RESET_ST Position

Definition at line 1852 of file core_cm35p.h.

◆ CoreDebug_DHCSR_S_RESET_ST_Pos [8/17]

#define CoreDebug_DHCSR_S_RESET_ST_Pos   25U

CoreDebug DHCSR: S_RESET_ST Position

Deprecated
CoreDebug DHCSR: S_RESET_ST Position
Deprecated
CoreDebug DHCSR: S_RESET_ST Position
Deprecated
CoreDebug DHCSR: S_RESET_ST Position
Deprecated
CoreDebug DHCSR: S_RESET_ST Position
Deprecated
CoreDebug DHCSR: S_RESET_ST Position
Deprecated
CoreDebug DHCSR: S_RESET_ST Position

Definition at line 1445 of file core_cm4.h.

◆ CoreDebug_DHCSR_S_RESET_ST_Pos [9/17]

#define CoreDebug_DHCSR_S_RESET_ST_Pos   25U
Deprecated
CoreDebug DHCSR: S_RESET_ST Position

CoreDebug DHCSR: S_RESET_ST Position

Deprecated
CoreDebug DHCSR: S_RESET_ST Position
Deprecated
CoreDebug DHCSR: S_RESET_ST Position
Deprecated
CoreDebug DHCSR: S_RESET_ST Position
Deprecated
CoreDebug DHCSR: S_RESET_ST Position
Deprecated
CoreDebug DHCSR: S_RESET_ST Position

Definition at line 3218 of file core_cm55.h.

◆ CoreDebug_DHCSR_S_RESET_ST_Pos [10/17]

#define CoreDebug_DHCSR_S_RESET_ST_Pos   25U

CoreDebug DHCSR: S_RESET_ST Position

Deprecated
CoreDebug DHCSR: S_RESET_ST Position
Deprecated
CoreDebug DHCSR: S_RESET_ST Position
Deprecated
CoreDebug DHCSR: S_RESET_ST Position
Deprecated
CoreDebug DHCSR: S_RESET_ST Position
Deprecated
CoreDebug DHCSR: S_RESET_ST Position

Definition at line 1672 of file core_cm7.h.

◆ CoreDebug_DHCSR_S_RESET_ST_Pos [11/17]

#define CoreDebug_DHCSR_S_RESET_ST_Pos   25U
Deprecated
CoreDebug DHCSR: S_RESET_ST Position

CoreDebug DHCSR: S_RESET_ST Position

Deprecated
CoreDebug DHCSR: S_RESET_ST Position
Deprecated
CoreDebug DHCSR: S_RESET_ST Position
Deprecated
CoreDebug DHCSR: S_RESET_ST Position
Deprecated
CoreDebug DHCSR: S_RESET_ST Position

Definition at line 3123 of file core_cm85.h.

◆ CoreDebug_DHCSR_S_RESET_ST_Pos [12/17]

#define CoreDebug_DHCSR_S_RESET_ST_Pos   25U

CoreDebug DHCSR: S_RESET_ST Position

Deprecated
CoreDebug DHCSR: S_RESET_ST Position
Deprecated
CoreDebug DHCSR: S_RESET_ST Position
Deprecated
CoreDebug DHCSR: S_RESET_ST Position
Deprecated
CoreDebug DHCSR: S_RESET_ST Position

Definition at line 1251 of file core_sc300.h.

◆ CoreDebug_DHCSR_S_RESET_ST_Pos [13/17]

#define CoreDebug_DHCSR_S_RESET_ST_Pos   25U
Deprecated
CoreDebug DHCSR: S_RESET_ST Position
Deprecated
CoreDebug DHCSR: S_RESET_ST Position
Deprecated
CoreDebug DHCSR: S_RESET_ST Position
Deprecated
CoreDebug DHCSR: S_RESET_ST Position

CoreDebug DHCSR: S_RESET_ST Position

Definition at line 2664 of file core_armv81mml.h.

◆ CoreDebug_DHCSR_S_RESET_ST_Pos [14/17]

#define CoreDebug_DHCSR_S_RESET_ST_Pos   25U
Deprecated
CoreDebug DHCSR: S_RESET_ST Position
Deprecated
CoreDebug DHCSR: S_RESET_ST Position
Deprecated
CoreDebug DHCSR: S_RESET_ST Position

CoreDebug DHCSR: S_RESET_ST Position

Definition at line 1014 of file core_armv8mbl.h.

◆ CoreDebug_DHCSR_S_RESET_ST_Pos [15/17]

#define CoreDebug_DHCSR_S_RESET_ST_Pos   25U
Deprecated
CoreDebug DHCSR: S_RESET_ST Position
Deprecated
CoreDebug DHCSR: S_RESET_ST Position

CoreDebug DHCSR: S_RESET_ST Position

Definition at line 1777 of file core_armv8mml.h.

◆ CoreDebug_DHCSR_S_RESET_ST_Pos [16/17]

#define CoreDebug_DHCSR_S_RESET_ST_Pos   25U
Deprecated
CoreDebug DHCSR: S_RESET_ST Position

CoreDebug DHCSR: S_RESET_ST Position

Definition at line 1852 of file core_cm33.h.

◆ CoreDebug_DHCSR_S_RESET_ST_Pos [17/17]

#define CoreDebug_DHCSR_S_RESET_ST_Pos   25U

CoreDebug DHCSR: S_RESET_ST Position

Definition at line 1445 of file core_cm4.h.

◆ CoreDebug_DHCSR_S_RESTART_ST_Msk [1/12]

#define CoreDebug_DHCSR_S_RESTART_ST_Msk   (1UL << CoreDebug_DHCSR_S_RESTART_ST_Pos)
Deprecated
CoreDebug DHCSR: S_RESTART_ST Mask
Deprecated
CoreDebug DHCSR: S_RESTART_ST Mask
Deprecated
CoreDebug DHCSR: S_RESTART_ST Mask
Deprecated
CoreDebug DHCSR: S_RESTART_ST Mask
Deprecated
CoreDebug DHCSR: S_RESTART_ST Mask
Deprecated
CoreDebug DHCSR: S_RESTART_ST Mask
Deprecated
CoreDebug DHCSR: S_RESTART_ST Mask
Deprecated
CoreDebug DHCSR: S_RESTART_ST Mask
Deprecated
CoreDebug DHCSR: S_RESTART_ST Mask
Deprecated
CoreDebug DHCSR: S_RESTART_ST Mask
Deprecated
CoreDebug DHCSR: S_RESTART_ST Mask
Deprecated
CoreDebug DHCSR: S_RESTART_ST Mask

Definition at line 2662 of file core_armv81mml.h.

◆ CoreDebug_DHCSR_S_RESTART_ST_Msk [2/12]

#define CoreDebug_DHCSR_S_RESTART_ST_Msk   (1UL << CoreDebug_DHCSR_S_RESTART_ST_Pos)
Deprecated
CoreDebug DHCSR: S_RESTART_ST Mask
Deprecated
CoreDebug DHCSR: S_RESTART_ST Mask
Deprecated
CoreDebug DHCSR: S_RESTART_ST Mask
Deprecated
CoreDebug DHCSR: S_RESTART_ST Mask
Deprecated
CoreDebug DHCSR: S_RESTART_ST Mask
Deprecated
CoreDebug DHCSR: S_RESTART_ST Mask
Deprecated
CoreDebug DHCSR: S_RESTART_ST Mask
Deprecated
CoreDebug DHCSR: S_RESTART_ST Mask
Deprecated
CoreDebug DHCSR: S_RESTART_ST Mask
Deprecated
CoreDebug DHCSR: S_RESTART_ST Mask
Deprecated
CoreDebug DHCSR: S_RESTART_ST Mask

Definition at line 1012 of file core_armv8mbl.h.

◆ CoreDebug_DHCSR_S_RESTART_ST_Msk [3/12]

#define CoreDebug_DHCSR_S_RESTART_ST_Msk   (1UL << CoreDebug_DHCSR_S_RESTART_ST_Pos)
Deprecated
CoreDebug DHCSR: S_RESTART_ST Mask
Deprecated
CoreDebug DHCSR: S_RESTART_ST Mask
Deprecated
CoreDebug DHCSR: S_RESTART_ST Mask
Deprecated
CoreDebug DHCSR: S_RESTART_ST Mask
Deprecated
CoreDebug DHCSR: S_RESTART_ST Mask
Deprecated
CoreDebug DHCSR: S_RESTART_ST Mask
Deprecated
CoreDebug DHCSR: S_RESTART_ST Mask
Deprecated
CoreDebug DHCSR: S_RESTART_ST Mask
Deprecated
CoreDebug DHCSR: S_RESTART_ST Mask
Deprecated
CoreDebug DHCSR: S_RESTART_ST Mask

Definition at line 1775 of file core_armv8mml.h.

◆ CoreDebug_DHCSR_S_RESTART_ST_Msk [4/12]

#define CoreDebug_DHCSR_S_RESTART_ST_Msk   (1UL << CoreDebug_DHCSR_S_RESTART_ST_Pos)
Deprecated
CoreDebug DHCSR: S_RESTART_ST Mask
Deprecated
CoreDebug DHCSR: S_RESTART_ST Mask
Deprecated
CoreDebug DHCSR: S_RESTART_ST Mask
Deprecated
CoreDebug DHCSR: S_RESTART_ST Mask
Deprecated
CoreDebug DHCSR: S_RESTART_ST Mask
Deprecated
CoreDebug DHCSR: S_RESTART_ST Mask
Deprecated
CoreDebug DHCSR: S_RESTART_ST Mask
Deprecated
CoreDebug DHCSR: S_RESTART_ST Mask
Deprecated
CoreDebug DHCSR: S_RESTART_ST Mask

Definition at line 1087 of file core_cm23.h.

◆ CoreDebug_DHCSR_S_RESTART_ST_Msk [5/12]

#define CoreDebug_DHCSR_S_RESTART_ST_Msk   (1UL << CoreDebug_DHCSR_S_RESTART_ST_Pos)
Deprecated
CoreDebug DHCSR: S_RESTART_ST Mask
Deprecated
CoreDebug DHCSR: S_RESTART_ST Mask
Deprecated
CoreDebug DHCSR: S_RESTART_ST Mask
Deprecated
CoreDebug DHCSR: S_RESTART_ST Mask
Deprecated
CoreDebug DHCSR: S_RESTART_ST Mask
Deprecated
CoreDebug DHCSR: S_RESTART_ST Mask
Deprecated
CoreDebug DHCSR: S_RESTART_ST Mask
Deprecated
CoreDebug DHCSR: S_RESTART_ST Mask

Definition at line 1850 of file core_cm33.h.

◆ CoreDebug_DHCSR_S_RESTART_ST_Msk [6/12]

#define CoreDebug_DHCSR_S_RESTART_ST_Msk   (1UL << CoreDebug_DHCSR_S_RESTART_ST_Pos)
Deprecated
CoreDebug DHCSR: S_RESTART_ST Mask
Deprecated
CoreDebug DHCSR: S_RESTART_ST Mask
Deprecated
CoreDebug DHCSR: S_RESTART_ST Mask
Deprecated
CoreDebug DHCSR: S_RESTART_ST Mask
Deprecated
CoreDebug DHCSR: S_RESTART_ST Mask
Deprecated
CoreDebug DHCSR: S_RESTART_ST Mask
Deprecated
CoreDebug DHCSR: S_RESTART_ST Mask

Definition at line 1850 of file core_cm35p.h.

◆ CoreDebug_DHCSR_S_RESTART_ST_Msk [7/12]

#define CoreDebug_DHCSR_S_RESTART_ST_Msk   (1UL << CoreDebug_DHCSR_S_RESTART_ST_Pos)
Deprecated
CoreDebug DHCSR: S_RESTART_ST Mask
Deprecated
CoreDebug DHCSR: S_RESTART_ST Mask
Deprecated
CoreDebug DHCSR: S_RESTART_ST Mask
Deprecated
CoreDebug DHCSR: S_RESTART_ST Mask
Deprecated
CoreDebug DHCSR: S_RESTART_ST Mask
Deprecated
CoreDebug DHCSR: S_RESTART_ST Mask

Definition at line 3216 of file core_cm55.h.

◆ CoreDebug_DHCSR_S_RESTART_ST_Msk [8/12]

#define CoreDebug_DHCSR_S_RESTART_ST_Msk   (1UL << CoreDebug_DHCSR_S_RESTART_ST_Pos)
Deprecated
CoreDebug DHCSR: S_RESTART_ST Mask
Deprecated
CoreDebug DHCSR: S_RESTART_ST Mask
Deprecated
CoreDebug DHCSR: S_RESTART_ST Mask
Deprecated
CoreDebug DHCSR: S_RESTART_ST Mask
Deprecated
CoreDebug DHCSR: S_RESTART_ST Mask

Definition at line 3121 of file core_cm85.h.

◆ CoreDebug_DHCSR_S_RESTART_ST_Msk [9/12]

#define CoreDebug_DHCSR_S_RESTART_ST_Msk   (1UL << CoreDebug_DHCSR_S_RESTART_ST_Pos)
Deprecated
CoreDebug DHCSR: S_RESTART_ST Mask
Deprecated
CoreDebug DHCSR: S_RESTART_ST Mask
Deprecated
CoreDebug DHCSR: S_RESTART_ST Mask
Deprecated
CoreDebug DHCSR: S_RESTART_ST Mask

Definition at line 2662 of file core_armv81mml.h.

◆ CoreDebug_DHCSR_S_RESTART_ST_Msk [10/12]

#define CoreDebug_DHCSR_S_RESTART_ST_Msk   (1UL << CoreDebug_DHCSR_S_RESTART_ST_Pos)
Deprecated
CoreDebug DHCSR: S_RESTART_ST Mask
Deprecated
CoreDebug DHCSR: S_RESTART_ST Mask
Deprecated
CoreDebug DHCSR: S_RESTART_ST Mask

Definition at line 1012 of file core_armv8mbl.h.

◆ CoreDebug_DHCSR_S_RESTART_ST_Msk [11/12]

#define CoreDebug_DHCSR_S_RESTART_ST_Msk   (1UL << CoreDebug_DHCSR_S_RESTART_ST_Pos)
Deprecated
CoreDebug DHCSR: S_RESTART_ST Mask
Deprecated
CoreDebug DHCSR: S_RESTART_ST Mask

Definition at line 1775 of file core_armv8mml.h.

◆ CoreDebug_DHCSR_S_RESTART_ST_Msk [12/12]

#define CoreDebug_DHCSR_S_RESTART_ST_Msk   (1UL << CoreDebug_DHCSR_S_RESTART_ST_Pos)
Deprecated
CoreDebug DHCSR: S_RESTART_ST Mask

Definition at line 1850 of file core_cm33.h.

◆ CoreDebug_DHCSR_S_RESTART_ST_Pos [1/12]

#define CoreDebug_DHCSR_S_RESTART_ST_Pos   26U
Deprecated
CoreDebug DHCSR: S_RESTART_ST Position
Deprecated
CoreDebug DHCSR: S_RESTART_ST Position
Deprecated
CoreDebug DHCSR: S_RESTART_ST Position
Deprecated
CoreDebug DHCSR: S_RESTART_ST Position
Deprecated
CoreDebug DHCSR: S_RESTART_ST Position
Deprecated
CoreDebug DHCSR: S_RESTART_ST Position
Deprecated
CoreDebug DHCSR: S_RESTART_ST Position
Deprecated
CoreDebug DHCSR: S_RESTART_ST Position
Deprecated
CoreDebug DHCSR: S_RESTART_ST Position
Deprecated
CoreDebug DHCSR: S_RESTART_ST Position
Deprecated
CoreDebug DHCSR: S_RESTART_ST Position
Deprecated
CoreDebug DHCSR: S_RESTART_ST Position

Definition at line 2661 of file core_armv81mml.h.

◆ CoreDebug_DHCSR_S_RESTART_ST_Pos [2/12]

#define CoreDebug_DHCSR_S_RESTART_ST_Pos   26U
Deprecated
CoreDebug DHCSR: S_RESTART_ST Position
Deprecated
CoreDebug DHCSR: S_RESTART_ST Position
Deprecated
CoreDebug DHCSR: S_RESTART_ST Position
Deprecated
CoreDebug DHCSR: S_RESTART_ST Position
Deprecated
CoreDebug DHCSR: S_RESTART_ST Position
Deprecated
CoreDebug DHCSR: S_RESTART_ST Position
Deprecated
CoreDebug DHCSR: S_RESTART_ST Position
Deprecated
CoreDebug DHCSR: S_RESTART_ST Position
Deprecated
CoreDebug DHCSR: S_RESTART_ST Position
Deprecated
CoreDebug DHCSR: S_RESTART_ST Position
Deprecated
CoreDebug DHCSR: S_RESTART_ST Position

Definition at line 1011 of file core_armv8mbl.h.

◆ CoreDebug_DHCSR_S_RESTART_ST_Pos [3/12]

#define CoreDebug_DHCSR_S_RESTART_ST_Pos   26U
Deprecated
CoreDebug DHCSR: S_RESTART_ST Position
Deprecated
CoreDebug DHCSR: S_RESTART_ST Position
Deprecated
CoreDebug DHCSR: S_RESTART_ST Position
Deprecated
CoreDebug DHCSR: S_RESTART_ST Position
Deprecated
CoreDebug DHCSR: S_RESTART_ST Position
Deprecated
CoreDebug DHCSR: S_RESTART_ST Position
Deprecated
CoreDebug DHCSR: S_RESTART_ST Position
Deprecated
CoreDebug DHCSR: S_RESTART_ST Position
Deprecated
CoreDebug DHCSR: S_RESTART_ST Position
Deprecated
CoreDebug DHCSR: S_RESTART_ST Position

Definition at line 1774 of file core_armv8mml.h.

◆ CoreDebug_DHCSR_S_RESTART_ST_Pos [4/12]

#define CoreDebug_DHCSR_S_RESTART_ST_Pos   26U
Deprecated
CoreDebug DHCSR: S_RESTART_ST Position
Deprecated
CoreDebug DHCSR: S_RESTART_ST Position
Deprecated
CoreDebug DHCSR: S_RESTART_ST Position
Deprecated
CoreDebug DHCSR: S_RESTART_ST Position
Deprecated
CoreDebug DHCSR: S_RESTART_ST Position
Deprecated
CoreDebug DHCSR: S_RESTART_ST Position
Deprecated
CoreDebug DHCSR: S_RESTART_ST Position
Deprecated
CoreDebug DHCSR: S_RESTART_ST Position
Deprecated
CoreDebug DHCSR: S_RESTART_ST Position

Definition at line 1086 of file core_cm23.h.

◆ CoreDebug_DHCSR_S_RESTART_ST_Pos [5/12]

#define CoreDebug_DHCSR_S_RESTART_ST_Pos   26U
Deprecated
CoreDebug DHCSR: S_RESTART_ST Position
Deprecated
CoreDebug DHCSR: S_RESTART_ST Position
Deprecated
CoreDebug DHCSR: S_RESTART_ST Position
Deprecated
CoreDebug DHCSR: S_RESTART_ST Position
Deprecated
CoreDebug DHCSR: S_RESTART_ST Position
Deprecated
CoreDebug DHCSR: S_RESTART_ST Position
Deprecated
CoreDebug DHCSR: S_RESTART_ST Position
Deprecated
CoreDebug DHCSR: S_RESTART_ST Position

Definition at line 1849 of file core_cm33.h.

◆ CoreDebug_DHCSR_S_RESTART_ST_Pos [6/12]

#define CoreDebug_DHCSR_S_RESTART_ST_Pos   26U
Deprecated
CoreDebug DHCSR: S_RESTART_ST Position
Deprecated
CoreDebug DHCSR: S_RESTART_ST Position
Deprecated
CoreDebug DHCSR: S_RESTART_ST Position
Deprecated
CoreDebug DHCSR: S_RESTART_ST Position
Deprecated
CoreDebug DHCSR: S_RESTART_ST Position
Deprecated
CoreDebug DHCSR: S_RESTART_ST Position
Deprecated
CoreDebug DHCSR: S_RESTART_ST Position

Definition at line 1849 of file core_cm35p.h.

◆ CoreDebug_DHCSR_S_RESTART_ST_Pos [7/12]

#define CoreDebug_DHCSR_S_RESTART_ST_Pos   26U
Deprecated
CoreDebug DHCSR: S_RESTART_ST Position
Deprecated
CoreDebug DHCSR: S_RESTART_ST Position
Deprecated
CoreDebug DHCSR: S_RESTART_ST Position
Deprecated
CoreDebug DHCSR: S_RESTART_ST Position
Deprecated
CoreDebug DHCSR: S_RESTART_ST Position
Deprecated
CoreDebug DHCSR: S_RESTART_ST Position

Definition at line 3215 of file core_cm55.h.

◆ CoreDebug_DHCSR_S_RESTART_ST_Pos [8/12]

#define CoreDebug_DHCSR_S_RESTART_ST_Pos   26U
Deprecated
CoreDebug DHCSR: S_RESTART_ST Position
Deprecated
CoreDebug DHCSR: S_RESTART_ST Position
Deprecated
CoreDebug DHCSR: S_RESTART_ST Position
Deprecated
CoreDebug DHCSR: S_RESTART_ST Position
Deprecated
CoreDebug DHCSR: S_RESTART_ST Position

Definition at line 3120 of file core_cm85.h.

◆ CoreDebug_DHCSR_S_RESTART_ST_Pos [9/12]

#define CoreDebug_DHCSR_S_RESTART_ST_Pos   26U
Deprecated
CoreDebug DHCSR: S_RESTART_ST Position
Deprecated
CoreDebug DHCSR: S_RESTART_ST Position
Deprecated
CoreDebug DHCSR: S_RESTART_ST Position
Deprecated
CoreDebug DHCSR: S_RESTART_ST Position

Definition at line 2661 of file core_armv81mml.h.

◆ CoreDebug_DHCSR_S_RESTART_ST_Pos [10/12]

#define CoreDebug_DHCSR_S_RESTART_ST_Pos   26U
Deprecated
CoreDebug DHCSR: S_RESTART_ST Position
Deprecated
CoreDebug DHCSR: S_RESTART_ST Position
Deprecated
CoreDebug DHCSR: S_RESTART_ST Position

Definition at line 1011 of file core_armv8mbl.h.

◆ CoreDebug_DHCSR_S_RESTART_ST_Pos [11/12]

#define CoreDebug_DHCSR_S_RESTART_ST_Pos   26U
Deprecated
CoreDebug DHCSR: S_RESTART_ST Position
Deprecated
CoreDebug DHCSR: S_RESTART_ST Position

Definition at line 1774 of file core_armv8mml.h.

◆ CoreDebug_DHCSR_S_RESTART_ST_Pos [12/12]

#define CoreDebug_DHCSR_S_RESTART_ST_Pos   26U
Deprecated
CoreDebug DHCSR: S_RESTART_ST Position

Definition at line 1849 of file core_cm33.h.

◆ CoreDebug_DHCSR_S_RETIRE_ST_Msk [1/17]

#define CoreDebug_DHCSR_S_RETIRE_ST_Msk   (1UL << CoreDebug_DHCSR_S_RETIRE_ST_Pos)
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Mask
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Mask
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Mask
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Mask

CoreDebug DHCSR: S_RETIRE_ST Mask

Deprecated
CoreDebug DHCSR: S_RETIRE_ST Mask
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Mask
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Mask
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Mask
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Mask
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Mask
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Mask
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Mask

Definition at line 2668 of file core_armv81mml.h.

◆ CoreDebug_DHCSR_S_RETIRE_ST_Msk [2/17]

#define CoreDebug_DHCSR_S_RETIRE_ST_Msk   (1UL << CoreDebug_DHCSR_S_RETIRE_ST_Pos)
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Mask
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Mask
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Mask

CoreDebug DHCSR: S_RETIRE_ST Mask

Deprecated
CoreDebug DHCSR: S_RETIRE_ST Mask
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Mask
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Mask
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Mask
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Mask
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Mask
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Mask
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Mask

Definition at line 1018 of file core_armv8mbl.h.

◆ CoreDebug_DHCSR_S_RETIRE_ST_Msk [3/17]

#define CoreDebug_DHCSR_S_RETIRE_ST_Msk   (1UL << CoreDebug_DHCSR_S_RETIRE_ST_Pos)
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Mask
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Mask

CoreDebug DHCSR: S_RETIRE_ST Mask

Deprecated
CoreDebug DHCSR: S_RETIRE_ST Mask
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Mask
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Mask
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Mask
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Mask
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Mask
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Mask
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Mask

Definition at line 1781 of file core_armv8mml.h.

◆ CoreDebug_DHCSR_S_RETIRE_ST_Msk [4/17]

#define CoreDebug_DHCSR_S_RETIRE_ST_Msk   (1UL << CoreDebug_DHCSR_S_RETIRE_ST_Pos)
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Mask

CoreDebug DHCSR: S_RETIRE_ST Mask

Deprecated
CoreDebug DHCSR: S_RETIRE_ST Mask
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Mask
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Mask
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Mask
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Mask
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Mask
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Mask
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Mask

Definition at line 1093 of file core_cm23.h.

◆ CoreDebug_DHCSR_S_RETIRE_ST_Msk [5/17]

#define CoreDebug_DHCSR_S_RETIRE_ST_Msk   (1UL << CoreDebug_DHCSR_S_RETIRE_ST_Pos)

CoreDebug DHCSR: S_RETIRE_ST Mask

Deprecated
CoreDebug DHCSR: S_RETIRE_ST Mask
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Mask
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Mask
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Mask
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Mask
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Mask
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Mask
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Mask

Definition at line 1272 of file core_cm3.h.

◆ CoreDebug_DHCSR_S_RETIRE_ST_Msk [6/17]

#define CoreDebug_DHCSR_S_RETIRE_ST_Msk   (1UL << CoreDebug_DHCSR_S_RETIRE_ST_Pos)
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Mask
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Mask

CoreDebug DHCSR: S_RETIRE_ST Mask

Deprecated
CoreDebug DHCSR: S_RETIRE_ST Mask
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Mask
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Mask
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Mask
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Mask
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Mask

Definition at line 1856 of file core_cm33.h.

◆ CoreDebug_DHCSR_S_RETIRE_ST_Msk [7/17]

#define CoreDebug_DHCSR_S_RETIRE_ST_Msk   (1UL << CoreDebug_DHCSR_S_RETIRE_ST_Pos)
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Mask

CoreDebug DHCSR: S_RETIRE_ST Mask

Deprecated
CoreDebug DHCSR: S_RETIRE_ST Mask
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Mask
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Mask
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Mask
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Mask
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Mask

Definition at line 1856 of file core_cm35p.h.

◆ CoreDebug_DHCSR_S_RETIRE_ST_Msk [8/17]

#define CoreDebug_DHCSR_S_RETIRE_ST_Msk   (1UL << CoreDebug_DHCSR_S_RETIRE_ST_Pos)

CoreDebug DHCSR: S_RETIRE_ST Mask

Deprecated
CoreDebug DHCSR: S_RETIRE_ST Mask
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Mask
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Mask
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Mask
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Mask
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Mask

Definition at line 1449 of file core_cm4.h.

◆ CoreDebug_DHCSR_S_RETIRE_ST_Msk [9/17]

#define CoreDebug_DHCSR_S_RETIRE_ST_Msk   (1UL << CoreDebug_DHCSR_S_RETIRE_ST_Pos)
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Mask

CoreDebug DHCSR: S_RETIRE_ST Mask

Deprecated
CoreDebug DHCSR: S_RETIRE_ST Mask
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Mask
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Mask
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Mask
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Mask

Definition at line 3222 of file core_cm55.h.

◆ CoreDebug_DHCSR_S_RETIRE_ST_Msk [10/17]

#define CoreDebug_DHCSR_S_RETIRE_ST_Msk   (1UL << CoreDebug_DHCSR_S_RETIRE_ST_Pos)

CoreDebug DHCSR: S_RETIRE_ST Mask

Deprecated
CoreDebug DHCSR: S_RETIRE_ST Mask
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Mask
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Mask
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Mask
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Mask

Definition at line 1676 of file core_cm7.h.

◆ CoreDebug_DHCSR_S_RETIRE_ST_Msk [11/17]

#define CoreDebug_DHCSR_S_RETIRE_ST_Msk   (1UL << CoreDebug_DHCSR_S_RETIRE_ST_Pos)
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Mask

CoreDebug DHCSR: S_RETIRE_ST Mask

Deprecated
CoreDebug DHCSR: S_RETIRE_ST Mask
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Mask
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Mask
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Mask

Definition at line 3127 of file core_cm85.h.

◆ CoreDebug_DHCSR_S_RETIRE_ST_Msk [12/17]

#define CoreDebug_DHCSR_S_RETIRE_ST_Msk   (1UL << CoreDebug_DHCSR_S_RETIRE_ST_Pos)

CoreDebug DHCSR: S_RETIRE_ST Mask

Deprecated
CoreDebug DHCSR: S_RETIRE_ST Mask
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Mask
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Mask
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Mask

Definition at line 1255 of file core_sc300.h.

◆ CoreDebug_DHCSR_S_RETIRE_ST_Msk [13/17]

#define CoreDebug_DHCSR_S_RETIRE_ST_Msk   (1UL << CoreDebug_DHCSR_S_RETIRE_ST_Pos)
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Mask
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Mask
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Mask
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Mask

CoreDebug DHCSR: S_RETIRE_ST Mask

Definition at line 2668 of file core_armv81mml.h.

◆ CoreDebug_DHCSR_S_RETIRE_ST_Msk [14/17]

#define CoreDebug_DHCSR_S_RETIRE_ST_Msk   (1UL << CoreDebug_DHCSR_S_RETIRE_ST_Pos)
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Mask
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Mask
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Mask

CoreDebug DHCSR: S_RETIRE_ST Mask

Definition at line 1018 of file core_armv8mbl.h.

◆ CoreDebug_DHCSR_S_RETIRE_ST_Msk [15/17]

#define CoreDebug_DHCSR_S_RETIRE_ST_Msk   (1UL << CoreDebug_DHCSR_S_RETIRE_ST_Pos)
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Mask
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Mask

CoreDebug DHCSR: S_RETIRE_ST Mask

Definition at line 1781 of file core_armv8mml.h.

◆ CoreDebug_DHCSR_S_RETIRE_ST_Msk [16/17]

#define CoreDebug_DHCSR_S_RETIRE_ST_Msk   (1UL << CoreDebug_DHCSR_S_RETIRE_ST_Pos)
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Mask

CoreDebug DHCSR: S_RETIRE_ST Mask

Definition at line 1856 of file core_cm33.h.

◆ CoreDebug_DHCSR_S_RETIRE_ST_Msk [17/17]

#define CoreDebug_DHCSR_S_RETIRE_ST_Msk   (1UL << CoreDebug_DHCSR_S_RETIRE_ST_Pos)

CoreDebug DHCSR: S_RETIRE_ST Mask

Definition at line 1449 of file core_cm4.h.

◆ CoreDebug_DHCSR_S_RETIRE_ST_Pos [1/17]

#define CoreDebug_DHCSR_S_RETIRE_ST_Pos   24U
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Position
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Position
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Position
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Position

CoreDebug DHCSR: S_RETIRE_ST Position

Deprecated
CoreDebug DHCSR: S_RETIRE_ST Position
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Position
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Position
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Position
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Position
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Position
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Position
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Position

Definition at line 2667 of file core_armv81mml.h.

◆ CoreDebug_DHCSR_S_RETIRE_ST_Pos [2/17]

#define CoreDebug_DHCSR_S_RETIRE_ST_Pos   24U
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Position
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Position
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Position

CoreDebug DHCSR: S_RETIRE_ST Position

Deprecated
CoreDebug DHCSR: S_RETIRE_ST Position
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Position
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Position
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Position
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Position
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Position
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Position
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Position

Definition at line 1017 of file core_armv8mbl.h.

◆ CoreDebug_DHCSR_S_RETIRE_ST_Pos [3/17]

#define CoreDebug_DHCSR_S_RETIRE_ST_Pos   24U
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Position
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Position

CoreDebug DHCSR: S_RETIRE_ST Position

Deprecated
CoreDebug DHCSR: S_RETIRE_ST Position
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Position
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Position
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Position
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Position
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Position
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Position
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Position

Definition at line 1780 of file core_armv8mml.h.

◆ CoreDebug_DHCSR_S_RETIRE_ST_Pos [4/17]

#define CoreDebug_DHCSR_S_RETIRE_ST_Pos   24U
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Position

CoreDebug DHCSR: S_RETIRE_ST Position

Deprecated
CoreDebug DHCSR: S_RETIRE_ST Position
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Position
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Position
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Position
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Position
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Position
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Position
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Position

Definition at line 1092 of file core_cm23.h.

◆ CoreDebug_DHCSR_S_RETIRE_ST_Pos [5/17]

#define CoreDebug_DHCSR_S_RETIRE_ST_Pos   24U

CoreDebug DHCSR: S_RETIRE_ST Position

Deprecated
CoreDebug DHCSR: S_RETIRE_ST Position
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Position
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Position
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Position
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Position
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Position
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Position
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Position

Definition at line 1271 of file core_cm3.h.

◆ CoreDebug_DHCSR_S_RETIRE_ST_Pos [6/17]

#define CoreDebug_DHCSR_S_RETIRE_ST_Pos   24U
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Position
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Position

CoreDebug DHCSR: S_RETIRE_ST Position

Deprecated
CoreDebug DHCSR: S_RETIRE_ST Position
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Position
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Position
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Position
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Position
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Position

Definition at line 1855 of file core_cm33.h.

◆ CoreDebug_DHCSR_S_RETIRE_ST_Pos [7/17]

#define CoreDebug_DHCSR_S_RETIRE_ST_Pos   24U
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Position

CoreDebug DHCSR: S_RETIRE_ST Position

Deprecated
CoreDebug DHCSR: S_RETIRE_ST Position
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Position
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Position
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Position
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Position
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Position

Definition at line 1855 of file core_cm35p.h.

◆ CoreDebug_DHCSR_S_RETIRE_ST_Pos [8/17]

#define CoreDebug_DHCSR_S_RETIRE_ST_Pos   24U

CoreDebug DHCSR: S_RETIRE_ST Position

Deprecated
CoreDebug DHCSR: S_RETIRE_ST Position
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Position
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Position
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Position
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Position
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Position

Definition at line 1448 of file core_cm4.h.

◆ CoreDebug_DHCSR_S_RETIRE_ST_Pos [9/17]

#define CoreDebug_DHCSR_S_RETIRE_ST_Pos   24U
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Position

CoreDebug DHCSR: S_RETIRE_ST Position

Deprecated
CoreDebug DHCSR: S_RETIRE_ST Position
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Position
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Position
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Position
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Position

Definition at line 3221 of file core_cm55.h.

◆ CoreDebug_DHCSR_S_RETIRE_ST_Pos [10/17]

#define CoreDebug_DHCSR_S_RETIRE_ST_Pos   24U

CoreDebug DHCSR: S_RETIRE_ST Position

Deprecated
CoreDebug DHCSR: S_RETIRE_ST Position
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Position
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Position
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Position
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Position

Definition at line 1675 of file core_cm7.h.

◆ CoreDebug_DHCSR_S_RETIRE_ST_Pos [11/17]

#define CoreDebug_DHCSR_S_RETIRE_ST_Pos   24U
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Position

CoreDebug DHCSR: S_RETIRE_ST Position

Deprecated
CoreDebug DHCSR: S_RETIRE_ST Position
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Position
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Position
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Position

Definition at line 3126 of file core_cm85.h.

◆ CoreDebug_DHCSR_S_RETIRE_ST_Pos [12/17]

#define CoreDebug_DHCSR_S_RETIRE_ST_Pos   24U

CoreDebug DHCSR: S_RETIRE_ST Position

Deprecated
CoreDebug DHCSR: S_RETIRE_ST Position
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Position
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Position
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Position

Definition at line 1254 of file core_sc300.h.

◆ CoreDebug_DHCSR_S_RETIRE_ST_Pos [13/17]

#define CoreDebug_DHCSR_S_RETIRE_ST_Pos   24U
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Position
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Position
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Position
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Position

CoreDebug DHCSR: S_RETIRE_ST Position

Definition at line 2667 of file core_armv81mml.h.

◆ CoreDebug_DHCSR_S_RETIRE_ST_Pos [14/17]

#define CoreDebug_DHCSR_S_RETIRE_ST_Pos   24U
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Position
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Position
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Position

CoreDebug DHCSR: S_RETIRE_ST Position

Definition at line 1017 of file core_armv8mbl.h.

◆ CoreDebug_DHCSR_S_RETIRE_ST_Pos [15/17]

#define CoreDebug_DHCSR_S_RETIRE_ST_Pos   24U
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Position
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Position

CoreDebug DHCSR: S_RETIRE_ST Position

Definition at line 1780 of file core_armv8mml.h.

◆ CoreDebug_DHCSR_S_RETIRE_ST_Pos [16/17]

#define CoreDebug_DHCSR_S_RETIRE_ST_Pos   24U
Deprecated
CoreDebug DHCSR: S_RETIRE_ST Position

CoreDebug DHCSR: S_RETIRE_ST Position

Definition at line 1855 of file core_cm33.h.

◆ CoreDebug_DHCSR_S_RETIRE_ST_Pos [17/17]

#define CoreDebug_DHCSR_S_RETIRE_ST_Pos   24U

CoreDebug DHCSR: S_RETIRE_ST Position

Definition at line 1448 of file core_cm4.h.

◆ CoreDebug_DHCSR_S_SDE_Msk [1/4]

#define CoreDebug_DHCSR_S_SDE_Msk   (1UL << CoreDebug_DHCSR_S_SDE_Pos)
Deprecated
CoreDebug DHCSR: S_SDE Mask
Deprecated
CoreDebug DHCSR: S_SDE Mask
Deprecated
CoreDebug DHCSR: S_SDE Mask
Deprecated
CoreDebug DHCSR: S_SDE Mask

Definition at line 2680 of file core_armv81mml.h.

◆ CoreDebug_DHCSR_S_SDE_Msk [2/4]

#define CoreDebug_DHCSR_S_SDE_Msk   (1UL << CoreDebug_DHCSR_S_SDE_Pos)
Deprecated
CoreDebug DHCSR: S_SDE Mask
Deprecated
CoreDebug DHCSR: S_SDE Mask
Deprecated
CoreDebug DHCSR: S_SDE Mask

Definition at line 3234 of file core_cm55.h.

◆ CoreDebug_DHCSR_S_SDE_Msk [3/4]

#define CoreDebug_DHCSR_S_SDE_Msk   (1UL << CoreDebug_DHCSR_S_SDE_Pos)
Deprecated
CoreDebug DHCSR: S_SDE Mask
Deprecated
CoreDebug DHCSR: S_SDE Mask

Definition at line 3139 of file core_cm85.h.

◆ CoreDebug_DHCSR_S_SDE_Msk [4/4]

#define CoreDebug_DHCSR_S_SDE_Msk   (1UL << CoreDebug_DHCSR_S_SDE_Pos)
Deprecated
CoreDebug DHCSR: S_SDE Mask

Definition at line 2680 of file core_armv81mml.h.

◆ CoreDebug_DHCSR_S_SDE_Pos [1/4]

#define CoreDebug_DHCSR_S_SDE_Pos   20U
Deprecated
CoreDebug DHCSR: S_SDE Position
Deprecated
CoreDebug DHCSR: S_SDE Position
Deprecated
CoreDebug DHCSR: S_SDE Position
Deprecated
CoreDebug DHCSR: S_SDE Position

Definition at line 2679 of file core_armv81mml.h.

◆ CoreDebug_DHCSR_S_SDE_Pos [2/4]

#define CoreDebug_DHCSR_S_SDE_Pos   20U
Deprecated
CoreDebug DHCSR: S_SDE Position
Deprecated
CoreDebug DHCSR: S_SDE Position
Deprecated
CoreDebug DHCSR: S_SDE Position

Definition at line 3233 of file core_cm55.h.

◆ CoreDebug_DHCSR_S_SDE_Pos [3/4]

#define CoreDebug_DHCSR_S_SDE_Pos   20U
Deprecated
CoreDebug DHCSR: S_SDE Position
Deprecated
CoreDebug DHCSR: S_SDE Position

Definition at line 3138 of file core_cm85.h.

◆ CoreDebug_DHCSR_S_SDE_Pos [4/4]

#define CoreDebug_DHCSR_S_SDE_Pos   20U
Deprecated
CoreDebug DHCSR: S_SDE Position

Definition at line 2679 of file core_armv81mml.h.

◆ CoreDebug_DHCSR_S_SLEEP_Msk [1/17]

#define CoreDebug_DHCSR_S_SLEEP_Msk   (1UL << CoreDebug_DHCSR_S_SLEEP_Pos)
Deprecated
CoreDebug DHCSR: S_SLEEP Mask
Deprecated
CoreDebug DHCSR: S_SLEEP Mask
Deprecated
CoreDebug DHCSR: S_SLEEP Mask
Deprecated
CoreDebug DHCSR: S_SLEEP Mask

CoreDebug DHCSR: S_SLEEP Mask

Deprecated
CoreDebug DHCSR: S_SLEEP Mask
Deprecated
CoreDebug DHCSR: S_SLEEP Mask
Deprecated
CoreDebug DHCSR: S_SLEEP Mask
Deprecated
CoreDebug DHCSR: S_SLEEP Mask
Deprecated
CoreDebug DHCSR: S_SLEEP Mask
Deprecated
CoreDebug DHCSR: S_SLEEP Mask
Deprecated
CoreDebug DHCSR: S_SLEEP Mask
Deprecated
CoreDebug DHCSR: S_SLEEP Mask

Definition at line 2686 of file core_armv81mml.h.

◆ CoreDebug_DHCSR_S_SLEEP_Msk [2/17]

#define CoreDebug_DHCSR_S_SLEEP_Msk   (1UL << CoreDebug_DHCSR_S_SLEEP_Pos)
Deprecated
CoreDebug DHCSR: S_SLEEP Mask
Deprecated
CoreDebug DHCSR: S_SLEEP Mask
Deprecated
CoreDebug DHCSR: S_SLEEP Mask

CoreDebug DHCSR: S_SLEEP Mask

Deprecated
CoreDebug DHCSR: S_SLEEP Mask
Deprecated
CoreDebug DHCSR: S_SLEEP Mask
Deprecated
CoreDebug DHCSR: S_SLEEP Mask
Deprecated
CoreDebug DHCSR: S_SLEEP Mask
Deprecated
CoreDebug DHCSR: S_SLEEP Mask
Deprecated
CoreDebug DHCSR: S_SLEEP Mask
Deprecated
CoreDebug DHCSR: S_SLEEP Mask
Deprecated
CoreDebug DHCSR: S_SLEEP Mask

Definition at line 1024 of file core_armv8mbl.h.

◆ CoreDebug_DHCSR_S_SLEEP_Msk [3/17]

#define CoreDebug_DHCSR_S_SLEEP_Msk   (1UL << CoreDebug_DHCSR_S_SLEEP_Pos)
Deprecated
CoreDebug DHCSR: S_SLEEP Mask
Deprecated
CoreDebug DHCSR: S_SLEEP Mask

CoreDebug DHCSR: S_SLEEP Mask

Deprecated
CoreDebug DHCSR: S_SLEEP Mask
Deprecated
CoreDebug DHCSR: S_SLEEP Mask
Deprecated
CoreDebug DHCSR: S_SLEEP Mask
Deprecated
CoreDebug DHCSR: S_SLEEP Mask
Deprecated
CoreDebug DHCSR: S_SLEEP Mask
Deprecated
CoreDebug DHCSR: S_SLEEP Mask
Deprecated
CoreDebug DHCSR: S_SLEEP Mask
Deprecated
CoreDebug DHCSR: S_SLEEP Mask

Definition at line 1787 of file core_armv8mml.h.

◆ CoreDebug_DHCSR_S_SLEEP_Msk [4/17]

#define CoreDebug_DHCSR_S_SLEEP_Msk   (1UL << CoreDebug_DHCSR_S_SLEEP_Pos)
Deprecated
CoreDebug DHCSR: S_SLEEP Mask

CoreDebug DHCSR: S_SLEEP Mask

Deprecated
CoreDebug DHCSR: S_SLEEP Mask
Deprecated
CoreDebug DHCSR: S_SLEEP Mask
Deprecated
CoreDebug DHCSR: S_SLEEP Mask
Deprecated
CoreDebug DHCSR: S_SLEEP Mask
Deprecated
CoreDebug DHCSR: S_SLEEP Mask
Deprecated
CoreDebug DHCSR: S_SLEEP Mask
Deprecated
CoreDebug DHCSR: S_SLEEP Mask
Deprecated
CoreDebug DHCSR: S_SLEEP Mask

Definition at line 1099 of file core_cm23.h.

◆ CoreDebug_DHCSR_S_SLEEP_Msk [5/17]

#define CoreDebug_DHCSR_S_SLEEP_Msk   (1UL << CoreDebug_DHCSR_S_SLEEP_Pos)

CoreDebug DHCSR: S_SLEEP Mask

Deprecated
CoreDebug DHCSR: S_SLEEP Mask
Deprecated
CoreDebug DHCSR: S_SLEEP Mask
Deprecated
CoreDebug DHCSR: S_SLEEP Mask
Deprecated
CoreDebug DHCSR: S_SLEEP Mask
Deprecated
CoreDebug DHCSR: S_SLEEP Mask
Deprecated
CoreDebug DHCSR: S_SLEEP Mask
Deprecated
CoreDebug DHCSR: S_SLEEP Mask
Deprecated
CoreDebug DHCSR: S_SLEEP Mask

Definition at line 1278 of file core_cm3.h.

◆ CoreDebug_DHCSR_S_SLEEP_Msk [6/17]

#define CoreDebug_DHCSR_S_SLEEP_Msk   (1UL << CoreDebug_DHCSR_S_SLEEP_Pos)
Deprecated
CoreDebug DHCSR: S_SLEEP Mask
Deprecated
CoreDebug DHCSR: S_SLEEP Mask

CoreDebug DHCSR: S_SLEEP Mask

Deprecated
CoreDebug DHCSR: S_SLEEP Mask
Deprecated
CoreDebug DHCSR: S_SLEEP Mask
Deprecated
CoreDebug DHCSR: S_SLEEP Mask
Deprecated
CoreDebug DHCSR: S_SLEEP Mask
Deprecated
CoreDebug DHCSR: S_SLEEP Mask
Deprecated
CoreDebug DHCSR: S_SLEEP Mask

Definition at line 1862 of file core_cm33.h.

◆ CoreDebug_DHCSR_S_SLEEP_Msk [7/17]

#define CoreDebug_DHCSR_S_SLEEP_Msk   (1UL << CoreDebug_DHCSR_S_SLEEP_Pos)
Deprecated
CoreDebug DHCSR: S_SLEEP Mask

CoreDebug DHCSR: S_SLEEP Mask

Deprecated
CoreDebug DHCSR: S_SLEEP Mask
Deprecated
CoreDebug DHCSR: S_SLEEP Mask
Deprecated
CoreDebug DHCSR: S_SLEEP Mask
Deprecated
CoreDebug DHCSR: S_SLEEP Mask
Deprecated
CoreDebug DHCSR: S_SLEEP Mask
Deprecated
CoreDebug DHCSR: S_SLEEP Mask

Definition at line 1862 of file core_cm35p.h.

◆ CoreDebug_DHCSR_S_SLEEP_Msk [8/17]

#define CoreDebug_DHCSR_S_SLEEP_Msk   (1UL << CoreDebug_DHCSR_S_SLEEP_Pos)

CoreDebug DHCSR: S_SLEEP Mask

Deprecated
CoreDebug DHCSR: S_SLEEP Mask
Deprecated
CoreDebug DHCSR: S_SLEEP Mask
Deprecated
CoreDebug DHCSR: S_SLEEP Mask
Deprecated
CoreDebug DHCSR: S_SLEEP Mask
Deprecated
CoreDebug DHCSR: S_SLEEP Mask
Deprecated
CoreDebug DHCSR: S_SLEEP Mask

Definition at line 1455 of file core_cm4.h.

◆ CoreDebug_DHCSR_S_SLEEP_Msk [9/17]

#define CoreDebug_DHCSR_S_SLEEP_Msk   (1UL << CoreDebug_DHCSR_S_SLEEP_Pos)
Deprecated
CoreDebug DHCSR: S_SLEEP Mask

CoreDebug DHCSR: S_SLEEP Mask

Deprecated
CoreDebug DHCSR: S_SLEEP Mask
Deprecated
CoreDebug DHCSR: S_SLEEP Mask
Deprecated
CoreDebug DHCSR: S_SLEEP Mask
Deprecated
CoreDebug DHCSR: S_SLEEP Mask
Deprecated
CoreDebug DHCSR: S_SLEEP Mask

Definition at line 3240 of file core_cm55.h.

◆ CoreDebug_DHCSR_S_SLEEP_Msk [10/17]

#define CoreDebug_DHCSR_S_SLEEP_Msk   (1UL << CoreDebug_DHCSR_S_SLEEP_Pos)

CoreDebug DHCSR: S_SLEEP Mask

Deprecated
CoreDebug DHCSR: S_SLEEP Mask
Deprecated
CoreDebug DHCSR: S_SLEEP Mask
Deprecated
CoreDebug DHCSR: S_SLEEP Mask
Deprecated
CoreDebug DHCSR: S_SLEEP Mask
Deprecated
CoreDebug DHCSR: S_SLEEP Mask

Definition at line 1682 of file core_cm7.h.

◆ CoreDebug_DHCSR_S_SLEEP_Msk [11/17]

#define CoreDebug_DHCSR_S_SLEEP_Msk   (1UL << CoreDebug_DHCSR_S_SLEEP_Pos)
Deprecated
CoreDebug DHCSR: S_SLEEP Mask

CoreDebug DHCSR: S_SLEEP Mask

Deprecated
CoreDebug DHCSR: S_SLEEP Mask
Deprecated
CoreDebug DHCSR: S_SLEEP Mask
Deprecated
CoreDebug DHCSR: S_SLEEP Mask
Deprecated
CoreDebug DHCSR: S_SLEEP Mask

Definition at line 3145 of file core_cm85.h.

◆ CoreDebug_DHCSR_S_SLEEP_Msk [12/17]

#define CoreDebug_DHCSR_S_SLEEP_Msk   (1UL << CoreDebug_DHCSR_S_SLEEP_Pos)

CoreDebug DHCSR: S_SLEEP Mask

Deprecated
CoreDebug DHCSR: S_SLEEP Mask
Deprecated
CoreDebug DHCSR: S_SLEEP Mask
Deprecated
CoreDebug DHCSR: S_SLEEP Mask
Deprecated
CoreDebug DHCSR: S_SLEEP Mask

Definition at line 1261 of file core_sc300.h.

◆ CoreDebug_DHCSR_S_SLEEP_Msk [13/17]

#define CoreDebug_DHCSR_S_SLEEP_Msk   (1UL << CoreDebug_DHCSR_S_SLEEP_Pos)
Deprecated
CoreDebug DHCSR: S_SLEEP Mask
Deprecated
CoreDebug DHCSR: S_SLEEP Mask
Deprecated
CoreDebug DHCSR: S_SLEEP Mask
Deprecated
CoreDebug DHCSR: S_SLEEP Mask

CoreDebug DHCSR: S_SLEEP Mask

Definition at line 2686 of file core_armv81mml.h.

◆ CoreDebug_DHCSR_S_SLEEP_Msk [14/17]

#define CoreDebug_DHCSR_S_SLEEP_Msk   (1UL << CoreDebug_DHCSR_S_SLEEP_Pos)
Deprecated
CoreDebug DHCSR: S_SLEEP Mask
Deprecated
CoreDebug DHCSR: S_SLEEP Mask
Deprecated
CoreDebug DHCSR: S_SLEEP Mask

CoreDebug DHCSR: S_SLEEP Mask

Definition at line 1024 of file core_armv8mbl.h.

◆ CoreDebug_DHCSR_S_SLEEP_Msk [15/17]

#define CoreDebug_DHCSR_S_SLEEP_Msk   (1UL << CoreDebug_DHCSR_S_SLEEP_Pos)
Deprecated
CoreDebug DHCSR: S_SLEEP Mask
Deprecated
CoreDebug DHCSR: S_SLEEP Mask

CoreDebug DHCSR: S_SLEEP Mask

Definition at line 1787 of file core_armv8mml.h.

◆ CoreDebug_DHCSR_S_SLEEP_Msk [16/17]

#define CoreDebug_DHCSR_S_SLEEP_Msk   (1UL << CoreDebug_DHCSR_S_SLEEP_Pos)
Deprecated
CoreDebug DHCSR: S_SLEEP Mask

CoreDebug DHCSR: S_SLEEP Mask

Definition at line 1862 of file core_cm33.h.

◆ CoreDebug_DHCSR_S_SLEEP_Msk [17/17]

#define CoreDebug_DHCSR_S_SLEEP_Msk   (1UL << CoreDebug_DHCSR_S_SLEEP_Pos)

CoreDebug DHCSR: S_SLEEP Mask

Definition at line 1455 of file core_cm4.h.

◆ CoreDebug_DHCSR_S_SLEEP_Pos [1/17]

#define CoreDebug_DHCSR_S_SLEEP_Pos   18U
Deprecated
CoreDebug DHCSR: S_SLEEP Position
Deprecated
CoreDebug DHCSR: S_SLEEP Position
Deprecated
CoreDebug DHCSR: S_SLEEP Position
Deprecated
CoreDebug DHCSR: S_SLEEP Position

CoreDebug DHCSR: S_SLEEP Position

Deprecated
CoreDebug DHCSR: S_SLEEP Position
Deprecated
CoreDebug DHCSR: S_SLEEP Position
Deprecated
CoreDebug DHCSR: S_SLEEP Position
Deprecated
CoreDebug DHCSR: S_SLEEP Position
Deprecated
CoreDebug DHCSR: S_SLEEP Position
Deprecated
CoreDebug DHCSR: S_SLEEP Position
Deprecated
CoreDebug DHCSR: S_SLEEP Position
Deprecated
CoreDebug DHCSR: S_SLEEP Position

Definition at line 2685 of file core_armv81mml.h.

◆ CoreDebug_DHCSR_S_SLEEP_Pos [2/17]

#define CoreDebug_DHCSR_S_SLEEP_Pos   18U
Deprecated
CoreDebug DHCSR: S_SLEEP Position
Deprecated
CoreDebug DHCSR: S_SLEEP Position
Deprecated
CoreDebug DHCSR: S_SLEEP Position

CoreDebug DHCSR: S_SLEEP Position

Deprecated
CoreDebug DHCSR: S_SLEEP Position
Deprecated
CoreDebug DHCSR: S_SLEEP Position
Deprecated
CoreDebug DHCSR: S_SLEEP Position
Deprecated
CoreDebug DHCSR: S_SLEEP Position
Deprecated
CoreDebug DHCSR: S_SLEEP Position
Deprecated
CoreDebug DHCSR: S_SLEEP Position
Deprecated
CoreDebug DHCSR: S_SLEEP Position
Deprecated
CoreDebug DHCSR: S_SLEEP Position

Definition at line 1023 of file core_armv8mbl.h.

◆ CoreDebug_DHCSR_S_SLEEP_Pos [3/17]

#define CoreDebug_DHCSR_S_SLEEP_Pos   18U
Deprecated
CoreDebug DHCSR: S_SLEEP Position
Deprecated
CoreDebug DHCSR: S_SLEEP Position

CoreDebug DHCSR: S_SLEEP Position

Deprecated
CoreDebug DHCSR: S_SLEEP Position
Deprecated
CoreDebug DHCSR: S_SLEEP Position
Deprecated
CoreDebug DHCSR: S_SLEEP Position
Deprecated
CoreDebug DHCSR: S_SLEEP Position
Deprecated
CoreDebug DHCSR: S_SLEEP Position
Deprecated
CoreDebug DHCSR: S_SLEEP Position
Deprecated
CoreDebug DHCSR: S_SLEEP Position
Deprecated
CoreDebug DHCSR: S_SLEEP Position

Definition at line 1786 of file core_armv8mml.h.

◆ CoreDebug_DHCSR_S_SLEEP_Pos [4/17]

#define CoreDebug_DHCSR_S_SLEEP_Pos   18U
Deprecated
CoreDebug DHCSR: S_SLEEP Position

CoreDebug DHCSR: S_SLEEP Position

Deprecated
CoreDebug DHCSR: S_SLEEP Position
Deprecated
CoreDebug DHCSR: S_SLEEP Position
Deprecated
CoreDebug DHCSR: S_SLEEP Position
Deprecated
CoreDebug DHCSR: S_SLEEP Position
Deprecated
CoreDebug DHCSR: S_SLEEP Position
Deprecated
CoreDebug DHCSR: S_SLEEP Position
Deprecated
CoreDebug DHCSR: S_SLEEP Position
Deprecated
CoreDebug DHCSR: S_SLEEP Position

Definition at line 1098 of file core_cm23.h.

◆ CoreDebug_DHCSR_S_SLEEP_Pos [5/17]

#define CoreDebug_DHCSR_S_SLEEP_Pos   18U

CoreDebug DHCSR: S_SLEEP Position

Deprecated
CoreDebug DHCSR: S_SLEEP Position
Deprecated
CoreDebug DHCSR: S_SLEEP Position
Deprecated
CoreDebug DHCSR: S_SLEEP Position
Deprecated
CoreDebug DHCSR: S_SLEEP Position
Deprecated
CoreDebug DHCSR: S_SLEEP Position
Deprecated
CoreDebug DHCSR: S_SLEEP Position
Deprecated
CoreDebug DHCSR: S_SLEEP Position
Deprecated
CoreDebug DHCSR: S_SLEEP Position

Definition at line 1277 of file core_cm3.h.

◆ CoreDebug_DHCSR_S_SLEEP_Pos [6/17]

#define CoreDebug_DHCSR_S_SLEEP_Pos   18U
Deprecated
CoreDebug DHCSR: S_SLEEP Position
Deprecated
CoreDebug DHCSR: S_SLEEP Position

CoreDebug DHCSR: S_SLEEP Position

Deprecated
CoreDebug DHCSR: S_SLEEP Position
Deprecated
CoreDebug DHCSR: S_SLEEP Position
Deprecated
CoreDebug DHCSR: S_SLEEP Position
Deprecated
CoreDebug DHCSR: S_SLEEP Position
Deprecated
CoreDebug DHCSR: S_SLEEP Position
Deprecated
CoreDebug DHCSR: S_SLEEP Position

Definition at line 1861 of file core_cm33.h.

◆ CoreDebug_DHCSR_S_SLEEP_Pos [7/17]

#define CoreDebug_DHCSR_S_SLEEP_Pos   18U
Deprecated
CoreDebug DHCSR: S_SLEEP Position

CoreDebug DHCSR: S_SLEEP Position

Deprecated
CoreDebug DHCSR: S_SLEEP Position
Deprecated
CoreDebug DHCSR: S_SLEEP Position
Deprecated
CoreDebug DHCSR: S_SLEEP Position
Deprecated
CoreDebug DHCSR: S_SLEEP Position
Deprecated
CoreDebug DHCSR: S_SLEEP Position
Deprecated
CoreDebug DHCSR: S_SLEEP Position

Definition at line 1861 of file core_cm35p.h.

◆ CoreDebug_DHCSR_S_SLEEP_Pos [8/17]

#define CoreDebug_DHCSR_S_SLEEP_Pos   18U

CoreDebug DHCSR: S_SLEEP Position

Deprecated
CoreDebug DHCSR: S_SLEEP Position
Deprecated
CoreDebug DHCSR: S_SLEEP Position
Deprecated
CoreDebug DHCSR: S_SLEEP Position
Deprecated
CoreDebug DHCSR: S_SLEEP Position
Deprecated
CoreDebug DHCSR: S_SLEEP Position
Deprecated
CoreDebug DHCSR: S_SLEEP Position

Definition at line 1454 of file core_cm4.h.

◆ CoreDebug_DHCSR_S_SLEEP_Pos [9/17]

#define CoreDebug_DHCSR_S_SLEEP_Pos   18U
Deprecated
CoreDebug DHCSR: S_SLEEP Position

CoreDebug DHCSR: S_SLEEP Position

Deprecated
CoreDebug DHCSR: S_SLEEP Position
Deprecated
CoreDebug DHCSR: S_SLEEP Position
Deprecated
CoreDebug DHCSR: S_SLEEP Position
Deprecated
CoreDebug DHCSR: S_SLEEP Position
Deprecated
CoreDebug DHCSR: S_SLEEP Position

Definition at line 3239 of file core_cm55.h.

◆ CoreDebug_DHCSR_S_SLEEP_Pos [10/17]

#define CoreDebug_DHCSR_S_SLEEP_Pos   18U

CoreDebug DHCSR: S_SLEEP Position

Deprecated
CoreDebug DHCSR: S_SLEEP Position
Deprecated
CoreDebug DHCSR: S_SLEEP Position
Deprecated
CoreDebug DHCSR: S_SLEEP Position
Deprecated
CoreDebug DHCSR: S_SLEEP Position
Deprecated
CoreDebug DHCSR: S_SLEEP Position

Definition at line 1681 of file core_cm7.h.

◆ CoreDebug_DHCSR_S_SLEEP_Pos [11/17]

#define CoreDebug_DHCSR_S_SLEEP_Pos   18U
Deprecated
CoreDebug DHCSR: S_SLEEP Position

CoreDebug DHCSR: S_SLEEP Position

Deprecated
CoreDebug DHCSR: S_SLEEP Position
Deprecated
CoreDebug DHCSR: S_SLEEP Position
Deprecated
CoreDebug DHCSR: S_SLEEP Position
Deprecated
CoreDebug DHCSR: S_SLEEP Position

Definition at line 3144 of file core_cm85.h.

◆ CoreDebug_DHCSR_S_SLEEP_Pos [12/17]

#define CoreDebug_DHCSR_S_SLEEP_Pos   18U

CoreDebug DHCSR: S_SLEEP Position

Deprecated
CoreDebug DHCSR: S_SLEEP Position
Deprecated
CoreDebug DHCSR: S_SLEEP Position
Deprecated
CoreDebug DHCSR: S_SLEEP Position
Deprecated
CoreDebug DHCSR: S_SLEEP Position

Definition at line 1260 of file core_sc300.h.

◆ CoreDebug_DHCSR_S_SLEEP_Pos [13/17]

#define CoreDebug_DHCSR_S_SLEEP_Pos   18U
Deprecated
CoreDebug DHCSR: S_SLEEP Position
Deprecated
CoreDebug DHCSR: S_SLEEP Position
Deprecated
CoreDebug DHCSR: S_SLEEP Position
Deprecated
CoreDebug DHCSR: S_SLEEP Position

CoreDebug DHCSR: S_SLEEP Position

Definition at line 2685 of file core_armv81mml.h.

◆ CoreDebug_DHCSR_S_SLEEP_Pos [14/17]

#define CoreDebug_DHCSR_S_SLEEP_Pos   18U
Deprecated
CoreDebug DHCSR: S_SLEEP Position
Deprecated
CoreDebug DHCSR: S_SLEEP Position
Deprecated
CoreDebug DHCSR: S_SLEEP Position

CoreDebug DHCSR: S_SLEEP Position

Definition at line 1023 of file core_armv8mbl.h.

◆ CoreDebug_DHCSR_S_SLEEP_Pos [15/17]

#define CoreDebug_DHCSR_S_SLEEP_Pos   18U
Deprecated
CoreDebug DHCSR: S_SLEEP Position
Deprecated
CoreDebug DHCSR: S_SLEEP Position

CoreDebug DHCSR: S_SLEEP Position

Definition at line 1786 of file core_armv8mml.h.

◆ CoreDebug_DHCSR_S_SLEEP_Pos [16/17]

#define CoreDebug_DHCSR_S_SLEEP_Pos   18U
Deprecated
CoreDebug DHCSR: S_SLEEP Position

CoreDebug DHCSR: S_SLEEP Position

Definition at line 1861 of file core_cm33.h.

◆ CoreDebug_DHCSR_S_SLEEP_Pos [17/17]

#define CoreDebug_DHCSR_S_SLEEP_Pos   18U

CoreDebug DHCSR: S_SLEEP Position

Definition at line 1454 of file core_cm4.h.

◆ CoreDebug_DHCSR_S_SUIDE_Msk [1/4]

#define CoreDebug_DHCSR_S_SUIDE_Msk   (1UL << CoreDebug_DHCSR_S_SUIDE_Pos)
Deprecated
CoreDebug DHCSR: S_SUIDE Mask
Deprecated
CoreDebug DHCSR: S_SUIDE Mask
Deprecated
CoreDebug DHCSR: S_SUIDE Mask
Deprecated
CoreDebug DHCSR: S_SUIDE Mask

Definition at line 2674 of file core_armv81mml.h.

◆ CoreDebug_DHCSR_S_SUIDE_Msk [2/4]

#define CoreDebug_DHCSR_S_SUIDE_Msk   (1UL << CoreDebug_DHCSR_S_SUIDE_Pos)
Deprecated
CoreDebug DHCSR: S_SUIDE Mask
Deprecated
CoreDebug DHCSR: S_SUIDE Mask
Deprecated
CoreDebug DHCSR: S_SUIDE Mask

Definition at line 3228 of file core_cm55.h.

◆ CoreDebug_DHCSR_S_SUIDE_Msk [3/4]

#define CoreDebug_DHCSR_S_SUIDE_Msk   (1UL << CoreDebug_DHCSR_S_SUIDE_Pos)
Deprecated
CoreDebug DHCSR: S_SUIDE Mask
Deprecated
CoreDebug DHCSR: S_SUIDE Mask

Definition at line 3133 of file core_cm85.h.

◆ CoreDebug_DHCSR_S_SUIDE_Msk [4/4]

#define CoreDebug_DHCSR_S_SUIDE_Msk   (1UL << CoreDebug_DHCSR_S_SUIDE_Pos)
Deprecated
CoreDebug DHCSR: S_SUIDE Mask

Definition at line 2674 of file core_armv81mml.h.

◆ CoreDebug_DHCSR_S_SUIDE_Pos [1/4]

#define CoreDebug_DHCSR_S_SUIDE_Pos   22U
Deprecated
CoreDebug DHCSR: S_SUIDE Position
Deprecated
CoreDebug DHCSR: S_SUIDE Position
Deprecated
CoreDebug DHCSR: S_SUIDE Position
Deprecated
CoreDebug DHCSR: S_SUIDE Position

Definition at line 2673 of file core_armv81mml.h.

◆ CoreDebug_DHCSR_S_SUIDE_Pos [2/4]

#define CoreDebug_DHCSR_S_SUIDE_Pos   22U
Deprecated
CoreDebug DHCSR: S_SUIDE Position
Deprecated
CoreDebug DHCSR: S_SUIDE Position
Deprecated
CoreDebug DHCSR: S_SUIDE Position

Definition at line 3227 of file core_cm55.h.

◆ CoreDebug_DHCSR_S_SUIDE_Pos [3/4]

#define CoreDebug_DHCSR_S_SUIDE_Pos   22U
Deprecated
CoreDebug DHCSR: S_SUIDE Position
Deprecated
CoreDebug DHCSR: S_SUIDE Position

Definition at line 3132 of file core_cm85.h.

◆ CoreDebug_DHCSR_S_SUIDE_Pos [4/4]

#define CoreDebug_DHCSR_S_SUIDE_Pos   22U
Deprecated
CoreDebug DHCSR: S_SUIDE Position

Definition at line 2673 of file core_armv81mml.h.

◆ CoreDebug_DSCEMCR_CLR_MON_PEND_Msk [1/4]

#define CoreDebug_DSCEMCR_CLR_MON_PEND_Msk   (1UL << CoreDebug_DSCEMCR_CLR_MON_PEND_Pos)
Deprecated
CoreDebug DSCEMCR: CLR_MON_PEND, Mask
Deprecated
CoreDebug DSCEMCR: CLR_MON_PEND, Mask
Deprecated
CoreDebug DSCEMCR: CLR_MON_PEND, Mask
Deprecated
CoreDebug DSCEMCR: CLR_MON_PEND, Mask

Definition at line 2764 of file core_armv81mml.h.

◆ CoreDebug_DSCEMCR_CLR_MON_PEND_Msk [2/4]

#define CoreDebug_DSCEMCR_CLR_MON_PEND_Msk   (1UL << CoreDebug_DSCEMCR_CLR_MON_PEND_Pos)
Deprecated
CoreDebug DSCEMCR: CLR_MON_PEND, Mask
Deprecated
CoreDebug DSCEMCR: CLR_MON_PEND, Mask
Deprecated
CoreDebug DSCEMCR: CLR_MON_PEND, Mask

Definition at line 3318 of file core_cm55.h.

◆ CoreDebug_DSCEMCR_CLR_MON_PEND_Msk [3/4]

#define CoreDebug_DSCEMCR_CLR_MON_PEND_Msk   (1UL << CoreDebug_DSCEMCR_CLR_MON_PEND_Pos)
Deprecated
CoreDebug DSCEMCR: CLR_MON_PEND, Mask
Deprecated
CoreDebug DSCEMCR: CLR_MON_PEND, Mask

Definition at line 3223 of file core_cm85.h.

◆ CoreDebug_DSCEMCR_CLR_MON_PEND_Msk [4/4]

#define CoreDebug_DSCEMCR_CLR_MON_PEND_Msk   (1UL << CoreDebug_DSCEMCR_CLR_MON_PEND_Pos)
Deprecated
CoreDebug DSCEMCR: CLR_MON_PEND, Mask

Definition at line 2764 of file core_armv81mml.h.

◆ CoreDebug_DSCEMCR_CLR_MON_PEND_Pos [1/4]

#define CoreDebug_DSCEMCR_CLR_MON_PEND_Pos   17U
Deprecated
CoreDebug DSCEMCR: CLR_MON_PEND, Position
Deprecated
CoreDebug DSCEMCR: CLR_MON_PEND, Position
Deprecated
CoreDebug DSCEMCR: CLR_MON_PEND, Position
Deprecated
CoreDebug DSCEMCR: CLR_MON_PEND, Position

Definition at line 2763 of file core_armv81mml.h.

◆ CoreDebug_DSCEMCR_CLR_MON_PEND_Pos [2/4]

#define CoreDebug_DSCEMCR_CLR_MON_PEND_Pos   17U
Deprecated
CoreDebug DSCEMCR: CLR_MON_PEND, Position
Deprecated
CoreDebug DSCEMCR: CLR_MON_PEND, Position
Deprecated
CoreDebug DSCEMCR: CLR_MON_PEND, Position

Definition at line 3317 of file core_cm55.h.

◆ CoreDebug_DSCEMCR_CLR_MON_PEND_Pos [3/4]

#define CoreDebug_DSCEMCR_CLR_MON_PEND_Pos   17U
Deprecated
CoreDebug DSCEMCR: CLR_MON_PEND, Position
Deprecated
CoreDebug DSCEMCR: CLR_MON_PEND, Position

Definition at line 3222 of file core_cm85.h.

◆ CoreDebug_DSCEMCR_CLR_MON_PEND_Pos [4/4]

#define CoreDebug_DSCEMCR_CLR_MON_PEND_Pos   17U
Deprecated
CoreDebug DSCEMCR: CLR_MON_PEND, Position

Definition at line 2763 of file core_armv81mml.h.

◆ CoreDebug_DSCEMCR_CLR_MON_REQ_Msk [1/4]

#define CoreDebug_DSCEMCR_CLR_MON_REQ_Msk   (1UL << CoreDebug_DSCEMCR_CLR_MON_REQ_Pos)
Deprecated
CoreDebug DSCEMCR: CLR_MON_REQ, Mask
Deprecated
CoreDebug DSCEMCR: CLR_MON_REQ, Mask
Deprecated
CoreDebug DSCEMCR: CLR_MON_REQ, Mask
Deprecated
CoreDebug DSCEMCR: CLR_MON_REQ, Mask

Definition at line 2761 of file core_armv81mml.h.

◆ CoreDebug_DSCEMCR_CLR_MON_REQ_Msk [2/4]

#define CoreDebug_DSCEMCR_CLR_MON_REQ_Msk   (1UL << CoreDebug_DSCEMCR_CLR_MON_REQ_Pos)
Deprecated
CoreDebug DSCEMCR: CLR_MON_REQ, Mask
Deprecated
CoreDebug DSCEMCR: CLR_MON_REQ, Mask
Deprecated
CoreDebug DSCEMCR: CLR_MON_REQ, Mask

Definition at line 3315 of file core_cm55.h.

◆ CoreDebug_DSCEMCR_CLR_MON_REQ_Msk [3/4]

#define CoreDebug_DSCEMCR_CLR_MON_REQ_Msk   (1UL << CoreDebug_DSCEMCR_CLR_MON_REQ_Pos)
Deprecated
CoreDebug DSCEMCR: CLR_MON_REQ, Mask
Deprecated
CoreDebug DSCEMCR: CLR_MON_REQ, Mask

Definition at line 3220 of file core_cm85.h.

◆ CoreDebug_DSCEMCR_CLR_MON_REQ_Msk [4/4]

#define CoreDebug_DSCEMCR_CLR_MON_REQ_Msk   (1UL << CoreDebug_DSCEMCR_CLR_MON_REQ_Pos)
Deprecated
CoreDebug DSCEMCR: CLR_MON_REQ, Mask

Definition at line 2761 of file core_armv81mml.h.

◆ CoreDebug_DSCEMCR_CLR_MON_REQ_Pos [1/4]

#define CoreDebug_DSCEMCR_CLR_MON_REQ_Pos   19U
Deprecated
CoreDebug DSCEMCR: CLR_MON_REQ, Position
Deprecated
CoreDebug DSCEMCR: CLR_MON_REQ, Position
Deprecated
CoreDebug DSCEMCR: CLR_MON_REQ, Position
Deprecated
CoreDebug DSCEMCR: CLR_MON_REQ, Position

Definition at line 2760 of file core_armv81mml.h.

◆ CoreDebug_DSCEMCR_CLR_MON_REQ_Pos [2/4]

#define CoreDebug_DSCEMCR_CLR_MON_REQ_Pos   19U
Deprecated
CoreDebug DSCEMCR: CLR_MON_REQ, Position
Deprecated
CoreDebug DSCEMCR: CLR_MON_REQ, Position
Deprecated
CoreDebug DSCEMCR: CLR_MON_REQ, Position

Definition at line 3314 of file core_cm55.h.

◆ CoreDebug_DSCEMCR_CLR_MON_REQ_Pos [3/4]

#define CoreDebug_DSCEMCR_CLR_MON_REQ_Pos   19U
Deprecated
CoreDebug DSCEMCR: CLR_MON_REQ, Position
Deprecated
CoreDebug DSCEMCR: CLR_MON_REQ, Position

Definition at line 3219 of file core_cm85.h.

◆ CoreDebug_DSCEMCR_CLR_MON_REQ_Pos [4/4]

#define CoreDebug_DSCEMCR_CLR_MON_REQ_Pos   19U
Deprecated
CoreDebug DSCEMCR: CLR_MON_REQ, Position

Definition at line 2760 of file core_armv81mml.h.

◆ CoreDebug_DSCEMCR_SET_MON_PEND_Msk [1/4]

#define CoreDebug_DSCEMCR_SET_MON_PEND_Msk   (1UL << CoreDebug_DSCEMCR_SET_MON_PEND_Pos)
Deprecated
CoreDebug DSCEMCR: SET_MON_PEND, Mask
Deprecated
CoreDebug DSCEMCR: SET_MON_PEND, Mask
Deprecated
CoreDebug DSCEMCR: SET_MON_PEND, Mask
Deprecated
CoreDebug DSCEMCR: SET_MON_PEND, Mask

Definition at line 2770 of file core_armv81mml.h.

◆ CoreDebug_DSCEMCR_SET_MON_PEND_Msk [2/4]

#define CoreDebug_DSCEMCR_SET_MON_PEND_Msk   (1UL << CoreDebug_DSCEMCR_SET_MON_PEND_Pos)
Deprecated
CoreDebug DSCEMCR: SET_MON_PEND, Mask
Deprecated
CoreDebug DSCEMCR: SET_MON_PEND, Mask
Deprecated
CoreDebug DSCEMCR: SET_MON_PEND, Mask

Definition at line 3324 of file core_cm55.h.

◆ CoreDebug_DSCEMCR_SET_MON_PEND_Msk [3/4]

#define CoreDebug_DSCEMCR_SET_MON_PEND_Msk   (1UL << CoreDebug_DSCEMCR_SET_MON_PEND_Pos)
Deprecated
CoreDebug DSCEMCR: SET_MON_PEND, Mask
Deprecated
CoreDebug DSCEMCR: SET_MON_PEND, Mask

Definition at line 3229 of file core_cm85.h.

◆ CoreDebug_DSCEMCR_SET_MON_PEND_Msk [4/4]

#define CoreDebug_DSCEMCR_SET_MON_PEND_Msk   (1UL << CoreDebug_DSCEMCR_SET_MON_PEND_Pos)
Deprecated
CoreDebug DSCEMCR: SET_MON_PEND, Mask

Definition at line 2770 of file core_armv81mml.h.

◆ CoreDebug_DSCEMCR_SET_MON_PEND_Pos [1/4]

#define CoreDebug_DSCEMCR_SET_MON_PEND_Pos   1U
Deprecated
CoreDebug DSCEMCR: SET_MON_PEND, Position
Deprecated
CoreDebug DSCEMCR: SET_MON_PEND, Position
Deprecated
CoreDebug DSCEMCR: SET_MON_PEND, Position
Deprecated
CoreDebug DSCEMCR: SET_MON_PEND, Position

Definition at line 2769 of file core_armv81mml.h.

◆ CoreDebug_DSCEMCR_SET_MON_PEND_Pos [2/4]

#define CoreDebug_DSCEMCR_SET_MON_PEND_Pos   1U
Deprecated
CoreDebug DSCEMCR: SET_MON_PEND, Position
Deprecated
CoreDebug DSCEMCR: SET_MON_PEND, Position
Deprecated
CoreDebug DSCEMCR: SET_MON_PEND, Position

Definition at line 3323 of file core_cm55.h.

◆ CoreDebug_DSCEMCR_SET_MON_PEND_Pos [3/4]

#define CoreDebug_DSCEMCR_SET_MON_PEND_Pos   1U
Deprecated
CoreDebug DSCEMCR: SET_MON_PEND, Position
Deprecated
CoreDebug DSCEMCR: SET_MON_PEND, Position

Definition at line 3228 of file core_cm85.h.

◆ CoreDebug_DSCEMCR_SET_MON_PEND_Pos [4/4]

#define CoreDebug_DSCEMCR_SET_MON_PEND_Pos   1U
Deprecated
CoreDebug DSCEMCR: SET_MON_PEND, Position

Definition at line 2769 of file core_armv81mml.h.

◆ CoreDebug_DSCEMCR_SET_MON_REQ_Msk [1/4]

#define CoreDebug_DSCEMCR_SET_MON_REQ_Msk   (1UL << CoreDebug_DSCEMCR_SET_MON_REQ_Pos)
Deprecated
CoreDebug DSCEMCR: SET_MON_REQ, Mask
Deprecated
CoreDebug DSCEMCR: SET_MON_REQ, Mask
Deprecated
CoreDebug DSCEMCR: SET_MON_REQ, Mask
Deprecated
CoreDebug DSCEMCR: SET_MON_REQ, Mask

Definition at line 2767 of file core_armv81mml.h.

◆ CoreDebug_DSCEMCR_SET_MON_REQ_Msk [2/4]

#define CoreDebug_DSCEMCR_SET_MON_REQ_Msk   (1UL << CoreDebug_DSCEMCR_SET_MON_REQ_Pos)
Deprecated
CoreDebug DSCEMCR: SET_MON_REQ, Mask
Deprecated
CoreDebug DSCEMCR: SET_MON_REQ, Mask
Deprecated
CoreDebug DSCEMCR: SET_MON_REQ, Mask

Definition at line 3321 of file core_cm55.h.

◆ CoreDebug_DSCEMCR_SET_MON_REQ_Msk [3/4]

#define CoreDebug_DSCEMCR_SET_MON_REQ_Msk   (1UL << CoreDebug_DSCEMCR_SET_MON_REQ_Pos)
Deprecated
CoreDebug DSCEMCR: SET_MON_REQ, Mask
Deprecated
CoreDebug DSCEMCR: SET_MON_REQ, Mask

Definition at line 3226 of file core_cm85.h.

◆ CoreDebug_DSCEMCR_SET_MON_REQ_Msk [4/4]

#define CoreDebug_DSCEMCR_SET_MON_REQ_Msk   (1UL << CoreDebug_DSCEMCR_SET_MON_REQ_Pos)
Deprecated
CoreDebug DSCEMCR: SET_MON_REQ, Mask

Definition at line 2767 of file core_armv81mml.h.

◆ CoreDebug_DSCEMCR_SET_MON_REQ_Pos [1/4]

#define CoreDebug_DSCEMCR_SET_MON_REQ_Pos   3U
Deprecated
CoreDebug DSCEMCR: SET_MON_REQ, Position
Deprecated
CoreDebug DSCEMCR: SET_MON_REQ, Position
Deprecated
CoreDebug DSCEMCR: SET_MON_REQ, Position
Deprecated
CoreDebug DSCEMCR: SET_MON_REQ, Position

Definition at line 2766 of file core_armv81mml.h.

◆ CoreDebug_DSCEMCR_SET_MON_REQ_Pos [2/4]

#define CoreDebug_DSCEMCR_SET_MON_REQ_Pos   3U
Deprecated
CoreDebug DSCEMCR: SET_MON_REQ, Position
Deprecated
CoreDebug DSCEMCR: SET_MON_REQ, Position
Deprecated
CoreDebug DSCEMCR: SET_MON_REQ, Position

Definition at line 3320 of file core_cm55.h.

◆ CoreDebug_DSCEMCR_SET_MON_REQ_Pos [3/4]

#define CoreDebug_DSCEMCR_SET_MON_REQ_Pos   3U
Deprecated
CoreDebug DSCEMCR: SET_MON_REQ, Position
Deprecated
CoreDebug DSCEMCR: SET_MON_REQ, Position

Definition at line 3225 of file core_cm85.h.

◆ CoreDebug_DSCEMCR_SET_MON_REQ_Pos [4/4]

#define CoreDebug_DSCEMCR_SET_MON_REQ_Pos   3U
Deprecated
CoreDebug DSCEMCR: SET_MON_REQ, Position

Definition at line 2766 of file core_armv81mml.h.

◆ CoreDebug_DSCSR_CDS_Msk [1/12]

#define CoreDebug_DSCSR_CDS_Msk   (1UL << CoreDebug_DSCSR_CDS_Pos)
Deprecated
CoreDebug DSCSR: CDS Mask
Deprecated
CoreDebug DSCSR: CDS Mask
Deprecated
CoreDebug DSCSR: CDS Mask
Deprecated
CoreDebug DSCSR: CDS Mask
Deprecated
CoreDebug DSCSR: CDS Mask
Deprecated
CoreDebug DSCSR: CDS Mask
Deprecated
CoreDebug DSCSR: CDS Mask
Deprecated
CoreDebug DSCSR: CDS Mask
Deprecated
CoreDebug DSCSR: CDS Mask
Deprecated
CoreDebug DSCSR: CDS Mask
Deprecated
CoreDebug DSCSR: CDS Mask
Deprecated
CoreDebug DSCSR: CDS Mask

Definition at line 2796 of file core_armv81mml.h.

◆ CoreDebug_DSCSR_CDS_Msk [2/12]

#define CoreDebug_DSCSR_CDS_Msk   (1UL << CoreDebug_DSCSR_CDS_Pos)
Deprecated
CoreDebug DSCSR: CDS Mask
Deprecated
CoreDebug DSCSR: CDS Mask
Deprecated
CoreDebug DSCSR: CDS Mask
Deprecated
CoreDebug DSCSR: CDS Mask
Deprecated
CoreDebug DSCSR: CDS Mask
Deprecated
CoreDebug DSCSR: CDS Mask
Deprecated
CoreDebug DSCSR: CDS Mask
Deprecated
CoreDebug DSCSR: CDS Mask
Deprecated
CoreDebug DSCSR: CDS Mask
Deprecated
CoreDebug DSCSR: CDS Mask
Deprecated
CoreDebug DSCSR: CDS Mask

Definition at line 1076 of file core_armv8mbl.h.

◆ CoreDebug_DSCSR_CDS_Msk [3/12]

#define CoreDebug_DSCSR_CDS_Msk   (1UL << CoreDebug_DSCSR_CDS_Pos)
Deprecated
CoreDebug DSCSR: CDS Mask
Deprecated
CoreDebug DSCSR: CDS Mask
Deprecated
CoreDebug DSCSR: CDS Mask
Deprecated
CoreDebug DSCSR: CDS Mask
Deprecated
CoreDebug DSCSR: CDS Mask
Deprecated
CoreDebug DSCSR: CDS Mask
Deprecated
CoreDebug DSCSR: CDS Mask
Deprecated
CoreDebug DSCSR: CDS Mask
Deprecated
CoreDebug DSCSR: CDS Mask
Deprecated
CoreDebug DSCSR: CDS Mask

Definition at line 1872 of file core_armv8mml.h.

◆ CoreDebug_DSCSR_CDS_Msk [4/12]

#define CoreDebug_DSCSR_CDS_Msk   (1UL << CoreDebug_DSCSR_CDS_Pos)
Deprecated
CoreDebug DSCSR: CDS Mask
Deprecated
CoreDebug DSCSR: CDS Mask
Deprecated
CoreDebug DSCSR: CDS Mask
Deprecated
CoreDebug DSCSR: CDS Mask
Deprecated
CoreDebug DSCSR: CDS Mask
Deprecated
CoreDebug DSCSR: CDS Mask
Deprecated
CoreDebug DSCSR: CDS Mask
Deprecated
CoreDebug DSCSR: CDS Mask
Deprecated
CoreDebug DSCSR: CDS Mask

Definition at line 1151 of file core_cm23.h.

◆ CoreDebug_DSCSR_CDS_Msk [5/12]

#define CoreDebug_DSCSR_CDS_Msk   (1UL << CoreDebug_DSCSR_CDS_Pos)
Deprecated
CoreDebug DSCSR: CDS Mask
Deprecated
CoreDebug DSCSR: CDS Mask
Deprecated
CoreDebug DSCSR: CDS Mask
Deprecated
CoreDebug DSCSR: CDS Mask
Deprecated
CoreDebug DSCSR: CDS Mask
Deprecated
CoreDebug DSCSR: CDS Mask
Deprecated
CoreDebug DSCSR: CDS Mask
Deprecated
CoreDebug DSCSR: CDS Mask

Definition at line 1947 of file core_cm33.h.

◆ CoreDebug_DSCSR_CDS_Msk [6/12]

#define CoreDebug_DSCSR_CDS_Msk   (1UL << CoreDebug_DSCSR_CDS_Pos)
Deprecated
CoreDebug DSCSR: CDS Mask
Deprecated
CoreDebug DSCSR: CDS Mask
Deprecated
CoreDebug DSCSR: CDS Mask
Deprecated
CoreDebug DSCSR: CDS Mask
Deprecated
CoreDebug DSCSR: CDS Mask
Deprecated
CoreDebug DSCSR: CDS Mask
Deprecated
CoreDebug DSCSR: CDS Mask

Definition at line 1947 of file core_cm35p.h.

◆ CoreDebug_DSCSR_CDS_Msk [7/12]

#define CoreDebug_DSCSR_CDS_Msk   (1UL << CoreDebug_DSCSR_CDS_Pos)
Deprecated
CoreDebug DSCSR: CDS Mask
Deprecated
CoreDebug DSCSR: CDS Mask
Deprecated
CoreDebug DSCSR: CDS Mask
Deprecated
CoreDebug DSCSR: CDS Mask
Deprecated
CoreDebug DSCSR: CDS Mask
Deprecated
CoreDebug DSCSR: CDS Mask

Definition at line 3350 of file core_cm55.h.

◆ CoreDebug_DSCSR_CDS_Msk [8/12]

#define CoreDebug_DSCSR_CDS_Msk   (1UL << CoreDebug_DSCSR_CDS_Pos)
Deprecated
CoreDebug DSCSR: CDS Mask
Deprecated
CoreDebug DSCSR: CDS Mask
Deprecated
CoreDebug DSCSR: CDS Mask
Deprecated
CoreDebug DSCSR: CDS Mask
Deprecated
CoreDebug DSCSR: CDS Mask

Definition at line 3255 of file core_cm85.h.

◆ CoreDebug_DSCSR_CDS_Msk [9/12]

#define CoreDebug_DSCSR_CDS_Msk   (1UL << CoreDebug_DSCSR_CDS_Pos)
Deprecated
CoreDebug DSCSR: CDS Mask
Deprecated
CoreDebug DSCSR: CDS Mask
Deprecated
CoreDebug DSCSR: CDS Mask
Deprecated
CoreDebug DSCSR: CDS Mask

Definition at line 2796 of file core_armv81mml.h.

◆ CoreDebug_DSCSR_CDS_Msk [10/12]

#define CoreDebug_DSCSR_CDS_Msk   (1UL << CoreDebug_DSCSR_CDS_Pos)
Deprecated
CoreDebug DSCSR: CDS Mask
Deprecated
CoreDebug DSCSR: CDS Mask
Deprecated
CoreDebug DSCSR: CDS Mask

Definition at line 1076 of file core_armv8mbl.h.

◆ CoreDebug_DSCSR_CDS_Msk [11/12]

#define CoreDebug_DSCSR_CDS_Msk   (1UL << CoreDebug_DSCSR_CDS_Pos)
Deprecated
CoreDebug DSCSR: CDS Mask
Deprecated
CoreDebug DSCSR: CDS Mask

Definition at line 1872 of file core_armv8mml.h.

◆ CoreDebug_DSCSR_CDS_Msk [12/12]

#define CoreDebug_DSCSR_CDS_Msk   (1UL << CoreDebug_DSCSR_CDS_Pos)
Deprecated
CoreDebug DSCSR: CDS Mask

Definition at line 1947 of file core_cm33.h.

◆ CoreDebug_DSCSR_CDS_Pos [1/12]

#define CoreDebug_DSCSR_CDS_Pos   16U
Deprecated
CoreDebug DSCSR: CDS Position
Deprecated
CoreDebug DSCSR: CDS Position
Deprecated
CoreDebug DSCSR: CDS Position
Deprecated
CoreDebug DSCSR: CDS Position
Deprecated
CoreDebug DSCSR: CDS Position
Deprecated
CoreDebug DSCSR: CDS Position
Deprecated
CoreDebug DSCSR: CDS Position
Deprecated
CoreDebug DSCSR: CDS Position
Deprecated
CoreDebug DSCSR: CDS Position
Deprecated
CoreDebug DSCSR: CDS Position
Deprecated
CoreDebug DSCSR: CDS Position
Deprecated
CoreDebug DSCSR: CDS Position

Definition at line 2795 of file core_armv81mml.h.

◆ CoreDebug_DSCSR_CDS_Pos [2/12]

#define CoreDebug_DSCSR_CDS_Pos   16U
Deprecated
CoreDebug DSCSR: CDS Position
Deprecated
CoreDebug DSCSR: CDS Position
Deprecated
CoreDebug DSCSR: CDS Position
Deprecated
CoreDebug DSCSR: CDS Position
Deprecated
CoreDebug DSCSR: CDS Position
Deprecated
CoreDebug DSCSR: CDS Position
Deprecated
CoreDebug DSCSR: CDS Position
Deprecated
CoreDebug DSCSR: CDS Position
Deprecated
CoreDebug DSCSR: CDS Position
Deprecated
CoreDebug DSCSR: CDS Position
Deprecated
CoreDebug DSCSR: CDS Position

Definition at line 1075 of file core_armv8mbl.h.

◆ CoreDebug_DSCSR_CDS_Pos [3/12]

#define CoreDebug_DSCSR_CDS_Pos   16U
Deprecated
CoreDebug DSCSR: CDS Position
Deprecated
CoreDebug DSCSR: CDS Position
Deprecated
CoreDebug DSCSR: CDS Position
Deprecated
CoreDebug DSCSR: CDS Position
Deprecated
CoreDebug DSCSR: CDS Position
Deprecated
CoreDebug DSCSR: CDS Position
Deprecated
CoreDebug DSCSR: CDS Position
Deprecated
CoreDebug DSCSR: CDS Position
Deprecated
CoreDebug DSCSR: CDS Position
Deprecated
CoreDebug DSCSR: CDS Position

Definition at line 1871 of file core_armv8mml.h.

◆ CoreDebug_DSCSR_CDS_Pos [4/12]

#define CoreDebug_DSCSR_CDS_Pos   16U
Deprecated
CoreDebug DSCSR: CDS Position
Deprecated
CoreDebug DSCSR: CDS Position
Deprecated
CoreDebug DSCSR: CDS Position
Deprecated
CoreDebug DSCSR: CDS Position
Deprecated
CoreDebug DSCSR: CDS Position
Deprecated
CoreDebug DSCSR: CDS Position
Deprecated
CoreDebug DSCSR: CDS Position
Deprecated
CoreDebug DSCSR: CDS Position
Deprecated
CoreDebug DSCSR: CDS Position

Definition at line 1150 of file core_cm23.h.

◆ CoreDebug_DSCSR_CDS_Pos [5/12]

#define CoreDebug_DSCSR_CDS_Pos   16U
Deprecated
CoreDebug DSCSR: CDS Position
Deprecated
CoreDebug DSCSR: CDS Position
Deprecated
CoreDebug DSCSR: CDS Position
Deprecated
CoreDebug DSCSR: CDS Position
Deprecated
CoreDebug DSCSR: CDS Position
Deprecated
CoreDebug DSCSR: CDS Position
Deprecated
CoreDebug DSCSR: CDS Position
Deprecated
CoreDebug DSCSR: CDS Position

Definition at line 1946 of file core_cm33.h.

◆ CoreDebug_DSCSR_CDS_Pos [6/12]

#define CoreDebug_DSCSR_CDS_Pos   16U
Deprecated
CoreDebug DSCSR: CDS Position
Deprecated
CoreDebug DSCSR: CDS Position
Deprecated
CoreDebug DSCSR: CDS Position
Deprecated
CoreDebug DSCSR: CDS Position
Deprecated
CoreDebug DSCSR: CDS Position
Deprecated
CoreDebug DSCSR: CDS Position
Deprecated
CoreDebug DSCSR: CDS Position

Definition at line 1946 of file core_cm35p.h.

◆ CoreDebug_DSCSR_CDS_Pos [7/12]

#define CoreDebug_DSCSR_CDS_Pos   16U
Deprecated
CoreDebug DSCSR: CDS Position
Deprecated
CoreDebug DSCSR: CDS Position
Deprecated
CoreDebug DSCSR: CDS Position
Deprecated
CoreDebug DSCSR: CDS Position
Deprecated
CoreDebug DSCSR: CDS Position
Deprecated
CoreDebug DSCSR: CDS Position

Definition at line 3349 of file core_cm55.h.

◆ CoreDebug_DSCSR_CDS_Pos [8/12]

#define CoreDebug_DSCSR_CDS_Pos   16U
Deprecated
CoreDebug DSCSR: CDS Position
Deprecated
CoreDebug DSCSR: CDS Position
Deprecated
CoreDebug DSCSR: CDS Position
Deprecated
CoreDebug DSCSR: CDS Position
Deprecated
CoreDebug DSCSR: CDS Position

Definition at line 3254 of file core_cm85.h.

◆ CoreDebug_DSCSR_CDS_Pos [9/12]

#define CoreDebug_DSCSR_CDS_Pos   16U
Deprecated
CoreDebug DSCSR: CDS Position
Deprecated
CoreDebug DSCSR: CDS Position
Deprecated
CoreDebug DSCSR: CDS Position
Deprecated
CoreDebug DSCSR: CDS Position

Definition at line 2795 of file core_armv81mml.h.

◆ CoreDebug_DSCSR_CDS_Pos [10/12]

#define CoreDebug_DSCSR_CDS_Pos   16U
Deprecated
CoreDebug DSCSR: CDS Position
Deprecated
CoreDebug DSCSR: CDS Position
Deprecated
CoreDebug DSCSR: CDS Position

Definition at line 1075 of file core_armv8mbl.h.

◆ CoreDebug_DSCSR_CDS_Pos [11/12]

#define CoreDebug_DSCSR_CDS_Pos   16U
Deprecated
CoreDebug DSCSR: CDS Position
Deprecated
CoreDebug DSCSR: CDS Position

Definition at line 1871 of file core_armv8mml.h.

◆ CoreDebug_DSCSR_CDS_Pos [12/12]

#define CoreDebug_DSCSR_CDS_Pos   16U
Deprecated
CoreDebug DSCSR: CDS Position

Definition at line 1946 of file core_cm33.h.

◆ CoreDebug_DSCSR_SBRSEL_Msk [1/12]

#define CoreDebug_DSCSR_SBRSEL_Msk   (1UL << CoreDebug_DSCSR_SBRSEL_Pos)
Deprecated
CoreDebug DSCSR: SBRSEL Mask
Deprecated
CoreDebug DSCSR: SBRSEL Mask
Deprecated
CoreDebug DSCSR: SBRSEL Mask
Deprecated
CoreDebug DSCSR: SBRSEL Mask
Deprecated
CoreDebug DSCSR: SBRSEL Mask
Deprecated
CoreDebug DSCSR: SBRSEL Mask
Deprecated
CoreDebug DSCSR: SBRSEL Mask
Deprecated
CoreDebug DSCSR: SBRSEL Mask
Deprecated
CoreDebug DSCSR: SBRSEL Mask
Deprecated
CoreDebug DSCSR: SBRSEL Mask
Deprecated
CoreDebug DSCSR: SBRSEL Mask
Deprecated
CoreDebug DSCSR: SBRSEL Mask

Definition at line 2799 of file core_armv81mml.h.

◆ CoreDebug_DSCSR_SBRSEL_Msk [2/12]

#define CoreDebug_DSCSR_SBRSEL_Msk   (1UL << CoreDebug_DSCSR_SBRSEL_Pos)
Deprecated
CoreDebug DSCSR: SBRSEL Mask
Deprecated
CoreDebug DSCSR: SBRSEL Mask
Deprecated
CoreDebug DSCSR: SBRSEL Mask
Deprecated
CoreDebug DSCSR: SBRSEL Mask
Deprecated
CoreDebug DSCSR: SBRSEL Mask
Deprecated
CoreDebug DSCSR: SBRSEL Mask
Deprecated
CoreDebug DSCSR: SBRSEL Mask
Deprecated
CoreDebug DSCSR: SBRSEL Mask
Deprecated
CoreDebug DSCSR: SBRSEL Mask
Deprecated
CoreDebug DSCSR: SBRSEL Mask
Deprecated
CoreDebug DSCSR: SBRSEL Mask

Definition at line 1079 of file core_armv8mbl.h.

◆ CoreDebug_DSCSR_SBRSEL_Msk [3/12]

#define CoreDebug_DSCSR_SBRSEL_Msk   (1UL << CoreDebug_DSCSR_SBRSEL_Pos)
Deprecated
CoreDebug DSCSR: SBRSEL Mask
Deprecated
CoreDebug DSCSR: SBRSEL Mask
Deprecated
CoreDebug DSCSR: SBRSEL Mask
Deprecated
CoreDebug DSCSR: SBRSEL Mask
Deprecated
CoreDebug DSCSR: SBRSEL Mask
Deprecated
CoreDebug DSCSR: SBRSEL Mask
Deprecated
CoreDebug DSCSR: SBRSEL Mask
Deprecated
CoreDebug DSCSR: SBRSEL Mask
Deprecated
CoreDebug DSCSR: SBRSEL Mask
Deprecated
CoreDebug DSCSR: SBRSEL Mask

Definition at line 1875 of file core_armv8mml.h.

◆ CoreDebug_DSCSR_SBRSEL_Msk [4/12]

#define CoreDebug_DSCSR_SBRSEL_Msk   (1UL << CoreDebug_DSCSR_SBRSEL_Pos)
Deprecated
CoreDebug DSCSR: SBRSEL Mask
Deprecated
CoreDebug DSCSR: SBRSEL Mask
Deprecated
CoreDebug DSCSR: SBRSEL Mask
Deprecated
CoreDebug DSCSR: SBRSEL Mask
Deprecated
CoreDebug DSCSR: SBRSEL Mask
Deprecated
CoreDebug DSCSR: SBRSEL Mask
Deprecated
CoreDebug DSCSR: SBRSEL Mask
Deprecated
CoreDebug DSCSR: SBRSEL Mask
Deprecated
CoreDebug DSCSR: SBRSEL Mask

Definition at line 1154 of file core_cm23.h.

◆ CoreDebug_DSCSR_SBRSEL_Msk [5/12]

#define CoreDebug_DSCSR_SBRSEL_Msk   (1UL << CoreDebug_DSCSR_SBRSEL_Pos)
Deprecated
CoreDebug DSCSR: SBRSEL Mask
Deprecated
CoreDebug DSCSR: SBRSEL Mask
Deprecated
CoreDebug DSCSR: SBRSEL Mask
Deprecated
CoreDebug DSCSR: SBRSEL Mask
Deprecated
CoreDebug DSCSR: SBRSEL Mask
Deprecated
CoreDebug DSCSR: SBRSEL Mask
Deprecated
CoreDebug DSCSR: SBRSEL Mask
Deprecated
CoreDebug DSCSR: SBRSEL Mask

Definition at line 1950 of file core_cm33.h.

◆ CoreDebug_DSCSR_SBRSEL_Msk [6/12]

#define CoreDebug_DSCSR_SBRSEL_Msk   (1UL << CoreDebug_DSCSR_SBRSEL_Pos)
Deprecated
CoreDebug DSCSR: SBRSEL Mask
Deprecated
CoreDebug DSCSR: SBRSEL Mask
Deprecated
CoreDebug DSCSR: SBRSEL Mask
Deprecated
CoreDebug DSCSR: SBRSEL Mask
Deprecated
CoreDebug DSCSR: SBRSEL Mask
Deprecated
CoreDebug DSCSR: SBRSEL Mask
Deprecated
CoreDebug DSCSR: SBRSEL Mask

Definition at line 1950 of file core_cm35p.h.

◆ CoreDebug_DSCSR_SBRSEL_Msk [7/12]

#define CoreDebug_DSCSR_SBRSEL_Msk   (1UL << CoreDebug_DSCSR_SBRSEL_Pos)
Deprecated
CoreDebug DSCSR: SBRSEL Mask
Deprecated
CoreDebug DSCSR: SBRSEL Mask
Deprecated
CoreDebug DSCSR: SBRSEL Mask
Deprecated
CoreDebug DSCSR: SBRSEL Mask
Deprecated
CoreDebug DSCSR: SBRSEL Mask
Deprecated
CoreDebug DSCSR: SBRSEL Mask

Definition at line 3353 of file core_cm55.h.

◆ CoreDebug_DSCSR_SBRSEL_Msk [8/12]

#define CoreDebug_DSCSR_SBRSEL_Msk   (1UL << CoreDebug_DSCSR_SBRSEL_Pos)
Deprecated
CoreDebug DSCSR: SBRSEL Mask
Deprecated
CoreDebug DSCSR: SBRSEL Mask
Deprecated
CoreDebug DSCSR: SBRSEL Mask
Deprecated
CoreDebug DSCSR: SBRSEL Mask
Deprecated
CoreDebug DSCSR: SBRSEL Mask

Definition at line 3258 of file core_cm85.h.

◆ CoreDebug_DSCSR_SBRSEL_Msk [9/12]

#define CoreDebug_DSCSR_SBRSEL_Msk   (1UL << CoreDebug_DSCSR_SBRSEL_Pos)
Deprecated
CoreDebug DSCSR: SBRSEL Mask
Deprecated
CoreDebug DSCSR: SBRSEL Mask
Deprecated
CoreDebug DSCSR: SBRSEL Mask
Deprecated
CoreDebug DSCSR: SBRSEL Mask

Definition at line 2799 of file core_armv81mml.h.

◆ CoreDebug_DSCSR_SBRSEL_Msk [10/12]

#define CoreDebug_DSCSR_SBRSEL_Msk   (1UL << CoreDebug_DSCSR_SBRSEL_Pos)
Deprecated
CoreDebug DSCSR: SBRSEL Mask
Deprecated
CoreDebug DSCSR: SBRSEL Mask
Deprecated
CoreDebug DSCSR: SBRSEL Mask

Definition at line 1079 of file core_armv8mbl.h.

◆ CoreDebug_DSCSR_SBRSEL_Msk [11/12]

#define CoreDebug_DSCSR_SBRSEL_Msk   (1UL << CoreDebug_DSCSR_SBRSEL_Pos)
Deprecated
CoreDebug DSCSR: SBRSEL Mask
Deprecated
CoreDebug DSCSR: SBRSEL Mask

Definition at line 1875 of file core_armv8mml.h.

◆ CoreDebug_DSCSR_SBRSEL_Msk [12/12]

#define CoreDebug_DSCSR_SBRSEL_Msk   (1UL << CoreDebug_DSCSR_SBRSEL_Pos)
Deprecated
CoreDebug DSCSR: SBRSEL Mask

Definition at line 1950 of file core_cm33.h.

◆ CoreDebug_DSCSR_SBRSEL_Pos [1/12]

#define CoreDebug_DSCSR_SBRSEL_Pos   1U
Deprecated
CoreDebug DSCSR: SBRSEL Position
Deprecated
CoreDebug DSCSR: SBRSEL Position
Deprecated
CoreDebug DSCSR: SBRSEL Position
Deprecated
CoreDebug DSCSR: SBRSEL Position
Deprecated
CoreDebug DSCSR: SBRSEL Position
Deprecated
CoreDebug DSCSR: SBRSEL Position
Deprecated
CoreDebug DSCSR: SBRSEL Position
Deprecated
CoreDebug DSCSR: SBRSEL Position
Deprecated
CoreDebug DSCSR: SBRSEL Position
Deprecated
CoreDebug DSCSR: SBRSEL Position
Deprecated
CoreDebug DSCSR: SBRSEL Position
Deprecated
CoreDebug DSCSR: SBRSEL Position

Definition at line 2798 of file core_armv81mml.h.

◆ CoreDebug_DSCSR_SBRSEL_Pos [2/12]

#define CoreDebug_DSCSR_SBRSEL_Pos   1U
Deprecated
CoreDebug DSCSR: SBRSEL Position
Deprecated
CoreDebug DSCSR: SBRSEL Position
Deprecated
CoreDebug DSCSR: SBRSEL Position
Deprecated
CoreDebug DSCSR: SBRSEL Position
Deprecated
CoreDebug DSCSR: SBRSEL Position
Deprecated
CoreDebug DSCSR: SBRSEL Position
Deprecated
CoreDebug DSCSR: SBRSEL Position
Deprecated
CoreDebug DSCSR: SBRSEL Position
Deprecated
CoreDebug DSCSR: SBRSEL Position
Deprecated
CoreDebug DSCSR: SBRSEL Position
Deprecated
CoreDebug DSCSR: SBRSEL Position

Definition at line 1078 of file core_armv8mbl.h.

◆ CoreDebug_DSCSR_SBRSEL_Pos [3/12]

#define CoreDebug_DSCSR_SBRSEL_Pos   1U
Deprecated
CoreDebug DSCSR: SBRSEL Position
Deprecated
CoreDebug DSCSR: SBRSEL Position
Deprecated
CoreDebug DSCSR: SBRSEL Position
Deprecated
CoreDebug DSCSR: SBRSEL Position
Deprecated
CoreDebug DSCSR: SBRSEL Position
Deprecated
CoreDebug DSCSR: SBRSEL Position
Deprecated
CoreDebug DSCSR: SBRSEL Position
Deprecated
CoreDebug DSCSR: SBRSEL Position
Deprecated
CoreDebug DSCSR: SBRSEL Position
Deprecated
CoreDebug DSCSR: SBRSEL Position

Definition at line 1874 of file core_armv8mml.h.

◆ CoreDebug_DSCSR_SBRSEL_Pos [4/12]

#define CoreDebug_DSCSR_SBRSEL_Pos   1U
Deprecated
CoreDebug DSCSR: SBRSEL Position
Deprecated
CoreDebug DSCSR: SBRSEL Position
Deprecated
CoreDebug DSCSR: SBRSEL Position
Deprecated
CoreDebug DSCSR: SBRSEL Position
Deprecated
CoreDebug DSCSR: SBRSEL Position
Deprecated
CoreDebug DSCSR: SBRSEL Position
Deprecated
CoreDebug DSCSR: SBRSEL Position
Deprecated
CoreDebug DSCSR: SBRSEL Position
Deprecated
CoreDebug DSCSR: SBRSEL Position

Definition at line 1153 of file core_cm23.h.

◆ CoreDebug_DSCSR_SBRSEL_Pos [5/12]

#define CoreDebug_DSCSR_SBRSEL_Pos   1U
Deprecated
CoreDebug DSCSR: SBRSEL Position
Deprecated
CoreDebug DSCSR: SBRSEL Position
Deprecated
CoreDebug DSCSR: SBRSEL Position
Deprecated
CoreDebug DSCSR: SBRSEL Position
Deprecated
CoreDebug DSCSR: SBRSEL Position
Deprecated
CoreDebug DSCSR: SBRSEL Position
Deprecated
CoreDebug DSCSR: SBRSEL Position
Deprecated
CoreDebug DSCSR: SBRSEL Position

Definition at line 1949 of file core_cm33.h.

◆ CoreDebug_DSCSR_SBRSEL_Pos [6/12]

#define CoreDebug_DSCSR_SBRSEL_Pos   1U
Deprecated
CoreDebug DSCSR: SBRSEL Position
Deprecated
CoreDebug DSCSR: SBRSEL Position
Deprecated
CoreDebug DSCSR: SBRSEL Position
Deprecated
CoreDebug DSCSR: SBRSEL Position
Deprecated
CoreDebug DSCSR: SBRSEL Position
Deprecated
CoreDebug DSCSR: SBRSEL Position
Deprecated
CoreDebug DSCSR: SBRSEL Position

Definition at line 1949 of file core_cm35p.h.

◆ CoreDebug_DSCSR_SBRSEL_Pos [7/12]

#define CoreDebug_DSCSR_SBRSEL_Pos   1U
Deprecated
CoreDebug DSCSR: SBRSEL Position
Deprecated
CoreDebug DSCSR: SBRSEL Position
Deprecated
CoreDebug DSCSR: SBRSEL Position
Deprecated
CoreDebug DSCSR: SBRSEL Position
Deprecated
CoreDebug DSCSR: SBRSEL Position
Deprecated
CoreDebug DSCSR: SBRSEL Position

Definition at line 3352 of file core_cm55.h.

◆ CoreDebug_DSCSR_SBRSEL_Pos [8/12]

#define CoreDebug_DSCSR_SBRSEL_Pos   1U
Deprecated
CoreDebug DSCSR: SBRSEL Position
Deprecated
CoreDebug DSCSR: SBRSEL Position
Deprecated
CoreDebug DSCSR: SBRSEL Position
Deprecated
CoreDebug DSCSR: SBRSEL Position
Deprecated
CoreDebug DSCSR: SBRSEL Position

Definition at line 3257 of file core_cm85.h.

◆ CoreDebug_DSCSR_SBRSEL_Pos [9/12]

#define CoreDebug_DSCSR_SBRSEL_Pos   1U
Deprecated
CoreDebug DSCSR: SBRSEL Position
Deprecated
CoreDebug DSCSR: SBRSEL Position
Deprecated
CoreDebug DSCSR: SBRSEL Position
Deprecated
CoreDebug DSCSR: SBRSEL Position

Definition at line 2798 of file core_armv81mml.h.

◆ CoreDebug_DSCSR_SBRSEL_Pos [10/12]

#define CoreDebug_DSCSR_SBRSEL_Pos   1U
Deprecated
CoreDebug DSCSR: SBRSEL Position
Deprecated
CoreDebug DSCSR: SBRSEL Position
Deprecated
CoreDebug DSCSR: SBRSEL Position

Definition at line 1078 of file core_armv8mbl.h.

◆ CoreDebug_DSCSR_SBRSEL_Pos [11/12]

#define CoreDebug_DSCSR_SBRSEL_Pos   1U
Deprecated
CoreDebug DSCSR: SBRSEL Position
Deprecated
CoreDebug DSCSR: SBRSEL Position

Definition at line 1874 of file core_armv8mml.h.

◆ CoreDebug_DSCSR_SBRSEL_Pos [12/12]

#define CoreDebug_DSCSR_SBRSEL_Pos   1U
Deprecated
CoreDebug DSCSR: SBRSEL Position

Definition at line 1949 of file core_cm33.h.

◆ CoreDebug_DSCSR_SBRSELEN_Msk [1/12]

#define CoreDebug_DSCSR_SBRSELEN_Msk   (1UL /*<< CoreDebug_DSCSR_SBRSELEN_Pos*/)
Deprecated
CoreDebug DSCSR: SBRSELEN Mask
Deprecated
CoreDebug DSCSR: SBRSELEN Mask
Deprecated
CoreDebug DSCSR: SBRSELEN Mask
Deprecated
CoreDebug DSCSR: SBRSELEN Mask
Deprecated
CoreDebug DSCSR: SBRSELEN Mask
Deprecated
CoreDebug DSCSR: SBRSELEN Mask
Deprecated
CoreDebug DSCSR: SBRSELEN Mask
Deprecated
CoreDebug DSCSR: SBRSELEN Mask
Deprecated
CoreDebug DSCSR: SBRSELEN Mask
Deprecated
CoreDebug DSCSR: SBRSELEN Mask
Deprecated
CoreDebug DSCSR: SBRSELEN Mask
Deprecated
CoreDebug DSCSR: SBRSELEN Mask

Definition at line 2802 of file core_armv81mml.h.

◆ CoreDebug_DSCSR_SBRSELEN_Msk [2/12]

#define CoreDebug_DSCSR_SBRSELEN_Msk   (1UL /*<< CoreDebug_DSCSR_SBRSELEN_Pos*/)
Deprecated
CoreDebug DSCSR: SBRSELEN Mask
Deprecated
CoreDebug DSCSR: SBRSELEN Mask
Deprecated
CoreDebug DSCSR: SBRSELEN Mask
Deprecated
CoreDebug DSCSR: SBRSELEN Mask
Deprecated
CoreDebug DSCSR: SBRSELEN Mask
Deprecated
CoreDebug DSCSR: SBRSELEN Mask
Deprecated
CoreDebug DSCSR: SBRSELEN Mask
Deprecated
CoreDebug DSCSR: SBRSELEN Mask
Deprecated
CoreDebug DSCSR: SBRSELEN Mask
Deprecated
CoreDebug DSCSR: SBRSELEN Mask
Deprecated
CoreDebug DSCSR: SBRSELEN Mask

Definition at line 1082 of file core_armv8mbl.h.

◆ CoreDebug_DSCSR_SBRSELEN_Msk [3/12]

#define CoreDebug_DSCSR_SBRSELEN_Msk   (1UL /*<< CoreDebug_DSCSR_SBRSELEN_Pos*/)
Deprecated
CoreDebug DSCSR: SBRSELEN Mask
Deprecated
CoreDebug DSCSR: SBRSELEN Mask
Deprecated
CoreDebug DSCSR: SBRSELEN Mask
Deprecated
CoreDebug DSCSR: SBRSELEN Mask
Deprecated
CoreDebug DSCSR: SBRSELEN Mask
Deprecated
CoreDebug DSCSR: SBRSELEN Mask
Deprecated
CoreDebug DSCSR: SBRSELEN Mask
Deprecated
CoreDebug DSCSR: SBRSELEN Mask
Deprecated
CoreDebug DSCSR: SBRSELEN Mask
Deprecated
CoreDebug DSCSR: SBRSELEN Mask

Definition at line 1878 of file core_armv8mml.h.

◆ CoreDebug_DSCSR_SBRSELEN_Msk [4/12]

#define CoreDebug_DSCSR_SBRSELEN_Msk   (1UL /*<< CoreDebug_DSCSR_SBRSELEN_Pos*/)
Deprecated
CoreDebug DSCSR: SBRSELEN Mask
Deprecated
CoreDebug DSCSR: SBRSELEN Mask
Deprecated
CoreDebug DSCSR: SBRSELEN Mask
Deprecated
CoreDebug DSCSR: SBRSELEN Mask
Deprecated
CoreDebug DSCSR: SBRSELEN Mask
Deprecated
CoreDebug DSCSR: SBRSELEN Mask
Deprecated
CoreDebug DSCSR: SBRSELEN Mask
Deprecated
CoreDebug DSCSR: SBRSELEN Mask
Deprecated
CoreDebug DSCSR: SBRSELEN Mask

Definition at line 1157 of file core_cm23.h.

◆ CoreDebug_DSCSR_SBRSELEN_Msk [5/12]

#define CoreDebug_DSCSR_SBRSELEN_Msk   (1UL /*<< CoreDebug_DSCSR_SBRSELEN_Pos*/)
Deprecated
CoreDebug DSCSR: SBRSELEN Mask
Deprecated
CoreDebug DSCSR: SBRSELEN Mask
Deprecated
CoreDebug DSCSR: SBRSELEN Mask
Deprecated
CoreDebug DSCSR: SBRSELEN Mask
Deprecated
CoreDebug DSCSR: SBRSELEN Mask
Deprecated
CoreDebug DSCSR: SBRSELEN Mask
Deprecated
CoreDebug DSCSR: SBRSELEN Mask
Deprecated
CoreDebug DSCSR: SBRSELEN Mask

Definition at line 1953 of file core_cm33.h.

◆ CoreDebug_DSCSR_SBRSELEN_Msk [6/12]

#define CoreDebug_DSCSR_SBRSELEN_Msk   (1UL /*<< CoreDebug_DSCSR_SBRSELEN_Pos*/)
Deprecated
CoreDebug DSCSR: SBRSELEN Mask
Deprecated
CoreDebug DSCSR: SBRSELEN Mask
Deprecated
CoreDebug DSCSR: SBRSELEN Mask
Deprecated
CoreDebug DSCSR: SBRSELEN Mask
Deprecated
CoreDebug DSCSR: SBRSELEN Mask
Deprecated
CoreDebug DSCSR: SBRSELEN Mask
Deprecated
CoreDebug DSCSR: SBRSELEN Mask

Definition at line 1953 of file core_cm35p.h.

◆ CoreDebug_DSCSR_SBRSELEN_Msk [7/12]

#define CoreDebug_DSCSR_SBRSELEN_Msk   (1UL /*<< CoreDebug_DSCSR_SBRSELEN_Pos*/)
Deprecated
CoreDebug DSCSR: SBRSELEN Mask
Deprecated
CoreDebug DSCSR: SBRSELEN Mask
Deprecated
CoreDebug DSCSR: SBRSELEN Mask
Deprecated
CoreDebug DSCSR: SBRSELEN Mask
Deprecated
CoreDebug DSCSR: SBRSELEN Mask
Deprecated
CoreDebug DSCSR: SBRSELEN Mask

Definition at line 3356 of file core_cm55.h.

◆ CoreDebug_DSCSR_SBRSELEN_Msk [8/12]

#define CoreDebug_DSCSR_SBRSELEN_Msk   (1UL /*<< CoreDebug_DSCSR_SBRSELEN_Pos*/)
Deprecated
CoreDebug DSCSR: SBRSELEN Mask
Deprecated
CoreDebug DSCSR: SBRSELEN Mask
Deprecated
CoreDebug DSCSR: SBRSELEN Mask
Deprecated
CoreDebug DSCSR: SBRSELEN Mask
Deprecated
CoreDebug DSCSR: SBRSELEN Mask

Definition at line 3261 of file core_cm85.h.

◆ CoreDebug_DSCSR_SBRSELEN_Msk [9/12]

#define CoreDebug_DSCSR_SBRSELEN_Msk   (1UL /*<< CoreDebug_DSCSR_SBRSELEN_Pos*/)
Deprecated
CoreDebug DSCSR: SBRSELEN Mask
Deprecated
CoreDebug DSCSR: SBRSELEN Mask
Deprecated
CoreDebug DSCSR: SBRSELEN Mask
Deprecated
CoreDebug DSCSR: SBRSELEN Mask

Definition at line 2802 of file core_armv81mml.h.

◆ CoreDebug_DSCSR_SBRSELEN_Msk [10/12]

#define CoreDebug_DSCSR_SBRSELEN_Msk   (1UL /*<< CoreDebug_DSCSR_SBRSELEN_Pos*/)
Deprecated
CoreDebug DSCSR: SBRSELEN Mask
Deprecated
CoreDebug DSCSR: SBRSELEN Mask
Deprecated
CoreDebug DSCSR: SBRSELEN Mask

Definition at line 1082 of file core_armv8mbl.h.

◆ CoreDebug_DSCSR_SBRSELEN_Msk [11/12]

#define CoreDebug_DSCSR_SBRSELEN_Msk   (1UL /*<< CoreDebug_DSCSR_SBRSELEN_Pos*/)
Deprecated
CoreDebug DSCSR: SBRSELEN Mask
Deprecated
CoreDebug DSCSR: SBRSELEN Mask

Definition at line 1878 of file core_armv8mml.h.

◆ CoreDebug_DSCSR_SBRSELEN_Msk [12/12]

#define CoreDebug_DSCSR_SBRSELEN_Msk   (1UL /*<< CoreDebug_DSCSR_SBRSELEN_Pos*/)
Deprecated
CoreDebug DSCSR: SBRSELEN Mask

Definition at line 1953 of file core_cm33.h.

◆ CoreDebug_DSCSR_SBRSELEN_Pos [1/12]

#define CoreDebug_DSCSR_SBRSELEN_Pos   0U
Deprecated
CoreDebug DSCSR: SBRSELEN Position
Deprecated
CoreDebug DSCSR: SBRSELEN Position
Deprecated
CoreDebug DSCSR: SBRSELEN Position
Deprecated
CoreDebug DSCSR: SBRSELEN Position
Deprecated
CoreDebug DSCSR: SBRSELEN Position
Deprecated
CoreDebug DSCSR: SBRSELEN Position
Deprecated
CoreDebug DSCSR: SBRSELEN Position
Deprecated
CoreDebug DSCSR: SBRSELEN Position
Deprecated
CoreDebug DSCSR: SBRSELEN Position
Deprecated
CoreDebug DSCSR: SBRSELEN Position
Deprecated
CoreDebug DSCSR: SBRSELEN Position
Deprecated
CoreDebug DSCSR: SBRSELEN Position

Definition at line 2801 of file core_armv81mml.h.

◆ CoreDebug_DSCSR_SBRSELEN_Pos [2/12]

#define CoreDebug_DSCSR_SBRSELEN_Pos   0U
Deprecated
CoreDebug DSCSR: SBRSELEN Position
Deprecated
CoreDebug DSCSR: SBRSELEN Position
Deprecated
CoreDebug DSCSR: SBRSELEN Position
Deprecated
CoreDebug DSCSR: SBRSELEN Position
Deprecated
CoreDebug DSCSR: SBRSELEN Position
Deprecated
CoreDebug DSCSR: SBRSELEN Position
Deprecated
CoreDebug DSCSR: SBRSELEN Position
Deprecated
CoreDebug DSCSR: SBRSELEN Position
Deprecated
CoreDebug DSCSR: SBRSELEN Position
Deprecated
CoreDebug DSCSR: SBRSELEN Position
Deprecated
CoreDebug DSCSR: SBRSELEN Position

Definition at line 1081 of file core_armv8mbl.h.

◆ CoreDebug_DSCSR_SBRSELEN_Pos [3/12]

#define CoreDebug_DSCSR_SBRSELEN_Pos   0U
Deprecated
CoreDebug DSCSR: SBRSELEN Position
Deprecated
CoreDebug DSCSR: SBRSELEN Position
Deprecated
CoreDebug DSCSR: SBRSELEN Position
Deprecated
CoreDebug DSCSR: SBRSELEN Position
Deprecated
CoreDebug DSCSR: SBRSELEN Position
Deprecated
CoreDebug DSCSR: SBRSELEN Position
Deprecated
CoreDebug DSCSR: SBRSELEN Position
Deprecated
CoreDebug DSCSR: SBRSELEN Position
Deprecated
CoreDebug DSCSR: SBRSELEN Position
Deprecated
CoreDebug DSCSR: SBRSELEN Position

Definition at line 1877 of file core_armv8mml.h.

◆ CoreDebug_DSCSR_SBRSELEN_Pos [4/12]

#define CoreDebug_DSCSR_SBRSELEN_Pos   0U
Deprecated
CoreDebug DSCSR: SBRSELEN Position
Deprecated
CoreDebug DSCSR: SBRSELEN Position
Deprecated
CoreDebug DSCSR: SBRSELEN Position
Deprecated
CoreDebug DSCSR: SBRSELEN Position
Deprecated
CoreDebug DSCSR: SBRSELEN Position
Deprecated
CoreDebug DSCSR: SBRSELEN Position
Deprecated
CoreDebug DSCSR: SBRSELEN Position
Deprecated
CoreDebug DSCSR: SBRSELEN Position
Deprecated
CoreDebug DSCSR: SBRSELEN Position

Definition at line 1156 of file core_cm23.h.

◆ CoreDebug_DSCSR_SBRSELEN_Pos [5/12]

#define CoreDebug_DSCSR_SBRSELEN_Pos   0U
Deprecated
CoreDebug DSCSR: SBRSELEN Position
Deprecated
CoreDebug DSCSR: SBRSELEN Position
Deprecated
CoreDebug DSCSR: SBRSELEN Position
Deprecated
CoreDebug DSCSR: SBRSELEN Position
Deprecated
CoreDebug DSCSR: SBRSELEN Position
Deprecated
CoreDebug DSCSR: SBRSELEN Position
Deprecated
CoreDebug DSCSR: SBRSELEN Position
Deprecated
CoreDebug DSCSR: SBRSELEN Position

Definition at line 1952 of file core_cm33.h.

◆ CoreDebug_DSCSR_SBRSELEN_Pos [6/12]

#define CoreDebug_DSCSR_SBRSELEN_Pos   0U
Deprecated
CoreDebug DSCSR: SBRSELEN Position
Deprecated
CoreDebug DSCSR: SBRSELEN Position
Deprecated
CoreDebug DSCSR: SBRSELEN Position
Deprecated
CoreDebug DSCSR: SBRSELEN Position
Deprecated
CoreDebug DSCSR: SBRSELEN Position
Deprecated
CoreDebug DSCSR: SBRSELEN Position
Deprecated
CoreDebug DSCSR: SBRSELEN Position

Definition at line 1952 of file core_cm35p.h.

◆ CoreDebug_DSCSR_SBRSELEN_Pos [7/12]

#define CoreDebug_DSCSR_SBRSELEN_Pos   0U
Deprecated
CoreDebug DSCSR: SBRSELEN Position
Deprecated
CoreDebug DSCSR: SBRSELEN Position
Deprecated
CoreDebug DSCSR: SBRSELEN Position
Deprecated
CoreDebug DSCSR: SBRSELEN Position
Deprecated
CoreDebug DSCSR: SBRSELEN Position
Deprecated
CoreDebug DSCSR: SBRSELEN Position

Definition at line 3355 of file core_cm55.h.

◆ CoreDebug_DSCSR_SBRSELEN_Pos [8/12]

#define CoreDebug_DSCSR_SBRSELEN_Pos   0U
Deprecated
CoreDebug DSCSR: SBRSELEN Position
Deprecated
CoreDebug DSCSR: SBRSELEN Position
Deprecated
CoreDebug DSCSR: SBRSELEN Position
Deprecated
CoreDebug DSCSR: SBRSELEN Position
Deprecated
CoreDebug DSCSR: SBRSELEN Position

Definition at line 3260 of file core_cm85.h.

◆ CoreDebug_DSCSR_SBRSELEN_Pos [9/12]

#define CoreDebug_DSCSR_SBRSELEN_Pos   0U
Deprecated
CoreDebug DSCSR: SBRSELEN Position
Deprecated
CoreDebug DSCSR: SBRSELEN Position
Deprecated
CoreDebug DSCSR: SBRSELEN Position
Deprecated
CoreDebug DSCSR: SBRSELEN Position

Definition at line 2801 of file core_armv81mml.h.

◆ CoreDebug_DSCSR_SBRSELEN_Pos [10/12]

#define CoreDebug_DSCSR_SBRSELEN_Pos   0U
Deprecated
CoreDebug DSCSR: SBRSELEN Position
Deprecated
CoreDebug DSCSR: SBRSELEN Position
Deprecated
CoreDebug DSCSR: SBRSELEN Position

Definition at line 1081 of file core_armv8mbl.h.

◆ CoreDebug_DSCSR_SBRSELEN_Pos [11/12]

#define CoreDebug_DSCSR_SBRSELEN_Pos   0U
Deprecated
CoreDebug DSCSR: SBRSELEN Position
Deprecated
CoreDebug DSCSR: SBRSELEN Position

Definition at line 1877 of file core_armv8mml.h.

◆ CoreDebug_DSCSR_SBRSELEN_Pos [12/12]

#define CoreDebug_DSCSR_SBRSELEN_Pos   0U
Deprecated
CoreDebug DSCSR: SBRSELEN Position

Definition at line 1952 of file core_cm33.h.