Freescale_Cachan / Mbed 2 deprecated Programme_course_base

Dependencies:   MMA8451Q mbed xbee_lib

Fork of Programme_course by Freescale_Cachan

Embed: (wiki syntax)

« Back to documentation index

SysTick_MemMap Struct Reference

SysTick_MemMap Struct Reference
[SysTick]

SysTick - Peripheral register structure. More...

#include <MKL25Z4.h>

Data Fields

uint32_t CSR
 SysTick Control and Status Register, offset: 0x0.
uint32_t RVR
 SysTick Reload Value Register, offset: 0x4.
uint32_t CVR
 SysTick Current Value Register, offset: 0x8.
uint32_t CALIB
 SysTick Calibration Value Register, offset: 0xC.

Detailed Description

SysTick - Peripheral register structure.

Definition at line 5550 of file MKL25Z4.h.


Field Documentation

uint32_t CALIB

SysTick Calibration Value Register, offset: 0xC.

Definition at line 5554 of file MKL25Z4.h.

uint32_t CSR

SysTick Control and Status Register, offset: 0x0.

Definition at line 5551 of file MKL25Z4.h.

uint32_t CVR

SysTick Current Value Register, offset: 0x8.

Definition at line 5553 of file MKL25Z4.h.

uint32_t RVR

SysTick Reload Value Register, offset: 0x4.

Definition at line 5552 of file MKL25Z4.h.