Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Functions | |
void | arm_max_q7 (q7_t *pSrc, uint32_t blockSize, q7_t *pResult, uint32_t *pIndex) |
Maximum value of a Q7 vector. |
Function Documentation
void arm_max_q7 | ( | q7_t * | pSrc, |
uint32_t | blockSize, | ||
q7_t * | pResult, | ||
uint32_t * | pIndex | ||
) |
Maximum value of a Q7 vector.
- Parameters:
-
[in] *pSrc points to the input vector [in] blockSize length of the input vector [out] *pResult maximum value returned here [out] *pIndex index of maximum value returned here
- Returns:
- none.
Definition at line 50 of file arm_max_q7.c.
Generated on Wed Jul 13 2022 16:03:37 by
