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:
elijahorr
Date:
Thu Apr 14 07:28:54 2016 +0000
Revision:
121:672067c3ada4
Parent:
99:dbbf35b96557
.

Who changed what in which revision?

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