1 /** 2 * \file 3 * 4 * \brief Peripheral I/O description for SAMC20J17A 5 * 6 * Copyright (c) 2018 Microchip Technology Inc. 7 * 8 * \asf_license_start 9 * 10 * \page License 11 * 12 * SPDX-License-Identifier: Apache-2.0 13 * 14 * Licensed under the Apache License, Version 2.0 (the "License"); you may 15 * not use this file except in compliance with the License. 16 * You may obtain a copy of the Licence at 17 * 18 * http://www.apache.org/licenses/LICENSE-2.0 19 * 20 * Unless required by applicable law or agreed to in writing, software 21 * distributed under the License is distributed on an AS IS BASIS, WITHOUT 22 * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 23 * See the License for the specific language governing permissions and 24 * limitations under the License. 25 * 26 * \asf_license_stop 27 * 28 */ 29 30 #ifndef _SAMC20J17A_PIO_ 31 #define _SAMC20J17A_PIO_ 32 33 #define PIN_PA00 0 /**< \brief Pin Number for PA00 */ 34 #define PORT_PA00 (_UL_(1) << 0) /**< \brief PORT Mask for PA00 */ 35 #define PIN_PA01 1 /**< \brief Pin Number for PA01 */ 36 #define PORT_PA01 (_UL_(1) << 1) /**< \brief PORT Mask for PA01 */ 37 #define PIN_PA02 2 /**< \brief Pin Number for PA02 */ 38 #define PORT_PA02 (_UL_(1) << 2) /**< \brief PORT Mask for PA02 */ 39 #define PIN_PA03 3 /**< \brief Pin Number for PA03 */ 40 #define PORT_PA03 (_UL_(1) << 3) /**< \brief PORT Mask for PA03 */ 41 #define PIN_PA04 4 /**< \brief Pin Number for PA04 */ 42 #define PORT_PA04 (_UL_(1) << 4) /**< \brief PORT Mask for PA04 */ 43 #define PIN_PA05 5 /**< \brief Pin Number for PA05 */ 44 #define PORT_PA05 (_UL_(1) << 5) /**< \brief PORT Mask for PA05 */ 45 #define PIN_PA06 6 /**< \brief Pin Number for PA06 */ 46 #define PORT_PA06 (_UL_(1) << 6) /**< \brief PORT Mask for PA06 */ 47 #define PIN_PA07 7 /**< \brief Pin Number for PA07 */ 48 #define PORT_PA07 (_UL_(1) << 7) /**< \brief PORT Mask for PA07 */ 49 #define PIN_PA08 8 /**< \brief Pin Number for PA08 */ 50 #define PORT_PA08 (_UL_(1) << 8) /**< \brief PORT Mask for PA08 */ 51 #define PIN_PA09 9 /**< \brief Pin Number for PA09 */ 52 #define PORT_PA09 (_UL_(1) << 9) /**< \brief PORT Mask for PA09 */ 53 #define PIN_PA10 10 /**< \brief Pin Number for PA10 */ 54 #define PORT_PA10 (_UL_(1) << 10) /**< \brief PORT Mask for PA10 */ 55 #define PIN_PA11 11 /**< \brief Pin Number for PA11 */ 56 #define PORT_PA11 (_UL_(1) << 11) /**< \brief PORT Mask for PA11 */ 57 #define PIN_PA12 12 /**< \brief Pin Number for PA12 */ 58 #define PORT_PA12 (_UL_(1) << 12) /**< \brief PORT Mask for PA12 */ 59 #define PIN_PA13 13 /**< \brief Pin Number for PA13 */ 60 #define PORT_PA13 (_UL_(1) << 13) /**< \brief PORT Mask for PA13 */ 61 #define PIN_PA14 14 /**< \brief Pin Number for PA14 */ 62 #define PORT_PA14 (_UL_(1) << 14) /**< \brief PORT Mask for PA14 */ 63 #define PIN_PA15 15 /**< \brief Pin Number for PA15 */ 64 #define PORT_PA15 (_UL_(1) << 15) /**< \brief PORT Mask for PA15 */ 65 #define PIN_PA16 16 /**< \brief Pin Number for PA16 */ 66 #define PORT_PA16 (_UL_(1) << 16) /**< \brief PORT Mask for PA16 */ 67 #define PIN_PA17 17 /**< \brief Pin Number for PA17 */ 68 #define PORT_PA17 (_UL_(1) << 17) /**< \brief PORT Mask for PA17 */ 69 #define PIN_PA18 18 /**< \brief Pin Number for PA18 */ 70 #define PORT_PA18 (_UL_(1) << 18) /**< \brief PORT Mask for PA18 */ 71 #define PIN_PA19 19 /**< \brief Pin Number for PA19 */ 72 #define PORT_PA19 (_UL_(1) << 19) /**< \brief PORT Mask for PA19 */ 73 #define PIN_PA20 20 /**< \brief Pin Number for PA20 */ 74 #define PORT_PA20 (_UL_(1) << 20) /**< \brief PORT Mask for PA20 */ 75 #define PIN_PA21 21 /**< \brief Pin Number for PA21 */ 76 #define PORT_PA21 (_UL_(1) << 21) /**< \brief PORT Mask for PA21 */ 77 #define PIN_PA22 22 /**< \brief Pin Number for PA22 */ 78 #define PORT_PA22 (_UL_(1) << 22) /**< \brief PORT Mask for PA22 */ 79 #define PIN_PA23 23 /**< \brief Pin Number for PA23 */ 80 #define PORT_PA23 (_UL_(1) << 23) /**< \brief PORT Mask for PA23 */ 81 #define PIN_PA24 24 /**< \brief Pin Number for PA24 */ 82 #define PORT_PA24 (_UL_(1) << 24) /**< \brief PORT Mask for PA24 */ 83 #define PIN_PA25 25 /**< \brief Pin Number for PA25 */ 84 #define PORT_PA25 (_UL_(1) << 25) /**< \brief PORT Mask for PA25 */ 85 #define PIN_PA27 27 /**< \brief Pin Number for PA27 */ 86 #define PORT_PA27 (_UL_(1) << 27) /**< \brief PORT Mask for PA27 */ 87 #define PIN_PA28 28 /**< \brief Pin Number for PA28 */ 88 #define PORT_PA28 (_UL_(1) << 28) /**< \brief PORT Mask for PA28 */ 89 #define PIN_PA30 30 /**< \brief Pin Number for PA30 */ 90 #define PORT_PA30 (_UL_(1) << 30) /**< \brief PORT Mask for PA30 */ 91 #define PIN_PA31 31 /**< \brief Pin Number for PA31 */ 92 #define PORT_PA31 (_UL_(1) << 31) /**< \brief PORT Mask for PA31 */ 93 #define PIN_PB00 32 /**< \brief Pin Number for PB00 */ 94 #define PORT_PB00 (_UL_(1) << 0) /**< \brief PORT Mask for PB00 */ 95 #define PIN_PB01 33 /**< \brief Pin Number for PB01 */ 96 #define PORT_PB01 (_UL_(1) << 1) /**< \brief PORT Mask for PB01 */ 97 #define PIN_PB02 34 /**< \brief Pin Number for PB02 */ 98 #define PORT_PB02 (_UL_(1) << 2) /**< \brief PORT Mask for PB02 */ 99 #define PIN_PB03 35 /**< \brief Pin Number for PB03 */ 100 #define PORT_PB03 (_UL_(1) << 3) /**< \brief PORT Mask for PB03 */ 101 #define PIN_PB04 36 /**< \brief Pin Number for PB04 */ 102 #define PORT_PB04 (_UL_(1) << 4) /**< \brief PORT Mask for PB04 */ 103 #define PIN_PB05 37 /**< \brief Pin Number for PB05 */ 104 #define PORT_PB05 (_UL_(1) << 5) /**< \brief PORT Mask for PB05 */ 105 #define PIN_PB06 38 /**< \brief Pin Number for PB06 */ 106 #define PORT_PB06 (_UL_(1) << 6) /**< \brief PORT Mask for PB06 */ 107 #define PIN_PB07 39 /**< \brief Pin Number for PB07 */ 108 #define PORT_PB07 (_UL_(1) << 7) /**< \brief PORT Mask for PB07 */ 109 #define PIN_PB08 40 /**< \brief Pin Number for PB08 */ 110 #define PORT_PB08 (_UL_(1) << 8) /**< \brief PORT Mask for PB08 */ 111 #define PIN_PB09 41 /**< \brief Pin Number for PB09 */ 112 #define PORT_PB09 (_UL_(1) << 9) /**< \brief PORT Mask for PB09 */ 113 #define PIN_PB10 42 /**< \brief Pin Number for PB10 */ 114 #define PORT_PB10 (_UL_(1) << 10) /**< \brief PORT Mask for PB10 */ 115 #define PIN_PB11 43 /**< \brief Pin Number for PB11 */ 116 #define PORT_PB11 (_UL_(1) << 11) /**< \brief PORT Mask for PB11 */ 117 #define PIN_PB12 44 /**< \brief Pin Number for PB12 */ 118 #define PORT_PB12 (_UL_(1) << 12) /**< \brief PORT Mask for PB12 */ 119 #define PIN_PB13 45 /**< \brief Pin Number for PB13 */ 120 #define PORT_PB13 (_UL_(1) << 13) /**< \brief PORT Mask for PB13 */ 121 #define PIN_PB14 46 /**< \brief Pin Number for PB14 */ 122 #define PORT_PB14 (_UL_(1) << 14) /**< \brief PORT Mask for PB14 */ 123 #define PIN_PB15 47 /**< \brief Pin Number for PB15 */ 124 #define PORT_PB15 (_UL_(1) << 15) /**< \brief PORT Mask for PB15 */ 125 #define PIN_PB16 48 /**< \brief Pin Number for PB16 */ 126 #define PORT_PB16 (_UL_(1) << 16) /**< \brief PORT Mask for PB16 */ 127 #define PIN_PB17 49 /**< \brief Pin Number for PB17 */ 128 #define PORT_PB17 (_UL_(1) << 17) /**< \brief PORT Mask for PB17 */ 129 #define PIN_PB22 54 /**< \brief Pin Number for PB22 */ 130 #define PORT_PB22 (_UL_(1) << 22) /**< \brief PORT Mask for PB22 */ 131 #define PIN_PB23 55 /**< \brief Pin Number for PB23 */ 132 #define PORT_PB23 (_UL_(1) << 23) /**< \brief PORT Mask for PB23 */ 133 #define PIN_PB30 62 /**< \brief Pin Number for PB30 */ 134 #define PORT_PB30 (_UL_(1) << 30) /**< \brief PORT Mask for PB30 */ 135 #define PIN_PB31 63 /**< \brief Pin Number for PB31 */ 136 #define PORT_PB31 (_UL_(1) << 31) /**< \brief PORT Mask for PB31 */ 137 /* ========== PORT definition for RSTC peripheral ========== */ 138 #define PIN_PA00A_RSTC_EXTWAKE0 _L_(0) /**< \brief RSTC signal: EXTWAKE0 on PA00 mux A */ 139 #define MUX_PA00A_RSTC_EXTWAKE0 _L_(0) 140 #define PINMUX_PA00A_RSTC_EXTWAKE0 ((PIN_PA00A_RSTC_EXTWAKE0 << 16) | MUX_PA00A_RSTC_EXTWAKE0) 141 #define PORT_PA00A_RSTC_EXTWAKE0 (_UL_(1) << 0) 142 #define PIN_PA01A_RSTC_EXTWAKE1 _L_(1) /**< \brief RSTC signal: EXTWAKE1 on PA01 mux A */ 143 #define MUX_PA01A_RSTC_EXTWAKE1 _L_(0) 144 #define PINMUX_PA01A_RSTC_EXTWAKE1 ((PIN_PA01A_RSTC_EXTWAKE1 << 16) | MUX_PA01A_RSTC_EXTWAKE1) 145 #define PORT_PA01A_RSTC_EXTWAKE1 (_UL_(1) << 1) 146 #define PIN_PA02A_RSTC_EXTWAKE2 _L_(2) /**< \brief RSTC signal: EXTWAKE2 on PA02 mux A */ 147 #define MUX_PA02A_RSTC_EXTWAKE2 _L_(0) 148 #define PINMUX_PA02A_RSTC_EXTWAKE2 ((PIN_PA02A_RSTC_EXTWAKE2 << 16) | MUX_PA02A_RSTC_EXTWAKE2) 149 #define PORT_PA02A_RSTC_EXTWAKE2 (_UL_(1) << 2) 150 #define PIN_PA03A_RSTC_EXTWAKE3 _L_(3) /**< \brief RSTC signal: EXTWAKE3 on PA03 mux A */ 151 #define MUX_PA03A_RSTC_EXTWAKE3 _L_(0) 152 #define PINMUX_PA03A_RSTC_EXTWAKE3 ((PIN_PA03A_RSTC_EXTWAKE3 << 16) | MUX_PA03A_RSTC_EXTWAKE3) 153 #define PORT_PA03A_RSTC_EXTWAKE3 (_UL_(1) << 3) 154 #define PIN_PA04A_RSTC_EXTWAKE4 _L_(4) /**< \brief RSTC signal: EXTWAKE4 on PA04 mux A */ 155 #define MUX_PA04A_RSTC_EXTWAKE4 _L_(0) 156 #define PINMUX_PA04A_RSTC_EXTWAKE4 ((PIN_PA04A_RSTC_EXTWAKE4 << 16) | MUX_PA04A_RSTC_EXTWAKE4) 157 #define PORT_PA04A_RSTC_EXTWAKE4 (_UL_(1) << 4) 158 #define PIN_PA05A_RSTC_EXTWAKE5 _L_(5) /**< \brief RSTC signal: EXTWAKE5 on PA05 mux A */ 159 #define MUX_PA05A_RSTC_EXTWAKE5 _L_(0) 160 #define PINMUX_PA05A_RSTC_EXTWAKE5 ((PIN_PA05A_RSTC_EXTWAKE5 << 16) | MUX_PA05A_RSTC_EXTWAKE5) 161 #define PORT_PA05A_RSTC_EXTWAKE5 (_UL_(1) << 5) 162 #define PIN_PA06A_RSTC_EXTWAKE6 _L_(6) /**< \brief RSTC signal: EXTWAKE6 on PA06 mux A */ 163 #define MUX_PA06A_RSTC_EXTWAKE6 _L_(0) 164 #define PINMUX_PA06A_RSTC_EXTWAKE6 ((PIN_PA06A_RSTC_EXTWAKE6 << 16) | MUX_PA06A_RSTC_EXTWAKE6) 165 #define PORT_PA06A_RSTC_EXTWAKE6 (_UL_(1) << 6) 166 #define PIN_PA07A_RSTC_EXTWAKE7 _L_(7) /**< \brief RSTC signal: EXTWAKE7 on PA07 mux A */ 167 #define MUX_PA07A_RSTC_EXTWAKE7 _L_(0) 168 #define PINMUX_PA07A_RSTC_EXTWAKE7 ((PIN_PA07A_RSTC_EXTWAKE7 << 16) | MUX_PA07A_RSTC_EXTWAKE7) 169 #define PORT_PA07A_RSTC_EXTWAKE7 (_UL_(1) << 7) 170 #define PIN_PA08A_RSTC_EXTWAKE8 _L_(8) /**< \brief RSTC signal: EXTWAKE8 on PA08 mux A */ 171 #define MUX_PA08A_RSTC_EXTWAKE8 _L_(0) 172 #define PINMUX_PA08A_RSTC_EXTWAKE8 ((PIN_PA08A_RSTC_EXTWAKE8 << 16) | MUX_PA08A_RSTC_EXTWAKE8) 173 #define PORT_PA08A_RSTC_EXTWAKE8 (_UL_(1) << 8) 174 #define PIN_PA09A_RSTC_EXTWAKE9 _L_(9) /**< \brief RSTC signal: EXTWAKE9 on PA09 mux A */ 175 #define MUX_PA09A_RSTC_EXTWAKE9 _L_(0) 176 #define PINMUX_PA09A_RSTC_EXTWAKE9 ((PIN_PA09A_RSTC_EXTWAKE9 << 16) | MUX_PA09A_RSTC_EXTWAKE9) 177 #define PORT_PA09A_RSTC_EXTWAKE9 (_UL_(1) << 9) 178 #define PIN_PA10A_RSTC_EXTWAKE10 _L_(10) /**< \brief RSTC signal: EXTWAKE10 on PA10 mux A */ 179 #define MUX_PA10A_RSTC_EXTWAKE10 _L_(0) 180 #define PINMUX_PA10A_RSTC_EXTWAKE10 ((PIN_PA10A_RSTC_EXTWAKE10 << 16) | MUX_PA10A_RSTC_EXTWAKE10) 181 #define PORT_PA10A_RSTC_EXTWAKE10 (_UL_(1) << 10) 182 #define PIN_PA11A_RSTC_EXTWAKE11 _L_(11) /**< \brief RSTC signal: EXTWAKE11 on PA11 mux A */ 183 #define MUX_PA11A_RSTC_EXTWAKE11 _L_(0) 184 #define PINMUX_PA11A_RSTC_EXTWAKE11 ((PIN_PA11A_RSTC_EXTWAKE11 << 16) | MUX_PA11A_RSTC_EXTWAKE11) 185 #define PORT_PA11A_RSTC_EXTWAKE11 (_UL_(1) << 11) 186 #define PIN_PA12A_RSTC_EXTWAKE12 _L_(12) /**< \brief RSTC signal: EXTWAKE12 on PA12 mux A */ 187 #define MUX_PA12A_RSTC_EXTWAKE12 _L_(0) 188 #define PINMUX_PA12A_RSTC_EXTWAKE12 ((PIN_PA12A_RSTC_EXTWAKE12 << 16) | MUX_PA12A_RSTC_EXTWAKE12) 189 #define PORT_PA12A_RSTC_EXTWAKE12 (_UL_(1) << 12) 190 #define PIN_PA13A_RSTC_EXTWAKE13 _L_(13) /**< \brief RSTC signal: EXTWAKE13 on PA13 mux A */ 191 #define MUX_PA13A_RSTC_EXTWAKE13 _L_(0) 192 #define PINMUX_PA13A_RSTC_EXTWAKE13 ((PIN_PA13A_RSTC_EXTWAKE13 << 16) | MUX_PA13A_RSTC_EXTWAKE13) 193 #define PORT_PA13A_RSTC_EXTWAKE13 (_UL_(1) << 13) 194 #define PIN_PA14A_RSTC_EXTWAKE14 _L_(14) /**< \brief RSTC signal: EXTWAKE14 on PA14 mux A */ 195 #define MUX_PA14A_RSTC_EXTWAKE14 _L_(0) 196 #define PINMUX_PA14A_RSTC_EXTWAKE14 ((PIN_PA14A_RSTC_EXTWAKE14 << 16) | MUX_PA14A_RSTC_EXTWAKE14) 197 #define PORT_PA14A_RSTC_EXTWAKE14 (_UL_(1) << 14) 198 #define PIN_PA15A_RSTC_EXTWAKE15 _L_(15) /**< \brief RSTC signal: EXTWAKE15 on PA15 mux A */ 199 #define MUX_PA15A_RSTC_EXTWAKE15 _L_(0) 200 #define PINMUX_PA15A_RSTC_EXTWAKE15 ((PIN_PA15A_RSTC_EXTWAKE15 << 16) | MUX_PA15A_RSTC_EXTWAKE15) 201 #define PORT_PA15A_RSTC_EXTWAKE15 (_UL_(1) << 15) 202 /* ========== PORT definition for GCLK peripheral ========== */ 203 #define PIN_PB14H_GCLK_IO0 _L_(46) /**< \brief GCLK signal: IO0 on PB14 mux H */ 204 #define MUX_PB14H_GCLK_IO0 _L_(7) 205 #define PINMUX_PB14H_GCLK_IO0 ((PIN_PB14H_GCLK_IO0 << 16) | MUX_PB14H_GCLK_IO0) 206 #define PORT_PB14H_GCLK_IO0 (_UL_(1) << 14) 207 #define PIN_PB22H_GCLK_IO0 _L_(54) /**< \brief GCLK signal: IO0 on PB22 mux H */ 208 #define MUX_PB22H_GCLK_IO0 _L_(7) 209 #define PINMUX_PB22H_GCLK_IO0 ((PIN_PB22H_GCLK_IO0 << 16) | MUX_PB22H_GCLK_IO0) 210 #define PORT_PB22H_GCLK_IO0 (_UL_(1) << 22) 211 #define PIN_PA14H_GCLK_IO0 _L_(14) /**< \brief GCLK signal: IO0 on PA14 mux H */ 212 #define MUX_PA14H_GCLK_IO0 _L_(7) 213 #define PINMUX_PA14H_GCLK_IO0 ((PIN_PA14H_GCLK_IO0 << 16) | MUX_PA14H_GCLK_IO0) 214 #define PORT_PA14H_GCLK_IO0 (_UL_(1) << 14) 215 #define PIN_PA27H_GCLK_IO0 _L_(27) /**< \brief GCLK signal: IO0 on PA27 mux H */ 216 #define MUX_PA27H_GCLK_IO0 _L_(7) 217 #define PINMUX_PA27H_GCLK_IO0 ((PIN_PA27H_GCLK_IO0 << 16) | MUX_PA27H_GCLK_IO0) 218 #define PORT_PA27H_GCLK_IO0 (_UL_(1) << 27) 219 #define PIN_PA30H_GCLK_IO0 _L_(30) /**< \brief GCLK signal: IO0 on PA30 mux H */ 220 #define MUX_PA30H_GCLK_IO0 _L_(7) 221 #define PINMUX_PA30H_GCLK_IO0 ((PIN_PA30H_GCLK_IO0 << 16) | MUX_PA30H_GCLK_IO0) 222 #define PORT_PA30H_GCLK_IO0 (_UL_(1) << 30) 223 #define PIN_PA28H_GCLK_IO0 _L_(28) /**< \brief GCLK signal: IO0 on PA28 mux H */ 224 #define MUX_PA28H_GCLK_IO0 _L_(7) 225 #define PINMUX_PA28H_GCLK_IO0 ((PIN_PA28H_GCLK_IO0 << 16) | MUX_PA28H_GCLK_IO0) 226 #define PORT_PA28H_GCLK_IO0 (_UL_(1) << 28) 227 #define PIN_PB15H_GCLK_IO1 _L_(47) /**< \brief GCLK signal: IO1 on PB15 mux H */ 228 #define MUX_PB15H_GCLK_IO1 _L_(7) 229 #define PINMUX_PB15H_GCLK_IO1 ((PIN_PB15H_GCLK_IO1 << 16) | MUX_PB15H_GCLK_IO1) 230 #define PORT_PB15H_GCLK_IO1 (_UL_(1) << 15) 231 #define PIN_PB23H_GCLK_IO1 _L_(55) /**< \brief GCLK signal: IO1 on PB23 mux H */ 232 #define MUX_PB23H_GCLK_IO1 _L_(7) 233 #define PINMUX_PB23H_GCLK_IO1 ((PIN_PB23H_GCLK_IO1 << 16) | MUX_PB23H_GCLK_IO1) 234 #define PORT_PB23H_GCLK_IO1 (_UL_(1) << 23) 235 #define PIN_PA15H_GCLK_IO1 _L_(15) /**< \brief GCLK signal: IO1 on PA15 mux H */ 236 #define MUX_PA15H_GCLK_IO1 _L_(7) 237 #define PINMUX_PA15H_GCLK_IO1 ((PIN_PA15H_GCLK_IO1 << 16) | MUX_PA15H_GCLK_IO1) 238 #define PORT_PA15H_GCLK_IO1 (_UL_(1) << 15) 239 #define PIN_PB16H_GCLK_IO2 _L_(48) /**< \brief GCLK signal: IO2 on PB16 mux H */ 240 #define MUX_PB16H_GCLK_IO2 _L_(7) 241 #define PINMUX_PB16H_GCLK_IO2 ((PIN_PB16H_GCLK_IO2 << 16) | MUX_PB16H_GCLK_IO2) 242 #define PORT_PB16H_GCLK_IO2 (_UL_(1) << 16) 243 #define PIN_PA16H_GCLK_IO2 _L_(16) /**< \brief GCLK signal: IO2 on PA16 mux H */ 244 #define MUX_PA16H_GCLK_IO2 _L_(7) 245 #define PINMUX_PA16H_GCLK_IO2 ((PIN_PA16H_GCLK_IO2 << 16) | MUX_PA16H_GCLK_IO2) 246 #define PORT_PA16H_GCLK_IO2 (_UL_(1) << 16) 247 #define PIN_PA17H_GCLK_IO3 _L_(17) /**< \brief GCLK signal: IO3 on PA17 mux H */ 248 #define MUX_PA17H_GCLK_IO3 _L_(7) 249 #define PINMUX_PA17H_GCLK_IO3 ((PIN_PA17H_GCLK_IO3 << 16) | MUX_PA17H_GCLK_IO3) 250 #define PORT_PA17H_GCLK_IO3 (_UL_(1) << 17) 251 #define PIN_PB17H_GCLK_IO3 _L_(49) /**< \brief GCLK signal: IO3 on PB17 mux H */ 252 #define MUX_PB17H_GCLK_IO3 _L_(7) 253 #define PINMUX_PB17H_GCLK_IO3 ((PIN_PB17H_GCLK_IO3 << 16) | MUX_PB17H_GCLK_IO3) 254 #define PORT_PB17H_GCLK_IO3 (_UL_(1) << 17) 255 #define PIN_PA10H_GCLK_IO4 _L_(10) /**< \brief GCLK signal: IO4 on PA10 mux H */ 256 #define MUX_PA10H_GCLK_IO4 _L_(7) 257 #define PINMUX_PA10H_GCLK_IO4 ((PIN_PA10H_GCLK_IO4 << 16) | MUX_PA10H_GCLK_IO4) 258 #define PORT_PA10H_GCLK_IO4 (_UL_(1) << 10) 259 #define PIN_PA20H_GCLK_IO4 _L_(20) /**< \brief GCLK signal: IO4 on PA20 mux H */ 260 #define MUX_PA20H_GCLK_IO4 _L_(7) 261 #define PINMUX_PA20H_GCLK_IO4 ((PIN_PA20H_GCLK_IO4 << 16) | MUX_PA20H_GCLK_IO4) 262 #define PORT_PA20H_GCLK_IO4 (_UL_(1) << 20) 263 #define PIN_PB10H_GCLK_IO4 _L_(42) /**< \brief GCLK signal: IO4 on PB10 mux H */ 264 #define MUX_PB10H_GCLK_IO4 _L_(7) 265 #define PINMUX_PB10H_GCLK_IO4 ((PIN_PB10H_GCLK_IO4 << 16) | MUX_PB10H_GCLK_IO4) 266 #define PORT_PB10H_GCLK_IO4 (_UL_(1) << 10) 267 #define PIN_PA11H_GCLK_IO5 _L_(11) /**< \brief GCLK signal: IO5 on PA11 mux H */ 268 #define MUX_PA11H_GCLK_IO5 _L_(7) 269 #define PINMUX_PA11H_GCLK_IO5 ((PIN_PA11H_GCLK_IO5 << 16) | MUX_PA11H_GCLK_IO5) 270 #define PORT_PA11H_GCLK_IO5 (_UL_(1) << 11) 271 #define PIN_PA21H_GCLK_IO5 _L_(21) /**< \brief GCLK signal: IO5 on PA21 mux H */ 272 #define MUX_PA21H_GCLK_IO5 _L_(7) 273 #define PINMUX_PA21H_GCLK_IO5 ((PIN_PA21H_GCLK_IO5 << 16) | MUX_PA21H_GCLK_IO5) 274 #define PORT_PA21H_GCLK_IO5 (_UL_(1) << 21) 275 #define PIN_PB11H_GCLK_IO5 _L_(43) /**< \brief GCLK signal: IO5 on PB11 mux H */ 276 #define MUX_PB11H_GCLK_IO5 _L_(7) 277 #define PINMUX_PB11H_GCLK_IO5 ((PIN_PB11H_GCLK_IO5 << 16) | MUX_PB11H_GCLK_IO5) 278 #define PORT_PB11H_GCLK_IO5 (_UL_(1) << 11) 279 #define PIN_PA22H_GCLK_IO6 _L_(22) /**< \brief GCLK signal: IO6 on PA22 mux H */ 280 #define MUX_PA22H_GCLK_IO6 _L_(7) 281 #define PINMUX_PA22H_GCLK_IO6 ((PIN_PA22H_GCLK_IO6 << 16) | MUX_PA22H_GCLK_IO6) 282 #define PORT_PA22H_GCLK_IO6 (_UL_(1) << 22) 283 #define PIN_PB12H_GCLK_IO6 _L_(44) /**< \brief GCLK signal: IO6 on PB12 mux H */ 284 #define MUX_PB12H_GCLK_IO6 _L_(7) 285 #define PINMUX_PB12H_GCLK_IO6 ((PIN_PB12H_GCLK_IO6 << 16) | MUX_PB12H_GCLK_IO6) 286 #define PORT_PB12H_GCLK_IO6 (_UL_(1) << 12) 287 #define PIN_PA23H_GCLK_IO7 _L_(23) /**< \brief GCLK signal: IO7 on PA23 mux H */ 288 #define MUX_PA23H_GCLK_IO7 _L_(7) 289 #define PINMUX_PA23H_GCLK_IO7 ((PIN_PA23H_GCLK_IO7 << 16) | MUX_PA23H_GCLK_IO7) 290 #define PORT_PA23H_GCLK_IO7 (_UL_(1) << 23) 291 #define PIN_PB13H_GCLK_IO7 _L_(45) /**< \brief GCLK signal: IO7 on PB13 mux H */ 292 #define MUX_PB13H_GCLK_IO7 _L_(7) 293 #define PINMUX_PB13H_GCLK_IO7 ((PIN_PB13H_GCLK_IO7 << 16) | MUX_PB13H_GCLK_IO7) 294 #define PORT_PB13H_GCLK_IO7 (_UL_(1) << 13) 295 /* ========== PORT definition for EIC peripheral ========== */ 296 #define PIN_PA16A_EIC_EXTINT0 _L_(16) /**< \brief EIC signal: EXTINT0 on PA16 mux A */ 297 #define MUX_PA16A_EIC_EXTINT0 _L_(0) 298 #define PINMUX_PA16A_EIC_EXTINT0 ((PIN_PA16A_EIC_EXTINT0 << 16) | MUX_PA16A_EIC_EXTINT0) 299 #define PORT_PA16A_EIC_EXTINT0 (_UL_(1) << 16) 300 #define PIN_PA16A_EIC_EXTINT_NUM _L_(0) /**< \brief EIC signal: PIN_PA16 External Interrupt Line */ 301 #define PIN_PB00A_EIC_EXTINT0 _L_(32) /**< \brief EIC signal: EXTINT0 on PB00 mux A */ 302 #define MUX_PB00A_EIC_EXTINT0 _L_(0) 303 #define PINMUX_PB00A_EIC_EXTINT0 ((PIN_PB00A_EIC_EXTINT0 << 16) | MUX_PB00A_EIC_EXTINT0) 304 #define PORT_PB00A_EIC_EXTINT0 (_UL_(1) << 0) 305 #define PIN_PB00A_EIC_EXTINT_NUM _L_(0) /**< \brief EIC signal: PIN_PB00 External Interrupt Line */ 306 #define PIN_PB16A_EIC_EXTINT0 _L_(48) /**< \brief EIC signal: EXTINT0 on PB16 mux A */ 307 #define MUX_PB16A_EIC_EXTINT0 _L_(0) 308 #define PINMUX_PB16A_EIC_EXTINT0 ((PIN_PB16A_EIC_EXTINT0 << 16) | MUX_PB16A_EIC_EXTINT0) 309 #define PORT_PB16A_EIC_EXTINT0 (_UL_(1) << 16) 310 #define PIN_PB16A_EIC_EXTINT_NUM _L_(0) /**< \brief EIC signal: PIN_PB16 External Interrupt Line */ 311 #define PIN_PA00A_EIC_EXTINT0 _L_(0) /**< \brief EIC signal: EXTINT0 on PA00 mux A */ 312 #define MUX_PA00A_EIC_EXTINT0 _L_(0) 313 #define PINMUX_PA00A_EIC_EXTINT0 ((PIN_PA00A_EIC_EXTINT0 << 16) | MUX_PA00A_EIC_EXTINT0) 314 #define PORT_PA00A_EIC_EXTINT0 (_UL_(1) << 0) 315 #define PIN_PA00A_EIC_EXTINT_NUM _L_(0) /**< \brief EIC signal: PIN_PA00 External Interrupt Line */ 316 #define PIN_PA17A_EIC_EXTINT1 _L_(17) /**< \brief EIC signal: EXTINT1 on PA17 mux A */ 317 #define MUX_PA17A_EIC_EXTINT1 _L_(0) 318 #define PINMUX_PA17A_EIC_EXTINT1 ((PIN_PA17A_EIC_EXTINT1 << 16) | MUX_PA17A_EIC_EXTINT1) 319 #define PORT_PA17A_EIC_EXTINT1 (_UL_(1) << 17) 320 #define PIN_PA17A_EIC_EXTINT_NUM _L_(1) /**< \brief EIC signal: PIN_PA17 External Interrupt Line */ 321 #define PIN_PB01A_EIC_EXTINT1 _L_(33) /**< \brief EIC signal: EXTINT1 on PB01 mux A */ 322 #define MUX_PB01A_EIC_EXTINT1 _L_(0) 323 #define PINMUX_PB01A_EIC_EXTINT1 ((PIN_PB01A_EIC_EXTINT1 << 16) | MUX_PB01A_EIC_EXTINT1) 324 #define PORT_PB01A_EIC_EXTINT1 (_UL_(1) << 1) 325 #define PIN_PB01A_EIC_EXTINT_NUM _L_(1) /**< \brief EIC signal: PIN_PB01 External Interrupt Line */ 326 #define PIN_PB17A_EIC_EXTINT1 _L_(49) /**< \brief EIC signal: EXTINT1 on PB17 mux A */ 327 #define MUX_PB17A_EIC_EXTINT1 _L_(0) 328 #define PINMUX_PB17A_EIC_EXTINT1 ((PIN_PB17A_EIC_EXTINT1 << 16) | MUX_PB17A_EIC_EXTINT1) 329 #define PORT_PB17A_EIC_EXTINT1 (_UL_(1) << 17) 330 #define PIN_PB17A_EIC_EXTINT_NUM _L_(1) /**< \brief EIC signal: PIN_PB17 External Interrupt Line */ 331 #define PIN_PA01A_EIC_EXTINT1 _L_(1) /**< \brief EIC signal: EXTINT1 on PA01 mux A */ 332 #define MUX_PA01A_EIC_EXTINT1 _L_(0) 333 #define PINMUX_PA01A_EIC_EXTINT1 ((PIN_PA01A_EIC_EXTINT1 << 16) | MUX_PA01A_EIC_EXTINT1) 334 #define PORT_PA01A_EIC_EXTINT1 (_UL_(1) << 1) 335 #define PIN_PA01A_EIC_EXTINT_NUM _L_(1) /**< \brief EIC signal: PIN_PA01 External Interrupt Line */ 336 #define PIN_PA02A_EIC_EXTINT2 _L_(2) /**< \brief EIC signal: EXTINT2 on PA02 mux A */ 337 #define MUX_PA02A_EIC_EXTINT2 _L_(0) 338 #define PINMUX_PA02A_EIC_EXTINT2 ((PIN_PA02A_EIC_EXTINT2 << 16) | MUX_PA02A_EIC_EXTINT2) 339 #define PORT_PA02A_EIC_EXTINT2 (_UL_(1) << 2) 340 #define PIN_PA02A_EIC_EXTINT_NUM _L_(2) /**< \brief EIC signal: PIN_PA02 External Interrupt Line */ 341 #define PIN_PA18A_EIC_EXTINT2 _L_(18) /**< \brief EIC signal: EXTINT2 on PA18 mux A */ 342 #define MUX_PA18A_EIC_EXTINT2 _L_(0) 343 #define PINMUX_PA18A_EIC_EXTINT2 ((PIN_PA18A_EIC_EXTINT2 << 16) | MUX_PA18A_EIC_EXTINT2) 344 #define PORT_PA18A_EIC_EXTINT2 (_UL_(1) << 18) 345 #define PIN_PA18A_EIC_EXTINT_NUM _L_(2) /**< \brief EIC signal: PIN_PA18 External Interrupt Line */ 346 #define PIN_PB02A_EIC_EXTINT2 _L_(34) /**< \brief EIC signal: EXTINT2 on PB02 mux A */ 347 #define MUX_PB02A_EIC_EXTINT2 _L_(0) 348 #define PINMUX_PB02A_EIC_EXTINT2 ((PIN_PB02A_EIC_EXTINT2 << 16) | MUX_PB02A_EIC_EXTINT2) 349 #define PORT_PB02A_EIC_EXTINT2 (_UL_(1) << 2) 350 #define PIN_PB02A_EIC_EXTINT_NUM _L_(2) /**< \brief EIC signal: PIN_PB02 External Interrupt Line */ 351 #define PIN_PA03A_EIC_EXTINT3 _L_(3) /**< \brief EIC signal: EXTINT3 on PA03 mux A */ 352 #define MUX_PA03A_EIC_EXTINT3 _L_(0) 353 #define PINMUX_PA03A_EIC_EXTINT3 ((PIN_PA03A_EIC_EXTINT3 << 16) | MUX_PA03A_EIC_EXTINT3) 354 #define PORT_PA03A_EIC_EXTINT3 (_UL_(1) << 3) 355 #define PIN_PA03A_EIC_EXTINT_NUM _L_(3) /**< \brief EIC signal: PIN_PA03 External Interrupt Line */ 356 #define PIN_PA19A_EIC_EXTINT3 _L_(19) /**< \brief EIC signal: EXTINT3 on PA19 mux A */ 357 #define MUX_PA19A_EIC_EXTINT3 _L_(0) 358 #define PINMUX_PA19A_EIC_EXTINT3 ((PIN_PA19A_EIC_EXTINT3 << 16) | MUX_PA19A_EIC_EXTINT3) 359 #define PORT_PA19A_EIC_EXTINT3 (_UL_(1) << 19) 360 #define PIN_PA19A_EIC_EXTINT_NUM _L_(3) /**< \brief EIC signal: PIN_PA19 External Interrupt Line */ 361 #define PIN_PB03A_EIC_EXTINT3 _L_(35) /**< \brief EIC signal: EXTINT3 on PB03 mux A */ 362 #define MUX_PB03A_EIC_EXTINT3 _L_(0) 363 #define PINMUX_PB03A_EIC_EXTINT3 ((PIN_PB03A_EIC_EXTINT3 << 16) | MUX_PB03A_EIC_EXTINT3) 364 #define PORT_PB03A_EIC_EXTINT3 (_UL_(1) << 3) 365 #define PIN_PB03A_EIC_EXTINT_NUM _L_(3) /**< \brief EIC signal: PIN_PB03 External Interrupt Line */ 366 #define PIN_PA04A_EIC_EXTINT4 _L_(4) /**< \brief EIC signal: EXTINT4 on PA04 mux A */ 367 #define MUX_PA04A_EIC_EXTINT4 _L_(0) 368 #define PINMUX_PA04A_EIC_EXTINT4 ((PIN_PA04A_EIC_EXTINT4 << 16) | MUX_PA04A_EIC_EXTINT4) 369 #define PORT_PA04A_EIC_EXTINT4 (_UL_(1) << 4) 370 #define PIN_PA04A_EIC_EXTINT_NUM _L_(4) /**< \brief EIC signal: PIN_PA04 External Interrupt Line */ 371 #define PIN_PA20A_EIC_EXTINT4 _L_(20) /**< \brief EIC signal: EXTINT4 on PA20 mux A */ 372 #define MUX_PA20A_EIC_EXTINT4 _L_(0) 373 #define PINMUX_PA20A_EIC_EXTINT4 ((PIN_PA20A_EIC_EXTINT4 << 16) | MUX_PA20A_EIC_EXTINT4) 374 #define PORT_PA20A_EIC_EXTINT4 (_UL_(1) << 20) 375 #define PIN_PA20A_EIC_EXTINT_NUM _L_(4) /**< \brief EIC signal: PIN_PA20 External Interrupt Line */ 376 #define PIN_PB04A_EIC_EXTINT4 _L_(36) /**< \brief EIC signal: EXTINT4 on PB04 mux A */ 377 #define MUX_PB04A_EIC_EXTINT4 _L_(0) 378 #define PINMUX_PB04A_EIC_EXTINT4 ((PIN_PB04A_EIC_EXTINT4 << 16) | MUX_PB04A_EIC_EXTINT4) 379 #define PORT_PB04A_EIC_EXTINT4 (_UL_(1) << 4) 380 #define PIN_PB04A_EIC_EXTINT_NUM _L_(4) /**< \brief EIC signal: PIN_PB04 External Interrupt Line */ 381 #define PIN_PA05A_EIC_EXTINT5 _L_(5) /**< \brief EIC signal: EXTINT5 on PA05 mux A */ 382 #define MUX_PA05A_EIC_EXTINT5 _L_(0) 383 #define PINMUX_PA05A_EIC_EXTINT5 ((PIN_PA05A_EIC_EXTINT5 << 16) | MUX_PA05A_EIC_EXTINT5) 384 #define PORT_PA05A_EIC_EXTINT5 (_UL_(1) << 5) 385 #define PIN_PA05A_EIC_EXTINT_NUM _L_(5) /**< \brief EIC signal: PIN_PA05 External Interrupt Line */ 386 #define PIN_PA21A_EIC_EXTINT5 _L_(21) /**< \brief EIC signal: EXTINT5 on PA21 mux A */ 387 #define MUX_PA21A_EIC_EXTINT5 _L_(0) 388 #define PINMUX_PA21A_EIC_EXTINT5 ((PIN_PA21A_EIC_EXTINT5 << 16) | MUX_PA21A_EIC_EXTINT5) 389 #define PORT_PA21A_EIC_EXTINT5 (_UL_(1) << 21) 390 #define PIN_PA21A_EIC_EXTINT_NUM _L_(5) /**< \brief EIC signal: PIN_PA21 External Interrupt Line */ 391 #define PIN_PB05A_EIC_EXTINT5 _L_(37) /**< \brief EIC signal: EXTINT5 on PB05 mux A */ 392 #define MUX_PB05A_EIC_EXTINT5 _L_(0) 393 #define PINMUX_PB05A_EIC_EXTINT5 ((PIN_PB05A_EIC_EXTINT5 << 16) | MUX_PB05A_EIC_EXTINT5) 394 #define PORT_PB05A_EIC_EXTINT5 (_UL_(1) << 5) 395 #define PIN_PB05A_EIC_EXTINT_NUM _L_(5) /**< \brief EIC signal: PIN_PB05 External Interrupt Line */ 396 #define PIN_PA06A_EIC_EXTINT6 _L_(6) /**< \brief EIC signal: EXTINT6 on PA06 mux A */ 397 #define MUX_PA06A_EIC_EXTINT6 _L_(0) 398 #define PINMUX_PA06A_EIC_EXTINT6 ((PIN_PA06A_EIC_EXTINT6 << 16) | MUX_PA06A_EIC_EXTINT6) 399 #define PORT_PA06A_EIC_EXTINT6 (_UL_(1) << 6) 400 #define PIN_PA06A_EIC_EXTINT_NUM _L_(6) /**< \brief EIC signal: PIN_PA06 External Interrupt Line */ 401 #define PIN_PA22A_EIC_EXTINT6 _L_(22) /**< \brief EIC signal: EXTINT6 on PA22 mux A */ 402 #define MUX_PA22A_EIC_EXTINT6 _L_(0) 403 #define PINMUX_PA22A_EIC_EXTINT6 ((PIN_PA22A_EIC_EXTINT6 << 16) | MUX_PA22A_EIC_EXTINT6) 404 #define PORT_PA22A_EIC_EXTINT6 (_UL_(1) << 22) 405 #define PIN_PA22A_EIC_EXTINT_NUM _L_(6) /**< \brief EIC signal: PIN_PA22 External Interrupt Line */ 406 #define PIN_PB06A_EIC_EXTINT6 _L_(38) /**< \brief EIC signal: EXTINT6 on PB06 mux A */ 407 #define MUX_PB06A_EIC_EXTINT6 _L_(0) 408 #define PINMUX_PB06A_EIC_EXTINT6 ((PIN_PB06A_EIC_EXTINT6 << 16) | MUX_PB06A_EIC_EXTINT6) 409 #define PORT_PB06A_EIC_EXTINT6 (_UL_(1) << 6) 410 #define PIN_PB06A_EIC_EXTINT_NUM _L_(6) /**< \brief EIC signal: PIN_PB06 External Interrupt Line */ 411 #define PIN_PB22A_EIC_EXTINT6 _L_(54) /**< \brief EIC signal: EXTINT6 on PB22 mux A */ 412 #define MUX_PB22A_EIC_EXTINT6 _L_(0) 413 #define PINMUX_PB22A_EIC_EXTINT6 ((PIN_PB22A_EIC_EXTINT6 << 16) | MUX_PB22A_EIC_EXTINT6) 414 #define PORT_PB22A_EIC_EXTINT6 (_UL_(1) << 22) 415 #define PIN_PB22A_EIC_EXTINT_NUM _L_(6) /**< \brief EIC signal: PIN_PB22 External Interrupt Line */ 416 #define PIN_PA07A_EIC_EXTINT7 _L_(7) /**< \brief EIC signal: EXTINT7 on PA07 mux A */ 417 #define MUX_PA07A_EIC_EXTINT7 _L_(0) 418 #define PINMUX_PA07A_EIC_EXTINT7 ((PIN_PA07A_EIC_EXTINT7 << 16) | MUX_PA07A_EIC_EXTINT7) 419 #define PORT_PA07A_EIC_EXTINT7 (_UL_(1) << 7) 420 #define PIN_PA07A_EIC_EXTINT_NUM _L_(7) /**< \brief EIC signal: PIN_PA07 External Interrupt Line */ 421 #define PIN_PA23A_EIC_EXTINT7 _L_(23) /**< \brief EIC signal: EXTINT7 on PA23 mux A */ 422 #define MUX_PA23A_EIC_EXTINT7 _L_(0) 423 #define PINMUX_PA23A_EIC_EXTINT7 ((PIN_PA23A_EIC_EXTINT7 << 16) | MUX_PA23A_EIC_EXTINT7) 424 #define PORT_PA23A_EIC_EXTINT7 (_UL_(1) << 23) 425 #define PIN_PA23A_EIC_EXTINT_NUM _L_(7) /**< \brief EIC signal: PIN_PA23 External Interrupt Line */ 426 #define PIN_PB07A_EIC_EXTINT7 _L_(39) /**< \brief EIC signal: EXTINT7 on PB07 mux A */ 427 #define MUX_PB07A_EIC_EXTINT7 _L_(0) 428 #define PINMUX_PB07A_EIC_EXTINT7 ((PIN_PB07A_EIC_EXTINT7 << 16) | MUX_PB07A_EIC_EXTINT7) 429 #define PORT_PB07A_EIC_EXTINT7 (_UL_(1) << 7) 430 #define PIN_PB07A_EIC_EXTINT_NUM _L_(7) /**< \brief EIC signal: PIN_PB07 External Interrupt Line */ 431 #define PIN_PB23A_EIC_EXTINT7 _L_(55) /**< \brief EIC signal: EXTINT7 on PB23 mux A */ 432 #define MUX_PB23A_EIC_EXTINT7 _L_(0) 433 #define PINMUX_PB23A_EIC_EXTINT7 ((PIN_PB23A_EIC_EXTINT7 << 16) | MUX_PB23A_EIC_EXTINT7) 434 #define PORT_PB23A_EIC_EXTINT7 (_UL_(1) << 23) 435 #define PIN_PB23A_EIC_EXTINT_NUM _L_(7) /**< \brief EIC signal: PIN_PB23 External Interrupt Line */ 436 #define PIN_PB08A_EIC_EXTINT8 _L_(40) /**< \brief EIC signal: EXTINT8 on PB08 mux A */ 437 #define MUX_PB08A_EIC_EXTINT8 _L_(0) 438 #define PINMUX_PB08A_EIC_EXTINT8 ((PIN_PB08A_EIC_EXTINT8 << 16) | MUX_PB08A_EIC_EXTINT8) 439 #define PORT_PB08A_EIC_EXTINT8 (_UL_(1) << 8) 440 #define PIN_PB08A_EIC_EXTINT_NUM _L_(8) /**< \brief EIC signal: PIN_PB08 External Interrupt Line */ 441 #define PIN_PA28A_EIC_EXTINT8 _L_(28) /**< \brief EIC signal: EXTINT8 on PA28 mux A */ 442 #define MUX_PA28A_EIC_EXTINT8 _L_(0) 443 #define PINMUX_PA28A_EIC_EXTINT8 ((PIN_PA28A_EIC_EXTINT8 << 16) | MUX_PA28A_EIC_EXTINT8) 444 #define PORT_PA28A_EIC_EXTINT8 (_UL_(1) << 28) 445 #define PIN_PA28A_EIC_EXTINT_NUM _L_(8) /**< \brief EIC signal: PIN_PA28 External Interrupt Line */ 446 #define PIN_PA09A_EIC_EXTINT9 _L_(9) /**< \brief EIC signal: EXTINT9 on PA09 mux A */ 447 #define MUX_PA09A_EIC_EXTINT9 _L_(0) 448 #define PINMUX_PA09A_EIC_EXTINT9 ((PIN_PA09A_EIC_EXTINT9 << 16) | MUX_PA09A_EIC_EXTINT9) 449 #define PORT_PA09A_EIC_EXTINT9 (_UL_(1) << 9) 450 #define PIN_PA09A_EIC_EXTINT_NUM _L_(9) /**< \brief EIC signal: PIN_PA09 External Interrupt Line */ 451 #define PIN_PB09A_EIC_EXTINT9 _L_(41) /**< \brief EIC signal: EXTINT9 on PB09 mux A */ 452 #define MUX_PB09A_EIC_EXTINT9 _L_(0) 453 #define PINMUX_PB09A_EIC_EXTINT9 ((PIN_PB09A_EIC_EXTINT9 << 16) | MUX_PB09A_EIC_EXTINT9) 454 #define PORT_PB09A_EIC_EXTINT9 (_UL_(1) << 9) 455 #define PIN_PB09A_EIC_EXTINT_NUM _L_(9) /**< \brief EIC signal: PIN_PB09 External Interrupt Line */ 456 #define PIN_PA10A_EIC_EXTINT10 _L_(10) /**< \brief EIC signal: EXTINT10 on PA10 mux A */ 457 #define MUX_PA10A_EIC_EXTINT10 _L_(0) 458 #define PINMUX_PA10A_EIC_EXTINT10 ((PIN_PA10A_EIC_EXTINT10 << 16) | MUX_PA10A_EIC_EXTINT10) 459 #define PORT_PA10A_EIC_EXTINT10 (_UL_(1) << 10) 460 #define PIN_PA10A_EIC_EXTINT_NUM _L_(10) /**< \brief EIC signal: PIN_PA10 External Interrupt Line */ 461 #define PIN_PA30A_EIC_EXTINT10 _L_(30) /**< \brief EIC signal: EXTINT10 on PA30 mux A */ 462 #define MUX_PA30A_EIC_EXTINT10 _L_(0) 463 #define PINMUX_PA30A_EIC_EXTINT10 ((PIN_PA30A_EIC_EXTINT10 << 16) | MUX_PA30A_EIC_EXTINT10) 464 #define PORT_PA30A_EIC_EXTINT10 (_UL_(1) << 30) 465 #define PIN_PA30A_EIC_EXTINT_NUM _L_(10) /**< \brief EIC signal: PIN_PA30 External Interrupt Line */ 466 #define PIN_PB10A_EIC_EXTINT10 _L_(42) /**< \brief EIC signal: EXTINT10 on PB10 mux A */ 467 #define MUX_PB10A_EIC_EXTINT10 _L_(0) 468 #define PINMUX_PB10A_EIC_EXTINT10 ((PIN_PB10A_EIC_EXTINT10 << 16) | MUX_PB10A_EIC_EXTINT10) 469 #define PORT_PB10A_EIC_EXTINT10 (_UL_(1) << 10) 470 #define PIN_PB10A_EIC_EXTINT_NUM _L_(10) /**< \brief EIC signal: PIN_PB10 External Interrupt Line */ 471 #define PIN_PA11A_EIC_EXTINT11 _L_(11) /**< \brief EIC signal: EXTINT11 on PA11 mux A */ 472 #define MUX_PA11A_EIC_EXTINT11 _L_(0) 473 #define PINMUX_PA11A_EIC_EXTINT11 ((PIN_PA11A_EIC_EXTINT11 << 16) | MUX_PA11A_EIC_EXTINT11) 474 #define PORT_PA11A_EIC_EXTINT11 (_UL_(1) << 11) 475 #define PIN_PA11A_EIC_EXTINT_NUM _L_(11) /**< \brief EIC signal: PIN_PA11 External Interrupt Line */ 476 #define PIN_PA31A_EIC_EXTINT11 _L_(31) /**< \brief EIC signal: EXTINT11 on PA31 mux A */ 477 #define MUX_PA31A_EIC_EXTINT11 _L_(0) 478 #define PINMUX_PA31A_EIC_EXTINT11 ((PIN_PA31A_EIC_EXTINT11 << 16) | MUX_PA31A_EIC_EXTINT11) 479 #define PORT_PA31A_EIC_EXTINT11 (_UL_(1) << 31) 480 #define PIN_PA31A_EIC_EXTINT_NUM _L_(11) /**< \brief EIC signal: PIN_PA31 External Interrupt Line */ 481 #define PIN_PB11A_EIC_EXTINT11 _L_(43) /**< \brief EIC signal: EXTINT11 on PB11 mux A */ 482 #define MUX_PB11A_EIC_EXTINT11 _L_(0) 483 #define PINMUX_PB11A_EIC_EXTINT11 ((PIN_PB11A_EIC_EXTINT11 << 16) | MUX_PB11A_EIC_EXTINT11) 484 #define PORT_PB11A_EIC_EXTINT11 (_UL_(1) << 11) 485 #define PIN_PB11A_EIC_EXTINT_NUM _L_(11) /**< \brief EIC signal: PIN_PB11 External Interrupt Line */ 486 #define PIN_PA12A_EIC_EXTINT12 _L_(12) /**< \brief EIC signal: EXTINT12 on PA12 mux A */ 487 #define MUX_PA12A_EIC_EXTINT12 _L_(0) 488 #define PINMUX_PA12A_EIC_EXTINT12 ((PIN_PA12A_EIC_EXTINT12 << 16) | MUX_PA12A_EIC_EXTINT12) 489 #define PORT_PA12A_EIC_EXTINT12 (_UL_(1) << 12) 490 #define PIN_PA12A_EIC_EXTINT_NUM _L_(12) /**< \brief EIC signal: PIN_PA12 External Interrupt Line */ 491 #define PIN_PA24A_EIC_EXTINT12 _L_(24) /**< \brief EIC signal: EXTINT12 on PA24 mux A */ 492 #define MUX_PA24A_EIC_EXTINT12 _L_(0) 493 #define PINMUX_PA24A_EIC_EXTINT12 ((PIN_PA24A_EIC_EXTINT12 << 16) | MUX_PA24A_EIC_EXTINT12) 494 #define PORT_PA24A_EIC_EXTINT12 (_UL_(1) << 24) 495 #define PIN_PA24A_EIC_EXTINT_NUM _L_(12) /**< \brief EIC signal: PIN_PA24 External Interrupt Line */ 496 #define PIN_PB12A_EIC_EXTINT12 _L_(44) /**< \brief EIC signal: EXTINT12 on PB12 mux A */ 497 #define MUX_PB12A_EIC_EXTINT12 _L_(0) 498 #define PINMUX_PB12A_EIC_EXTINT12 ((PIN_PB12A_EIC_EXTINT12 << 16) | MUX_PB12A_EIC_EXTINT12) 499 #define PORT_PB12A_EIC_EXTINT12 (_UL_(1) << 12) 500 #define PIN_PB12A_EIC_EXTINT_NUM _L_(12) /**< \brief EIC signal: PIN_PB12 External Interrupt Line */ 501 #define PIN_PA13A_EIC_EXTINT13 _L_(13) /**< \brief EIC signal: EXTINT13 on PA13 mux A */ 502 #define MUX_PA13A_EIC_EXTINT13 _L_(0) 503 #define PINMUX_PA13A_EIC_EXTINT13 ((PIN_PA13A_EIC_EXTINT13 << 16) | MUX_PA13A_EIC_EXTINT13) 504 #define PORT_PA13A_EIC_EXTINT13 (_UL_(1) << 13) 505 #define PIN_PA13A_EIC_EXTINT_NUM _L_(13) /**< \brief EIC signal: PIN_PA13 External Interrupt Line */ 506 #define PIN_PA25A_EIC_EXTINT13 _L_(25) /**< \brief EIC signal: EXTINT13 on PA25 mux A */ 507 #define MUX_PA25A_EIC_EXTINT13 _L_(0) 508 #define PINMUX_PA25A_EIC_EXTINT13 ((PIN_PA25A_EIC_EXTINT13 << 16) | MUX_PA25A_EIC_EXTINT13) 509 #define PORT_PA25A_EIC_EXTINT13 (_UL_(1) << 25) 510 #define PIN_PA25A_EIC_EXTINT_NUM _L_(13) /**< \brief EIC signal: PIN_PA25 External Interrupt Line */ 511 #define PIN_PB13A_EIC_EXTINT13 _L_(45) /**< \brief EIC signal: EXTINT13 on PB13 mux A */ 512 #define MUX_PB13A_EIC_EXTINT13 _L_(0) 513 #define PINMUX_PB13A_EIC_EXTINT13 ((PIN_PB13A_EIC_EXTINT13 << 16) | MUX_PB13A_EIC_EXTINT13) 514 #define PORT_PB13A_EIC_EXTINT13 (_UL_(1) << 13) 515 #define PIN_PB13A_EIC_EXTINT_NUM _L_(13) /**< \brief EIC signal: PIN_PB13 External Interrupt Line */ 516 #define PIN_PB14A_EIC_EXTINT14 _L_(46) /**< \brief EIC signal: EXTINT14 on PB14 mux A */ 517 #define MUX_PB14A_EIC_EXTINT14 _L_(0) 518 #define PINMUX_PB14A_EIC_EXTINT14 ((PIN_PB14A_EIC_EXTINT14 << 16) | MUX_PB14A_EIC_EXTINT14) 519 #define PORT_PB14A_EIC_EXTINT14 (_UL_(1) << 14) 520 #define PIN_PB14A_EIC_EXTINT_NUM _L_(14) /**< \brief EIC signal: PIN_PB14 External Interrupt Line */ 521 #define PIN_PB30A_EIC_EXTINT14 _L_(62) /**< \brief EIC signal: EXTINT14 on PB30 mux A */ 522 #define MUX_PB30A_EIC_EXTINT14 _L_(0) 523 #define PINMUX_PB30A_EIC_EXTINT14 ((PIN_PB30A_EIC_EXTINT14 << 16) | MUX_PB30A_EIC_EXTINT14) 524 #define PORT_PB30A_EIC_EXTINT14 (_UL_(1) << 30) 525 #define PIN_PB30A_EIC_EXTINT_NUM _L_(14) /**< \brief EIC signal: PIN_PB30 External Interrupt Line */ 526 #define PIN_PA14A_EIC_EXTINT14 _L_(14) /**< \brief EIC signal: EXTINT14 on PA14 mux A */ 527 #define MUX_PA14A_EIC_EXTINT14 _L_(0) 528 #define PINMUX_PA14A_EIC_EXTINT14 ((PIN_PA14A_EIC_EXTINT14 << 16) | MUX_PA14A_EIC_EXTINT14) 529 #define PORT_PA14A_EIC_EXTINT14 (_UL_(1) << 14) 530 #define PIN_PA14A_EIC_EXTINT_NUM _L_(14) /**< \brief EIC signal: PIN_PA14 External Interrupt Line */ 531 #define PIN_PA27A_EIC_EXTINT15 _L_(27) /**< \brief EIC signal: EXTINT15 on PA27 mux A */ 532 #define MUX_PA27A_EIC_EXTINT15 _L_(0) 533 #define PINMUX_PA27A_EIC_EXTINT15 ((PIN_PA27A_EIC_EXTINT15 << 16) | MUX_PA27A_EIC_EXTINT15) 534 #define PORT_PA27A_EIC_EXTINT15 (_UL_(1) << 27) 535 #define PIN_PA27A_EIC_EXTINT_NUM _L_(15) /**< \brief EIC signal: PIN_PA27 External Interrupt Line */ 536 #define PIN_PB15A_EIC_EXTINT15 _L_(47) /**< \brief EIC signal: EXTINT15 on PB15 mux A */ 537 #define MUX_PB15A_EIC_EXTINT15 _L_(0) 538 #define PINMUX_PB15A_EIC_EXTINT15 ((PIN_PB15A_EIC_EXTINT15 << 16) | MUX_PB15A_EIC_EXTINT15) 539 #define PORT_PB15A_EIC_EXTINT15 (_UL_(1) << 15) 540 #define PIN_PB15A_EIC_EXTINT_NUM _L_(15) /**< \brief EIC signal: PIN_PB15 External Interrupt Line */ 541 #define PIN_PB31A_EIC_EXTINT15 _L_(63) /**< \brief EIC signal: EXTINT15 on PB31 mux A */ 542 #define MUX_PB31A_EIC_EXTINT15 _L_(0) 543 #define PINMUX_PB31A_EIC_EXTINT15 ((PIN_PB31A_EIC_EXTINT15 << 16) | MUX_PB31A_EIC_EXTINT15) 544 #define PORT_PB31A_EIC_EXTINT15 (_UL_(1) << 31) 545 #define PIN_PB31A_EIC_EXTINT_NUM _L_(15) /**< \brief EIC signal: PIN_PB31 External Interrupt Line */ 546 #define PIN_PA15A_EIC_EXTINT15 _L_(15) /**< \brief EIC signal: EXTINT15 on PA15 mux A */ 547 #define MUX_PA15A_EIC_EXTINT15 _L_(0) 548 #define PINMUX_PA15A_EIC_EXTINT15 ((PIN_PA15A_EIC_EXTINT15 << 16) | MUX_PA15A_EIC_EXTINT15) 549 #define PORT_PA15A_EIC_EXTINT15 (_UL_(1) << 15) 550 #define PIN_PA15A_EIC_EXTINT_NUM _L_(15) /**< \brief EIC signal: PIN_PA15 External Interrupt Line */ 551 #define PIN_PA08A_EIC_NMI _L_(8) /**< \brief EIC signal: NMI on PA08 mux A */ 552 #define MUX_PA08A_EIC_NMI _L_(0) 553 #define PINMUX_PA08A_EIC_NMI ((PIN_PA08A_EIC_NMI << 16) | MUX_PA08A_EIC_NMI) 554 #define PORT_PA08A_EIC_NMI (_UL_(1) << 8) 555 /* ========== PORT definition for SERCOM0 peripheral ========== */ 556 #define PIN_PA04D_SERCOM0_PAD0 _L_(4) /**< \brief SERCOM0 signal: PAD0 on PA04 mux D */ 557 #define MUX_PA04D_SERCOM0_PAD0 _L_(3) 558 #define PINMUX_PA04D_SERCOM0_PAD0 ((PIN_PA04D_SERCOM0_PAD0 << 16) | MUX_PA04D_SERCOM0_PAD0) 559 #define PORT_PA04D_SERCOM0_PAD0 (_UL_(1) << 4) 560 #define PIN_PA08C_SERCOM0_PAD0 _L_(8) /**< \brief SERCOM0 signal: PAD0 on PA08 mux C */ 561 #define MUX_PA08C_SERCOM0_PAD0 _L_(2) 562 #define PINMUX_PA08C_SERCOM0_PAD0 ((PIN_PA08C_SERCOM0_PAD0 << 16) | MUX_PA08C_SERCOM0_PAD0) 563 #define PORT_PA08C_SERCOM0_PAD0 (_UL_(1) << 8) 564 #define PIN_PA05D_SERCOM0_PAD1 _L_(5) /**< \brief SERCOM0 signal: PAD1 on PA05 mux D */ 565 #define MUX_PA05D_SERCOM0_PAD1 _L_(3) 566 #define PINMUX_PA05D_SERCOM0_PAD1 ((PIN_PA05D_SERCOM0_PAD1 << 16) | MUX_PA05D_SERCOM0_PAD1) 567 #define PORT_PA05D_SERCOM0_PAD1 (_UL_(1) << 5) 568 #define PIN_PA09C_SERCOM0_PAD1 _L_(9) /**< \brief SERCOM0 signal: PAD1 on PA09 mux C */ 569 #define MUX_PA09C_SERCOM0_PAD1 _L_(2) 570 #define PINMUX_PA09C_SERCOM0_PAD1 ((PIN_PA09C_SERCOM0_PAD1 << 16) | MUX_PA09C_SERCOM0_PAD1) 571 #define PORT_PA09C_SERCOM0_PAD1 (_UL_(1) << 9) 572 #define PIN_PA06D_SERCOM0_PAD2 _L_(6) /**< \brief SERCOM0 signal: PAD2 on PA06 mux D */ 573 #define MUX_PA06D_SERCOM0_PAD2 _L_(3) 574 #define PINMUX_PA06D_SERCOM0_PAD2 ((PIN_PA06D_SERCOM0_PAD2 << 16) | MUX_PA06D_SERCOM0_PAD2) 575 #define PORT_PA06D_SERCOM0_PAD2 (_UL_(1) << 6) 576 #define PIN_PA10C_SERCOM0_PAD2 _L_(10) /**< \brief SERCOM0 signal: PAD2 on PA10 mux C */ 577 #define MUX_PA10C_SERCOM0_PAD2 _L_(2) 578 #define PINMUX_PA10C_SERCOM0_PAD2 ((PIN_PA10C_SERCOM0_PAD2 << 16) | MUX_PA10C_SERCOM0_PAD2) 579 #define PORT_PA10C_SERCOM0_PAD2 (_UL_(1) << 10) 580 #define PIN_PA07D_SERCOM0_PAD3 _L_(7) /**< \brief SERCOM0 signal: PAD3 on PA07 mux D */ 581 #define MUX_PA07D_SERCOM0_PAD3 _L_(3) 582 #define PINMUX_PA07D_SERCOM0_PAD3 ((PIN_PA07D_SERCOM0_PAD3 << 16) | MUX_PA07D_SERCOM0_PAD3) 583 #define PORT_PA07D_SERCOM0_PAD3 (_UL_(1) << 7) 584 #define PIN_PA11C_SERCOM0_PAD3 _L_(11) /**< \brief SERCOM0 signal: PAD3 on PA11 mux C */ 585 #define MUX_PA11C_SERCOM0_PAD3 _L_(2) 586 #define PINMUX_PA11C_SERCOM0_PAD3 ((PIN_PA11C_SERCOM0_PAD3 << 16) | MUX_PA11C_SERCOM0_PAD3) 587 #define PORT_PA11C_SERCOM0_PAD3 (_UL_(1) << 11) 588 /* ========== PORT definition for SERCOM1 peripheral ========== */ 589 #define PIN_PA16C_SERCOM1_PAD0 _L_(16) /**< \brief SERCOM1 signal: PAD0 on PA16 mux C */ 590 #define MUX_PA16C_SERCOM1_PAD0 _L_(2) 591 #define PINMUX_PA16C_SERCOM1_PAD0 ((PIN_PA16C_SERCOM1_PAD0 << 16) | MUX_PA16C_SERCOM1_PAD0) 592 #define PORT_PA16C_SERCOM1_PAD0 (_UL_(1) << 16) 593 #define PIN_PA00D_SERCOM1_PAD0 _L_(0) /**< \brief SERCOM1 signal: PAD0 on PA00 mux D */ 594 #define MUX_PA00D_SERCOM1_PAD0 _L_(3) 595 #define PINMUX_PA00D_SERCOM1_PAD0 ((PIN_PA00D_SERCOM1_PAD0 << 16) | MUX_PA00D_SERCOM1_PAD0) 596 #define PORT_PA00D_SERCOM1_PAD0 (_UL_(1) << 0) 597 #define PIN_PA17C_SERCOM1_PAD1 _L_(17) /**< \brief SERCOM1 signal: PAD1 on PA17 mux C */ 598 #define MUX_PA17C_SERCOM1_PAD1 _L_(2) 599 #define PINMUX_PA17C_SERCOM1_PAD1 ((PIN_PA17C_SERCOM1_PAD1 << 16) | MUX_PA17C_SERCOM1_PAD1) 600 #define PORT_PA17C_SERCOM1_PAD1 (_UL_(1) << 17) 601 #define PIN_PA01D_SERCOM1_PAD1 _L_(1) /**< \brief SERCOM1 signal: PAD1 on PA01 mux D */ 602 #define MUX_PA01D_SERCOM1_PAD1 _L_(3) 603 #define PINMUX_PA01D_SERCOM1_PAD1 ((PIN_PA01D_SERCOM1_PAD1 << 16) | MUX_PA01D_SERCOM1_PAD1) 604 #define PORT_PA01D_SERCOM1_PAD1 (_UL_(1) << 1) 605 #define PIN_PA30D_SERCOM1_PAD2 _L_(30) /**< \brief SERCOM1 signal: PAD2 on PA30 mux D */ 606 #define MUX_PA30D_SERCOM1_PAD2 _L_(3) 607 #define PINMUX_PA30D_SERCOM1_PAD2 ((PIN_PA30D_SERCOM1_PAD2 << 16) | MUX_PA30D_SERCOM1_PAD2) 608 #define PORT_PA30D_SERCOM1_PAD2 (_UL_(1) << 30) 609 #define PIN_PA18C_SERCOM1_PAD2 _L_(18) /**< \brief SERCOM1 signal: PAD2 on PA18 mux C */ 610 #define MUX_PA18C_SERCOM1_PAD2 _L_(2) 611 #define PINMUX_PA18C_SERCOM1_PAD2 ((PIN_PA18C_SERCOM1_PAD2 << 16) | MUX_PA18C_SERCOM1_PAD2) 612 #define PORT_PA18C_SERCOM1_PAD2 (_UL_(1) << 18) 613 #define PIN_PA31D_SERCOM1_PAD3 _L_(31) /**< \brief SERCOM1 signal: PAD3 on PA31 mux D */ 614 #define MUX_PA31D_SERCOM1_PAD3 _L_(3) 615 #define PINMUX_PA31D_SERCOM1_PAD3 ((PIN_PA31D_SERCOM1_PAD3 << 16) | MUX_PA31D_SERCOM1_PAD3) 616 #define PORT_PA31D_SERCOM1_PAD3 (_UL_(1) << 31) 617 #define PIN_PA19C_SERCOM1_PAD3 _L_(19) /**< \brief SERCOM1 signal: PAD3 on PA19 mux C */ 618 #define MUX_PA19C_SERCOM1_PAD3 _L_(2) 619 #define PINMUX_PA19C_SERCOM1_PAD3 ((PIN_PA19C_SERCOM1_PAD3 << 16) | MUX_PA19C_SERCOM1_PAD3) 620 #define PORT_PA19C_SERCOM1_PAD3 (_UL_(1) << 19) 621 /* ========== PORT definition for SERCOM2 peripheral ========== */ 622 #define PIN_PA08D_SERCOM2_PAD0 _L_(8) /**< \brief SERCOM2 signal: PAD0 on PA08 mux D */ 623 #define MUX_PA08D_SERCOM2_PAD0 _L_(3) 624 #define PINMUX_PA08D_SERCOM2_PAD0 ((PIN_PA08D_SERCOM2_PAD0 << 16) | MUX_PA08D_SERCOM2_PAD0) 625 #define PORT_PA08D_SERCOM2_PAD0 (_UL_(1) << 8) 626 #define PIN_PA12C_SERCOM2_PAD0 _L_(12) /**< \brief SERCOM2 signal: PAD0 on PA12 mux C */ 627 #define MUX_PA12C_SERCOM2_PAD0 _L_(2) 628 #define PINMUX_PA12C_SERCOM2_PAD0 ((PIN_PA12C_SERCOM2_PAD0 << 16) | MUX_PA12C_SERCOM2_PAD0) 629 #define PORT_PA12C_SERCOM2_PAD0 (_UL_(1) << 12) 630 #define PIN_PA09D_SERCOM2_PAD1 _L_(9) /**< \brief SERCOM2 signal: PAD1 on PA09 mux D */ 631 #define MUX_PA09D_SERCOM2_PAD1 _L_(3) 632 #define PINMUX_PA09D_SERCOM2_PAD1 ((PIN_PA09D_SERCOM2_PAD1 << 16) | MUX_PA09D_SERCOM2_PAD1) 633 #define PORT_PA09D_SERCOM2_PAD1 (_UL_(1) << 9) 634 #define PIN_PA13C_SERCOM2_PAD1 _L_(13) /**< \brief SERCOM2 signal: PAD1 on PA13 mux C */ 635 #define MUX_PA13C_SERCOM2_PAD1 _L_(2) 636 #define PINMUX_PA13C_SERCOM2_PAD1 ((PIN_PA13C_SERCOM2_PAD1 << 16) | MUX_PA13C_SERCOM2_PAD1) 637 #define PORT_PA13C_SERCOM2_PAD1 (_UL_(1) << 13) 638 #define PIN_PA10D_SERCOM2_PAD2 _L_(10) /**< \brief SERCOM2 signal: PAD2 on PA10 mux D */ 639 #define MUX_PA10D_SERCOM2_PAD2 _L_(3) 640 #define PINMUX_PA10D_SERCOM2_PAD2 ((PIN_PA10D_SERCOM2_PAD2 << 16) | MUX_PA10D_SERCOM2_PAD2) 641 #define PORT_PA10D_SERCOM2_PAD2 (_UL_(1) << 10) 642 #define PIN_PA14C_SERCOM2_PAD2 _L_(14) /**< \brief SERCOM2 signal: PAD2 on PA14 mux C */ 643 #define MUX_PA14C_SERCOM2_PAD2 _L_(2) 644 #define PINMUX_PA14C_SERCOM2_PAD2 ((PIN_PA14C_SERCOM2_PAD2 << 16) | MUX_PA14C_SERCOM2_PAD2) 645 #define PORT_PA14C_SERCOM2_PAD2 (_UL_(1) << 14) 646 #define PIN_PA11D_SERCOM2_PAD3 _L_(11) /**< \brief SERCOM2 signal: PAD3 on PA11 mux D */ 647 #define MUX_PA11D_SERCOM2_PAD3 _L_(3) 648 #define PINMUX_PA11D_SERCOM2_PAD3 ((PIN_PA11D_SERCOM2_PAD3 << 16) | MUX_PA11D_SERCOM2_PAD3) 649 #define PORT_PA11D_SERCOM2_PAD3 (_UL_(1) << 11) 650 #define PIN_PA15C_SERCOM2_PAD3 _L_(15) /**< \brief SERCOM2 signal: PAD3 on PA15 mux C */ 651 #define MUX_PA15C_SERCOM2_PAD3 _L_(2) 652 #define PINMUX_PA15C_SERCOM2_PAD3 ((PIN_PA15C_SERCOM2_PAD3 << 16) | MUX_PA15C_SERCOM2_PAD3) 653 #define PORT_PA15C_SERCOM2_PAD3 (_UL_(1) << 15) 654 /* ========== PORT definition for SERCOM3 peripheral ========== */ 655 #define PIN_PA16D_SERCOM3_PAD0 _L_(16) /**< \brief SERCOM3 signal: PAD0 on PA16 mux D */ 656 #define MUX_PA16D_SERCOM3_PAD0 _L_(3) 657 #define PINMUX_PA16D_SERCOM3_PAD0 ((PIN_PA16D_SERCOM3_PAD0 << 16) | MUX_PA16D_SERCOM3_PAD0) 658 #define PORT_PA16D_SERCOM3_PAD0 (_UL_(1) << 16) 659 #define PIN_PA22C_SERCOM3_PAD0 _L_(22) /**< \brief SERCOM3 signal: PAD0 on PA22 mux C */ 660 #define MUX_PA22C_SERCOM3_PAD0 _L_(2) 661 #define PINMUX_PA22C_SERCOM3_PAD0 ((PIN_PA22C_SERCOM3_PAD0 << 16) | MUX_PA22C_SERCOM3_PAD0) 662 #define PORT_PA22C_SERCOM3_PAD0 (_UL_(1) << 22) 663 #define PIN_PA17D_SERCOM3_PAD1 _L_(17) /**< \brief SERCOM3 signal: PAD1 on PA17 mux D */ 664 #define MUX_PA17D_SERCOM3_PAD1 _L_(3) 665 #define PINMUX_PA17D_SERCOM3_PAD1 ((PIN_PA17D_SERCOM3_PAD1 << 16) | MUX_PA17D_SERCOM3_PAD1) 666 #define PORT_PA17D_SERCOM3_PAD1 (_UL_(1) << 17) 667 #define PIN_PA23C_SERCOM3_PAD1 _L_(23) /**< \brief SERCOM3 signal: PAD1 on PA23 mux C */ 668 #define MUX_PA23C_SERCOM3_PAD1 _L_(2) 669 #define PINMUX_PA23C_SERCOM3_PAD1 ((PIN_PA23C_SERCOM3_PAD1 << 16) | MUX_PA23C_SERCOM3_PAD1) 670 #define PORT_PA23C_SERCOM3_PAD1 (_UL_(1) << 23) 671 #define PIN_PA18D_SERCOM3_PAD2 _L_(18) /**< \brief SERCOM3 signal: PAD2 on PA18 mux D */ 672 #define MUX_PA18D_SERCOM3_PAD2 _L_(3) 673 #define PINMUX_PA18D_SERCOM3_PAD2 ((PIN_PA18D_SERCOM3_PAD2 << 16) | MUX_PA18D_SERCOM3_PAD2) 674 #define PORT_PA18D_SERCOM3_PAD2 (_UL_(1) << 18) 675 #define PIN_PA20D_SERCOM3_PAD2 _L_(20) /**< \brief SERCOM3 signal: PAD2 on PA20 mux D */ 676 #define MUX_PA20D_SERCOM3_PAD2 _L_(3) 677 #define PINMUX_PA20D_SERCOM3_PAD2 ((PIN_PA20D_SERCOM3_PAD2 << 16) | MUX_PA20D_SERCOM3_PAD2) 678 #define PORT_PA20D_SERCOM3_PAD2 (_UL_(1) << 20) 679 #define PIN_PA24C_SERCOM3_PAD2 _L_(24) /**< \brief SERCOM3 signal: PAD2 on PA24 mux C */ 680 #define MUX_PA24C_SERCOM3_PAD2 _L_(2) 681 #define PINMUX_PA24C_SERCOM3_PAD2 ((PIN_PA24C_SERCOM3_PAD2 << 16) | MUX_PA24C_SERCOM3_PAD2) 682 #define PORT_PA24C_SERCOM3_PAD2 (_UL_(1) << 24) 683 #define PIN_PA19D_SERCOM3_PAD3 _L_(19) /**< \brief SERCOM3 signal: PAD3 on PA19 mux D */ 684 #define MUX_PA19D_SERCOM3_PAD3 _L_(3) 685 #define PINMUX_PA19D_SERCOM3_PAD3 ((PIN_PA19D_SERCOM3_PAD3 << 16) | MUX_PA19D_SERCOM3_PAD3) 686 #define PORT_PA19D_SERCOM3_PAD3 (_UL_(1) << 19) 687 #define PIN_PA21D_SERCOM3_PAD3 _L_(21) /**< \brief SERCOM3 signal: PAD3 on PA21 mux D */ 688 #define MUX_PA21D_SERCOM3_PAD3 _L_(3) 689 #define PINMUX_PA21D_SERCOM3_PAD3 ((PIN_PA21D_SERCOM3_PAD3 << 16) | MUX_PA21D_SERCOM3_PAD3) 690 #define PORT_PA21D_SERCOM3_PAD3 (_UL_(1) << 21) 691 #define PIN_PA25C_SERCOM3_PAD3 _L_(25) /**< \brief SERCOM3 signal: PAD3 on PA25 mux C */ 692 #define MUX_PA25C_SERCOM3_PAD3 _L_(2) 693 #define PINMUX_PA25C_SERCOM3_PAD3 ((PIN_PA25C_SERCOM3_PAD3 << 16) | MUX_PA25C_SERCOM3_PAD3) 694 #define PORT_PA25C_SERCOM3_PAD3 (_UL_(1) << 25) 695 /* ========== PORT definition for TCC0 peripheral ========== */ 696 #define PIN_PA04E_TCC0_WO0 _L_(4) /**< \brief TCC0 signal: WO0 on PA04 mux E */ 697 #define MUX_PA04E_TCC0_WO0 _L_(4) 698 #define PINMUX_PA04E_TCC0_WO0 ((PIN_PA04E_TCC0_WO0 << 16) | MUX_PA04E_TCC0_WO0) 699 #define PORT_PA04E_TCC0_WO0 (_UL_(1) << 4) 700 #define PIN_PA08E_TCC0_WO0 _L_(8) /**< \brief TCC0 signal: WO0 on PA08 mux E */ 701 #define MUX_PA08E_TCC0_WO0 _L_(4) 702 #define PINMUX_PA08E_TCC0_WO0 ((PIN_PA08E_TCC0_WO0 << 16) | MUX_PA08E_TCC0_WO0) 703 #define PORT_PA08E_TCC0_WO0 (_UL_(1) << 8) 704 #define PIN_PB30E_TCC0_WO0 _L_(62) /**< \brief TCC0 signal: WO0 on PB30 mux E */ 705 #define MUX_PB30E_TCC0_WO0 _L_(4) 706 #define PINMUX_PB30E_TCC0_WO0 ((PIN_PB30E_TCC0_WO0 << 16) | MUX_PB30E_TCC0_WO0) 707 #define PORT_PB30E_TCC0_WO0 (_UL_(1) << 30) 708 #define PIN_PA05E_TCC0_WO1 _L_(5) /**< \brief TCC0 signal: WO1 on PA05 mux E */ 709 #define MUX_PA05E_TCC0_WO1 _L_(4) 710 #define PINMUX_PA05E_TCC0_WO1 ((PIN_PA05E_TCC0_WO1 << 16) | MUX_PA05E_TCC0_WO1) 711 #define PORT_PA05E_TCC0_WO1 (_UL_(1) << 5) 712 #define PIN_PA09E_TCC0_WO1 _L_(9) /**< \brief TCC0 signal: WO1 on PA09 mux E */ 713 #define MUX_PA09E_TCC0_WO1 _L_(4) 714 #define PINMUX_PA09E_TCC0_WO1 ((PIN_PA09E_TCC0_WO1 << 16) | MUX_PA09E_TCC0_WO1) 715 #define PORT_PA09E_TCC0_WO1 (_UL_(1) << 9) 716 #define PIN_PB31E_TCC0_WO1 _L_(63) /**< \brief TCC0 signal: WO1 on PB31 mux E */ 717 #define MUX_PB31E_TCC0_WO1 _L_(4) 718 #define PINMUX_PB31E_TCC0_WO1 ((PIN_PB31E_TCC0_WO1 << 16) | MUX_PB31E_TCC0_WO1) 719 #define PORT_PB31E_TCC0_WO1 (_UL_(1) << 31) 720 #define PIN_PA10F_TCC0_WO2 _L_(10) /**< \brief TCC0 signal: WO2 on PA10 mux F */ 721 #define MUX_PA10F_TCC0_WO2 _L_(5) 722 #define PINMUX_PA10F_TCC0_WO2 ((PIN_PA10F_TCC0_WO2 << 16) | MUX_PA10F_TCC0_WO2) 723 #define PORT_PA10F_TCC0_WO2 (_UL_(1) << 10) 724 #define PIN_PA18F_TCC0_WO2 _L_(18) /**< \brief TCC0 signal: WO2 on PA18 mux F */ 725 #define MUX_PA18F_TCC0_WO2 _L_(5) 726 #define PINMUX_PA18F_TCC0_WO2 ((PIN_PA18F_TCC0_WO2 << 16) | MUX_PA18F_TCC0_WO2) 727 #define PORT_PA18F_TCC0_WO2 (_UL_(1) << 18) 728 #define PIN_PA11F_TCC0_WO3 _L_(11) /**< \brief TCC0 signal: WO3 on PA11 mux F */ 729 #define MUX_PA11F_TCC0_WO3 _L_(5) 730 #define PINMUX_PA11F_TCC0_WO3 ((PIN_PA11F_TCC0_WO3 << 16) | MUX_PA11F_TCC0_WO3) 731 #define PORT_PA11F_TCC0_WO3 (_UL_(1) << 11) 732 #define PIN_PA19F_TCC0_WO3 _L_(19) /**< \brief TCC0 signal: WO3 on PA19 mux F */ 733 #define MUX_PA19F_TCC0_WO3 _L_(5) 734 #define PINMUX_PA19F_TCC0_WO3 ((PIN_PA19F_TCC0_WO3 << 16) | MUX_PA19F_TCC0_WO3) 735 #define PORT_PA19F_TCC0_WO3 (_UL_(1) << 19) 736 #define PIN_PA22F_TCC0_WO4 _L_(22) /**< \brief TCC0 signal: WO4 on PA22 mux F */ 737 #define MUX_PA22F_TCC0_WO4 _L_(5) 738 #define PINMUX_PA22F_TCC0_WO4 ((PIN_PA22F_TCC0_WO4 << 16) | MUX_PA22F_TCC0_WO4) 739 #define PORT_PA22F_TCC0_WO4 (_UL_(1) << 22) 740 #define PIN_PB10F_TCC0_WO4 _L_(42) /**< \brief TCC0 signal: WO4 on PB10 mux F */ 741 #define MUX_PB10F_TCC0_WO4 _L_(5) 742 #define PINMUX_PB10F_TCC0_WO4 ((PIN_PB10F_TCC0_WO4 << 16) | MUX_PB10F_TCC0_WO4) 743 #define PORT_PB10F_TCC0_WO4 (_UL_(1) << 10) 744 #define PIN_PB16F_TCC0_WO4 _L_(48) /**< \brief TCC0 signal: WO4 on PB16 mux F */ 745 #define MUX_PB16F_TCC0_WO4 _L_(5) 746 #define PINMUX_PB16F_TCC0_WO4 ((PIN_PB16F_TCC0_WO4 << 16) | MUX_PB16F_TCC0_WO4) 747 #define PORT_PB16F_TCC0_WO4 (_UL_(1) << 16) 748 #define PIN_PA14F_TCC0_WO4 _L_(14) /**< \brief TCC0 signal: WO4 on PA14 mux F */ 749 #define MUX_PA14F_TCC0_WO4 _L_(5) 750 #define PINMUX_PA14F_TCC0_WO4 ((PIN_PA14F_TCC0_WO4 << 16) | MUX_PA14F_TCC0_WO4) 751 #define PORT_PA14F_TCC0_WO4 (_UL_(1) << 14) 752 #define PIN_PA15F_TCC0_WO5 _L_(15) /**< \brief TCC0 signal: WO5 on PA15 mux F */ 753 #define MUX_PA15F_TCC0_WO5 _L_(5) 754 #define PINMUX_PA15F_TCC0_WO5 ((PIN_PA15F_TCC0_WO5 << 16) | MUX_PA15F_TCC0_WO5) 755 #define PORT_PA15F_TCC0_WO5 (_UL_(1) << 15) 756 #define PIN_PA23F_TCC0_WO5 _L_(23) /**< \brief TCC0 signal: WO5 on PA23 mux F */ 757 #define MUX_PA23F_TCC0_WO5 _L_(5) 758 #define PINMUX_PA23F_TCC0_WO5 ((PIN_PA23F_TCC0_WO5 << 16) | MUX_PA23F_TCC0_WO5) 759 #define PORT_PA23F_TCC0_WO5 (_UL_(1) << 23) 760 #define PIN_PB11F_TCC0_WO5 _L_(43) /**< \brief TCC0 signal: WO5 on PB11 mux F */ 761 #define MUX_PB11F_TCC0_WO5 _L_(5) 762 #define PINMUX_PB11F_TCC0_WO5 ((PIN_PB11F_TCC0_WO5 << 16) | MUX_PB11F_TCC0_WO5) 763 #define PORT_PB11F_TCC0_WO5 (_UL_(1) << 11) 764 #define PIN_PB17F_TCC0_WO5 _L_(49) /**< \brief TCC0 signal: WO5 on PB17 mux F */ 765 #define MUX_PB17F_TCC0_WO5 _L_(5) 766 #define PINMUX_PB17F_TCC0_WO5 ((PIN_PB17F_TCC0_WO5 << 16) | MUX_PB17F_TCC0_WO5) 767 #define PORT_PB17F_TCC0_WO5 (_UL_(1) << 17) 768 #define PIN_PA12F_TCC0_WO6 _L_(12) /**< \brief TCC0 signal: WO6 on PA12 mux F */ 769 #define MUX_PA12F_TCC0_WO6 _L_(5) 770 #define PINMUX_PA12F_TCC0_WO6 ((PIN_PA12F_TCC0_WO6 << 16) | MUX_PA12F_TCC0_WO6) 771 #define PORT_PA12F_TCC0_WO6 (_UL_(1) << 12) 772 #define PIN_PA16F_TCC0_WO6 _L_(16) /**< \brief TCC0 signal: WO6 on PA16 mux F */ 773 #define MUX_PA16F_TCC0_WO6 _L_(5) 774 #define PINMUX_PA16F_TCC0_WO6 ((PIN_PA16F_TCC0_WO6 << 16) | MUX_PA16F_TCC0_WO6) 775 #define PORT_PA16F_TCC0_WO6 (_UL_(1) << 16) 776 #define PIN_PA20F_TCC0_WO6 _L_(20) /**< \brief TCC0 signal: WO6 on PA20 mux F */ 777 #define MUX_PA20F_TCC0_WO6 _L_(5) 778 #define PINMUX_PA20F_TCC0_WO6 ((PIN_PA20F_TCC0_WO6 << 16) | MUX_PA20F_TCC0_WO6) 779 #define PORT_PA20F_TCC0_WO6 (_UL_(1) << 20) 780 #define PIN_PB12F_TCC0_WO6 _L_(44) /**< \brief TCC0 signal: WO6 on PB12 mux F */ 781 #define MUX_PB12F_TCC0_WO6 _L_(5) 782 #define PINMUX_PB12F_TCC0_WO6 ((PIN_PB12F_TCC0_WO6 << 16) | MUX_PB12F_TCC0_WO6) 783 #define PORT_PB12F_TCC0_WO6 (_UL_(1) << 12) 784 #define PIN_PA13F_TCC0_WO7 _L_(13) /**< \brief TCC0 signal: WO7 on PA13 mux F */ 785 #define MUX_PA13F_TCC0_WO7 _L_(5) 786 #define PINMUX_PA13F_TCC0_WO7 ((PIN_PA13F_TCC0_WO7 << 16) | MUX_PA13F_TCC0_WO7) 787 #define PORT_PA13F_TCC0_WO7 (_UL_(1) << 13) 788 #define PIN_PA17F_TCC0_WO7 _L_(17) /**< \brief TCC0 signal: WO7 on PA17 mux F */ 789 #define MUX_PA17F_TCC0_WO7 _L_(5) 790 #define PINMUX_PA17F_TCC0_WO7 ((PIN_PA17F_TCC0_WO7 << 16) | MUX_PA17F_TCC0_WO7) 791 #define PORT_PA17F_TCC0_WO7 (_UL_(1) << 17) 792 #define PIN_PA21F_TCC0_WO7 _L_(21) /**< \brief TCC0 signal: WO7 on PA21 mux F */ 793 #define MUX_PA21F_TCC0_WO7 _L_(5) 794 #define PINMUX_PA21F_TCC0_WO7 ((PIN_PA21F_TCC0_WO7 << 16) | MUX_PA21F_TCC0_WO7) 795 #define PORT_PA21F_TCC0_WO7 (_UL_(1) << 21) 796 #define PIN_PB13F_TCC0_WO7 _L_(45) /**< \brief TCC0 signal: WO7 on PB13 mux F */ 797 #define MUX_PB13F_TCC0_WO7 _L_(5) 798 #define PINMUX_PB13F_TCC0_WO7 ((PIN_PB13F_TCC0_WO7 << 16) | MUX_PB13F_TCC0_WO7) 799 #define PORT_PB13F_TCC0_WO7 (_UL_(1) << 13) 800 /* ========== PORT definition for TCC1 peripheral ========== */ 801 #define PIN_PA06E_TCC1_WO0 _L_(6) /**< \brief TCC1 signal: WO0 on PA06 mux E */ 802 #define MUX_PA06E_TCC1_WO0 _L_(4) 803 #define PINMUX_PA06E_TCC1_WO0 ((PIN_PA06E_TCC1_WO0 << 16) | MUX_PA06E_TCC1_WO0) 804 #define PORT_PA06E_TCC1_WO0 (_UL_(1) << 6) 805 #define PIN_PA10E_TCC1_WO0 _L_(10) /**< \brief TCC1 signal: WO0 on PA10 mux E */ 806 #define MUX_PA10E_TCC1_WO0 _L_(4) 807 #define PINMUX_PA10E_TCC1_WO0 ((PIN_PA10E_TCC1_WO0 << 16) | MUX_PA10E_TCC1_WO0) 808 #define PORT_PA10E_TCC1_WO0 (_UL_(1) << 10) 809 #define PIN_PA30E_TCC1_WO0 _L_(30) /**< \brief TCC1 signal: WO0 on PA30 mux E */ 810 #define MUX_PA30E_TCC1_WO0 _L_(4) 811 #define PINMUX_PA30E_TCC1_WO0 ((PIN_PA30E_TCC1_WO0 << 16) | MUX_PA30E_TCC1_WO0) 812 #define PORT_PA30E_TCC1_WO0 (_UL_(1) << 30) 813 #define PIN_PA07E_TCC1_WO1 _L_(7) /**< \brief TCC1 signal: WO1 on PA07 mux E */ 814 #define MUX_PA07E_TCC1_WO1 _L_(4) 815 #define PINMUX_PA07E_TCC1_WO1 ((PIN_PA07E_TCC1_WO1 << 16) | MUX_PA07E_TCC1_WO1) 816 #define PORT_PA07E_TCC1_WO1 (_UL_(1) << 7) 817 #define PIN_PA11E_TCC1_WO1 _L_(11) /**< \brief TCC1 signal: WO1 on PA11 mux E */ 818 #define MUX_PA11E_TCC1_WO1 _L_(4) 819 #define PINMUX_PA11E_TCC1_WO1 ((PIN_PA11E_TCC1_WO1 << 16) | MUX_PA11E_TCC1_WO1) 820 #define PORT_PA11E_TCC1_WO1 (_UL_(1) << 11) 821 #define PIN_PA31E_TCC1_WO1 _L_(31) /**< \brief TCC1 signal: WO1 on PA31 mux E */ 822 #define MUX_PA31E_TCC1_WO1 _L_(4) 823 #define PINMUX_PA31E_TCC1_WO1 ((PIN_PA31E_TCC1_WO1 << 16) | MUX_PA31E_TCC1_WO1) 824 #define PORT_PA31E_TCC1_WO1 (_UL_(1) << 31) 825 #define PIN_PA08F_TCC1_WO2 _L_(8) /**< \brief TCC1 signal: WO2 on PA08 mux F */ 826 #define MUX_PA08F_TCC1_WO2 _L_(5) 827 #define PINMUX_PA08F_TCC1_WO2 ((PIN_PA08F_TCC1_WO2 << 16) | MUX_PA08F_TCC1_WO2) 828 #define PORT_PA08F_TCC1_WO2 (_UL_(1) << 8) 829 #define PIN_PA24F_TCC1_WO2 _L_(24) /**< \brief TCC1 signal: WO2 on PA24 mux F */ 830 #define MUX_PA24F_TCC1_WO2 _L_(5) 831 #define PINMUX_PA24F_TCC1_WO2 ((PIN_PA24F_TCC1_WO2 << 16) | MUX_PA24F_TCC1_WO2) 832 #define PORT_PA24F_TCC1_WO2 (_UL_(1) << 24) 833 #define PIN_PB30F_TCC1_WO2 _L_(62) /**< \brief TCC1 signal: WO2 on PB30 mux F */ 834 #define MUX_PB30F_TCC1_WO2 _L_(5) 835 #define PINMUX_PB30F_TCC1_WO2 ((PIN_PB30F_TCC1_WO2 << 16) | MUX_PB30F_TCC1_WO2) 836 #define PORT_PB30F_TCC1_WO2 (_UL_(1) << 30) 837 #define PIN_PA09F_TCC1_WO3 _L_(9) /**< \brief TCC1 signal: WO3 on PA09 mux F */ 838 #define MUX_PA09F_TCC1_WO3 _L_(5) 839 #define PINMUX_PA09F_TCC1_WO3 ((PIN_PA09F_TCC1_WO3 << 16) | MUX_PA09F_TCC1_WO3) 840 #define PORT_PA09F_TCC1_WO3 (_UL_(1) << 9) 841 #define PIN_PA25F_TCC1_WO3 _L_(25) /**< \brief TCC1 signal: WO3 on PA25 mux F */ 842 #define MUX_PA25F_TCC1_WO3 _L_(5) 843 #define PINMUX_PA25F_TCC1_WO3 ((PIN_PA25F_TCC1_WO3 << 16) | MUX_PA25F_TCC1_WO3) 844 #define PORT_PA25F_TCC1_WO3 (_UL_(1) << 25) 845 #define PIN_PB31F_TCC1_WO3 _L_(63) /**< \brief TCC1 signal: WO3 on PB31 mux F */ 846 #define MUX_PB31F_TCC1_WO3 _L_(5) 847 #define PINMUX_PB31F_TCC1_WO3 ((PIN_PB31F_TCC1_WO3 << 16) | MUX_PB31F_TCC1_WO3) 848 #define PORT_PB31F_TCC1_WO3 (_UL_(1) << 31) 849 /* ========== PORT definition for TCC2 peripheral ========== */ 850 #define PIN_PA12E_TCC2_WO0 _L_(12) /**< \brief TCC2 signal: WO0 on PA12 mux E */ 851 #define MUX_PA12E_TCC2_WO0 _L_(4) 852 #define PINMUX_PA12E_TCC2_WO0 ((PIN_PA12E_TCC2_WO0 << 16) | MUX_PA12E_TCC2_WO0) 853 #define PORT_PA12E_TCC2_WO0 (_UL_(1) << 12) 854 #define PIN_PA16E_TCC2_WO0 _L_(16) /**< \brief TCC2 signal: WO0 on PA16 mux E */ 855 #define MUX_PA16E_TCC2_WO0 _L_(4) 856 #define PINMUX_PA16E_TCC2_WO0 ((PIN_PA16E_TCC2_WO0 << 16) | MUX_PA16E_TCC2_WO0) 857 #define PORT_PA16E_TCC2_WO0 (_UL_(1) << 16) 858 #define PIN_PA00E_TCC2_WO0 _L_(0) /**< \brief TCC2 signal: WO0 on PA00 mux E */ 859 #define MUX_PA00E_TCC2_WO0 _L_(4) 860 #define PINMUX_PA00E_TCC2_WO0 ((PIN_PA00E_TCC2_WO0 << 16) | MUX_PA00E_TCC2_WO0) 861 #define PORT_PA00E_TCC2_WO0 (_UL_(1) << 0) 862 #define PIN_PA13E_TCC2_WO1 _L_(13) /**< \brief TCC2 signal: WO1 on PA13 mux E */ 863 #define MUX_PA13E_TCC2_WO1 _L_(4) 864 #define PINMUX_PA13E_TCC2_WO1 ((PIN_PA13E_TCC2_WO1 << 16) | MUX_PA13E_TCC2_WO1) 865 #define PORT_PA13E_TCC2_WO1 (_UL_(1) << 13) 866 #define PIN_PA17E_TCC2_WO1 _L_(17) /**< \brief TCC2 signal: WO1 on PA17 mux E */ 867 #define MUX_PA17E_TCC2_WO1 _L_(4) 868 #define PINMUX_PA17E_TCC2_WO1 ((PIN_PA17E_TCC2_WO1 << 16) | MUX_PA17E_TCC2_WO1) 869 #define PORT_PA17E_TCC2_WO1 (_UL_(1) << 17) 870 #define PIN_PA01E_TCC2_WO1 _L_(1) /**< \brief TCC2 signal: WO1 on PA01 mux E */ 871 #define MUX_PA01E_TCC2_WO1 _L_(4) 872 #define PINMUX_PA01E_TCC2_WO1 ((PIN_PA01E_TCC2_WO1 << 16) | MUX_PA01E_TCC2_WO1) 873 #define PORT_PA01E_TCC2_WO1 (_UL_(1) << 1) 874 /* ========== PORT definition for TC0 peripheral ========== */ 875 #define PIN_PA22E_TC0_WO0 _L_(22) /**< \brief TC0 signal: WO0 on PA22 mux E */ 876 #define MUX_PA22E_TC0_WO0 _L_(4) 877 #define PINMUX_PA22E_TC0_WO0 ((PIN_PA22E_TC0_WO0 << 16) | MUX_PA22E_TC0_WO0) 878 #define PORT_PA22E_TC0_WO0 (_UL_(1) << 22) 879 #define PIN_PB08E_TC0_WO0 _L_(40) /**< \brief TC0 signal: WO0 on PB08 mux E */ 880 #define MUX_PB08E_TC0_WO0 _L_(4) 881 #define PINMUX_PB08E_TC0_WO0 ((PIN_PB08E_TC0_WO0 << 16) | MUX_PB08E_TC0_WO0) 882 #define PORT_PB08E_TC0_WO0 (_UL_(1) << 8) 883 #define PIN_PB12E_TC0_WO0 _L_(44) /**< \brief TC0 signal: WO0 on PB12 mux E */ 884 #define MUX_PB12E_TC0_WO0 _L_(4) 885 #define PINMUX_PB12E_TC0_WO0 ((PIN_PB12E_TC0_WO0 << 16) | MUX_PB12E_TC0_WO0) 886 #define PORT_PB12E_TC0_WO0 (_UL_(1) << 12) 887 #define PIN_PA23E_TC0_WO1 _L_(23) /**< \brief TC0 signal: WO1 on PA23 mux E */ 888 #define MUX_PA23E_TC0_WO1 _L_(4) 889 #define PINMUX_PA23E_TC0_WO1 ((PIN_PA23E_TC0_WO1 << 16) | MUX_PA23E_TC0_WO1) 890 #define PORT_PA23E_TC0_WO1 (_UL_(1) << 23) 891 #define PIN_PB09E_TC0_WO1 _L_(41) /**< \brief TC0 signal: WO1 on PB09 mux E */ 892 #define MUX_PB09E_TC0_WO1 _L_(4) 893 #define PINMUX_PB09E_TC0_WO1 ((PIN_PB09E_TC0_WO1 << 16) | MUX_PB09E_TC0_WO1) 894 #define PORT_PB09E_TC0_WO1 (_UL_(1) << 9) 895 #define PIN_PB13E_TC0_WO1 _L_(45) /**< \brief TC0 signal: WO1 on PB13 mux E */ 896 #define MUX_PB13E_TC0_WO1 _L_(4) 897 #define PINMUX_PB13E_TC0_WO1 ((PIN_PB13E_TC0_WO1 << 16) | MUX_PB13E_TC0_WO1) 898 #define PORT_PB13E_TC0_WO1 (_UL_(1) << 13) 899 /* ========== PORT definition for TC1 peripheral ========== */ 900 #define PIN_PA24E_TC1_WO0 _L_(24) /**< \brief TC1 signal: WO0 on PA24 mux E */ 901 #define MUX_PA24E_TC1_WO0 _L_(4) 902 #define PINMUX_PA24E_TC1_WO0 ((PIN_PA24E_TC1_WO0 << 16) | MUX_PA24E_TC1_WO0) 903 #define PORT_PA24E_TC1_WO0 (_UL_(1) << 24) 904 #define PIN_PB10E_TC1_WO0 _L_(42) /**< \brief TC1 signal: WO0 on PB10 mux E */ 905 #define MUX_PB10E_TC1_WO0 _L_(4) 906 #define PINMUX_PB10E_TC1_WO0 ((PIN_PB10E_TC1_WO0 << 16) | MUX_PB10E_TC1_WO0) 907 #define PORT_PB10E_TC1_WO0 (_UL_(1) << 10) 908 #define PIN_PB14E_TC1_WO0 _L_(46) /**< \brief TC1 signal: WO0 on PB14 mux E */ 909 #define MUX_PB14E_TC1_WO0 _L_(4) 910 #define PINMUX_PB14E_TC1_WO0 ((PIN_PB14E_TC1_WO0 << 16) | MUX_PB14E_TC1_WO0) 911 #define PORT_PB14E_TC1_WO0 (_UL_(1) << 14) 912 #define PIN_PA25E_TC1_WO1 _L_(25) /**< \brief TC1 signal: WO1 on PA25 mux E */ 913 #define MUX_PA25E_TC1_WO1 _L_(4) 914 #define PINMUX_PA25E_TC1_WO1 ((PIN_PA25E_TC1_WO1 << 16) | MUX_PA25E_TC1_WO1) 915 #define PORT_PA25E_TC1_WO1 (_UL_(1) << 25) 916 #define PIN_PB11E_TC1_WO1 _L_(43) /**< \brief TC1 signal: WO1 on PB11 mux E */ 917 #define MUX_PB11E_TC1_WO1 _L_(4) 918 #define PINMUX_PB11E_TC1_WO1 ((PIN_PB11E_TC1_WO1 << 16) | MUX_PB11E_TC1_WO1) 919 #define PORT_PB11E_TC1_WO1 (_UL_(1) << 11) 920 #define PIN_PB15E_TC1_WO1 _L_(47) /**< \brief TC1 signal: WO1 on PB15 mux E */ 921 #define MUX_PB15E_TC1_WO1 _L_(4) 922 #define PINMUX_PB15E_TC1_WO1 ((PIN_PB15E_TC1_WO1 << 16) | MUX_PB15E_TC1_WO1) 923 #define PORT_PB15E_TC1_WO1 (_UL_(1) << 15) 924 /* ========== PORT definition for TC2 peripheral ========== */ 925 #define PIN_PB02E_TC2_WO0 _L_(34) /**< \brief TC2 signal: WO0 on PB02 mux E */ 926 #define MUX_PB02E_TC2_WO0 _L_(4) 927 #define PINMUX_PB02E_TC2_WO0 ((PIN_PB02E_TC2_WO0 << 16) | MUX_PB02E_TC2_WO0) 928 #define PORT_PB02E_TC2_WO0 (_UL_(1) << 2) 929 #define PIN_PB16E_TC2_WO0 _L_(48) /**< \brief TC2 signal: WO0 on PB16 mux E */ 930 #define MUX_PB16E_TC2_WO0 _L_(4) 931 #define PINMUX_PB16E_TC2_WO0 ((PIN_PB16E_TC2_WO0 << 16) | MUX_PB16E_TC2_WO0) 932 #define PORT_PB16E_TC2_WO0 (_UL_(1) << 16) 933 #define PIN_PB03E_TC2_WO1 _L_(35) /**< \brief TC2 signal: WO1 on PB03 mux E */ 934 #define MUX_PB03E_TC2_WO1 _L_(4) 935 #define PINMUX_PB03E_TC2_WO1 ((PIN_PB03E_TC2_WO1 << 16) | MUX_PB03E_TC2_WO1) 936 #define PORT_PB03E_TC2_WO1 (_UL_(1) << 3) 937 #define PIN_PB17E_TC2_WO1 _L_(49) /**< \brief TC2 signal: WO1 on PB17 mux E */ 938 #define MUX_PB17E_TC2_WO1 _L_(4) 939 #define PINMUX_PB17E_TC2_WO1 ((PIN_PB17E_TC2_WO1 << 16) | MUX_PB17E_TC2_WO1) 940 #define PORT_PB17E_TC2_WO1 (_UL_(1) << 17) 941 /* ========== PORT definition for TC3 peripheral ========== */ 942 #define PIN_PA20E_TC3_WO0 _L_(20) /**< \brief TC3 signal: WO0 on PA20 mux E */ 943 #define MUX_PA20E_TC3_WO0 _L_(4) 944 #define PINMUX_PA20E_TC3_WO0 ((PIN_PA20E_TC3_WO0 << 16) | MUX_PA20E_TC3_WO0) 945 #define PORT_PA20E_TC3_WO0 (_UL_(1) << 20) 946 #define PIN_PB00E_TC3_WO0 _L_(32) /**< \brief TC3 signal: WO0 on PB00 mux E */ 947 #define MUX_PB00E_TC3_WO0 _L_(4) 948 #define PINMUX_PB00E_TC3_WO0 ((PIN_PB00E_TC3_WO0 << 16) | MUX_PB00E_TC3_WO0) 949 #define PORT_PB00E_TC3_WO0 (_UL_(1) << 0) 950 #define PIN_PB22E_TC3_WO0 _L_(54) /**< \brief TC3 signal: WO0 on PB22 mux E */ 951 #define MUX_PB22E_TC3_WO0 _L_(4) 952 #define PINMUX_PB22E_TC3_WO0 ((PIN_PB22E_TC3_WO0 << 16) | MUX_PB22E_TC3_WO0) 953 #define PORT_PB22E_TC3_WO0 (_UL_(1) << 22) 954 #define PIN_PA21E_TC3_WO1 _L_(21) /**< \brief TC3 signal: WO1 on PA21 mux E */ 955 #define MUX_PA21E_TC3_WO1 _L_(4) 956 #define PINMUX_PA21E_TC3_WO1 ((PIN_PA21E_TC3_WO1 << 16) | MUX_PA21E_TC3_WO1) 957 #define PORT_PA21E_TC3_WO1 (_UL_(1) << 21) 958 #define PIN_PB01E_TC3_WO1 _L_(33) /**< \brief TC3 signal: WO1 on PB01 mux E */ 959 #define MUX_PB01E_TC3_WO1 _L_(4) 960 #define PINMUX_PB01E_TC3_WO1 ((PIN_PB01E_TC3_WO1 << 16) | MUX_PB01E_TC3_WO1) 961 #define PORT_PB01E_TC3_WO1 (_UL_(1) << 1) 962 #define PIN_PB23E_TC3_WO1 _L_(55) /**< \brief TC3 signal: WO1 on PB23 mux E */ 963 #define MUX_PB23E_TC3_WO1 _L_(4) 964 #define PINMUX_PB23E_TC3_WO1 ((PIN_PB23E_TC3_WO1 << 16) | MUX_PB23E_TC3_WO1) 965 #define PORT_PB23E_TC3_WO1 (_UL_(1) << 23) 966 /* ========== PORT definition for TC4 peripheral ========== */ 967 #define PIN_PA18E_TC4_WO0 _L_(18) /**< \brief TC4 signal: WO0 on PA18 mux E */ 968 #define MUX_PA18E_TC4_WO0 _L_(4) 969 #define PINMUX_PA18E_TC4_WO0 ((PIN_PA18E_TC4_WO0 << 16) | MUX_PA18E_TC4_WO0) 970 #define PORT_PA18E_TC4_WO0 (_UL_(1) << 18) 971 #define PIN_PA14E_TC4_WO0 _L_(14) /**< \brief TC4 signal: WO0 on PA14 mux E */ 972 #define MUX_PA14E_TC4_WO0 _L_(4) 973 #define PINMUX_PA14E_TC4_WO0 ((PIN_PA14E_TC4_WO0 << 16) | MUX_PA14E_TC4_WO0) 974 #define PORT_PA14E_TC4_WO0 (_UL_(1) << 14) 975 #define PIN_PA19E_TC4_WO1 _L_(19) /**< \brief TC4 signal: WO1 on PA19 mux E */ 976 #define MUX_PA19E_TC4_WO1 _L_(4) 977 #define PINMUX_PA19E_TC4_WO1 ((PIN_PA19E_TC4_WO1 << 16) | MUX_PA19E_TC4_WO1) 978 #define PORT_PA19E_TC4_WO1 (_UL_(1) << 19) 979 #define PIN_PA15E_TC4_WO1 _L_(15) /**< \brief TC4 signal: WO1 on PA15 mux E */ 980 #define MUX_PA15E_TC4_WO1 _L_(4) 981 #define PINMUX_PA15E_TC4_WO1 ((PIN_PA15E_TC4_WO1 << 16) | MUX_PA15E_TC4_WO1) 982 #define PORT_PA15E_TC4_WO1 (_UL_(1) << 15) 983 /* ========== PORT definition for ADC0 peripheral ========== */ 984 #define PIN_PA02B_ADC0_AIN0 _L_(2) /**< \brief ADC0 signal: AIN0 on PA02 mux B */ 985 #define MUX_PA02B_ADC0_AIN0 _L_(1) 986 #define PINMUX_PA02B_ADC0_AIN0 ((PIN_PA02B_ADC0_AIN0 << 16) | MUX_PA02B_ADC0_AIN0) 987 #define PORT_PA02B_ADC0_AIN0 (_UL_(1) << 2) 988 #define PIN_PA03B_ADC0_AIN1 _L_(3) /**< \brief ADC0 signal: AIN1 on PA03 mux B */ 989 #define MUX_PA03B_ADC0_AIN1 _L_(1) 990 #define PINMUX_PA03B_ADC0_AIN1 ((PIN_PA03B_ADC0_AIN1 << 16) | MUX_PA03B_ADC0_AIN1) 991 #define PORT_PA03B_ADC0_AIN1 (_UL_(1) << 3) 992 #define PIN_PB08B_ADC0_AIN2 _L_(40) /**< \brief ADC0 signal: AIN2 on PB08 mux B */ 993 #define MUX_PB08B_ADC0_AIN2 _L_(1) 994 #define PINMUX_PB08B_ADC0_AIN2 ((PIN_PB08B_ADC0_AIN2 << 16) | MUX_PB08B_ADC0_AIN2) 995 #define PORT_PB08B_ADC0_AIN2 (_UL_(1) << 8) 996 #define PIN_PB09B_ADC0_AIN3 _L_(41) /**< \brief ADC0 signal: AIN3 on PB09 mux B */ 997 #define MUX_PB09B_ADC0_AIN3 _L_(1) 998 #define PINMUX_PB09B_ADC0_AIN3 ((PIN_PB09B_ADC0_AIN3 << 16) | MUX_PB09B_ADC0_AIN3) 999 #define PORT_PB09B_ADC0_AIN3 (_UL_(1) << 9) 1000 #define PIN_PA04B_ADC0_AIN4 _L_(4) /**< \brief ADC0 signal: AIN4 on PA04 mux B */ 1001 #define MUX_PA04B_ADC0_AIN4 _L_(1) 1002 #define PINMUX_PA04B_ADC0_AIN4 ((PIN_PA04B_ADC0_AIN4 << 16) | MUX_PA04B_ADC0_AIN4) 1003 #define PORT_PA04B_ADC0_AIN4 (_UL_(1) << 4) 1004 #define PIN_PA05B_ADC0_AIN5 _L_(5) /**< \brief ADC0 signal: AIN5 on PA05 mux B */ 1005 #define MUX_PA05B_ADC0_AIN5 _L_(1) 1006 #define PINMUX_PA05B_ADC0_AIN5 ((PIN_PA05B_ADC0_AIN5 << 16) | MUX_PA05B_ADC0_AIN5) 1007 #define PORT_PA05B_ADC0_AIN5 (_UL_(1) << 5) 1008 #define PIN_PA06B_ADC0_AIN6 _L_(6) /**< \brief ADC0 signal: AIN6 on PA06 mux B */ 1009 #define MUX_PA06B_ADC0_AIN6 _L_(1) 1010 #define PINMUX_PA06B_ADC0_AIN6 ((PIN_PA06B_ADC0_AIN6 << 16) | MUX_PA06B_ADC0_AIN6) 1011 #define PORT_PA06B_ADC0_AIN6 (_UL_(1) << 6) 1012 #define PIN_PA07B_ADC0_AIN7 _L_(7) /**< \brief ADC0 signal: AIN7 on PA07 mux B */ 1013 #define MUX_PA07B_ADC0_AIN7 _L_(1) 1014 #define PINMUX_PA07B_ADC0_AIN7 ((PIN_PA07B_ADC0_AIN7 << 16) | MUX_PA07B_ADC0_AIN7) 1015 #define PORT_PA07B_ADC0_AIN7 (_UL_(1) << 7) 1016 #define PIN_PA08B_ADC0_AIN8 _L_(8) /**< \brief ADC0 signal: AIN8 on PA08 mux B */ 1017 #define MUX_PA08B_ADC0_AIN8 _L_(1) 1018 #define PINMUX_PA08B_ADC0_AIN8 ((PIN_PA08B_ADC0_AIN8 << 16) | MUX_PA08B_ADC0_AIN8) 1019 #define PORT_PA08B_ADC0_AIN8 (_UL_(1) << 8) 1020 #define PIN_PA09B_ADC0_AIN9 _L_(9) /**< \brief ADC0 signal: AIN9 on PA09 mux B */ 1021 #define MUX_PA09B_ADC0_AIN9 _L_(1) 1022 #define PINMUX_PA09B_ADC0_AIN9 ((PIN_PA09B_ADC0_AIN9 << 16) | MUX_PA09B_ADC0_AIN9) 1023 #define PORT_PA09B_ADC0_AIN9 (_UL_(1) << 9) 1024 #define PIN_PA10B_ADC0_AIN10 _L_(10) /**< \brief ADC0 signal: AIN10 on PA10 mux B */ 1025 #define MUX_PA10B_ADC0_AIN10 _L_(1) 1026 #define PINMUX_PA10B_ADC0_AIN10 ((PIN_PA10B_ADC0_AIN10 << 16) | MUX_PA10B_ADC0_AIN10) 1027 #define PORT_PA10B_ADC0_AIN10 (_UL_(1) << 10) 1028 #define PIN_PA11B_ADC0_AIN11 _L_(11) /**< \brief ADC0 signal: AIN11 on PA11 mux B */ 1029 #define MUX_PA11B_ADC0_AIN11 _L_(1) 1030 #define PINMUX_PA11B_ADC0_AIN11 ((PIN_PA11B_ADC0_AIN11 << 16) | MUX_PA11B_ADC0_AIN11) 1031 #define PORT_PA11B_ADC0_AIN11 (_UL_(1) << 11) 1032 #define PIN_PA03B_ADC0_VREFP _L_(3) /**< \brief ADC0 signal: VREFP on PA03 mux B */ 1033 #define MUX_PA03B_ADC0_VREFP _L_(1) 1034 #define PINMUX_PA03B_ADC0_VREFP ((PIN_PA03B_ADC0_VREFP << 16) | MUX_PA03B_ADC0_VREFP) 1035 #define PORT_PA03B_ADC0_VREFP (_UL_(1) << 3) 1036 /* ========== PORT definition for AC peripheral ========== */ 1037 #define PIN_PA04B_AC_AIN0 _L_(4) /**< \brief AC signal: AIN0 on PA04 mux B */ 1038 #define MUX_PA04B_AC_AIN0 _L_(1) 1039 #define PINMUX_PA04B_AC_AIN0 ((PIN_PA04B_AC_AIN0 << 16) | MUX_PA04B_AC_AIN0) 1040 #define PORT_PA04B_AC_AIN0 (_UL_(1) << 4) 1041 #define PIN_PA05B_AC_AIN1 _L_(5) /**< \brief AC signal: AIN1 on PA05 mux B */ 1042 #define MUX_PA05B_AC_AIN1 _L_(1) 1043 #define PINMUX_PA05B_AC_AIN1 ((PIN_PA05B_AC_AIN1 << 16) | MUX_PA05B_AC_AIN1) 1044 #define PORT_PA05B_AC_AIN1 (_UL_(1) << 5) 1045 #define PIN_PA06B_AC_AIN2 _L_(6) /**< \brief AC signal: AIN2 on PA06 mux B */ 1046 #define MUX_PA06B_AC_AIN2 _L_(1) 1047 #define PINMUX_PA06B_AC_AIN2 ((PIN_PA06B_AC_AIN2 << 16) | MUX_PA06B_AC_AIN2) 1048 #define PORT_PA06B_AC_AIN2 (_UL_(1) << 6) 1049 #define PIN_PA07B_AC_AIN3 _L_(7) /**< \brief AC signal: AIN3 on PA07 mux B */ 1050 #define MUX_PA07B_AC_AIN3 _L_(1) 1051 #define PINMUX_PA07B_AC_AIN3 ((PIN_PA07B_AC_AIN3 << 16) | MUX_PA07B_AC_AIN3) 1052 #define PORT_PA07B_AC_AIN3 (_UL_(1) << 7) 1053 #define PIN_PA02B_AC_AIN4 _L_(2) /**< \brief AC signal: AIN4 on PA02 mux B */ 1054 #define MUX_PA02B_AC_AIN4 _L_(1) 1055 #define PINMUX_PA02B_AC_AIN4 ((PIN_PA02B_AC_AIN4 << 16) | MUX_PA02B_AC_AIN4) 1056 #define PORT_PA02B_AC_AIN4 (_UL_(1) << 2) 1057 #define PIN_PA03B_AC_AIN5 _L_(3) /**< \brief AC signal: AIN5 on PA03 mux B */ 1058 #define MUX_PA03B_AC_AIN5 _L_(1) 1059 #define PINMUX_PA03B_AC_AIN5 ((PIN_PA03B_AC_AIN5 << 16) | MUX_PA03B_AC_AIN5) 1060 #define PORT_PA03B_AC_AIN5 (_UL_(1) << 3) 1061 #define PIN_PB05B_AC_AIN6 _L_(37) /**< \brief AC signal: AIN6 on PB05 mux B */ 1062 #define MUX_PB05B_AC_AIN6 _L_(1) 1063 #define PINMUX_PB05B_AC_AIN6 ((PIN_PB05B_AC_AIN6 << 16) | MUX_PB05B_AC_AIN6) 1064 #define PORT_PB05B_AC_AIN6 (_UL_(1) << 5) 1065 #define PIN_PB06B_AC_AIN7 _L_(38) /**< \brief AC signal: AIN7 on PB06 mux B */ 1066 #define MUX_PB06B_AC_AIN7 _L_(1) 1067 #define PINMUX_PB06B_AC_AIN7 ((PIN_PB06B_AC_AIN7 << 16) | MUX_PB06B_AC_AIN7) 1068 #define PORT_PB06B_AC_AIN7 (_UL_(1) << 6) 1069 #define PIN_PA12H_AC_CMP0 _L_(12) /**< \brief AC signal: CMP0 on PA12 mux H */ 1070 #define MUX_PA12H_AC_CMP0 _L_(7) 1071 #define PINMUX_PA12H_AC_CMP0 ((PIN_PA12H_AC_CMP0 << 16) | MUX_PA12H_AC_CMP0) 1072 #define PORT_PA12H_AC_CMP0 (_UL_(1) << 12) 1073 #define PIN_PA18H_AC_CMP0 _L_(18) /**< \brief AC signal: CMP0 on PA18 mux H */ 1074 #define MUX_PA18H_AC_CMP0 _L_(7) 1075 #define PINMUX_PA18H_AC_CMP0 ((PIN_PA18H_AC_CMP0 << 16) | MUX_PA18H_AC_CMP0) 1076 #define PORT_PA18H_AC_CMP0 (_UL_(1) << 18) 1077 #define PIN_PA13H_AC_CMP1 _L_(13) /**< \brief AC signal: CMP1 on PA13 mux H */ 1078 #define MUX_PA13H_AC_CMP1 _L_(7) 1079 #define PINMUX_PA13H_AC_CMP1 ((PIN_PA13H_AC_CMP1 << 16) | MUX_PA13H_AC_CMP1) 1080 #define PORT_PA13H_AC_CMP1 (_UL_(1) << 13) 1081 #define PIN_PA19H_AC_CMP1 _L_(19) /**< \brief AC signal: CMP1 on PA19 mux H */ 1082 #define MUX_PA19H_AC_CMP1 _L_(7) 1083 #define PINMUX_PA19H_AC_CMP1 ((PIN_PA19H_AC_CMP1 << 16) | MUX_PA19H_AC_CMP1) 1084 #define PORT_PA19H_AC_CMP1 (_UL_(1) << 19) 1085 #define PIN_PA00H_AC_CMP2 _L_(0) /**< \brief AC signal: CMP2 on PA00 mux H */ 1086 #define MUX_PA00H_AC_CMP2 _L_(7) 1087 #define PINMUX_PA00H_AC_CMP2 ((PIN_PA00H_AC_CMP2 << 16) | MUX_PA00H_AC_CMP2) 1088 #define PORT_PA00H_AC_CMP2 (_UL_(1) << 0) 1089 #define PIN_PA24H_AC_CMP2 _L_(24) /**< \brief AC signal: CMP2 on PA24 mux H */ 1090 #define MUX_PA24H_AC_CMP2 _L_(7) 1091 #define PINMUX_PA24H_AC_CMP2 ((PIN_PA24H_AC_CMP2 << 16) | MUX_PA24H_AC_CMP2) 1092 #define PORT_PA24H_AC_CMP2 (_UL_(1) << 24) 1093 #define PIN_PB30H_AC_CMP2 _L_(62) /**< \brief AC signal: CMP2 on PB30 mux H */ 1094 #define MUX_PB30H_AC_CMP2 _L_(7) 1095 #define PINMUX_PB30H_AC_CMP2 ((PIN_PB30H_AC_CMP2 << 16) | MUX_PB30H_AC_CMP2) 1096 #define PORT_PB30H_AC_CMP2 (_UL_(1) << 30) 1097 #define PIN_PA01H_AC_CMP3 _L_(1) /**< \brief AC signal: CMP3 on PA01 mux H */ 1098 #define MUX_PA01H_AC_CMP3 _L_(7) 1099 #define PINMUX_PA01H_AC_CMP3 ((PIN_PA01H_AC_CMP3 << 16) | MUX_PA01H_AC_CMP3) 1100 #define PORT_PA01H_AC_CMP3 (_UL_(1) << 1) 1101 #define PIN_PA25H_AC_CMP3 _L_(25) /**< \brief AC signal: CMP3 on PA25 mux H */ 1102 #define MUX_PA25H_AC_CMP3 _L_(7) 1103 #define PINMUX_PA25H_AC_CMP3 ((PIN_PA25H_AC_CMP3 << 16) | MUX_PA25H_AC_CMP3) 1104 #define PORT_PA25H_AC_CMP3 (_UL_(1) << 25) 1105 #define PIN_PB31H_AC_CMP3 _L_(63) /**< \brief AC signal: CMP3 on PB31 mux H */ 1106 #define MUX_PB31H_AC_CMP3 _L_(7) 1107 #define PINMUX_PB31H_AC_CMP3 ((PIN_PB31H_AC_CMP3 << 16) | MUX_PB31H_AC_CMP3) 1108 #define PORT_PB31H_AC_CMP3 (_UL_(1) << 31) 1109 /* ========== PORT definition for CCL peripheral ========== */ 1110 #define PIN_PA04I_CCL_IN0 _L_(4) /**< \brief CCL signal: IN0 on PA04 mux I */ 1111 #define MUX_PA04I_CCL_IN0 _L_(8) 1112 #define PINMUX_PA04I_CCL_IN0 ((PIN_PA04I_CCL_IN0 << 16) | MUX_PA04I_CCL_IN0) 1113 #define PORT_PA04I_CCL_IN0 (_UL_(1) << 4) 1114 #define PIN_PA16I_CCL_IN0 _L_(16) /**< \brief CCL signal: IN0 on PA16 mux I */ 1115 #define MUX_PA16I_CCL_IN0 _L_(8) 1116 #define PINMUX_PA16I_CCL_IN0 ((PIN_PA16I_CCL_IN0 << 16) | MUX_PA16I_CCL_IN0) 1117 #define PORT_PA16I_CCL_IN0 (_UL_(1) << 16) 1118 #define PIN_PB22I_CCL_IN0 _L_(54) /**< \brief CCL signal: IN0 on PB22 mux I */ 1119 #define MUX_PB22I_CCL_IN0 _L_(8) 1120 #define PINMUX_PB22I_CCL_IN0 ((PIN_PB22I_CCL_IN0 << 16) | MUX_PB22I_CCL_IN0) 1121 #define PORT_PB22I_CCL_IN0 (_UL_(1) << 22) 1122 #define PIN_PA05I_CCL_IN1 _L_(5) /**< \brief CCL signal: IN1 on PA05 mux I */ 1123 #define MUX_PA05I_CCL_IN1 _L_(8) 1124 #define PINMUX_PA05I_CCL_IN1 ((PIN_PA05I_CCL_IN1 << 16) | MUX_PA05I_CCL_IN1) 1125 #define PORT_PA05I_CCL_IN1 (_UL_(1) << 5) 1126 #define PIN_PA17I_CCL_IN1 _L_(17) /**< \brief CCL signal: IN1 on PA17 mux I */ 1127 #define MUX_PA17I_CCL_IN1 _L_(8) 1128 #define PINMUX_PA17I_CCL_IN1 ((PIN_PA17I_CCL_IN1 << 16) | MUX_PA17I_CCL_IN1) 1129 #define PORT_PA17I_CCL_IN1 (_UL_(1) << 17) 1130 #define PIN_PB00I_CCL_IN1 _L_(32) /**< \brief CCL signal: IN1 on PB00 mux I */ 1131 #define MUX_PB00I_CCL_IN1 _L_(8) 1132 #define PINMUX_PB00I_CCL_IN1 ((PIN_PB00I_CCL_IN1 << 16) | MUX_PB00I_CCL_IN1) 1133 #define PORT_PB00I_CCL_IN1 (_UL_(1) << 0) 1134 #define PIN_PA06I_CCL_IN2 _L_(6) /**< \brief CCL signal: IN2 on PA06 mux I */ 1135 #define MUX_PA06I_CCL_IN2 _L_(8) 1136 #define PINMUX_PA06I_CCL_IN2 ((PIN_PA06I_CCL_IN2 << 16) | MUX_PA06I_CCL_IN2) 1137 #define PORT_PA06I_CCL_IN2 (_UL_(1) << 6) 1138 #define PIN_PA18I_CCL_IN2 _L_(18) /**< \brief CCL signal: IN2 on PA18 mux I */ 1139 #define MUX_PA18I_CCL_IN2 _L_(8) 1140 #define PINMUX_PA18I_CCL_IN2 ((PIN_PA18I_CCL_IN2 << 16) | MUX_PA18I_CCL_IN2) 1141 #define PORT_PA18I_CCL_IN2 (_UL_(1) << 18) 1142 #define PIN_PB01I_CCL_IN2 _L_(33) /**< \brief CCL signal: IN2 on PB01 mux I */ 1143 #define MUX_PB01I_CCL_IN2 _L_(8) 1144 #define PINMUX_PB01I_CCL_IN2 ((PIN_PB01I_CCL_IN2 << 16) | MUX_PB01I_CCL_IN2) 1145 #define PORT_PB01I_CCL_IN2 (_UL_(1) << 1) 1146 #define PIN_PA08I_CCL_IN3 _L_(8) /**< \brief CCL signal: IN3 on PA08 mux I */ 1147 #define MUX_PA08I_CCL_IN3 _L_(8) 1148 #define PINMUX_PA08I_CCL_IN3 ((PIN_PA08I_CCL_IN3 << 16) | MUX_PA08I_CCL_IN3) 1149 #define PORT_PA08I_CCL_IN3 (_UL_(1) << 8) 1150 #define PIN_PA30I_CCL_IN3 _L_(30) /**< \brief CCL signal: IN3 on PA30 mux I */ 1151 #define MUX_PA30I_CCL_IN3 _L_(8) 1152 #define PINMUX_PA30I_CCL_IN3 ((PIN_PA30I_CCL_IN3 << 16) | MUX_PA30I_CCL_IN3) 1153 #define PORT_PA30I_CCL_IN3 (_UL_(1) << 30) 1154 #define PIN_PA09I_CCL_IN4 _L_(9) /**< \brief CCL signal: IN4 on PA09 mux I */ 1155 #define MUX_PA09I_CCL_IN4 _L_(8) 1156 #define PINMUX_PA09I_CCL_IN4 ((PIN_PA09I_CCL_IN4 << 16) | MUX_PA09I_CCL_IN4) 1157 #define PORT_PA09I_CCL_IN4 (_UL_(1) << 9) 1158 #define PIN_PA10I_CCL_IN5 _L_(10) /**< \brief CCL signal: IN5 on PA10 mux I */ 1159 #define MUX_PA10I_CCL_IN5 _L_(8) 1160 #define PINMUX_PA10I_CCL_IN5 ((PIN_PA10I_CCL_IN5 << 16) | MUX_PA10I_CCL_IN5) 1161 #define PORT_PA10I_CCL_IN5 (_UL_(1) << 10) 1162 #define PIN_PB10I_CCL_IN5 _L_(42) /**< \brief CCL signal: IN5 on PB10 mux I */ 1163 #define MUX_PB10I_CCL_IN5 _L_(8) 1164 #define PINMUX_PB10I_CCL_IN5 ((PIN_PB10I_CCL_IN5 << 16) | MUX_PB10I_CCL_IN5) 1165 #define PORT_PB10I_CCL_IN5 (_UL_(1) << 10) 1166 #define PIN_PA22I_CCL_IN6 _L_(22) /**< \brief CCL signal: IN6 on PA22 mux I */ 1167 #define MUX_PA22I_CCL_IN6 _L_(8) 1168 #define PINMUX_PA22I_CCL_IN6 ((PIN_PA22I_CCL_IN6 << 16) | MUX_PA22I_CCL_IN6) 1169 #define PORT_PA22I_CCL_IN6 (_UL_(1) << 22) 1170 #define PIN_PB06I_CCL_IN6 _L_(38) /**< \brief CCL signal: IN6 on PB06 mux I */ 1171 #define MUX_PB06I_CCL_IN6 _L_(8) 1172 #define PINMUX_PB06I_CCL_IN6 ((PIN_PB06I_CCL_IN6 << 16) | MUX_PB06I_CCL_IN6) 1173 #define PORT_PB06I_CCL_IN6 (_UL_(1) << 6) 1174 #define PIN_PA23I_CCL_IN7 _L_(23) /**< \brief CCL signal: IN7 on PA23 mux I */ 1175 #define MUX_PA23I_CCL_IN7 _L_(8) 1176 #define PINMUX_PA23I_CCL_IN7 ((PIN_PA23I_CCL_IN7 << 16) | MUX_PA23I_CCL_IN7) 1177 #define PORT_PA23I_CCL_IN7 (_UL_(1) << 23) 1178 #define PIN_PB07I_CCL_IN7 _L_(39) /**< \brief CCL signal: IN7 on PB07 mux I */ 1179 #define MUX_PB07I_CCL_IN7 _L_(8) 1180 #define PINMUX_PB07I_CCL_IN7 ((PIN_PB07I_CCL_IN7 << 16) | MUX_PB07I_CCL_IN7) 1181 #define PORT_PB07I_CCL_IN7 (_UL_(1) << 7) 1182 #define PIN_PA24I_CCL_IN8 _L_(24) /**< \brief CCL signal: IN8 on PA24 mux I */ 1183 #define MUX_PA24I_CCL_IN8 _L_(8) 1184 #define PINMUX_PA24I_CCL_IN8 ((PIN_PA24I_CCL_IN8 << 16) | MUX_PA24I_CCL_IN8) 1185 #define PORT_PA24I_CCL_IN8 (_UL_(1) << 24) 1186 #define PIN_PB08I_CCL_IN8 _L_(40) /**< \brief CCL signal: IN8 on PB08 mux I */ 1187 #define MUX_PB08I_CCL_IN8 _L_(8) 1188 #define PINMUX_PB08I_CCL_IN8 ((PIN_PB08I_CCL_IN8 << 16) | MUX_PB08I_CCL_IN8) 1189 #define PORT_PB08I_CCL_IN8 (_UL_(1) << 8) 1190 #define PIN_PB14I_CCL_IN9 _L_(46) /**< \brief CCL signal: IN9 on PB14 mux I */ 1191 #define MUX_PB14I_CCL_IN9 _L_(8) 1192 #define PINMUX_PB14I_CCL_IN9 ((PIN_PB14I_CCL_IN9 << 16) | MUX_PB14I_CCL_IN9) 1193 #define PORT_PB14I_CCL_IN9 (_UL_(1) << 14) 1194 #define PIN_PB15I_CCL_IN10 _L_(47) /**< \brief CCL signal: IN10 on PB15 mux I */ 1195 #define MUX_PB15I_CCL_IN10 _L_(8) 1196 #define PINMUX_PB15I_CCL_IN10 ((PIN_PB15I_CCL_IN10 << 16) | MUX_PB15I_CCL_IN10) 1197 #define PORT_PB15I_CCL_IN10 (_UL_(1) << 15) 1198 #define PIN_PB16I_CCL_IN11 _L_(48) /**< \brief CCL signal: IN11 on PB16 mux I */ 1199 #define MUX_PB16I_CCL_IN11 _L_(8) 1200 #define PINMUX_PB16I_CCL_IN11 ((PIN_PB16I_CCL_IN11 << 16) | MUX_PB16I_CCL_IN11) 1201 #define PORT_PB16I_CCL_IN11 (_UL_(1) << 16) 1202 #define PIN_PA07I_CCL_OUT0 _L_(7) /**< \brief CCL signal: OUT0 on PA07 mux I */ 1203 #define MUX_PA07I_CCL_OUT0 _L_(8) 1204 #define PINMUX_PA07I_CCL_OUT0 ((PIN_PA07I_CCL_OUT0 << 16) | MUX_PA07I_CCL_OUT0) 1205 #define PORT_PA07I_CCL_OUT0 (_UL_(1) << 7) 1206 #define PIN_PA19I_CCL_OUT0 _L_(19) /**< \brief CCL signal: OUT0 on PA19 mux I */ 1207 #define MUX_PA19I_CCL_OUT0 _L_(8) 1208 #define PINMUX_PA19I_CCL_OUT0 ((PIN_PA19I_CCL_OUT0 << 16) | MUX_PA19I_CCL_OUT0) 1209 #define PORT_PA19I_CCL_OUT0 (_UL_(1) << 19) 1210 #define PIN_PB02I_CCL_OUT0 _L_(34) /**< \brief CCL signal: OUT0 on PB02 mux I */ 1211 #define MUX_PB02I_CCL_OUT0 _L_(8) 1212 #define PINMUX_PB02I_CCL_OUT0 ((PIN_PB02I_CCL_OUT0 << 16) | MUX_PB02I_CCL_OUT0) 1213 #define PORT_PB02I_CCL_OUT0 (_UL_(1) << 2) 1214 #define PIN_PB23I_CCL_OUT0 _L_(55) /**< \brief CCL signal: OUT0 on PB23 mux I */ 1215 #define MUX_PB23I_CCL_OUT0 _L_(8) 1216 #define PINMUX_PB23I_CCL_OUT0 ((PIN_PB23I_CCL_OUT0 << 16) | MUX_PB23I_CCL_OUT0) 1217 #define PORT_PB23I_CCL_OUT0 (_UL_(1) << 23) 1218 #define PIN_PA11I_CCL_OUT1 _L_(11) /**< \brief CCL signal: OUT1 on PA11 mux I */ 1219 #define MUX_PA11I_CCL_OUT1 _L_(8) 1220 #define PINMUX_PA11I_CCL_OUT1 ((PIN_PA11I_CCL_OUT1 << 16) | MUX_PA11I_CCL_OUT1) 1221 #define PORT_PA11I_CCL_OUT1 (_UL_(1) << 11) 1222 #define PIN_PA31I_CCL_OUT1 _L_(31) /**< \brief CCL signal: OUT1 on PA31 mux I */ 1223 #define MUX_PA31I_CCL_OUT1 _L_(8) 1224 #define PINMUX_PA31I_CCL_OUT1 ((PIN_PA31I_CCL_OUT1 << 16) | MUX_PA31I_CCL_OUT1) 1225 #define PORT_PA31I_CCL_OUT1 (_UL_(1) << 31) 1226 #define PIN_PB11I_CCL_OUT1 _L_(43) /**< \brief CCL signal: OUT1 on PB11 mux I */ 1227 #define MUX_PB11I_CCL_OUT1 _L_(8) 1228 #define PINMUX_PB11I_CCL_OUT1 ((PIN_PB11I_CCL_OUT1 << 16) | MUX_PB11I_CCL_OUT1) 1229 #define PORT_PB11I_CCL_OUT1 (_UL_(1) << 11) 1230 #define PIN_PA25I_CCL_OUT2 _L_(25) /**< \brief CCL signal: OUT2 on PA25 mux I */ 1231 #define MUX_PA25I_CCL_OUT2 _L_(8) 1232 #define PINMUX_PA25I_CCL_OUT2 ((PIN_PA25I_CCL_OUT2 << 16) | MUX_PA25I_CCL_OUT2) 1233 #define PORT_PA25I_CCL_OUT2 (_UL_(1) << 25) 1234 #define PIN_PB09I_CCL_OUT2 _L_(41) /**< \brief CCL signal: OUT2 on PB09 mux I */ 1235 #define MUX_PB09I_CCL_OUT2 _L_(8) 1236 #define PINMUX_PB09I_CCL_OUT2 ((PIN_PB09I_CCL_OUT2 << 16) | MUX_PB09I_CCL_OUT2) 1237 #define PORT_PB09I_CCL_OUT2 (_UL_(1) << 9) 1238 #define PIN_PB17I_CCL_OUT3 _L_(49) /**< \brief CCL signal: OUT3 on PB17 mux I */ 1239 #define MUX_PB17I_CCL_OUT3 _L_(8) 1240 #define PINMUX_PB17I_CCL_OUT3 ((PIN_PB17I_CCL_OUT3 << 16) | MUX_PB17I_CCL_OUT3) 1241 #define PORT_PB17I_CCL_OUT3 (_UL_(1) << 17) 1242 1243 #endif /* _SAMC20J17A_PIO_ */ 1244