arch: Improve documentation for up_fpucmp function
Signed-off-by: Gustavo Henrique Nihei <gustavo.nihei@espressif.com>
This commit is contained in:
parent
e31e69aa30
commit
5ed2ee85c9
@ -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.
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
|
@ -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.
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
|
@ -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.
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
|
@ -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.
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
|
@ -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.
|
||||
*
|
||||
***************************************************************************/
|
||||
|
||||
|
@ -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.
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
|
@ -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.
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
|
@ -2594,7 +2594,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.
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user