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