uc-sdk
|
System Tick Timer (SysTick) register structure definition. More...
#include <core_cm3.h>
Public Attributes | |
__IO uint32_t | CTRL |
__IO uint32_t | RELOAD |
__IO uint32_t | CURR |
__IO uint32_t | CALIB |
System Tick Timer (SysTick) register structure definition.
Definition at line 372 of file core_cm3.h.
__IO uint32_t SysTick_Type::CALIB |
Offset: 0x0C SysTick Calibration Register
Definition at line 377 of file core_cm3.h.
__IO uint32_t SysTick_Type::CTRL |
Offset: 0x00 SysTick Control and Status Register
Definition at line 374 of file core_cm3.h.
__IO uint32_t SysTick_Type::CURR |
Offset: 0x08 SysTick Current Value Register
Definition at line 376 of file core_cm3.h.
__IO uint32_t SysTick_Type::RELOAD |
Offset: 0x04 SysTick Reload Value Register
Definition at line 375 of file core_cm3.h.