Functions that configure the System. More...
Functions | |
__STATIC_INLINE uint32_t | SysTick_Config (uint32_t ticks) |
System Tick Configuration. More... | |
Functions that configure the System.
__STATIC_INLINE uint32_t SysTick_Config | ( | uint32_t | ticks | ) |
System Tick Configuration.
The function initializes the System Timer and its interrupt, and starts the System Tick Timer. Counter is in free running mode to generate periodic interrupts.
[in] | ticks | Number of ticks between two interrupts. |
Definition at line 2125 of file core_cm7.h.