20240909-DXSPX-emb/RTCGet(可以跑的版本)/Src/Usr/BSP/usr_bsp_sys.h

13 lines
242 B
C
Raw Permalink Normal View History

2024-09-11 09:03:46 +00:00
#ifndef _USR_BSP_SYS_H_
#define _USR_BSP_SYS_H_
#include <stdbool.h>
#include <stdint.h>
void usr_bsp_sys_init(void);
void usr_bsp_set_sysclock(uint32_t clock);
uint32_t usr_bsp_get_sysclock(void);
void bsp_run_led(uint8_t enable);
#endif