pub fn systick_config(ticks: u32) -> u32Expand description
SysTick Configuration Initializes the System Timer and its interrupt, and starts the System Tick Timer. Counter is in free running mode to generate periodic interrupts. Returns 0 on success, 1 on failure.