GlobLib
HAL and API libraries for MCUs and hardware.
stm32f103cb_systick.c File Reference

Source file for stm32f103cb systick. More...

Go to the source code of this file.

Functions

mcu_error SYSTICK_setup (uint32_t timeout, void(*handler)(void))
 Sets up systick and handler. More...
 
mcu_error SYSTICK_timeout (uint32_t timeout)
 Change the systick timeout value. More...
 
void SYSTICK_handler (void(*handler)(void))
 Sets the handler called on interrupt event. More...
 
uint32_t SYSTICK_count (void)
 Get the current clock value. More...
 
void SYSTICK_start (void)
 Start the systick counter. More...
 
void SYSTICK_stop (void)
 Stop the systick counter. More...
 

Detailed Description

Source file for stm32f103cb systick.


Author
Stuart Ianna
Version
0.1
Date
June 2018
Warning
None
Bug:
Compilers
  • arm-none-eabi-gcc (15:4.9.3+svn231177-1) 4.9.3 20150529 (prerelease)

Definition in file stm32f103cb_systick.c.