CMSIS2000  0.0.7
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
SysTick_Type Struct Reference

Structure type to access the System Timer (SysTick). More...

#include <core_cm0.h>

Data Fields

__I uint32_t CALIB
__IO uint32_t CTRL
__IO uint32_t LOAD
__IO uint32_t VAL

Detailed Description

Structure type to access the System Timer (SysTick).

Definition at line 395 of file core_cm0.h.

Field Documentation

__I uint32_t SysTick_Type::CALIB

Offset: 0x00C (R/ ) SysTick Calibration Register

Definition at line 400 of file core_cm0.h.

__IO uint32_t SysTick_Type::CTRL

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

Definition at line 397 of file core_cm0.h.

__IO uint32_t SysTick_Type::LOAD

Offset: 0x004 (R/W) SysTick Reload Value Register

Definition at line 398 of file core_cm0.h.

__IO uint32_t SysTick_Type::VAL

Offset: 0x008 (R/W) SysTick Current Value Register

Definition at line 399 of file core_cm0.h.


The documentation for this struct was generated from the following files: