CoreDebug_Type is only used within CMSIS.
 
Symbols
loading...
Files
loading...

CoreDebug_Type struct

Structure type to access the Core Debug Register (CoreDebug).

Syntax

typedef struct {   __IOM uint32_t DHCSR;                     __OM  uint32_t DCRSR;                     __IOM uint32_t DCRDR;                     __IOM uint32_t DEMCR;                   } CoreDebug_Type;

Fields

DHCSR

Offset: 0x000 (R/W) Debug Halting Control and Status Register. Read more...

DCRSR

Offset: 0x004 ( /W) Debug Core Register Selector Register. Read more...

DCRDR

Offset: 0x008 (R/W) Debug Core Register Data Register. Read more...

DEMCR

Offset: 0x00C (R/W) Debug Exception and Monitor Control Register. Read more...

References

LocationReferrerText
core_cm4.h:1421
typedef struct
core_cm4.h:1427

all items filtered out
CoreDebug_Type
all items filtered out