第一次提交
This commit is contained in:
10
Common/systick.h
Normal file
10
Common/systick.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef __SYSTICK_H
|
||||
#define __SYSTICK_H
|
||||
#include "at32a423.h"
|
||||
|
||||
void systick_config(void);
|
||||
void delay_us(uint32_t _us);
|
||||
void delay_ms(uint32_t _ms);
|
||||
uint64_t get_system_tick(void);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user