- fix F411 F334 systeminit when HSI used - portinout always read IDR regardless of port direction

Fork of mbed-src by mbed official

Embed: (wiki syntax)

« Back to documentation index

SCB_Type Struct Reference

SCB_Type Struct Reference
[System Control Block (SCB)]

Structure type to access the System Control Block (SCB). More...

#include <core_cm0.h>

Data Fields

__I uint32_t CPUID
__IO uint32_t ICSR
__IO uint32_t AIRCR
__IO uint32_t SCR
__IO uint32_t CCR
__IO uint32_t SHP [2]
__IO uint32_t SHCSR

Detailed Description

Structure type to access the System Control Block (SCB).

Definition at line 305 of file core_cm0.h.


Field Documentation

__IO uint32_t AIRCR

Offset: 0x00C (R/W) Application Interrupt and Reset Control Register

Definition at line 310 of file core_cm0.h.

__IO uint32_t CCR

Offset: 0x014 (R/W) Configuration Control Register

Definition at line 312 of file core_cm0.h.

__I uint32_t CPUID

Offset: 0x000 (R/ ) CPUID Base Register

Definition at line 307 of file core_cm0.h.

__IO uint32_t ICSR

Offset: 0x004 (R/W) Interrupt Control and State Register

Definition at line 308 of file core_cm0.h.

__IO uint32_t SCR

Offset: 0x010 (R/W) System Control Register

Definition at line 311 of file core_cm0.h.

__IO uint32_t SHCSR

Offset: 0x024 (R/W) System Handler Control and State Register

Definition at line 315 of file core_cm0.h.

__IO uint32_t SHP[2]

Offset: 0x01C (R/W) System Handlers Priority Registers. [0] is RESERVED

Definition at line 314 of file core_cm0.h.