fix for mbed lib issue 3 (i2c problem) see also https://mbed.org/users/mbed_official/code/mbed/issues/3 affected implementations: LPC812, LPC11U24, LPC1768, LPC2368, LPC4088

Fork of mbed-src by mbed official

Embed: (wiki syntax)

« Back to documentation index

SysTick_Type Struct Reference

SysTick_Type Struct Reference
[System Tick Timer (SysTick)]

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

#include <core_cm0plus.h>

Data Fields

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

Detailed Description

Structure type to access the System Timer (SysTick).

Definition at line 416 of file Freescale/KL25Z/cmsis/core_cm0plus.h.


Field Documentation

__I uint32_t CALIB

Offset: 0x00C (R/ ) SysTick Calibration Register

Definition at line 421 of file Freescale/KL25Z/cmsis/core_cm0plus.h.

__IO uint32_t CTRL

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

Definition at line 418 of file Freescale/KL25Z/cmsis/core_cm0plus.h.

__IO uint32_t LOAD

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

Definition at line 419 of file Freescale/KL25Z/cmsis/core_cm0plus.h.

__IO uint32_t VAL

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

Definition at line 420 of file Freescale/KL25Z/cmsis/core_cm0plus.h.