![]()  | 
  
    CMSIS-DSP
    Version 1.7.0
    
   CMSIS DSP Software Library 
   | 
 
Functions | |
| void | arm_bitreversal_32 (uint32_t *pSrc, const uint16_t bitRevLen, const uint16_t *pBitRevTab) | 
| In-place 32 bit reversal function.  More... | |
| void | arm_bitreversal_16 (uint16_t *pSrc, const uint16_t bitRevLen, const uint16_t *pBitRevTab) | 
| In-place 16 bit reversal function.  More... | |
| void arm_bitreversal_16 | ( | uint16_t * | pSrc, | 
| const uint16_t | bitRevLen, | ||
| const uint16_t * | pBitRevTab | ||
| ) | 
| [in,out] | pSrc | points to in-place buffer of unknown 16-bit data type | 
| [in] | bitRevLen | bit reversal table length | 
| [in] | pBitRevTab | points to bit reversal table | 
| void arm_bitreversal_32 | ( | uint32_t * | pSrc, | 
| const uint16_t | bitRevLen, | ||
| const uint16_t * | pBitRevTab | ||
| ) | 
| [in,out] | pSrc | points to in-place buffer of unknown 32-bit data type | 
| [in] | bitRevLen | bit reversal table length | 
| [in] | pBitRevTab | points to bit reversal table |