2024-12-15 17:22:09 +08:00
|
|
|
/*
|
|
|
|
* @Author : stark1898y 1658608470@qq.com
|
|
|
|
* @Date : 2024-12-15 15:01:15
|
|
|
|
* @LastEditors : stark1898y 1658608470@qq.com
|
2025-05-16 18:56:51 +08:00
|
|
|
* @LastEditTime : 2025-05-16 18:20:04
|
|
|
|
* @FilePath : \BLE_TYQ_CH584M\BSP\inc\bsp_tim.h
|
2024-12-15 17:22:09 +08:00
|
|
|
* @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
|
|
|
|
2025-05-16 18:56:51 +08:00
|
|
|
uint32_t CH5XX_GetTimeStamp(uint16_t *tick);
|
2024-12-02 17:03:41 +08:00
|
|
|
|
|
|
|
uint32_t BSP_Get_Tick(void);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#endif //!@__BSP_TIM_H__
|
|
|
|
|