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