9#ifndef SYSTICK_PORTING_H
10#define SYSTICK_PORTING_H
26#define RTC_TIME_OUT_H 0x40005018
27#define RTC_TIME_OUT_L 0x4000501C
#define MS_PER_S
Definition systick_porting.h:28
uintptr_t systick_porting_base_addr_get(void)
获取指定SYSTICK的基地址。
Definition systick_porting.c:16
void systick_clock_set(uint32_t clock)
设置systick时钟频率,用于延时计算。
Definition systick_porting.c:32
#define US_PER_MS
Definition systick_porting.h:29
uint32_t systick_clock_get(void)
获取systick时钟频率。
Definition systick_porting.c:27
void systick_port_cali_xclk(void)
修正XCLK时钟
Definition systick_porting.c:21
unsigned long long uint64_t
Definition osal_types.h:35
unsigned int uintptr_t
Definition td_type.h:65