The official Mbed 2 C/C++ SDK provides the software platform and libraries to build your applications.

Dependents:   hello SerialTestv11 SerialTestv12 Sierpinski ... more

mbed 2

This is the mbed 2 library. If you'd like to learn about Mbed OS please see the mbed-os docs.

Committer:
AnnaBridge
Date:
Fri May 26 12:30:20 2017 +0100
Revision:
143:86740a56073b
Parent:
115:87f2f5183dfb
Release 143 of the mbed library.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Kojto 115:87f2f5183dfb 1 /* ----------------------------------------------------------------------
Kojto 115:87f2f5183dfb 2 * Copyright (C) 2010-2014 ARM Limited. All rights reserved.
Kojto 115:87f2f5183dfb 3 *
Kojto 115:87f2f5183dfb 4 * $Date: 19. March 2015
Kojto 115:87f2f5183dfb 5 * $Revision: V.1.4.5
Kojto 115:87f2f5183dfb 6 *
Kojto 115:87f2f5183dfb 7 * Project: CMSIS DSP Library
Kojto 115:87f2f5183dfb 8 * Title: arm_const_structs.h
Kojto 115:87f2f5183dfb 9 *
Kojto 115:87f2f5183dfb 10 * Description: This file has constant structs that are initialized for
Kojto 115:87f2f5183dfb 11 * user convenience. For example, some can be given as
Kojto 115:87f2f5183dfb 12 * arguments to the arm_cfft_f32() function.
Kojto 115:87f2f5183dfb 13 *
Kojto 115:87f2f5183dfb 14 * Target Processor: Cortex-M4/Cortex-M3
Kojto 115:87f2f5183dfb 15 *
Kojto 115:87f2f5183dfb 16 * Redistribution and use in source and binary forms, with or without
Kojto 115:87f2f5183dfb 17 * modification, are permitted provided that the following conditions
Kojto 115:87f2f5183dfb 18 * are met:
Kojto 115:87f2f5183dfb 19 * - Redistributions of source code must retain the above copyright
Kojto 115:87f2f5183dfb 20 * notice, this list of conditions and the following disclaimer.
Kojto 115:87f2f5183dfb 21 * - Redistributions in binary form must reproduce the above copyright
Kojto 115:87f2f5183dfb 22 * notice, this list of conditions and the following disclaimer in
Kojto 115:87f2f5183dfb 23 * the documentation and/or other materials provided with the
Kojto 115:87f2f5183dfb 24 * distribution.
Kojto 115:87f2f5183dfb 25 * - Neither the name of ARM LIMITED nor the names of its contributors
Kojto 115:87f2f5183dfb 26 * may be used to endorse or promote products derived from this
Kojto 115:87f2f5183dfb 27 * software without specific prior written permission.
Kojto 115:87f2f5183dfb 28 *
Kojto 115:87f2f5183dfb 29 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
Kojto 115:87f2f5183dfb 30 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
Kojto 115:87f2f5183dfb 31 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
Kojto 115:87f2f5183dfb 32 * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
Kojto 115:87f2f5183dfb 33 * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
Kojto 115:87f2f5183dfb 34 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
Kojto 115:87f2f5183dfb 35 * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
Kojto 115:87f2f5183dfb 36 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
Kojto 115:87f2f5183dfb 37 * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
Kojto 115:87f2f5183dfb 38 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
Kojto 115:87f2f5183dfb 39 * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
Kojto 115:87f2f5183dfb 40 * POSSIBILITY OF SUCH DAMAGE.
Kojto 115:87f2f5183dfb 41 * -------------------------------------------------------------------- */
Kojto 115:87f2f5183dfb 42
Kojto 115:87f2f5183dfb 43 #ifndef _ARM_CONST_STRUCTS_H
Kojto 115:87f2f5183dfb 44 #define _ARM_CONST_STRUCTS_H
Kojto 115:87f2f5183dfb 45
Kojto 115:87f2f5183dfb 46 #include "arm_math.h"
Kojto 115:87f2f5183dfb 47 #include "arm_common_tables.h"
Kojto 115:87f2f5183dfb 48
Kojto 115:87f2f5183dfb 49 extern const arm_cfft_instance_f32 arm_cfft_sR_f32_len16;
Kojto 115:87f2f5183dfb 50 extern const arm_cfft_instance_f32 arm_cfft_sR_f32_len32;
Kojto 115:87f2f5183dfb 51 extern const arm_cfft_instance_f32 arm_cfft_sR_f32_len64;
Kojto 115:87f2f5183dfb 52 extern const arm_cfft_instance_f32 arm_cfft_sR_f32_len128;
Kojto 115:87f2f5183dfb 53 extern const arm_cfft_instance_f32 arm_cfft_sR_f32_len256;
Kojto 115:87f2f5183dfb 54 extern const arm_cfft_instance_f32 arm_cfft_sR_f32_len512;
Kojto 115:87f2f5183dfb 55 extern const arm_cfft_instance_f32 arm_cfft_sR_f32_len1024;
Kojto 115:87f2f5183dfb 56 extern const arm_cfft_instance_f32 arm_cfft_sR_f32_len2048;
Kojto 115:87f2f5183dfb 57 extern const arm_cfft_instance_f32 arm_cfft_sR_f32_len4096;
Kojto 115:87f2f5183dfb 58
Kojto 115:87f2f5183dfb 59 extern const arm_cfft_instance_q31 arm_cfft_sR_q31_len16;
Kojto 115:87f2f5183dfb 60 extern const arm_cfft_instance_q31 arm_cfft_sR_q31_len32;
Kojto 115:87f2f5183dfb 61 extern const arm_cfft_instance_q31 arm_cfft_sR_q31_len64;
Kojto 115:87f2f5183dfb 62 extern const arm_cfft_instance_q31 arm_cfft_sR_q31_len128;
Kojto 115:87f2f5183dfb 63 extern const arm_cfft_instance_q31 arm_cfft_sR_q31_len256;
Kojto 115:87f2f5183dfb 64 extern const arm_cfft_instance_q31 arm_cfft_sR_q31_len512;
Kojto 115:87f2f5183dfb 65 extern const arm_cfft_instance_q31 arm_cfft_sR_q31_len1024;
Kojto 115:87f2f5183dfb 66 extern const arm_cfft_instance_q31 arm_cfft_sR_q31_len2048;
Kojto 115:87f2f5183dfb 67 extern const arm_cfft_instance_q31 arm_cfft_sR_q31_len4096;
Kojto 115:87f2f5183dfb 68
Kojto 115:87f2f5183dfb 69 extern const arm_cfft_instance_q15 arm_cfft_sR_q15_len16;
Kojto 115:87f2f5183dfb 70 extern const arm_cfft_instance_q15 arm_cfft_sR_q15_len32;
Kojto 115:87f2f5183dfb 71 extern const arm_cfft_instance_q15 arm_cfft_sR_q15_len64;
Kojto 115:87f2f5183dfb 72 extern const arm_cfft_instance_q15 arm_cfft_sR_q15_len128;
Kojto 115:87f2f5183dfb 73 extern const arm_cfft_instance_q15 arm_cfft_sR_q15_len256;
Kojto 115:87f2f5183dfb 74 extern const arm_cfft_instance_q15 arm_cfft_sR_q15_len512;
Kojto 115:87f2f5183dfb 75 extern const arm_cfft_instance_q15 arm_cfft_sR_q15_len1024;
Kojto 115:87f2f5183dfb 76 extern const arm_cfft_instance_q15 arm_cfft_sR_q15_len2048;
Kojto 115:87f2f5183dfb 77 extern const arm_cfft_instance_q15 arm_cfft_sR_q15_len4096;
Kojto 115:87f2f5183dfb 78
Kojto 115:87f2f5183dfb 79 #endif