V4.0.1 of the ARM CMSIS DSP libraries. Note that arm_bitreversal2.s, arm_cfft_f32.c and arm_rfft_fast_f32.c had to be removed. arm_bitreversal2.s will not assemble with the online tools. So, the fast f32 FFT functions are not yet available. All the other FFT functions are available.

Dependents:   MPU9150_Example fir_f32 fir_f32 MPU9150_nucleo_noni2cdev ... more

Embed: (wiki syntax)

« Back to documentation index

core_cmInstr.h File Reference

core_cmInstr.h File Reference

CMSIS Cortex-M Core Instruction Access Header File. More...

Go to the source code of this file.

Functions

 __attribute__ ((section(".rev16_text"))) __STATIC_INLINE __ASM uint32_t __REV16(uint32_t value)
 Reverse byte order (16 bit)
 __attribute__ ((section(".revsh_text"))) __STATIC_INLINE __ASM int32_t __REVSH(int32_t value)
 Reverse byte order in signed short value.
 __attribute__ ((always_inline)) __STATIC_INLINE void __NOP(void)
 No Operation.

Detailed Description

CMSIS Cortex-M Core Instruction Access Header File.

Version:
V3.30
Date:
17. February 2014
Note:

Definition in file core_cmInstr.h.