printer

Dependents:   Good_Serial_HelloWorld_Mbed

Fork of mbed by gokmen ascioglu

Embed: (wiki syntax)

« Back to documentation index

CoreDebug_Type Struct Reference

CoreDebug_Type Struct Reference
[Core Debug Registers (CoreDebug)]

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

#include <core_cm3.h>

Data Fields

__IO uint32_t DHCSR
__O uint32_t DCRSR
__IO uint32_t DCRDR
__IO uint32_t DEMCR

Detailed Description

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

Definition at line 1055 of file core_cm3.h.


Field Documentation

__IO uint32_t DCRDR

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

Definition at line 1059 of file core_cm3.h.

__O uint32_t DCRSR

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

Definition at line 1058 of file core_cm3.h.

__IO uint32_t DEMCR

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

Definition at line 1060 of file core_cm3.h.

__IO uint32_t DHCSR

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

Definition at line 1057 of file core_cm3.h.