BLE_TYQ_CH584M/BSP/inc/bsp_tim.h

31 lines
505 B
C
Raw Permalink Normal View History

/*
* @Author : stark1898y 1658608470@qq.com
* @Date : 2024-12-15 15:01:15
* @LastEditors : stark1898y 1658608470@qq.com
* @LastEditTime : 2025-05-16 18:20:04
* @FilePath : \BLE_TYQ_CH584M\BSP\inc\bsp_tim.h
* @Description :
*
* Copyright (c) 2024 by yzy, All Rights Reserved.
*/
2024-12-02 17:03:41 +08:00
#ifndef __BSP_TIM_H__
#define __BSP_TIM_H__
2024-12-12 15:49:10 +08:00
#include "CONFIG.h"
2024-12-02 17:03:41 +08:00
uint32_t CH5XX_GetTimeStamp(uint16_t *tick);
2024-12-02 17:03:41 +08:00
uint32_t BSP_Get_Tick(void);
void BSP_TMR0_Init();
2024-12-02 17:03:41 +08:00
#endif //!@__BSP_TIM_H__