编码转换: GBK -> UTF-8,所有.c/.h源文件中文注释统一UTF-8编码

This commit is contained in:
wangfq
2026-07-20 09:07:46 +08:00
parent b1637a13be
commit 8157ce41bd
62 changed files with 1969 additions and 1969 deletions
+8 -8
View File
@@ -3,7 +3,7 @@
* Author : WCH
* Version : V1.2
* Date : 2022/01/18
* Description : RTC配置及其初始化
* Description : RTC配置及其初始化
*********************************************************************************
* Copyright (c) 2021 Nanjing Qinheng Microelectronics Co., Ltd.
* Attention: This software (modified or not) and binary are used for
@@ -11,7 +11,7 @@
*******************************************************************************/
/******************************************************************************/
/* 头文件包含 */
/* 头文件包含 */
#include "HAL.h"
/*********************************************************************
@@ -29,9 +29,9 @@ volatile uint32_t RTCTigFlag;
/*******************************************************************************
* @fn RTC_SetTignTime
*
* @brief 配置RTC触发时间
* @brief 配置RTC触发时间
*
* @param time - 触发时间.
* @param time - 触发时间.
*
* @return None.
*/
@@ -46,7 +46,7 @@ void RTC_SetTignTime(uint32_t time)
/*******************************************************************************
* @fn RTC_IRQHandler
*
* @brief RTC中断处理
* @brief RTC中断处理
*
* @param None.
*
@@ -63,7 +63,7 @@ void RTC_IRQHandler(void)
/*******************************************************************************
* @fn SYS_GetClockValue
*
* @brief 获取RTC当前计数值
* @brief 获取RTC当前计数值
*
* @param None.
*
@@ -84,7 +84,7 @@ static uint32_t SYS_GetClockValue(void)
/*******************************************************************************
* @fn HAL_Time0Init
*
* @brief 系统定时器初始化
* @brief 系统定时器初始化
*
* @param None.
*
@@ -110,7 +110,7 @@ void HAL_TimeInit(void)
R8_CK32K_CONFIG |= RB_CLK_OSC32K_XT | RB_CLK_XT32K_PON;
sys_safe_access_disable();
#endif
RTC_InitTime(2020, 1, 1, 0, 0, 0); //RTC时钟初始化当前时间
RTC_InitTime(2020, 1, 1, 0, 0, 0); //RTC时钟初始化当前时间
tmos_memset( &conf, 0, sizeof(bleClockConfig_t) );
conf.ClockAccuracy = CLK_OSC32K ? 1000 : 50;