Development mbed library for MAX32630FTHR

Dependents:   blinky_max32630fthr

Committer:
switches
Date:
Fri Dec 16 16:27:57 2016 +0000
Revision:
3:1198227e6421
Parent:
0:5c4d7b2438d3
Changed ADC scale for MAX32625 platforms to 1.2V full scale to match MAX32630 platforms

Who changed what in which revision?

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