Nicolas Borla / Mbed OS BBR_1Ebene
Committer:
borlanic
Date:
Mon May 14 11:29:06 2018 +0000
Revision:
0:fbdae7e6d805
BBR

Who changed what in which revision?

UserRevisionLine numberNew contents of line
borlanic 0:fbdae7e6d805 1 /* mbed Microcontroller Library
borlanic 0:fbdae7e6d805 2 * Copyright (c) 2006-2013 ARM Limited
borlanic 0:fbdae7e6d805 3 *
borlanic 0:fbdae7e6d805 4 * Licensed under the Apache License, Version 2.0 (the "License");
borlanic 0:fbdae7e6d805 5 * you may not use this file except in compliance with the License.
borlanic 0:fbdae7e6d805 6 * You may obtain a copy of the License at
borlanic 0:fbdae7e6d805 7 *
borlanic 0:fbdae7e6d805 8 * http://www.apache.org/licenses/LICENSE-2.0
borlanic 0:fbdae7e6d805 9 *
borlanic 0:fbdae7e6d805 10 * Unless required by applicable law or agreed to in writing, software
borlanic 0:fbdae7e6d805 11 * distributed under the License is distributed on an "AS IS" BASIS,
borlanic 0:fbdae7e6d805 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
borlanic 0:fbdae7e6d805 13 * See the License for the specific language governing permissions and
borlanic 0:fbdae7e6d805 14 * limitations under the License.
borlanic 0:fbdae7e6d805 15 */
borlanic 0:fbdae7e6d805 16 #ifndef MBED_PINNAMES_H
borlanic 0:fbdae7e6d805 17 #define MBED_PINNAMES_H
borlanic 0:fbdae7e6d805 18
borlanic 0:fbdae7e6d805 19 #include "cmsis.h"
borlanic 0:fbdae7e6d805 20
borlanic 0:fbdae7e6d805 21 #ifdef __cplusplus
borlanic 0:fbdae7e6d805 22 extern "C" {
borlanic 0:fbdae7e6d805 23 #endif
borlanic 0:fbdae7e6d805 24
borlanic 0:fbdae7e6d805 25 typedef enum {
borlanic 0:fbdae7e6d805 26 PIN_INPUT,
borlanic 0:fbdae7e6d805 27 PIN_OUTPUT
borlanic 0:fbdae7e6d805 28 } PinDirection;
borlanic 0:fbdae7e6d805 29
borlanic 0:fbdae7e6d805 30 #define PORT_SHIFT 4
borlanic 0:fbdae7e6d805 31
borlanic 0:fbdae7e6d805 32 typedef enum {
borlanic 0:fbdae7e6d805 33 P0_0 = 0,
borlanic 0:fbdae7e6d805 34 P0_1, P0_2, P0_3, P0_4, P0_5,_P0_6,_P0_7,_P0_8,_P0_9,_P0_10,_P0_11,_P0_12,_P0_13,_P0_14,_P0_15,
borlanic 0:fbdae7e6d805 35 P1_0, P1_1, P1_2, P1_3, P1_4, P1_5, P1_6, P1_7, P1_8, P1_9, P1_10, P1_11, P1_12, P1_13, P1_14, P1_15,
borlanic 0:fbdae7e6d805 36 P2_0, P2_1, P2_2, P2_3, P2_4, P2_5, P2_6, P2_7, P2_8, P2_9, P2_10, P2_11, P2_12, P2_13, P2_14, P2_15,
borlanic 0:fbdae7e6d805 37 P3_0, P3_1, P3_2, P3_3, P3_4, P3_5, P3_6, P3_7, P3_8, P3_9, P3_10, P3_11, P3_12, P3_13, P3_14, P3_15,
borlanic 0:fbdae7e6d805 38 P4_0, P4_1, P4_2, P4_3, P4_4, P4_5, P4_6, P4_7, P4_8, P4_9, P4_10, P4_11, P4_12, P4_13, P4_14, P4_15,
borlanic 0:fbdae7e6d805 39 P5_0, P5_1, P5_2, P5_3, P5_4, P5_5, P5_6, P5_7, P5_8, P5_9, P5_10, P5_11, P5_12, P5_13, P5_14, P5_15,
borlanic 0:fbdae7e6d805 40 P6_0, P6_1, P6_2, P6_3, P6_4, P6_5, P6_6, P6_7, P6_8, P6_9, P6_10, P6_11, P6_12, P6_13, P6_14, P6_15,
borlanic 0:fbdae7e6d805 41 P7_0, P7_1, P7_2, P7_3, P7_4, P7_5, P7_6, P7_7, P7_8, P7_9, P7_10, P7_11, P7_12, P7_13, P7_14, P7_15,
borlanic 0:fbdae7e6d805 42 P8_0, P8_1, P8_2, P8_3, P8_4, P8_5, P8_6, P8_7, P8_8, P8_9, P8_10, P8_11, P8_12, P8_13, P8_14, P8_15,
borlanic 0:fbdae7e6d805 43 P9_0, P9_1, P9_2, P9_3, P9_4, P9_5, P9_6, P9_7, P9_8, P9_9, P9_10, P9_11, P9_12, P9_13, P9_14, P9_15,
borlanic 0:fbdae7e6d805 44 P10_0,P10_1,P10_2,P10_3,P10_4,P10_5,P10_6,P10_7,P10_8,P10_9,P10_10,P10_11,P10_12,P10_13,P10_14,P10_15,
borlanic 0:fbdae7e6d805 45 P11_0,P11_1,P11_2,P11_3,P11_4,P11_5,P11_6,P11_7,P11_8,P11_9,P11_10,P11_11,P11_12,P11_13,P11_14,P11_15,
borlanic 0:fbdae7e6d805 46
borlanic 0:fbdae7e6d805 47 // mbed Pin Names
borlanic 0:fbdae7e6d805 48 LED1 = P6_13,
borlanic 0:fbdae7e6d805 49 LED2 = P6_14,
borlanic 0:fbdae7e6d805 50 LED3 = P6_15,
borlanic 0:fbdae7e6d805 51 LED4 = P6_12,
borlanic 0:fbdae7e6d805 52
borlanic 0:fbdae7e6d805 53 LED_RED = LED1,
borlanic 0:fbdae7e6d805 54 LED_GREEN= LED2,
borlanic 0:fbdae7e6d805 55 LED_BLUE = LED3,
borlanic 0:fbdae7e6d805 56 LED_USER = LED4,
borlanic 0:fbdae7e6d805 57
borlanic 0:fbdae7e6d805 58 USBTX = P6_3,
borlanic 0:fbdae7e6d805 59 USBRX = P6_2,
borlanic 0:fbdae7e6d805 60
borlanic 0:fbdae7e6d805 61 // Arduiono Pin Names
borlanic 0:fbdae7e6d805 62 D0 = P2_15,
borlanic 0:fbdae7e6d805 63 D1 = P2_14,
borlanic 0:fbdae7e6d805 64 D2 = P4_7,
borlanic 0:fbdae7e6d805 65 D3 = P4_6,
borlanic 0:fbdae7e6d805 66 D4 = P4_5,
borlanic 0:fbdae7e6d805 67 D5 = P4_4,
borlanic 0:fbdae7e6d805 68 D6 = P8_13,
borlanic 0:fbdae7e6d805 69 D7 = P8_11,
borlanic 0:fbdae7e6d805 70 D8 = P8_15,
borlanic 0:fbdae7e6d805 71 D9 = P8_14,
borlanic 0:fbdae7e6d805 72 D10 = P10_13,
borlanic 0:fbdae7e6d805 73 D11 = P10_14,
borlanic 0:fbdae7e6d805 74 D12 = P10_15,
borlanic 0:fbdae7e6d805 75 D13 = P10_12,
borlanic 0:fbdae7e6d805 76 D14 = P1_3,
borlanic 0:fbdae7e6d805 77 D15 = P1_2,
borlanic 0:fbdae7e6d805 78
borlanic 0:fbdae7e6d805 79 A0 = P1_8,
borlanic 0:fbdae7e6d805 80 A1 = P1_9,
borlanic 0:fbdae7e6d805 81 A2 = P1_10,
borlanic 0:fbdae7e6d805 82 A3 = P1_11,
borlanic 0:fbdae7e6d805 83 A4 = P1_13,
borlanic 0:fbdae7e6d805 84 A5 = P1_15,
borlanic 0:fbdae7e6d805 85
borlanic 0:fbdae7e6d805 86 I2C_SCL = D15,
borlanic 0:fbdae7e6d805 87 I2C_SDA = D14,
borlanic 0:fbdae7e6d805 88
borlanic 0:fbdae7e6d805 89 USER_BUTTON0 = P6_0,
borlanic 0:fbdae7e6d805 90 // Standardized button names
borlanic 0:fbdae7e6d805 91 BUTTON1 = USER_BUTTON0,
borlanic 0:fbdae7e6d805 92
borlanic 0:fbdae7e6d805 93 // Not connected
borlanic 0:fbdae7e6d805 94 NC = (int)0xFFFFFFFF
borlanic 0:fbdae7e6d805 95 } PinName;
borlanic 0:fbdae7e6d805 96
borlanic 0:fbdae7e6d805 97 typedef enum {
borlanic 0:fbdae7e6d805 98 PullUp = 0,
borlanic 0:fbdae7e6d805 99 PullDown = 3,
borlanic 0:fbdae7e6d805 100 PullNone = 2,
borlanic 0:fbdae7e6d805 101 OpenDrain = 4,
borlanic 0:fbdae7e6d805 102 PullDefault = PullDown
borlanic 0:fbdae7e6d805 103 } PinMode;
borlanic 0:fbdae7e6d805 104
borlanic 0:fbdae7e6d805 105 #define PINGROUP(pin) (((pin)>>PORT_SHIFT)&0x0f)
borlanic 0:fbdae7e6d805 106 #define PINNO(pin) ((pin)&0x0f)
borlanic 0:fbdae7e6d805 107
borlanic 0:fbdae7e6d805 108 #ifdef __cplusplus
borlanic 0:fbdae7e6d805 109 }
borlanic 0:fbdae7e6d805 110 #endif
borlanic 0:fbdae7e6d805 111
borlanic 0:fbdae7e6d805 112 #endif