GlobLib
HAL and API libraries for MCUs and hardware.
|
Source file for stm32f103cb systick. More...
#include "stm32f103cb_systick.h"
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... | |
Source file for stm32f103cb systick.
Definition in file stm32f103cb_systick.c.