Modification of mbed-src library only for STM32F030F4, very cheap microcontroller in 20-Pin TSSOP package, with 16Kbytes of Flash and 4Kbytes of Ram. **Target for online compilator must be Nucleo 32F030R8.**

Dependents:   STM32F031_blink_LED_2

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_cm0.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 410 of file core_cm0.h.


Field Documentation

__I uint32_t CALIB

Offset: 0x00C (R/ ) SysTick Calibration Register

Definition at line 415 of file core_cm0.h.

__IO uint32_t CTRL

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

Definition at line 412 of file core_cm0.h.

__IO uint32_t LOAD

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

Definition at line 413 of file core_cm0.h.

__IO uint32_t VAL

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

Definition at line 414 of file core_cm0.h.