Structure type to access the System Timer (SysTick). More...
#include <core_cm0.h>
Public Attributes | |
__I uint32_t | CALIB |
__IO uint32_t | CTRL |
__IO uint32_t | LOAD |
__IO uint32_t | VAL |
Structure type to access the System Timer (SysTick).
Definition at line 439 of file core_cm0.h.
__I uint32_t SysTick_Type::CALIB |
Offset: 0x00C (R/ ) SysTick Calibration Register
Offset: 0x0C SysTick Calibration Register
Definition at line 444 of file core_cm0.h.
__IO uint32_t SysTick_Type::CTRL |
Offset: 0x000 (R/W) SysTick Control and Status Register
Offset: 0x00 SysTick Control and Status Register
Definition at line 441 of file core_cm0.h.
__IO uint32_t SysTick_Type::LOAD |
Offset: 0x004 (R/W) SysTick Reload Value Register
Offset: 0x04 SysTick Reload Value Register
Definition at line 442 of file core_cm0.h.
__IO uint32_t SysTick_Type::VAL |
Offset: 0x008 (R/W) SysTick Current Value Register
Offset: 0x08 SysTick Current Value Register
Definition at line 443 of file core_cm0.h.