Fix many abnormal symbols in annotations

This commit is contained in:
Stwsyburg
2023-04-17 09:12:10 +08:00
committed by Man, Jianting (Meco)
parent 371693b5ce
commit ca1b1e5164
24 changed files with 52 additions and 52 deletions

View File

@@ -103,7 +103,7 @@ void PMU_DisablePVD(void)
/*!
* @brief Configure a voltage threshold detected by a power supply voltage detector (PVD).
*
* @param level<EFBFBD><EFBFBD>specifies the PVD detection level
* @param level: specifies the PVD detection level
* This parameter can be one of the following values:
* @arg PMU_PVD_LEVEL_2V2 : Config PVD detection level to 2.2V
* @arg PMU_PVD_LEVEL_2V3 : Config PVD detection level to 2.3V
@@ -216,7 +216,7 @@ void PMU_EnterSTANDBYMode(void)
/*!
* @brief Read the specified PWR flag is set or not.
*
* @param flag<EFBFBD><EFBFBD>Reads the status of specifies the flag.
* @param flag: Reads the status of specifies the flag.
* This parameter can be one of the following values:
* @arg PMU_FLAG_WUE : Wake Up flag
* @arg PMU_FLAG_SB : StandBy flag
@@ -246,7 +246,7 @@ uint8_t PMU_ReadStatusFlag(PMU_FLAG_T flag)
/*!
* @brief Clears the PWR's pending flags.
*
* @param flag<EFBFBD><EFBFBD>Clears the status of specifies the flag.
* @param flag: Clears the status of specifies the flag.
* This parameter can be one of the following values:
* @arg PMU_FLAG_WUE : Wake Up flag
* @arg PMU_FLAG_SB : StandBy flag

View File

@@ -1051,7 +1051,7 @@ void RCM_ClearStatusFlag(void)
/*!
* @brief Reads the specified RCM interrupt Flag
*
* @param flag <EFBFBD><EFBFBD>Reads specifies RCM interrupt flag.
* @param flag : Reads specifies RCM interrupt flag.
* This parameter can be one of the following values:
* @arg RCM_INT_LSIRDY : LSI ready interrupt flag
* @arg RCM_INT_LSERDY : LSE ready interrupt flag

View File

@@ -304,7 +304,7 @@ uint32_t SDIO_ReadDataCounter(void)
/*!
* @brief Write the SDIO Data
*
* @param Data<EFBFBD><EFBFBD>Write 32-bit data
* @param Data: Write 32-bit data
*
* @retval None
*/