arch: Improve documentation for up_fpucmp function

Signed-off-by: Gustavo Henrique Nihei <gustavo.nihei@espressif.com>
This commit is contained in:
Gustavo Henrique Nihei
2022-08-25 15:36:04 -03:00
committed by Xiang Xiao
parent ba885eb216
commit 871803b4b8
8 changed files with 64 additions and 8 deletions

View File

@@ -44,7 +44,14 @@
* Name: up_fpucmp
*
* Description:
* compare FPU areas from thread context
* Compare FPU areas from thread context.
*
* Input Parameters:
* saveregs1 - Pointer to the saved FPU registers.
* saveregs2 - Pointer to the saved FPU registers.
*
* Returned Value:
* True if FPU areas compare equal, False otherwise.
*
****************************************************************************/

View File

@@ -44,7 +44,14 @@
* Name: up_fpucmp
*
* Description:
* compare FPU areas from thread context
* Compare FPU areas from thread context.
*
* Input Parameters:
* saveregs1 - Pointer to the saved FPU registers.
* saveregs2 - Pointer to the saved FPU registers.
*
* Returned Value:
* True if FPU areas compare equal, False otherwise.
*
****************************************************************************/

View File

@@ -44,7 +44,14 @@
* Name: up_fpucmp
*
* Description:
* compare FPU areas from thread context
* Compare FPU areas from thread context.
*
* Input Parameters:
* saveregs1 - Pointer to the saved FPU registers.
* saveregs2 - Pointer to the saved FPU registers.
*
* Returned Value:
* True if FPU areas compare equal, False otherwise.
*
****************************************************************************/

View File

@@ -44,7 +44,14 @@
* Name: up_fpucmp
*
* Description:
* compare FPU areas from thread context
* Compare FPU areas from thread context.
*
* Input Parameters:
* saveregs1 - Pointer to the saved FPU registers.
* saveregs2 - Pointer to the saved FPU registers.
*
* Returned Value:
* True if FPU areas compare equal, False otherwise.
*
****************************************************************************/

View File

@@ -229,7 +229,14 @@ void arm64_fpu_disable(void)
* Name: up_fpucmp
*
* Description:
* compare FPU areas from thread context
* Compare FPU areas from thread context.
*
* Input Parameters:
* saveregs1 - Pointer to the saved FPU registers.
* saveregs2 - Pointer to the saved FPU registers.
*
* Returned Value:
* True if FPU areas compare equal, False otherwise.
*
***************************************************************************/

View File

@@ -44,7 +44,14 @@
* Name: up_fpucmp
*
* Description:
* compare FPU areas from thread context
* Compare FPU areas from thread context.
*
* Input Parameters:
* saveregs1 - Pointer to the saved FPU registers.
* saveregs2 - Pointer to the saved FPU registers.
*
* Returned Value:
* True if FPU areas compare equal, False otherwise.
*
****************************************************************************/

View File

@@ -44,7 +44,14 @@
* Name: up_fpucmp
*
* Description:
* compare FPU areas from thread context
* Compare FPU areas from thread context.
*
* Input Parameters:
* saveregs1 - Pointer to the saved FPU registers.
* saveregs2 - Pointer to the saved FPU registers.
*
* Returned Value:
* True if FPU areas compare equal, False otherwise.
*
****************************************************************************/

View File

@@ -2618,7 +2618,14 @@ int up_saveusercontext(FAR void *saveregs);
* Name: up_fpucmp
*
* Description:
* compare FPU areas from thread context
* Compare FPU areas from thread context.
*
* Input Parameters:
* saveregs1 - Pointer to the saved FPU registers.
* saveregs2 - Pointer to the saved FPU registers.
*
* Returned Value:
* True if FPU areas compare equal, False otherwise.
*
****************************************************************************/