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 mbed official

Committer:
Kojto
Date:
Tue Jun 09 14:29:26 2015 +0100
Revision:
101:7cff1c4259d7
Release 101 of the mbed library

Changes:
- new platform: APPNEARME_MICRONFCBOARD, MTS_DRAGONFLY_F411RE, MAX32600MBED, WIZwiki_W7500
- Silabs memory optimization in gpio, pwm fixes
- SPI - ssel documentation fixes and its use

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Kojto 101:7cff1c4259d7 1 /*******************************************************************************
Kojto 101:7cff1c4259d7 2 * Copyright (C) 2015 Maxim Integrated Products, Inc., All Rights Reserved.
Kojto 101:7cff1c4259d7 3 *
Kojto 101:7cff1c4259d7 4 * Permission is hereby granted, free of charge, to any person obtaining a
Kojto 101:7cff1c4259d7 5 * copy of this software and associated documentation files (the "Software"),
Kojto 101:7cff1c4259d7 6 * to deal in the Software without restriction, including without limitation
Kojto 101:7cff1c4259d7 7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
Kojto 101:7cff1c4259d7 8 * and/or sell copies of the Software, and to permit persons to whom the
Kojto 101:7cff1c4259d7 9 * Software is furnished to do so, subject to the following conditions:
Kojto 101:7cff1c4259d7 10 *
Kojto 101:7cff1c4259d7 11 * The above copyright notice and this permission notice shall be included
Kojto 101:7cff1c4259d7 12 * in all copies or substantial portions of the Software.
Kojto 101:7cff1c4259d7 13 *
Kojto 101:7cff1c4259d7 14 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
Kojto 101:7cff1c4259d7 15 * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
Kojto 101:7cff1c4259d7 16 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
Kojto 101:7cff1c4259d7 17 * IN NO EVENT SHALL MAXIM INTEGRATED BE LIABLE FOR ANY CLAIM, DAMAGES
Kojto 101:7cff1c4259d7 18 * OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
Kojto 101:7cff1c4259d7 19 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
Kojto 101:7cff1c4259d7 20 * OTHER DEALINGS IN THE SOFTWARE.
Kojto 101:7cff1c4259d7 21 *
Kojto 101:7cff1c4259d7 22 * Except as contained in this notice, the name of Maxim Integrated
Kojto 101:7cff1c4259d7 23 * Products, Inc. shall not be used except as stated in the Maxim Integrated
Kojto 101:7cff1c4259d7 24 * Products, Inc. Branding Policy.
Kojto 101:7cff1c4259d7 25 *
Kojto 101:7cff1c4259d7 26 * The mere transfer of this software does not imply any licenses
Kojto 101:7cff1c4259d7 27 * of trade secrets, proprietary technology, copyrights, patents,
Kojto 101:7cff1c4259d7 28 * trademarks, maskwork rights, or any other form of intellectual
Kojto 101:7cff1c4259d7 29 * property whatsoever. Maxim Integrated Products, Inc. retains all
Kojto 101:7cff1c4259d7 30 * ownership rights.
Kojto 101:7cff1c4259d7 31 *******************************************************************************
Kojto 101:7cff1c4259d7 32 */
Kojto 101:7cff1c4259d7 33
Kojto 101:7cff1c4259d7 34 #ifndef _MXC_TRIM_REGS_H
Kojto 101:7cff1c4259d7 35 #define _MXC_TRIM_REGS_H
Kojto 101:7cff1c4259d7 36
Kojto 101:7cff1c4259d7 37 #ifdef __cplusplus
Kojto 101:7cff1c4259d7 38 extern "C" {
Kojto 101:7cff1c4259d7 39 #endif
Kojto 101:7cff1c4259d7 40
Kojto 101:7cff1c4259d7 41 #include <stdint.h>
Kojto 101:7cff1c4259d7 42
Kojto 101:7cff1c4259d7 43 typedef struct {
Kojto 101:7cff1c4259d7 44 __IO uint32_t trim_reg_00;
Kojto 101:7cff1c4259d7 45 __IO uint32_t trim_reg_01;
Kojto 101:7cff1c4259d7 46 __IO uint32_t trim_reg_02;
Kojto 101:7cff1c4259d7 47 __IO uint32_t trim_reg_03;
Kojto 101:7cff1c4259d7 48 __IO uint32_t trim_reg_04;
Kojto 101:7cff1c4259d7 49 __IO uint32_t trim_reg_05;
Kojto 101:7cff1c4259d7 50 __IO uint32_t trim_reg_06;
Kojto 101:7cff1c4259d7 51 __IO uint32_t trim_reg_07;
Kojto 101:7cff1c4259d7 52 __IO uint32_t trim_reg_08;
Kojto 101:7cff1c4259d7 53 __IO uint32_t trim_reg_09;
Kojto 101:7cff1c4259d7 54 __IO uint32_t trim_reg_10;
Kojto 101:7cff1c4259d7 55 __IO uint32_t trim_reg_11;
Kojto 101:7cff1c4259d7 56 __IO uint32_t trim_reg_12;
Kojto 101:7cff1c4259d7 57 __IO uint32_t trim_reg_13;
Kojto 101:7cff1c4259d7 58 __IO uint32_t trim_reg_14;
Kojto 101:7cff1c4259d7 59 __IO uint32_t trim_reg_15;
Kojto 101:7cff1c4259d7 60 __IO uint32_t trim_reg_16;
Kojto 101:7cff1c4259d7 61 __IO uint32_t trim_reg_17;
Kojto 101:7cff1c4259d7 62 __IO uint32_t trim_reg_18;
Kojto 101:7cff1c4259d7 63 __IO uint32_t trim_reg_19;
Kojto 101:7cff1c4259d7 64 __IO uint32_t trim_reg_20;
Kojto 101:7cff1c4259d7 65 __IO uint32_t trim_reg_21;
Kojto 101:7cff1c4259d7 66 __IO uint32_t trim_reg_22;
Kojto 101:7cff1c4259d7 67 __IO uint32_t trim_reg_23;
Kojto 101:7cff1c4259d7 68 __IO uint32_t trim_reg_24;
Kojto 101:7cff1c4259d7 69 __IO uint32_t trim_reg_25;
Kojto 101:7cff1c4259d7 70 __IO uint32_t trim_reg_26;
Kojto 101:7cff1c4259d7 71 __IO uint32_t trim_reg_27;
Kojto 101:7cff1c4259d7 72 __IO uint32_t trim_reg_28;
Kojto 101:7cff1c4259d7 73 __IO uint32_t trim_reg_29;
Kojto 101:7cff1c4259d7 74 __IO uint32_t trim_reg_30;
Kojto 101:7cff1c4259d7 75 __IO uint32_t trim_reg_31;
Kojto 101:7cff1c4259d7 76 __IO uint32_t trim_reg_32;
Kojto 101:7cff1c4259d7 77 __IO uint32_t trim_reg_33;
Kojto 101:7cff1c4259d7 78 __IO uint32_t trim_reg_34;
Kojto 101:7cff1c4259d7 79 __IO uint32_t trim_reg_35;
Kojto 101:7cff1c4259d7 80 __IO uint32_t trim_reg_36;
Kojto 101:7cff1c4259d7 81 __IO uint32_t trim_reg_37;
Kojto 101:7cff1c4259d7 82 __IO uint32_t trim_reg_38;
Kojto 101:7cff1c4259d7 83 __IO uint32_t trim_reg_39;
Kojto 101:7cff1c4259d7 84 __IO uint32_t trim_reg_40;
Kojto 101:7cff1c4259d7 85 __IO uint32_t trim_reg_41;
Kojto 101:7cff1c4259d7 86 } mxc_ftr_regs_t;
Kojto 101:7cff1c4259d7 87
Kojto 101:7cff1c4259d7 88 #ifdef __cplusplus
Kojto 101:7cff1c4259d7 89 }
Kojto 101:7cff1c4259d7 90 #endif
Kojto 101:7cff1c4259d7 91
Kojto 101:7cff1c4259d7 92 #endif /* _MXC_TRIM_REGS_H */