| /** | |
| * File : timer.h | |
| * License : GPL-3.0-or-later | |
| * Author : Peter Gu <github.com/ustcpetergu> | |
| * Date : 2021.06.22 | |
| * Last Modified Date: 2021.06.22 | |
| */ | |
| extern volatile int* timer_ctrl; | |
| uint32_t get_timer_ticks(); | |
| /** | |
| * File : timer.h | |
| * License : GPL-3.0-or-later | |
| * Author : Peter Gu <github.com/ustcpetergu> | |
| * Date : 2021.06.22 | |
| * Last Modified Date: 2021.06.22 | |
| */ | |
| extern volatile int* timer_ctrl; | |
| uint32_t get_timer_ticks(); | |