Describes predefine macros for mbed online compiler (armcc)

Committer:
MACRUM
Date:
Thu Mar 16 21:58:09 2017 +0900
Revision:
6:40e873bbc5f7
Add licence header info

Who changed what in which revision?

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