Discover Packages
github.com/embeddedgo/stm32
hal
system
timer
systick
package
Version:
v0.8.0
Opens a new window with list of versions in this module.
Published: Dec 15, 2020
License: BSD-3-Clause
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Package systick allows to setup ARMv7-M SysTick timer as ticking system timer.
func Setup(periodns int64 )
Setup setups the SysTick as system timer. This is a ticking timer. Use tickless
timer (eg. RTC based) if available. SysTick runs the thread scheduler every
periodns nanoseconds.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.