1 /***************************************************************************//** 2 * \file xmc7100d_e272k4160.h 3 * 4 * \brief 5 * XMC7100D-E272K4160 device header 6 * 7 ******************************************************************************** 8 * \copyright 9 * (c) (2016-2023), Cypress Semiconductor Corporation (an Infineon company) or 10 * an affiliate of Cypress Semiconductor Corporation. 11 * 12 * SPDX-License-Identifier: Apache-2.0 13 * 14 * Licensed under the Apache License, Version 2.0 (the "License"); 15 * you may not use this file except in compliance with the License. 16 * You may obtain a copy of the License 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, 22 * WITHOUT 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 27 #ifndef _XMC7100D_E272K4160_H_ 28 #define _XMC7100D_E272K4160_H_ 29 30 /** 31 * \addtogroup group_device XMC7100D-E272K4160 32 * \{ 33 */ 34 35 /** 36 * \addtogroup Configuration_of_CMSIS 37 * \{ 38 */ 39 40 /******************************************************************************* 41 * Interrupt Number Definition 42 *******************************************************************************/ 43 44 typedef enum { 45 #if ((defined(__GNUC__) && (__ARM_ARCH == 6) && (__ARM_ARCH_6M__ == 1)) || \ 46 (defined(__ICCARM__) && (__CORE__ == __ARM6M__)) || \ 47 (defined(__ARMCC_VERSION) && defined(__TARGET_ARCH_THUMB) && (__TARGET_ARCH_THUMB == 3)) || \ 48 (defined(__ghs__) && defined(__CORE_CORTEXM0PLUS__))) 49 /* ARM Cortex-M0+ Core Interrupt Numbers */ 50 Reset_IRQn = -15, /*!< -15 Reset Vector, invoked on Power up and warm reset */ 51 NonMaskableInt_IRQn = -14, /*!< -14 Non maskable Interrupt, cannot be stopped or preempted */ 52 HardFault_IRQn = -13, /*!< -13 Hard Fault, all classes of Fault */ 53 SVCall_IRQn = -5, /*!< -5 System Service Call via SVC instruction */ 54 PendSV_IRQn = -2, /*!< -2 Pendable request for system service */ 55 SysTick_IRQn = -1, /*!< -1 System Tick Timer */ 56 #else 57 /* ARM Cortex-M7 Core Interrupt Numbers */ 58 Reset_IRQn = -15, /*!< -15 Reset Vector, invoked on Power up and warm reset */ 59 NonMaskableInt_IRQn = -14, /*!< -14 Non maskable Interrupt, cannot be stopped or preempted */ 60 HardFault_IRQn = -13, /*!< -13 Hard Fault, all classes of Fault */ 61 MemoryManagement_IRQn = -12, /*!< -12 Memory Management, MPU mismatch, including Access Violation and No Match */ 62 BusFault_IRQn = -11, /*!< -11 Bus Fault, Pre-Fetch-, Memory Access Fault, other address/memory related Fault */ 63 UsageFault_IRQn = -10, /*!< -10 Usage Fault, i.e. Undef Instruction, Illegal State Transition */ 64 SVCall_IRQn = -5, /*!< -5 System Service Call via SVC instruction */ 65 DebugMonitor_IRQn = -4, /*!< -4 Debug Monitor */ 66 PendSV_IRQn = -2, /*!< -2 Pendable request for system service */ 67 SysTick_IRQn = -1, /*!< -1 System Tick Timer */ 68 #endif 69 /* XMC7100D-E272K4160 User Interrupt Numbers */ 70 NvicMux0_IRQn = 0, /*!< 0 [DeepSleep] CPU User Interrupt #0 */ 71 NvicMux1_IRQn = 1, /*!< 1 [DeepSleep] CPU User Interrupt #1 */ 72 NvicMux2_IRQn = 2, /*!< 2 [DeepSleep] CPU User Interrupt #2 */ 73 NvicMux3_IRQn = 3, /*!< 3 [DeepSleep] CPU User Interrupt #3 */ 74 NvicMux4_IRQn = 4, /*!< 4 [DeepSleep] CPU User Interrupt #4 */ 75 NvicMux5_IRQn = 5, /*!< 5 [DeepSleep] CPU User Interrupt #5 */ 76 NvicMux6_IRQn = 6, /*!< 6 [DeepSleep] CPU User Interrupt #6 */ 77 NvicMux7_IRQn = 7, /*!< 7 [DeepSleep] CPU User Interrupt #7 */ 78 /* XMC7100D-E272K4160 Internal SW Interrupt Numbers */ 79 Internal0_IRQn = 8, /*!< 8 [Active] Internal SW Interrupt #0 */ 80 Internal1_IRQn = 9, /*!< 9 [Active] Internal SW Interrupt #1 */ 81 Internal2_IRQn = 10, /*!< 10 [Active] Internal SW Interrupt #2 */ 82 Internal3_IRQn = 11, /*!< 11 [Active] Internal SW Interrupt #3 */ 83 Internal4_IRQn = 12, /*!< 12 [Active] Internal SW Interrupt #4 */ 84 Internal5_IRQn = 13, /*!< 13 [Active] Internal SW Interrupt #5 */ 85 Internal6_IRQn = 14, /*!< 14 [Active] Internal SW Interrupt #6 */ 86 Internal7_IRQn = 15, /*!< 15 [Active] Internal SW Interrupt #7 */ 87 unconnected_IRQn =1023 /*!< 1023 Unconnected */ 88 } IRQn_Type; 89 90 91 /* XMC7100D-E272K4160 peripheral interrupts */ 92 typedef enum { 93 cpuss_interrupts_ipc_0_IRQn = 0, /*!< 0 [DeepSleep] CPUSS Inter Process Communication Interrupt #0 */ 94 cpuss_interrupts_ipc_1_IRQn = 1, /*!< 1 [DeepSleep] CPUSS Inter Process Communication Interrupt #1 */ 95 cpuss_interrupts_ipc_2_IRQn = 2, /*!< 2 [DeepSleep] CPUSS Inter Process Communication Interrupt #2 */ 96 cpuss_interrupts_ipc_3_IRQn = 3, /*!< 3 [DeepSleep] CPUSS Inter Process Communication Interrupt #3 */ 97 cpuss_interrupts_ipc_4_IRQn = 4, /*!< 4 [DeepSleep] CPUSS Inter Process Communication Interrupt #4 */ 98 cpuss_interrupts_ipc_5_IRQn = 5, /*!< 5 [DeepSleep] CPUSS Inter Process Communication Interrupt #5 */ 99 cpuss_interrupts_ipc_6_IRQn = 6, /*!< 6 [DeepSleep] CPUSS Inter Process Communication Interrupt #6 */ 100 cpuss_interrupts_ipc_7_IRQn = 7, /*!< 7 [DeepSleep] CPUSS Inter Process Communication Interrupt #7 */ 101 cpuss_interrupts_fault_0_IRQn = 8, /*!< 8 [DeepSleep] CPUSS Fault Structure Interrupt #0 */ 102 cpuss_interrupts_fault_1_IRQn = 9, /*!< 9 [DeepSleep] CPUSS Fault Structure Interrupt #1 */ 103 cpuss_interrupts_fault_2_IRQn = 10, /*!< 10 [DeepSleep] CPUSS Fault Structure Interrupt #2 */ 104 cpuss_interrupts_fault_3_IRQn = 11, /*!< 11 [DeepSleep] CPUSS Fault Structure Interrupt #3 */ 105 srss_interrupt_backup_IRQn = 12, /*!< 12 [DeepSleep] Interrupt for BACKUP domain */ 106 srss_interrupt_mcwdt_0_IRQn = 13, /*!< 13 [DeepSleep] Multi Counter Watchdog Timer interrupt */ 107 srss_interrupt_mcwdt_1_IRQn = 14, /*!< 14 [DeepSleep] Multi Counter Watchdog Timer interrupt */ 108 srss_interrupt_mcwdt_2_IRQn = 15, /*!< 15 [DeepSleep] Multi Counter Watchdog Timer interrupt */ 109 srss_interrupt_wdt_IRQn = 16, /*!< 16 [DeepSleep] Hardware Watchdog Timer interrupt */ 110 srss_interrupt_IRQn = 17, /*!< 17 [DeepSleep] Other combined Interrupts for SRSS (LVD, CLKCAL) */ 111 scb_0_interrupt_IRQn = 18, /*!< 18 [DeepSleep] Serial Communication Block #0 (DeepSleep capable) */ 112 evtgen_0_interrupt_dpslp_IRQn = 19, /*!< 19 [DeepSleep] Event gen Deep-sleep domain interrupt */ 113 ioss_interrupt_vdd_IRQn = 20, /*!< 20 [DeepSleep] GPIO Supply Detect Interrupt */ 114 ioss_interrupt_gpio_dpslp_IRQn = 21, /*!< 21 [DeepSleep] Consolidated Interrupt for GPIO, All Ports */ 115 ioss_interrupts_gpio_dpslp_0_IRQn = 22, /*!< 22 [DeepSleep] GPIO Port Interrupt #0 */ 116 ioss_interrupts_gpio_dpslp_1_IRQn = 23, /*!< 23 [DeepSleep] GPIO Port Interrupt #1 */ 117 ioss_interrupts_gpio_dpslp_2_IRQn = 24, /*!< 24 [DeepSleep] GPIO Port Interrupt #2 */ 118 ioss_interrupts_gpio_dpslp_3_IRQn = 25, /*!< 25 [DeepSleep] GPIO Port Interrupt #3 */ 119 ioss_interrupts_gpio_dpslp_4_IRQn = 26, /*!< 26 [DeepSleep] GPIO Port Interrupt #4 */ 120 ioss_interrupts_gpio_dpslp_5_IRQn = 27, /*!< 27 [DeepSleep] GPIO Port Interrupt #5 */ 121 ioss_interrupts_gpio_dpslp_6_IRQn = 28, /*!< 28 [DeepSleep] GPIO Port Interrupt #6 */ 122 ioss_interrupts_gpio_dpslp_7_IRQn = 29, /*!< 29 [DeepSleep] GPIO Port Interrupt #7 */ 123 ioss_interrupts_gpio_dpslp_8_IRQn = 30, /*!< 30 [DeepSleep] GPIO Port Interrupt #8 */ 124 ioss_interrupts_gpio_dpslp_9_IRQn = 31, /*!< 31 [DeepSleep] GPIO Port Interrupt #9 */ 125 ioss_interrupts_gpio_dpslp_10_IRQn = 32, /*!< 32 [DeepSleep] GPIO Port Interrupt #10 */ 126 ioss_interrupts_gpio_dpslp_11_IRQn = 33, /*!< 33 [DeepSleep] GPIO Port Interrupt #11 */ 127 ioss_interrupts_gpio_dpslp_12_IRQn = 34, /*!< 34 [DeepSleep] GPIO Port Interrupt #12 */ 128 ioss_interrupts_gpio_dpslp_13_IRQn = 35, /*!< 35 [DeepSleep] GPIO Port Interrupt #13 */ 129 ioss_interrupts_gpio_dpslp_14_IRQn = 36, /*!< 36 [DeepSleep] GPIO Port Interrupt #14 */ 130 ioss_interrupts_gpio_dpslp_15_IRQn = 37, /*!< 37 [DeepSleep] GPIO Port Interrupt #15 */ 131 ioss_interrupts_gpio_dpslp_16_IRQn = 38, /*!< 38 [DeepSleep] GPIO Port Interrupt #16 */ 132 ioss_interrupts_gpio_dpslp_17_IRQn = 39, /*!< 39 [DeepSleep] GPIO Port Interrupt #17 */ 133 ioss_interrupts_gpio_dpslp_18_IRQn = 40, /*!< 40 [DeepSleep] GPIO Port Interrupt #18 */ 134 ioss_interrupts_gpio_dpslp_19_IRQn = 41, /*!< 41 [DeepSleep] GPIO Port Interrupt #19 */ 135 ioss_interrupts_gpio_dpslp_20_IRQn = 42, /*!< 42 [DeepSleep] GPIO Port Interrupt #20 */ 136 ioss_interrupts_gpio_dpslp_21_IRQn = 43, /*!< 43 [DeepSleep] GPIO Port Interrupt #21 */ 137 ioss_interrupts_gpio_dpslp_22_IRQn = 44, /*!< 44 [DeepSleep] GPIO Port Interrupt #22 */ 138 ioss_interrupts_gpio_dpslp_23_IRQn = 45, /*!< 45 [DeepSleep] GPIO Port Interrupt #23 */ 139 ioss_interrupts_gpio_dpslp_28_IRQn = 46, /*!< 46 [DeepSleep] GPIO Port Interrupt #28 */ 140 ioss_interrupts_gpio_dpslp_29_IRQn = 47, /*!< 47 [DeepSleep] GPIO Port Interrupt #29 */ 141 ioss_interrupts_gpio_dpslp_30_IRQn = 48, /*!< 48 [DeepSleep] GPIO Port Interrupt #30 */ 142 ioss_interrupts_gpio_dpslp_31_IRQn = 49, /*!< 49 [DeepSleep] GPIO Port Interrupt #31 */ 143 ioss_interrupts_gpio_dpslp_32_IRQn = 50, /*!< 50 [DeepSleep] GPIO Port Interrupt #32 */ 144 ioss_interrupt_gpio_act_IRQn = 51, /*!< 51 [Active] Consolidated Interrupt for HSIO, All Ports */ 145 ioss_interrupts_gpio_act_24_IRQn = 52, /*!< 52 [Active] HSIO Port Interrupt #24 */ 146 ioss_interrupts_gpio_act_25_IRQn = 53, /*!< 53 [Active] HSIO Port Interrupt #25 */ 147 ioss_interrupts_gpio_act_26_IRQn = 54, /*!< 54 [Active] HSIO Port Interrupt #26 */ 148 ioss_interrupts_gpio_act_27_IRQn = 55, /*!< 55 [Active] HSIO Port Interrupt #27 */ 149 cpuss_interrupt_crypto_IRQn = 56, /*!< 56 [Active] CRYPTO Accelerator Interrupt */ 150 cpuss_interrupt_fm_IRQn = 57, /*!< 57 [Active] FLASH Macro Interrupt */ 151 cpuss_interrupts_cm7_0_fp_IRQn = 58, /*!< 58 [Active] CM7 #0 Floating Point operation fault */ 152 cpuss_interrupts_cm7_1_fp_IRQn = 59, /*!< 59 [Active] CM7 #1 Floating Point operation fault */ 153 cpuss_interrupts_cm0_cti_0_IRQn = 60, /*!< 60 [Active] CM0+ CTI #0 */ 154 cpuss_interrupts_cm0_cti_1_IRQn = 61, /*!< 61 [Active] CM0+ CTI #1 */ 155 cpuss_interrupts_cm7_0_cti_0_IRQn = 62, /*!< 62 [Active] CM7 #0 CTI #0 */ 156 cpuss_interrupts_cm7_0_cti_1_IRQn = 63, /*!< 63 [Active] CM7 #0 CTI #1 */ 157 cpuss_interrupts_cm7_1_cti_0_IRQn = 64, /*!< 64 [Active] CM7 #1 CTI #0 */ 158 cpuss_interrupts_cm7_1_cti_1_IRQn = 65, /*!< 65 [Active] CM7 #1 CTI #1 */ 159 evtgen_0_interrupt_IRQn = 66, /*!< 66 [Active] Event gen Active domain interrupt */ 160 canfd_0_interrupt0_IRQn = 67, /*!< 67 [Active] Can #0, Consolidated interrupt #0 for all three channels */ 161 canfd_0_interrupt1_IRQn = 68, /*!< 68 [Active] Can #0, Consolidated interrupt #1 for all three channels */ 162 canfd_1_interrupt0_IRQn = 69, /*!< 69 [Active] Can #1, Consolidated interrupt #0 for all three channels */ 163 canfd_1_interrupt1_IRQn = 70, /*!< 70 [Active] Can #1, Consolidated interrupt #1 for all three channels */ 164 canfd_0_interrupts0_0_IRQn = 71, /*!< 71 [Active] CAN #0, Interrupt #0, Channel #0 */ 165 canfd_0_interrupts0_1_IRQn = 72, /*!< 72 [Active] CAN #0, Interrupt #0, Channel #1 */ 166 canfd_0_interrupts0_2_IRQn = 73, /*!< 73 [Active] CAN #0, Interrupt #0, Channel #2 */ 167 canfd_0_interrupts0_3_IRQn = 74, /*!< 74 [Active] CAN #0, Interrupt #0, Channel #3 */ 168 canfd_0_interrupts1_0_IRQn = 75, /*!< 75 [Active] CAN #0, Interrupt #1, Channel #0 */ 169 canfd_0_interrupts1_1_IRQn = 76, /*!< 76 [Active] CAN #0, Interrupt #1, Channel #1 */ 170 canfd_0_interrupts1_2_IRQn = 77, /*!< 77 [Active] CAN #0, Interrupt #1, Channel #2 */ 171 canfd_0_interrupts1_3_IRQn = 78, /*!< 78 [Active] CAN #0, Interrupt #1, Channel #3 */ 172 canfd_1_interrupts0_0_IRQn = 79, /*!< 79 [Active] CAN #1, Interrupt #0, Channel #0 */ 173 canfd_1_interrupts0_1_IRQn = 80, /*!< 80 [Active] CAN #1, Interrupt #0, Channel #1 */ 174 canfd_1_interrupts0_2_IRQn = 81, /*!< 81 [Active] CAN #1, Interrupt #0, Channel #2 */ 175 canfd_1_interrupts0_3_IRQn = 82, /*!< 82 [Active] CAN #1, Interrupt #0, Channel #3 */ 176 canfd_1_interrupts1_0_IRQn = 83, /*!< 83 [Active] CAN #1, Interrupt #1, Channel #0 */ 177 canfd_1_interrupts1_1_IRQn = 84, /*!< 84 [Active] CAN #1, Interrupt #1, Channel #1 */ 178 canfd_1_interrupts1_2_IRQn = 85, /*!< 85 [Active] CAN #1, Interrupt #1, Channel #2 */ 179 canfd_1_interrupts1_3_IRQn = 86, /*!< 86 [Active] CAN #1, Interrupt #1, Channel #3 */ 180 lin_0_interrupts_0_IRQn = 87, /*!< 87 [Active] LIN Interrupt, Channel #0 */ 181 lin_0_interrupts_1_IRQn = 88, /*!< 88 [Active] LIN Interrupt, Channel #1 */ 182 lin_0_interrupts_2_IRQn = 89, /*!< 89 [Active] LIN Interrupt, Channel #2 */ 183 lin_0_interrupts_3_IRQn = 90, /*!< 90 [Active] LIN Interrupt, Channel #3 */ 184 lin_0_interrupts_4_IRQn = 91, /*!< 91 [Active] LIN Interrupt, Channel #4 */ 185 lin_0_interrupts_5_IRQn = 92, /*!< 92 [Active] LIN Interrupt, Channel #5 */ 186 lin_0_interrupts_6_IRQn = 93, /*!< 93 [Active] LIN Interrupt, Channel #6 */ 187 lin_0_interrupts_7_IRQn = 94, /*!< 94 [Active] LIN Interrupt, Channel #7 */ 188 lin_0_interrupts_8_IRQn = 95, /*!< 95 [Active] LIN Interrupt, Channel #8 */ 189 lin_0_interrupts_9_IRQn = 96, /*!< 96 [Active] LIN Interrupt, Channel #9 */ 190 lin_0_interrupts_10_IRQn = 97, /*!< 97 [Active] LIN Interrupt, Channel #10 */ 191 lin_0_interrupts_11_IRQn = 98, /*!< 98 [Active] LIN Interrupt, Channel #11 */ 192 lin_0_interrupts_12_IRQn = 99, /*!< 99 [Active] LIN Interrupt, Channel #12 */ 193 lin_0_interrupts_13_IRQn = 100, /*!< 100 [Active] LIN Interrupt, Channel #13 */ 194 lin_0_interrupts_14_IRQn = 101, /*!< 101 [Active] LIN Interrupt, Channel #14 */ 195 lin_0_interrupts_15_IRQn = 102, /*!< 102 [Active] LIN Interrupt, Channel #15 */ 196 scb_1_interrupt_IRQn = 103, /*!< 103 [Active] Serial Communication Block #1 */ 197 scb_2_interrupt_IRQn = 104, /*!< 104 [Active] Serial Communication Block #2 */ 198 scb_3_interrupt_IRQn = 105, /*!< 105 [Active] Serial Communication Block #3 */ 199 scb_4_interrupt_IRQn = 106, /*!< 106 [Active] Serial Communication Block #4 */ 200 scb_5_interrupt_IRQn = 107, /*!< 107 [Active] Serial Communication Block #5 */ 201 scb_6_interrupt_IRQn = 108, /*!< 108 [Active] Serial Communication Block #6 */ 202 scb_7_interrupt_IRQn = 109, /*!< 109 [Active] Serial Communication Block #7 */ 203 scb_8_interrupt_IRQn = 110, /*!< 110 [Active] Serial Communication Block #8 */ 204 scb_9_interrupt_IRQn = 111, /*!< 111 [Active] Serial Communication Block #9 */ 205 scb_10_interrupt_IRQn = 112, /*!< 112 [Active] Serial Communication Block #10 */ 206 pass_0_interrupts_sar_0_IRQn = 113, /*!< 113 [Active] PASS interrupts, ADC #0, Channel #0 */ 207 pass_0_interrupts_sar_1_IRQn = 114, /*!< 114 [Active] PASS interrupts, ADC #0, Channel #1 */ 208 pass_0_interrupts_sar_2_IRQn = 115, /*!< 115 [Active] PASS interrupts, ADC #0, Channel #2 */ 209 pass_0_interrupts_sar_3_IRQn = 116, /*!< 116 [Active] PASS interrupts, ADC #0, Channel #3 */ 210 pass_0_interrupts_sar_4_IRQn = 117, /*!< 117 [Active] PASS interrupts, ADC #0, Channel #4 */ 211 pass_0_interrupts_sar_5_IRQn = 118, /*!< 118 [Active] PASS interrupts, ADC #0, Channel #5 */ 212 pass_0_interrupts_sar_6_IRQn = 119, /*!< 119 [Active] PASS interrupts, ADC #0, Channel #6 */ 213 pass_0_interrupts_sar_7_IRQn = 120, /*!< 120 [Active] PASS interrupts, ADC #0, Channel #7 */ 214 pass_0_interrupts_sar_8_IRQn = 121, /*!< 121 [Active] PASS interrupts, ADC #0, Channel #8 */ 215 pass_0_interrupts_sar_9_IRQn = 122, /*!< 122 [Active] PASS interrupts, ADC #0, Channel #9 */ 216 pass_0_interrupts_sar_10_IRQn = 123, /*!< 123 [Active] PASS interrupts, ADC #0, Channel #10 */ 217 pass_0_interrupts_sar_11_IRQn = 124, /*!< 124 [Active] PASS interrupts, ADC #0, Channel #11 */ 218 pass_0_interrupts_sar_12_IRQn = 125, /*!< 125 [Active] PASS interrupts, ADC #0, Channel #12 */ 219 pass_0_interrupts_sar_13_IRQn = 126, /*!< 126 [Active] PASS interrupts, ADC #0, Channel #13 */ 220 pass_0_interrupts_sar_14_IRQn = 127, /*!< 127 [Active] PASS interrupts, ADC #0, Channel #14 */ 221 pass_0_interrupts_sar_15_IRQn = 128, /*!< 128 [Active] PASS interrupts, ADC #0, Channel #15 */ 222 pass_0_interrupts_sar_16_IRQn = 129, /*!< 129 [Active] PASS interrupts, ADC #0, Channel #16 */ 223 pass_0_interrupts_sar_17_IRQn = 130, /*!< 130 [Active] PASS interrupts, ADC #0, Channel #17 */ 224 pass_0_interrupts_sar_18_IRQn = 131, /*!< 131 [Active] PASS interrupts, ADC #0, Channel #18 */ 225 pass_0_interrupts_sar_19_IRQn = 132, /*!< 132 [Active] PASS interrupts, ADC #0, Channel #19 */ 226 pass_0_interrupts_sar_20_IRQn = 133, /*!< 133 [Active] PASS interrupts, ADC #0, Channel #20 */ 227 pass_0_interrupts_sar_21_IRQn = 134, /*!< 134 [Active] PASS interrupts, ADC #0, Channel #21 */ 228 pass_0_interrupts_sar_22_IRQn = 135, /*!< 135 [Active] PASS interrupts, ADC #0, Channel #22 */ 229 pass_0_interrupts_sar_23_IRQn = 136, /*!< 136 [Active] PASS interrupts, ADC #0, Channel #23 */ 230 pass_0_interrupts_sar_24_IRQn = 137, /*!< 137 [Active] PASS interrupts, ADC #0, Channel #24 */ 231 pass_0_interrupts_sar_25_IRQn = 138, /*!< 138 [Active] PASS interrupts, ADC #0, Channel #25 */ 232 pass_0_interrupts_sar_26_IRQn = 139, /*!< 139 [Active] PASS interrupts, ADC #0, Channel #26 */ 233 pass_0_interrupts_sar_27_IRQn = 140, /*!< 140 [Active] PASS interrupts, ADC #0, Channel #27 */ 234 pass_0_interrupts_sar_28_IRQn = 141, /*!< 141 [Active] PASS interrupts, ADC #0, Channel #28 */ 235 pass_0_interrupts_sar_29_IRQn = 142, /*!< 142 [Active] PASS interrupts, ADC #0, Channel #29 */ 236 pass_0_interrupts_sar_30_IRQn = 143, /*!< 143 [Active] PASS interrupts, ADC #0, Channel #30 */ 237 pass_0_interrupts_sar_31_IRQn = 144, /*!< 144 [Active] PASS interrupts, ADC #0, Channel #31 */ 238 pass_0_interrupts_sar_32_IRQn = 145, /*!< 145 [Active] PASS interrupts, ADC #1, Channel #0 */ 239 pass_0_interrupts_sar_33_IRQn = 146, /*!< 146 [Active] PASS interrupts, ADC #1, Channel #1 */ 240 pass_0_interrupts_sar_34_IRQn = 147, /*!< 147 [Active] PASS interrupts, ADC #1, Channel #2 */ 241 pass_0_interrupts_sar_35_IRQn = 148, /*!< 148 [Active] PASS interrupts, ADC #1, Channel #3 */ 242 pass_0_interrupts_sar_36_IRQn = 149, /*!< 149 [Active] PASS interrupts, ADC #1, Channel #4 */ 243 pass_0_interrupts_sar_37_IRQn = 150, /*!< 150 [Active] PASS interrupts, ADC #1, Channel #5 */ 244 pass_0_interrupts_sar_38_IRQn = 151, /*!< 151 [Active] PASS interrupts, ADC #1, Channel #6 */ 245 pass_0_interrupts_sar_39_IRQn = 152, /*!< 152 [Active] PASS interrupts, ADC #1, Channel #7 */ 246 pass_0_interrupts_sar_40_IRQn = 153, /*!< 153 [Active] PASS interrupts, ADC #1, Channel #8 */ 247 pass_0_interrupts_sar_41_IRQn = 154, /*!< 154 [Active] PASS interrupts, ADC #1, Channel #9 */ 248 pass_0_interrupts_sar_42_IRQn = 155, /*!< 155 [Active] PASS interrupts, ADC #1, Channel #10 */ 249 pass_0_interrupts_sar_43_IRQn = 156, /*!< 156 [Active] PASS interrupts, ADC #1, Channel #11 */ 250 pass_0_interrupts_sar_44_IRQn = 157, /*!< 157 [Active] PASS interrupts, ADC #1, Channel #12 */ 251 pass_0_interrupts_sar_45_IRQn = 158, /*!< 158 [Active] PASS interrupts, ADC #1, Channel #13 */ 252 pass_0_interrupts_sar_46_IRQn = 159, /*!< 159 [Active] PASS interrupts, ADC #1, Channel #14 */ 253 pass_0_interrupts_sar_47_IRQn = 160, /*!< 160 [Active] PASS interrupts, ADC #1, Channel #15 */ 254 pass_0_interrupts_sar_48_IRQn = 161, /*!< 161 [Active] PASS interrupts, ADC #1, Channel #16 */ 255 pass_0_interrupts_sar_49_IRQn = 162, /*!< 162 [Active] PASS interrupts, ADC #1, Channel #17 */ 256 pass_0_interrupts_sar_50_IRQn = 163, /*!< 163 [Active] PASS interrupts, ADC #1, Channel #18 */ 257 pass_0_interrupts_sar_51_IRQn = 164, /*!< 164 [Active] PASS interrupts, ADC #1, Channel #19 */ 258 pass_0_interrupts_sar_52_IRQn = 165, /*!< 165 [Active] PASS interrupts, ADC #1, Channel #20 */ 259 pass_0_interrupts_sar_53_IRQn = 166, /*!< 166 [Active] PASS interrupts, ADC #1, Channel #21 */ 260 pass_0_interrupts_sar_54_IRQn = 167, /*!< 167 [Active] PASS interrupts, ADC #1, Channel #22 */ 261 pass_0_interrupts_sar_55_IRQn = 168, /*!< 168 [Active] PASS interrupts, ADC #1, Channel #23 */ 262 pass_0_interrupts_sar_56_IRQn = 169, /*!< 169 [Active] PASS interrupts, ADC #1, Channel #24 */ 263 pass_0_interrupts_sar_57_IRQn = 170, /*!< 170 [Active] PASS interrupts, ADC #1, Channel #25 */ 264 pass_0_interrupts_sar_58_IRQn = 171, /*!< 171 [Active] PASS interrupts, ADC #1, Channel #26 */ 265 pass_0_interrupts_sar_59_IRQn = 172, /*!< 172 [Active] PASS interrupts, ADC #1, Channel #27 */ 266 pass_0_interrupts_sar_60_IRQn = 173, /*!< 173 [Active] PASS interrupts, ADC #1, Channel #28 */ 267 pass_0_interrupts_sar_61_IRQn = 174, /*!< 174 [Active] PASS interrupts, ADC #1, Channel #29 */ 268 pass_0_interrupts_sar_62_IRQn = 175, /*!< 175 [Active] PASS interrupts, ADC #1, Channel #30 */ 269 pass_0_interrupts_sar_63_IRQn = 176, /*!< 176 [Active] PASS interrupts, ADC #1, Channel #31 */ 270 pass_0_interrupts_sar_64_IRQn = 177, /*!< 177 [Active] PASS interrupts, ADC #2, Channel #0 */ 271 pass_0_interrupts_sar_65_IRQn = 178, /*!< 178 [Active] PASS interrupts, ADC #2, Channel #1 */ 272 pass_0_interrupts_sar_66_IRQn = 179, /*!< 179 [Active] PASS interrupts, ADC #2, Channel #2 */ 273 pass_0_interrupts_sar_67_IRQn = 180, /*!< 180 [Active] PASS interrupts, ADC #2, Channel #3 */ 274 pass_0_interrupts_sar_68_IRQn = 181, /*!< 181 [Active] PASS interrupts, ADC #2, Channel #4 */ 275 pass_0_interrupts_sar_69_IRQn = 182, /*!< 182 [Active] PASS interrupts, ADC #2, Channel #5 */ 276 pass_0_interrupts_sar_70_IRQn = 183, /*!< 183 [Active] PASS interrupts, ADC #2, Channel #6 */ 277 pass_0_interrupts_sar_71_IRQn = 184, /*!< 184 [Active] PASS interrupts, ADC #2, Channel #7 */ 278 cpuss_interrupts_dmac_0_IRQn = 185, /*!< 185 [Active] CPUSS DMAC, Channel #0 */ 279 cpuss_interrupts_dmac_1_IRQn = 186, /*!< 186 [Active] CPUSS DMAC, Channel #1 */ 280 cpuss_interrupts_dmac_2_IRQn = 187, /*!< 187 [Active] CPUSS DMAC, Channel #2 */ 281 cpuss_interrupts_dmac_3_IRQn = 188, /*!< 188 [Active] CPUSS DMAC, Channel #3 */ 282 cpuss_interrupts_dmac_4_IRQn = 189, /*!< 189 [Active] CPUSS DMAC, Channel #4 */ 283 cpuss_interrupts_dmac_5_IRQn = 190, /*!< 190 [Active] CPUSS DMAC, Channel #5 */ 284 cpuss_interrupts_dmac_6_IRQn = 191, /*!< 191 [Active] CPUSS DMAC, Channel #6 */ 285 cpuss_interrupts_dmac_7_IRQn = 192, /*!< 192 [Active] CPUSS DMAC, Channel #7 */ 286 cpuss_interrupts_dw0_0_IRQn = 193, /*!< 193 [Active] CPUSS DataWire #0, Channel #0 */ 287 cpuss_interrupts_dw0_1_IRQn = 194, /*!< 194 [Active] CPUSS DataWire #0, Channel #1 */ 288 cpuss_interrupts_dw0_2_IRQn = 195, /*!< 195 [Active] CPUSS DataWire #0, Channel #2 */ 289 cpuss_interrupts_dw0_3_IRQn = 196, /*!< 196 [Active] CPUSS DataWire #0, Channel #3 */ 290 cpuss_interrupts_dw0_4_IRQn = 197, /*!< 197 [Active] CPUSS DataWire #0, Channel #4 */ 291 cpuss_interrupts_dw0_5_IRQn = 198, /*!< 198 [Active] CPUSS DataWire #0, Channel #5 */ 292 cpuss_interrupts_dw0_6_IRQn = 199, /*!< 199 [Active] CPUSS DataWire #0, Channel #6 */ 293 cpuss_interrupts_dw0_7_IRQn = 200, /*!< 200 [Active] CPUSS DataWire #0, Channel #7 */ 294 cpuss_interrupts_dw0_8_IRQn = 201, /*!< 201 [Active] CPUSS DataWire #0, Channel #8 */ 295 cpuss_interrupts_dw0_9_IRQn = 202, /*!< 202 [Active] CPUSS DataWire #0, Channel #9 */ 296 cpuss_interrupts_dw0_10_IRQn = 203, /*!< 203 [Active] CPUSS DataWire #0, Channel #10 */ 297 cpuss_interrupts_dw0_11_IRQn = 204, /*!< 204 [Active] CPUSS DataWire #0, Channel #11 */ 298 cpuss_interrupts_dw0_12_IRQn = 205, /*!< 205 [Active] CPUSS DataWire #0, Channel #12 */ 299 cpuss_interrupts_dw0_13_IRQn = 206, /*!< 206 [Active] CPUSS DataWire #0, Channel #13 */ 300 cpuss_interrupts_dw0_14_IRQn = 207, /*!< 207 [Active] CPUSS DataWire #0, Channel #14 */ 301 cpuss_interrupts_dw0_15_IRQn = 208, /*!< 208 [Active] CPUSS DataWire #0, Channel #15 */ 302 cpuss_interrupts_dw0_16_IRQn = 209, /*!< 209 [Active] CPUSS DataWire #0, Channel #16 */ 303 cpuss_interrupts_dw0_17_IRQn = 210, /*!< 210 [Active] CPUSS DataWire #0, Channel #17 */ 304 cpuss_interrupts_dw0_18_IRQn = 211, /*!< 211 [Active] CPUSS DataWire #0, Channel #18 */ 305 cpuss_interrupts_dw0_19_IRQn = 212, /*!< 212 [Active] CPUSS DataWire #0, Channel #19 */ 306 cpuss_interrupts_dw0_20_IRQn = 213, /*!< 213 [Active] CPUSS DataWire #0, Channel #20 */ 307 cpuss_interrupts_dw0_21_IRQn = 214, /*!< 214 [Active] CPUSS DataWire #0, Channel #21 */ 308 cpuss_interrupts_dw0_22_IRQn = 215, /*!< 215 [Active] CPUSS DataWire #0, Channel #22 */ 309 cpuss_interrupts_dw0_23_IRQn = 216, /*!< 216 [Active] CPUSS DataWire #0, Channel #23 */ 310 cpuss_interrupts_dw0_24_IRQn = 217, /*!< 217 [Active] CPUSS DataWire #0, Channel #24 */ 311 cpuss_interrupts_dw0_25_IRQn = 218, /*!< 218 [Active] CPUSS DataWire #0, Channel #25 */ 312 cpuss_interrupts_dw0_26_IRQn = 219, /*!< 219 [Active] CPUSS DataWire #0, Channel #26 */ 313 cpuss_interrupts_dw0_27_IRQn = 220, /*!< 220 [Active] CPUSS DataWire #0, Channel #27 */ 314 cpuss_interrupts_dw0_28_IRQn = 221, /*!< 221 [Active] CPUSS DataWire #0, Channel #28 */ 315 cpuss_interrupts_dw0_29_IRQn = 222, /*!< 222 [Active] CPUSS DataWire #0, Channel #29 */ 316 cpuss_interrupts_dw0_30_IRQn = 223, /*!< 223 [Active] CPUSS DataWire #0, Channel #30 */ 317 cpuss_interrupts_dw0_31_IRQn = 224, /*!< 224 [Active] CPUSS DataWire #0, Channel #31 */ 318 cpuss_interrupts_dw0_32_IRQn = 225, /*!< 225 [Active] CPUSS DataWire #0, Channel #32 */ 319 cpuss_interrupts_dw0_33_IRQn = 226, /*!< 226 [Active] CPUSS DataWire #0, Channel #33 */ 320 cpuss_interrupts_dw0_34_IRQn = 227, /*!< 227 [Active] CPUSS DataWire #0, Channel #34 */ 321 cpuss_interrupts_dw0_35_IRQn = 228, /*!< 228 [Active] CPUSS DataWire #0, Channel #35 */ 322 cpuss_interrupts_dw0_36_IRQn = 229, /*!< 229 [Active] CPUSS DataWire #0, Channel #36 */ 323 cpuss_interrupts_dw0_37_IRQn = 230, /*!< 230 [Active] CPUSS DataWire #0, Channel #37 */ 324 cpuss_interrupts_dw0_38_IRQn = 231, /*!< 231 [Active] CPUSS DataWire #0, Channel #38 */ 325 cpuss_interrupts_dw0_39_IRQn = 232, /*!< 232 [Active] CPUSS DataWire #0, Channel #39 */ 326 cpuss_interrupts_dw0_40_IRQn = 233, /*!< 233 [Active] CPUSS DataWire #0, Channel #40 */ 327 cpuss_interrupts_dw0_41_IRQn = 234, /*!< 234 [Active] CPUSS DataWire #0, Channel #41 */ 328 cpuss_interrupts_dw0_42_IRQn = 235, /*!< 235 [Active] CPUSS DataWire #0, Channel #42 */ 329 cpuss_interrupts_dw0_43_IRQn = 236, /*!< 236 [Active] CPUSS DataWire #0, Channel #43 */ 330 cpuss_interrupts_dw0_44_IRQn = 237, /*!< 237 [Active] CPUSS DataWire #0, Channel #44 */ 331 cpuss_interrupts_dw0_45_IRQn = 238, /*!< 238 [Active] CPUSS DataWire #0, Channel #45 */ 332 cpuss_interrupts_dw0_46_IRQn = 239, /*!< 239 [Active] CPUSS DataWire #0, Channel #46 */ 333 cpuss_interrupts_dw0_47_IRQn = 240, /*!< 240 [Active] CPUSS DataWire #0, Channel #47 */ 334 cpuss_interrupts_dw0_48_IRQn = 241, /*!< 241 [Active] CPUSS DataWire #0, Channel #48 */ 335 cpuss_interrupts_dw0_49_IRQn = 242, /*!< 242 [Active] CPUSS DataWire #0, Channel #49 */ 336 cpuss_interrupts_dw0_50_IRQn = 243, /*!< 243 [Active] CPUSS DataWire #0, Channel #50 */ 337 cpuss_interrupts_dw0_51_IRQn = 244, /*!< 244 [Active] CPUSS DataWire #0, Channel #51 */ 338 cpuss_interrupts_dw0_52_IRQn = 245, /*!< 245 [Active] CPUSS DataWire #0, Channel #52 */ 339 cpuss_interrupts_dw0_53_IRQn = 246, /*!< 246 [Active] CPUSS DataWire #0, Channel #53 */ 340 cpuss_interrupts_dw0_54_IRQn = 247, /*!< 247 [Active] CPUSS DataWire #0, Channel #54 */ 341 cpuss_interrupts_dw0_55_IRQn = 248, /*!< 248 [Active] CPUSS DataWire #0, Channel #55 */ 342 cpuss_interrupts_dw0_56_IRQn = 249, /*!< 249 [Active] CPUSS DataWire #0, Channel #56 */ 343 cpuss_interrupts_dw0_57_IRQn = 250, /*!< 250 [Active] CPUSS DataWire #0, Channel #57 */ 344 cpuss_interrupts_dw0_58_IRQn = 251, /*!< 251 [Active] CPUSS DataWire #0, Channel #58 */ 345 cpuss_interrupts_dw0_59_IRQn = 252, /*!< 252 [Active] CPUSS DataWire #0, Channel #59 */ 346 cpuss_interrupts_dw0_60_IRQn = 253, /*!< 253 [Active] CPUSS DataWire #0, Channel #60 */ 347 cpuss_interrupts_dw0_61_IRQn = 254, /*!< 254 [Active] CPUSS DataWire #0, Channel #61 */ 348 cpuss_interrupts_dw0_62_IRQn = 255, /*!< 255 [Active] CPUSS DataWire #0, Channel #62 */ 349 cpuss_interrupts_dw0_63_IRQn = 256, /*!< 256 [Active] CPUSS DataWire #0, Channel #63 */ 350 cpuss_interrupts_dw0_64_IRQn = 257, /*!< 257 [Active] CPUSS DataWire #0, Channel #64 */ 351 cpuss_interrupts_dw0_65_IRQn = 258, /*!< 258 [Active] CPUSS DataWire #0, Channel #65 */ 352 cpuss_interrupts_dw0_66_IRQn = 259, /*!< 259 [Active] CPUSS DataWire #0, Channel #66 */ 353 cpuss_interrupts_dw0_67_IRQn = 260, /*!< 260 [Active] CPUSS DataWire #0, Channel #67 */ 354 cpuss_interrupts_dw0_68_IRQn = 261, /*!< 261 [Active] CPUSS DataWire #0, Channel #68 */ 355 cpuss_interrupts_dw0_69_IRQn = 262, /*!< 262 [Active] CPUSS DataWire #0, Channel #69 */ 356 cpuss_interrupts_dw0_70_IRQn = 263, /*!< 263 [Active] CPUSS DataWire #0, Channel #70 */ 357 cpuss_interrupts_dw0_71_IRQn = 264, /*!< 264 [Active] CPUSS DataWire #0, Channel #71 */ 358 cpuss_interrupts_dw0_72_IRQn = 265, /*!< 265 [Active] CPUSS DataWire #0, Channel #72 */ 359 cpuss_interrupts_dw0_73_IRQn = 266, /*!< 266 [Active] CPUSS DataWire #0, Channel #73 */ 360 cpuss_interrupts_dw0_74_IRQn = 267, /*!< 267 [Active] CPUSS DataWire #0, Channel #74 */ 361 cpuss_interrupts_dw0_75_IRQn = 268, /*!< 268 [Active] CPUSS DataWire #0, Channel #75 */ 362 cpuss_interrupts_dw0_76_IRQn = 269, /*!< 269 [Active] CPUSS DataWire #0, Channel #76 */ 363 cpuss_interrupts_dw0_77_IRQn = 270, /*!< 270 [Active] CPUSS DataWire #0, Channel #77 */ 364 cpuss_interrupts_dw0_78_IRQn = 271, /*!< 271 [Active] CPUSS DataWire #0, Channel #78 */ 365 cpuss_interrupts_dw0_79_IRQn = 272, /*!< 272 [Active] CPUSS DataWire #0, Channel #79 */ 366 cpuss_interrupts_dw0_80_IRQn = 273, /*!< 273 [Active] CPUSS DataWire #0, Channel #80 */ 367 cpuss_interrupts_dw0_81_IRQn = 274, /*!< 274 [Active] CPUSS DataWire #0, Channel #81 */ 368 cpuss_interrupts_dw0_82_IRQn = 275, /*!< 275 [Active] CPUSS DataWire #0, Channel #82 */ 369 cpuss_interrupts_dw0_83_IRQn = 276, /*!< 276 [Active] CPUSS DataWire #0, Channel #83 */ 370 cpuss_interrupts_dw0_84_IRQn = 277, /*!< 277 [Active] CPUSS DataWire #0, Channel #84 */ 371 cpuss_interrupts_dw0_85_IRQn = 278, /*!< 278 [Active] CPUSS DataWire #0, Channel #85 */ 372 cpuss_interrupts_dw0_86_IRQn = 279, /*!< 279 [Active] CPUSS DataWire #0, Channel #86 */ 373 cpuss_interrupts_dw0_87_IRQn = 280, /*!< 280 [Active] CPUSS DataWire #0, Channel #87 */ 374 cpuss_interrupts_dw0_88_IRQn = 281, /*!< 281 [Active] CPUSS DataWire #0, Channel #88 */ 375 cpuss_interrupts_dw0_89_IRQn = 282, /*!< 282 [Active] CPUSS DataWire #0, Channel #89 */ 376 cpuss_interrupts_dw0_90_IRQn = 283, /*!< 283 [Active] CPUSS DataWire #0, Channel #90 */ 377 cpuss_interrupts_dw0_91_IRQn = 284, /*!< 284 [Active] CPUSS DataWire #0, Channel #91 */ 378 cpuss_interrupts_dw0_92_IRQn = 285, /*!< 285 [Active] CPUSS DataWire #0, Channel #92 */ 379 cpuss_interrupts_dw0_93_IRQn = 286, /*!< 286 [Active] CPUSS DataWire #0, Channel #93 */ 380 cpuss_interrupts_dw0_94_IRQn = 287, /*!< 287 [Active] CPUSS DataWire #0, Channel #94 */ 381 cpuss_interrupts_dw0_95_IRQn = 288, /*!< 288 [Active] CPUSS DataWire #0, Channel #95 */ 382 cpuss_interrupts_dw0_96_IRQn = 289, /*!< 289 [Active] CPUSS DataWire #0, Channel #96 */ 383 cpuss_interrupts_dw0_97_IRQn = 290, /*!< 290 [Active] CPUSS DataWire #0, Channel #97 */ 384 cpuss_interrupts_dw0_98_IRQn = 291, /*!< 291 [Active] CPUSS DataWire #0, Channel #98 */ 385 cpuss_interrupts_dw0_99_IRQn = 292, /*!< 292 [Active] CPUSS DataWire #0, Channel #99 */ 386 cpuss_interrupts_dw1_0_IRQn = 293, /*!< 293 [Active] CPUSS DataWire #1, Channel #0 */ 387 cpuss_interrupts_dw1_1_IRQn = 294, /*!< 294 [Active] CPUSS DataWire #1, Channel #1 */ 388 cpuss_interrupts_dw1_2_IRQn = 295, /*!< 295 [Active] CPUSS DataWire #1, Channel #2 */ 389 cpuss_interrupts_dw1_3_IRQn = 296, /*!< 296 [Active] CPUSS DataWire #1, Channel #3 */ 390 cpuss_interrupts_dw1_4_IRQn = 297, /*!< 297 [Active] CPUSS DataWire #1, Channel #4 */ 391 cpuss_interrupts_dw1_5_IRQn = 298, /*!< 298 [Active] CPUSS DataWire #1, Channel #5 */ 392 cpuss_interrupts_dw1_6_IRQn = 299, /*!< 299 [Active] CPUSS DataWire #1, Channel #6 */ 393 cpuss_interrupts_dw1_7_IRQn = 300, /*!< 300 [Active] CPUSS DataWire #1, Channel #7 */ 394 cpuss_interrupts_dw1_8_IRQn = 301, /*!< 301 [Active] CPUSS DataWire #1, Channel #8 */ 395 cpuss_interrupts_dw1_9_IRQn = 302, /*!< 302 [Active] CPUSS DataWire #1, Channel #9 */ 396 cpuss_interrupts_dw1_10_IRQn = 303, /*!< 303 [Active] CPUSS DataWire #1, Channel #10 */ 397 cpuss_interrupts_dw1_11_IRQn = 304, /*!< 304 [Active] CPUSS DataWire #1, Channel #11 */ 398 cpuss_interrupts_dw1_12_IRQn = 305, /*!< 305 [Active] CPUSS DataWire #1, Channel #12 */ 399 cpuss_interrupts_dw1_13_IRQn = 306, /*!< 306 [Active] CPUSS DataWire #1, Channel #13 */ 400 cpuss_interrupts_dw1_14_IRQn = 307, /*!< 307 [Active] CPUSS DataWire #1, Channel #14 */ 401 cpuss_interrupts_dw1_15_IRQn = 308, /*!< 308 [Active] CPUSS DataWire #1, Channel #15 */ 402 cpuss_interrupts_dw1_16_IRQn = 309, /*!< 309 [Active] CPUSS DataWire #1, Channel #16 */ 403 cpuss_interrupts_dw1_17_IRQn = 310, /*!< 310 [Active] CPUSS DataWire #1, Channel #17 */ 404 cpuss_interrupts_dw1_18_IRQn = 311, /*!< 311 [Active] CPUSS DataWire #1, Channel #18 */ 405 cpuss_interrupts_dw1_19_IRQn = 312, /*!< 312 [Active] CPUSS DataWire #1, Channel #19 */ 406 cpuss_interrupts_dw1_20_IRQn = 313, /*!< 313 [Active] CPUSS DataWire #1, Channel #20 */ 407 cpuss_interrupts_dw1_21_IRQn = 314, /*!< 314 [Active] CPUSS DataWire #1, Channel #21 */ 408 cpuss_interrupts_dw1_22_IRQn = 315, /*!< 315 [Active] CPUSS DataWire #1, Channel #22 */ 409 cpuss_interrupts_dw1_23_IRQn = 316, /*!< 316 [Active] CPUSS DataWire #1, Channel #23 */ 410 cpuss_interrupts_dw1_24_IRQn = 317, /*!< 317 [Active] CPUSS DataWire #1, Channel #24 */ 411 cpuss_interrupts_dw1_25_IRQn = 318, /*!< 318 [Active] CPUSS DataWire #1, Channel #25 */ 412 cpuss_interrupts_dw1_26_IRQn = 319, /*!< 319 [Active] CPUSS DataWire #1, Channel #26 */ 413 cpuss_interrupts_dw1_27_IRQn = 320, /*!< 320 [Active] CPUSS DataWire #1, Channel #27 */ 414 cpuss_interrupts_dw1_28_IRQn = 321, /*!< 321 [Active] CPUSS DataWire #1, Channel #28 */ 415 cpuss_interrupts_dw1_29_IRQn = 322, /*!< 322 [Active] CPUSS DataWire #1, Channel #29 */ 416 cpuss_interrupts_dw1_30_IRQn = 323, /*!< 323 [Active] CPUSS DataWire #1, Channel #30 */ 417 cpuss_interrupts_dw1_31_IRQn = 324, /*!< 324 [Active] CPUSS DataWire #1, Channel #31 */ 418 cpuss_interrupts_dw1_32_IRQn = 325, /*!< 325 [Active] CPUSS DataWire #1, Channel #32 */ 419 cpuss_interrupts_dw1_33_IRQn = 326, /*!< 326 [Active] CPUSS DataWire #1, Channel #33 */ 420 cpuss_interrupts_dw1_34_IRQn = 327, /*!< 327 [Active] CPUSS DataWire #1, Channel #34 */ 421 cpuss_interrupts_dw1_35_IRQn = 328, /*!< 328 [Active] CPUSS DataWire #1, Channel #35 */ 422 cpuss_interrupts_dw1_36_IRQn = 329, /*!< 329 [Active] CPUSS DataWire #1, Channel #36 */ 423 cpuss_interrupts_dw1_37_IRQn = 330, /*!< 330 [Active] CPUSS DataWire #1, Channel #37 */ 424 cpuss_interrupts_dw1_38_IRQn = 331, /*!< 331 [Active] CPUSS DataWire #1, Channel #38 */ 425 cpuss_interrupts_dw1_39_IRQn = 332, /*!< 332 [Active] CPUSS DataWire #1, Channel #39 */ 426 cpuss_interrupts_dw1_40_IRQn = 333, /*!< 333 [Active] CPUSS DataWire #1, Channel #40 */ 427 cpuss_interrupts_dw1_41_IRQn = 334, /*!< 334 [Active] CPUSS DataWire #1, Channel #41 */ 428 cpuss_interrupts_dw1_42_IRQn = 335, /*!< 335 [Active] CPUSS DataWire #1, Channel #42 */ 429 cpuss_interrupts_dw1_43_IRQn = 336, /*!< 336 [Active] CPUSS DataWire #1, Channel #43 */ 430 cpuss_interrupts_dw1_44_IRQn = 337, /*!< 337 [Active] CPUSS DataWire #1, Channel #44 */ 431 cpuss_interrupts_dw1_45_IRQn = 338, /*!< 338 [Active] CPUSS DataWire #1, Channel #45 */ 432 cpuss_interrupts_dw1_46_IRQn = 339, /*!< 339 [Active] CPUSS DataWire #1, Channel #46 */ 433 cpuss_interrupts_dw1_47_IRQn = 340, /*!< 340 [Active] CPUSS DataWire #1, Channel #47 */ 434 cpuss_interrupts_dw1_48_IRQn = 341, /*!< 341 [Active] CPUSS DataWire #1, Channel #48 */ 435 cpuss_interrupts_dw1_49_IRQn = 342, /*!< 342 [Active] CPUSS DataWire #1, Channel #49 */ 436 cpuss_interrupts_dw1_50_IRQn = 343, /*!< 343 [Active] CPUSS DataWire #1, Channel #50 */ 437 cpuss_interrupts_dw1_51_IRQn = 344, /*!< 344 [Active] CPUSS DataWire #1, Channel #51 */ 438 cpuss_interrupts_dw1_52_IRQn = 345, /*!< 345 [Active] CPUSS DataWire #1, Channel #52 */ 439 cpuss_interrupts_dw1_53_IRQn = 346, /*!< 346 [Active] CPUSS DataWire #1, Channel #53 */ 440 cpuss_interrupts_dw1_54_IRQn = 347, /*!< 347 [Active] CPUSS DataWire #1, Channel #54 */ 441 cpuss_interrupts_dw1_55_IRQn = 348, /*!< 348 [Active] CPUSS DataWire #1, Channel #55 */ 442 cpuss_interrupts_dw1_56_IRQn = 349, /*!< 349 [Active] CPUSS DataWire #1, Channel #56 */ 443 cpuss_interrupts_dw1_57_IRQn = 350, /*!< 350 [Active] CPUSS DataWire #1, Channel #57 */ 444 tcpwm_0_interrupts_0_IRQn = 351, /*!< 351 [Active] tcpwm[0] Group #0, Counter #0 */ 445 tcpwm_0_interrupts_1_IRQn = 352, /*!< 352 [Active] tcpwm[0] Group #0, Counter #1 */ 446 tcpwm_0_interrupts_2_IRQn = 353, /*!< 353 [Active] tcpwm[0] Group #0, Counter #2 */ 447 tcpwm_0_interrupts_3_IRQn = 354, /*!< 354 [Active] tcpwm[0] Group #0, Counter #3 */ 448 tcpwm_0_interrupts_4_IRQn = 355, /*!< 355 [Active] tcpwm[0] Group #0, Counter #4 */ 449 tcpwm_0_interrupts_5_IRQn = 356, /*!< 356 [Active] tcpwm[0] Group #0, Counter #5 */ 450 tcpwm_0_interrupts_6_IRQn = 357, /*!< 357 [Active] tcpwm[0] Group #0, Counter #6 */ 451 tcpwm_0_interrupts_7_IRQn = 358, /*!< 358 [Active] tcpwm[0] Group #0, Counter #7 */ 452 tcpwm_0_interrupts_8_IRQn = 359, /*!< 359 [Active] tcpwm[0] Group #0, Counter #8 */ 453 tcpwm_0_interrupts_9_IRQn = 360, /*!< 360 [Active] tcpwm[0] Group #0, Counter #9 */ 454 tcpwm_0_interrupts_10_IRQn = 361, /*!< 361 [Active] tcpwm[0] Group #0, Counter #10 */ 455 tcpwm_0_interrupts_11_IRQn = 362, /*!< 362 [Active] tcpwm[0] Group #0, Counter #11 */ 456 tcpwm_0_interrupts_12_IRQn = 363, /*!< 363 [Active] tcpwm[0] Group #0, Counter #12 */ 457 tcpwm_0_interrupts_13_IRQn = 364, /*!< 364 [Active] tcpwm[0] Group #0, Counter #13 */ 458 tcpwm_0_interrupts_14_IRQn = 365, /*!< 365 [Active] tcpwm[0] Group #0, Counter #14 */ 459 tcpwm_0_interrupts_15_IRQn = 366, /*!< 366 [Active] tcpwm[0] Group #0, Counter #15 */ 460 tcpwm_0_interrupts_16_IRQn = 367, /*!< 367 [Active] tcpwm[0] Group #0, Counter #16 */ 461 tcpwm_0_interrupts_17_IRQn = 368, /*!< 368 [Active] tcpwm[0] Group #0, Counter #17 */ 462 tcpwm_0_interrupts_18_IRQn = 369, /*!< 369 [Active] tcpwm[0] Group #0, Counter #18 */ 463 tcpwm_0_interrupts_19_IRQn = 370, /*!< 370 [Active] tcpwm[0] Group #0, Counter #19 */ 464 tcpwm_0_interrupts_20_IRQn = 371, /*!< 371 [Active] tcpwm[0] Group #0, Counter #20 */ 465 tcpwm_0_interrupts_21_IRQn = 372, /*!< 372 [Active] tcpwm[0] Group #0, Counter #21 */ 466 tcpwm_0_interrupts_22_IRQn = 373, /*!< 373 [Active] tcpwm[0] Group #0, Counter #22 */ 467 tcpwm_0_interrupts_23_IRQn = 374, /*!< 374 [Active] tcpwm[0] Group #0, Counter #23 */ 468 tcpwm_0_interrupts_24_IRQn = 375, /*!< 375 [Active] tcpwm[0] Group #0, Counter #24 */ 469 tcpwm_0_interrupts_25_IRQn = 376, /*!< 376 [Active] tcpwm[0] Group #0, Counter #25 */ 470 tcpwm_0_interrupts_26_IRQn = 377, /*!< 377 [Active] tcpwm[0] Group #0, Counter #26 */ 471 tcpwm_0_interrupts_27_IRQn = 378, /*!< 378 [Active] tcpwm[0] Group #0, Counter #27 */ 472 tcpwm_0_interrupts_28_IRQn = 379, /*!< 379 [Active] tcpwm[0] Group #0, Counter #28 */ 473 tcpwm_0_interrupts_29_IRQn = 380, /*!< 380 [Active] tcpwm[0] Group #0, Counter #29 */ 474 tcpwm_0_interrupts_30_IRQn = 381, /*!< 381 [Active] tcpwm[0] Group #0, Counter #30 */ 475 tcpwm_0_interrupts_31_IRQn = 382, /*!< 382 [Active] tcpwm[0] Group #0, Counter #31 */ 476 tcpwm_0_interrupts_32_IRQn = 383, /*!< 383 [Active] tcpwm[0] Group #0, Counter #32 */ 477 tcpwm_0_interrupts_33_IRQn = 384, /*!< 384 [Active] tcpwm[0] Group #0, Counter #33 */ 478 tcpwm_0_interrupts_34_IRQn = 385, /*!< 385 [Active] tcpwm[0] Group #0, Counter #34 */ 479 tcpwm_0_interrupts_35_IRQn = 386, /*!< 386 [Active] tcpwm[0] Group #0, Counter #35 */ 480 tcpwm_0_interrupts_36_IRQn = 387, /*!< 387 [Active] tcpwm[0] Group #0, Counter #36 */ 481 tcpwm_0_interrupts_37_IRQn = 388, /*!< 388 [Active] tcpwm[0] Group #0, Counter #37 */ 482 tcpwm_0_interrupts_38_IRQn = 389, /*!< 389 [Active] tcpwm[0] Group #0, Counter #38 */ 483 tcpwm_0_interrupts_39_IRQn = 390, /*!< 390 [Active] tcpwm[0] Group #0, Counter #39 */ 484 tcpwm_0_interrupts_40_IRQn = 391, /*!< 391 [Active] tcpwm[0] Group #0, Counter #40 */ 485 tcpwm_0_interrupts_41_IRQn = 392, /*!< 392 [Active] tcpwm[0] Group #0, Counter #41 */ 486 tcpwm_0_interrupts_42_IRQn = 393, /*!< 393 [Active] tcpwm[0] Group #0, Counter #42 */ 487 tcpwm_0_interrupts_43_IRQn = 394, /*!< 394 [Active] tcpwm[0] Group #0, Counter #43 */ 488 tcpwm_0_interrupts_44_IRQn = 395, /*!< 395 [Active] tcpwm[0] Group #0, Counter #44 */ 489 tcpwm_0_interrupts_45_IRQn = 396, /*!< 396 [Active] tcpwm[0] Group #0, Counter #45 */ 490 tcpwm_0_interrupts_46_IRQn = 397, /*!< 397 [Active] tcpwm[0] Group #0, Counter #46 */ 491 tcpwm_0_interrupts_47_IRQn = 398, /*!< 398 [Active] tcpwm[0] Group #0, Counter #47 */ 492 tcpwm_0_interrupts_48_IRQn = 399, /*!< 399 [Active] tcpwm[0] Group #0, Counter #48 */ 493 tcpwm_0_interrupts_49_IRQn = 400, /*!< 400 [Active] tcpwm[0] Group #0, Counter #49 */ 494 tcpwm_0_interrupts_50_IRQn = 401, /*!< 401 [Active] tcpwm[0] Group #0, Counter #50 */ 495 tcpwm_0_interrupts_51_IRQn = 402, /*!< 402 [Active] tcpwm[0] Group #0, Counter #51 */ 496 tcpwm_0_interrupts_52_IRQn = 403, /*!< 403 [Active] tcpwm[0] Group #0, Counter #52 */ 497 tcpwm_0_interrupts_53_IRQn = 404, /*!< 404 [Active] tcpwm[0] Group #0, Counter #53 */ 498 tcpwm_0_interrupts_54_IRQn = 405, /*!< 405 [Active] tcpwm[0] Group #0, Counter #54 */ 499 tcpwm_0_interrupts_55_IRQn = 406, /*!< 406 [Active] tcpwm[0] Group #0, Counter #55 */ 500 tcpwm_0_interrupts_56_IRQn = 407, /*!< 407 [Active] tcpwm[0] Group #0, Counter #56 */ 501 tcpwm_0_interrupts_57_IRQn = 408, /*!< 408 [Active] tcpwm[0] Group #0, Counter #57 */ 502 tcpwm_0_interrupts_58_IRQn = 409, /*!< 409 [Active] tcpwm[0] Group #0, Counter #58 */ 503 tcpwm_0_interrupts_59_IRQn = 410, /*!< 410 [Active] tcpwm[0] Group #0, Counter #59 */ 504 tcpwm_0_interrupts_60_IRQn = 411, /*!< 411 [Active] tcpwm[0] Group #0, Counter #60 */ 505 tcpwm_0_interrupts_61_IRQn = 412, /*!< 412 [Active] tcpwm[0] Group #0, Counter #61 */ 506 tcpwm_0_interrupts_62_IRQn = 413, /*!< 413 [Active] tcpwm[0] Group #0, Counter #62 */ 507 tcpwm_0_interrupts_256_IRQn = 414, /*!< 414 [Active] tcpwm[0] Group #1, Counter #0 */ 508 tcpwm_0_interrupts_257_IRQn = 415, /*!< 415 [Active] tcpwm[0] Group #1, Counter #1 */ 509 tcpwm_0_interrupts_258_IRQn = 416, /*!< 416 [Active] tcpwm[0] Group #1, Counter #2 */ 510 tcpwm_0_interrupts_259_IRQn = 417, /*!< 417 [Active] tcpwm[0] Group #1, Counter #3 */ 511 tcpwm_0_interrupts_260_IRQn = 418, /*!< 418 [Active] tcpwm[0] Group #1, Counter #4 */ 512 tcpwm_0_interrupts_261_IRQn = 419, /*!< 419 [Active] tcpwm[0] Group #1, Counter #5 */ 513 tcpwm_0_interrupts_262_IRQn = 420, /*!< 420 [Active] tcpwm[0] Group #1, Counter #6 */ 514 tcpwm_0_interrupts_263_IRQn = 421, /*!< 421 [Active] tcpwm[0] Group #1, Counter #7 */ 515 tcpwm_0_interrupts_264_IRQn = 422, /*!< 422 [Active] tcpwm[0] Group #1, Counter #8 */ 516 tcpwm_0_interrupts_265_IRQn = 423, /*!< 423 [Active] tcpwm[0] Group #1, Counter #9 */ 517 tcpwm_0_interrupts_266_IRQn = 424, /*!< 424 [Active] tcpwm[0] Group #1, Counter #10 */ 518 tcpwm_0_interrupts_267_IRQn = 425, /*!< 425 [Active] tcpwm[0] Group #1, Counter #11 */ 519 tcpwm_0_interrupts_512_IRQn = 426, /*!< 426 [Active] tcpwm[0] Group #2, Counter #0 */ 520 tcpwm_0_interrupts_513_IRQn = 427, /*!< 427 [Active] tcpwm[0] Group #2, Counter #1 */ 521 tcpwm_0_interrupts_514_IRQn = 428, /*!< 428 [Active] tcpwm[0] Group #2, Counter #2 */ 522 tcpwm_0_interrupts_515_IRQn = 429, /*!< 429 [Active] tcpwm[0] Group #2, Counter #3 */ 523 tcpwm_0_interrupts_516_IRQn = 430, /*!< 430 [Active] tcpwm[0] Group #2, Counter #4 */ 524 tcpwm_0_interrupts_517_IRQn = 431, /*!< 431 [Active] tcpwm[0] Group #2, Counter #5 */ 525 tcpwm_0_interrupts_518_IRQn = 432, /*!< 432 [Active] tcpwm[0] Group #2, Counter #6 */ 526 tcpwm_0_interrupts_519_IRQn = 433, /*!< 433 [Active] tcpwm[0] Group #2, Counter #7 */ 527 smif_0_interrupt_IRQn = 434, /*!< 434 [Active] SMIF(QSPI) interrupt */ 528 eth_0_interrupt_eth_0_IRQn = 435, /*!< 435 [Active] Ethernet #0 priority queue[0] */ 529 eth_0_interrupt_eth_2_IRQn = 436, /*!< 436 [Active] Ethernet #0 priority queue[2] */ 530 eth_0_interrupt_eth_1_IRQn = 437, /*!< 437 [Active] Ethernet #0 priority queue[1] */ 531 sdhc_0_interrupt_general_IRQn = 438, /*!< 438 [Active] SDHC interupt */ 532 sdhc_0_interrupt_wakeup_IRQn = 439, /*!< 439 [Active] SDHC interupt */ 533 audioss_0_interrupt_i2s_IRQn = 440, /*!< 440 [Active] AUDIOSS I2S#0 interrupt */ 534 audioss_1_interrupt_i2s_IRQn = 441, /*!< 441 [Active] AUDIOSS I2S#1 interrupt */ 535 audioss_2_interrupt_i2s_IRQn = 442, /*!< 442 [Active] AUDIOSS I2S#2 interrupt */ 536 disconnected_IRQn =1023 /*!< 1023 Disconnected */ 537 } cy_en_intr_t; 538 539 /******************************************************************************* 540 * Processor and Core Peripheral Section 541 *******************************************************************************/ 542 543 #if ((defined(__GNUC__) && (__ARM_ARCH == 6) && (__ARM_ARCH_6M__ == 1)) || \ 544 (defined(__ICCARM__) && (__CORE__ == __ARM6M__)) || \ 545 (defined(__ARMCC_VERSION) && defined(__TARGET_ARCH_THUMB) && (__TARGET_ARCH_THUMB == 3)) || \ 546 (defined(__ghs__) && defined(__CORE_CORTEXM0PLUS__))) 547 548 /* Configuration of the ARM Cortex-M0+ Processor and Core Peripherals */ 549 #define __CM0PLUS_REV 0x0001U /*!< CM0PLUS Core Revision */ 550 #define __NVIC_PRIO_BITS 2 /*!< Number of Bits used for Priority Levels */ 551 #define __Vendor_SysTickConfig 0 /*!< Set to 1 if different SysTick Config is used */ 552 #define __VTOR_PRESENT 1 /*!< Set to 1 if CPU supports Vector Table Offset Register */ 553 #define __MPU_PRESENT 1 /*!< MPU present or not */ 554 555 /** \} Configuration_of_CMSIS */ 556 557 #include "core_cm0plus.h" /*!< ARM Cortex-M0+ processor and core peripherals */ 558 559 #else 560 561 /* Configuration of the ARM Cortex-M7 Processor and Core Peripherals */ 562 #define __CM7_REV 0x0001U /*!< CM7 Core Revision */ 563 #define __NVIC_PRIO_BITS 3 /*!< Number of Bits used for Priority Levels */ 564 #define __Vendor_SysTickConfig 0 /*!< Set to 1 if different SysTick Config is used */ 565 #define __VTOR_PRESENT 1 /*!< Set to 1 if CPU supports Vector Table Offset Register */ 566 #define __MPU_PRESENT 1 /*!< MPU present or not */ 567 #define __FPU_PRESENT 1 /*!< FPU present or not */ 568 #define __CM0P_PRESENT 1 /*!< CM0P present or not */ 569 #define __CM7_0_PRESENT 1 /*!< CM7_0 present or not */ 570 #define __CM7_1_PRESENT 1 /*!< CM7_1 present or not */ 571 #define __DTCM_PRESENT 1 /*!< Data Tightly Coupled Memory is present or not */ 572 #define __ICACHE_PRESENT 1 /*!< Instruction Cache present or not */ 573 #define __DCACHE_PRESENT 1 /*!< Data Cache present or not */ 574 575 /** \} Configuration_of_CMSIS */ 576 577 #include "core_cm7.h" /*!< ARM Cortex-M7 processor and core peripherals */ 578 579 #endif 580 581 /* Memory Blocks */ 582 #define CY_ROM_BASE 0x00000000UL 583 #define CY_ROM_SIZE 0x00010000UL 584 #define CY_ROM_MIRROR_BASE 0x01000000UL 585 #define CY_ROM_MIRROR_SIZE 0x00010000UL 586 #define CY_FLASH_LG_SBM_BASE 0x10000000UL 587 #define CY_FLASH_LG_SBM_SIZE 0x003F0000UL 588 #define CY_FLASH_LG_DBM0_BASE 0x10000000UL 589 #define CY_FLASH_LG_DBM0_SIZE 0x001F8000UL 590 #define CY_FLASH_SM_DBM0_BASE 0x101F8000UL 591 #define CY_FLASH_SM_DBM0_SIZE 0x00010000UL 592 #define CY_FLASH_SM_SBM_BASE 0x103F0000UL 593 #define CY_FLASH_SM_SBM_SIZE 0x00020000UL 594 #define CY_FLASH_LG_DBM1_BASE 0x12000000UL 595 #define CY_FLASH_LG_DBM1_SIZE 0x001F8000UL 596 #define CY_FLASH_SM_DBM1_BASE 0x121F8000UL 597 #define CY_FLASH_SM_DBM1_SIZE 0x00010000UL 598 #define CY_WFLASH_LG_SBM_BASE 0x14000000UL 599 #define CY_WFLASH_LG_SBM_SIZE 0x00030000UL 600 #define CY_WFLASH_LG_DBM0_BASE 0x14000000UL 601 #define CY_WFLASH_LG_DBM0_SIZE 0x00018000UL 602 #define CY_WFLASH_SM_DBM0_BASE 0x14018000UL 603 #define CY_WFLASH_SM_DBM0_SIZE 0x00008000UL 604 #define CY_WFLASH_SM_SBM_BASE 0x14030000UL 605 #define CY_WFLASH_SM_SBM_SIZE 0x00010000UL 606 #define CY_WFLASH_LG_DBM1_BASE 0x15000000UL 607 #define CY_WFLASH_LG_DBM1_SIZE 0x00018000UL 608 #define CY_WFLASH_SM_DBM1_BASE 0x15018000UL 609 #define CY_WFLASH_SM_DBM1_SIZE 0x00008000UL 610 #define CY_OTPFLASH_BASE 0x16000000UL 611 #define CY_OTPFLASH_SIZE 0x00008000UL 612 #define CY_SFLASH_BASE 0x17000000UL 613 #define CY_SFLASH_SIZE 0x00008000UL 614 #define CY_SFLASH1_BASE 0x17800000UL 615 #define CY_SFLASH1_SIZE 0x00008000UL 616 #define CY_EFUSE_BASE 0x402C0800UL 617 #define CY_EFUSE_SIZE 0x00000200UL 618 #define CY_CAN0MRAM_BASE 0x40530000UL 619 #define CY_CAN0MRAM_SIZE 0x00010000UL 620 #define CY_CAN1MRAM_BASE 0x40550000UL 621 #define CY_CAN1MRAM_SIZE 0x00010000UL 622 #define CY_SMIF_XIP_BASE 0x60000000UL 623 #define CY_SMIF_XIP_SIZE 0x08000000UL 624 #define CY_CM7_0_ITCM_BASE 0xA0000000UL 625 #define CY_CM7_0_ITCM_SIZE 0x00004000UL 626 #define CY_CM7_0_DTCM_BASE 0xA0010000UL 627 #define CY_CM7_0_DTCM_SIZE 0x00004000UL 628 #define CY_CM7_1_ITCM_BASE 0xA0100000UL 629 #define CY_CM7_1_ITCM_SIZE 0x00004000UL 630 #define CY_CM7_1_DTCM_BASE 0xA0110000UL 631 #define CY_CM7_1_DTCM_SIZE 0x00004000UL 632 #define CY_SRAM_BASE 0x28000000UL 633 #define CY_SRAM_SIZE 0x000C0000UL 634 635 #include "system_cat1c.h" /*!< Category 1C System */ 636 637 /* IP List */ 638 #define CY_IP_MXAUDIOSS 1u 639 #define CY_IP_MXAUDIOSS_INSTANCES 3u 640 #define CY_IP_MXAUDIOSS_VERSION 2u 641 #define CY_IP_MXTTCANFD 1u 642 #define CY_IP_MXTTCANFD_INSTANCES 2u 643 #define CY_IP_MXTTCANFD_VERSION 1u 644 #define CY_IP_M7CPUSS 1u 645 #define CY_IP_M7CPUSS_INSTANCES 1u 646 #define CY_IP_M7CPUSS_VERSION 1u 647 #define CY_IP_MXS40FAULT 1u 648 #define CY_IP_MXS40FAULT_INSTANCES 1u 649 #define CY_IP_MXS40FAULT_VERSION 1u 650 #define CY_IP_M7CPUSS_DMAC 1u 651 #define CY_IP_M7CPUSS_DMAC_INSTANCES 1u 652 #define CY_IP_M7CPUSS_DMAC_VERSION 1u 653 #define CY_IP_M7CPUSS_DMA 1u 654 #define CY_IP_M7CPUSS_DMA_INSTANCES 2u 655 #define CY_IP_M7CPUSS_DMA_VERSION 1u 656 #define CY_IP_MXCRYPTO 1u 657 #define CY_IP_MXCRYPTO_INSTANCES 1u 658 #define CY_IP_MXCRYPTO_VERSION 2u 659 #define CY_IP_MXDFT 1u 660 #define CY_IP_MXDFT_INSTANCES 1u 661 #define CY_IP_MXDFT_VERSION 1u 662 #define CY_IP_MXEFUSE 1u 663 #define CY_IP_MXEFUSE_INSTANCES 1u 664 #define CY_IP_MXEFUSE_VERSION 2u 665 #define CY_IP_MXETH 1u 666 #define CY_IP_MXETH_INSTANCES 1u 667 #define CY_IP_MXETH_VERSION 2u 668 #define CY_IP_MXEVTGEN 1u 669 #define CY_IP_MXEVTGEN_INSTANCES 1u 670 #define CY_IP_MXEVTGEN_VERSION 1u 671 #define CY_IP_MXS40IOSS 1u 672 #define CY_IP_MXS40IOSS_INSTANCES 1u 673 #define CY_IP_MXS40IOSS_VERSION 3u 674 #define CY_IP_MXS40EPASS 1u 675 #define CY_IP_MXS40EPASS_INSTANCES 1u 676 #define CY_IP_MXS40EPASS_VERSION 1u 677 #define CY_IP_MXS40EPASS_ESAR 1u 678 #define CY_IP_MXS40EPASS_ESAR_INSTANCES 3u 679 #define CY_IP_MXS40EPASS_ESAR_VERSION 1u 680 #define CY_IP_MXPERI 1u 681 #define CY_IP_MXPERI_INSTANCES 1u 682 #define CY_IP_MXPERI_VERSION 3u 683 #define CY_IP_MXPERI_TR 1u 684 #define CY_IP_MXPERI_TR_INSTANCES 1u 685 #define CY_IP_MXPERI_TR_VERSION 3u 686 #define CY_IP_MXSCB 1u 687 #define CY_IP_MXSCB_INSTANCES 11u 688 #define CY_IP_MXSCB_VERSION 2u 689 #define CY_IP_MXSDHC 1u 690 #define CY_IP_MXSDHC_INSTANCES 1u 691 #define CY_IP_MXSDHC_VERSION 1u 692 #define CY_IP_MXSMIF 1u 693 #define CY_IP_MXSMIF_INSTANCES 1u 694 #define CY_IP_MXSMIF_VERSION 2u 695 #define CY_IP_MXS40SRSS 1u 696 #define CY_IP_MXS40SRSS_INSTANCES 1u 697 #define CY_IP_MXS40SRSS_VERSION 3u 698 #define CY_IP_MXS40SRSS_RTC 1u 699 #define CY_IP_MXS40SRSS_RTC_INSTANCES 1u 700 #define CY_IP_MXS40SRSS_RTC_VERSION 3u 701 #define CY_IP_MXS40SRSS_MCWDT 1u 702 #define CY_IP_MXS40SRSS_MCWDT_INSTANCES 3u 703 #define CY_IP_MXS40SRSS_MCWDT_VERSION 3u 704 #define CY_IP_MXTCPWM 1u 705 #define CY_IP_MXTCPWM_INSTANCES 1u 706 #define CY_IP_MXTCPWM_VERSION 2u 707 708 #include "xmc7100_config.h" 709 #include "gpio_xmc7100_272_bga.h" 710 711 #define CY_DEVICE_TVIIBH4M 712 #define CY_DEVICE_SERIES_XMC7100 713 #define CY_SILICON_ID 0xE9501207UL 714 #define CY_HF_CLK_MAX_FREQ 250000000UL 715 716 #define CPUSS_FLASHC_PA_SIZE_LOG2 0x7UL 717 718 /******************************************************************************* 719 * SFLASH 720 *******************************************************************************/ 721 722 #define SFLASH_BASE 0x17000000UL 723 #define SFLASH ((SFLASH_Type*) SFLASH_BASE) /* 0x17000000 */ 724 725 /******************************************************************************* 726 * PERI 727 *******************************************************************************/ 728 729 #define PERI_BASE 0x40000000UL 730 #define PERI ((PERI_Type*) PERI_BASE) /* 0x40000000 */ 731 #define PERI_GR0 ((PERI_GR_Type*) &PERI->GR[0]) /* 0x40004000 */ 732 #define PERI_GR1 ((PERI_GR_Type*) &PERI->GR[1]) /* 0x40004040 */ 733 #define PERI_GR2 ((PERI_GR_Type*) &PERI->GR[2]) /* 0x40004080 */ 734 #define PERI_GR3 ((PERI_GR_Type*) &PERI->GR[3]) /* 0x400040C0 */ 735 #define PERI_GR4 ((PERI_GR_Type*) &PERI->GR[4]) /* 0x40004100 */ 736 #define PERI_GR5 ((PERI_GR_Type*) &PERI->GR[5]) /* 0x40004140 */ 737 #define PERI_GR6 ((PERI_GR_Type*) &PERI->GR[6]) /* 0x40004180 */ 738 #define PERI_GR8 ((PERI_GR_Type*) &PERI->GR[8]) /* 0x40004200 */ 739 #define PERI_GR9 ((PERI_GR_Type*) &PERI->GR[9]) /* 0x40004240 */ 740 #define PERI_TR_GR0 ((PERI_TR_GR_Type*) &PERI->TR_GR[0]) /* 0x40008000 */ 741 #define PERI_TR_GR1 ((PERI_TR_GR_Type*) &PERI->TR_GR[1]) /* 0x40008400 */ 742 #define PERI_TR_GR2 ((PERI_TR_GR_Type*) &PERI->TR_GR[2]) /* 0x40008800 */ 743 #define PERI_TR_GR3 ((PERI_TR_GR_Type*) &PERI->TR_GR[3]) /* 0x40008C00 */ 744 #define PERI_TR_GR4 ((PERI_TR_GR_Type*) &PERI->TR_GR[4]) /* 0x40009000 */ 745 #define PERI_TR_GR5 ((PERI_TR_GR_Type*) &PERI->TR_GR[5]) /* 0x40009400 */ 746 #define PERI_TR_GR6 ((PERI_TR_GR_Type*) &PERI->TR_GR[6]) /* 0x40009800 */ 747 #define PERI_TR_GR7 ((PERI_TR_GR_Type*) &PERI->TR_GR[7]) /* 0x40009C00 */ 748 #define PERI_TR_GR8 ((PERI_TR_GR_Type*) &PERI->TR_GR[8]) /* 0x4000A000 */ 749 #define PERI_TR_GR9 ((PERI_TR_GR_Type*) &PERI->TR_GR[9]) /* 0x4000A400 */ 750 #define PERI_TR_GR10 ((PERI_TR_GR_Type*) &PERI->TR_GR[10]) /* 0x4000A800 */ 751 #define PERI_TR_GR11 ((PERI_TR_GR_Type*) &PERI->TR_GR[11]) /* 0x4000AC00 */ 752 #define PERI_TR_GR12 ((PERI_TR_GR_Type*) &PERI->TR_GR[12]) /* 0x4000B000 */ 753 #define PERI_TR_1TO1_GR0 ((PERI_TR_1TO1_GR_Type*) &PERI->TR_1TO1_GR[0]) /* 0x4000C000 */ 754 #define PERI_TR_1TO1_GR1 ((PERI_TR_1TO1_GR_Type*) &PERI->TR_1TO1_GR[1]) /* 0x4000C400 */ 755 #define PERI_TR_1TO1_GR2 ((PERI_TR_1TO1_GR_Type*) &PERI->TR_1TO1_GR[2]) /* 0x4000C800 */ 756 #define PERI_TR_1TO1_GR3 ((PERI_TR_1TO1_GR_Type*) &PERI->TR_1TO1_GR[3]) /* 0x4000CC00 */ 757 #define PERI_TR_1TO1_GR4 ((PERI_TR_1TO1_GR_Type*) &PERI->TR_1TO1_GR[4]) /* 0x4000D000 */ 758 #define PERI_TR_1TO1_GR5 ((PERI_TR_1TO1_GR_Type*) &PERI->TR_1TO1_GR[5]) /* 0x4000D400 */ 759 #define PERI_TR_1TO1_GR6 ((PERI_TR_1TO1_GR_Type*) &PERI->TR_1TO1_GR[6]) /* 0x4000D800 */ 760 #define PERI_TR_1TO1_GR7 ((PERI_TR_1TO1_GR_Type*) &PERI->TR_1TO1_GR[7]) /* 0x4000DC00 */ 761 #define PERI_TR_1TO1_GR8 ((PERI_TR_1TO1_GR_Type*) &PERI->TR_1TO1_GR[8]) /* 0x4000E000 */ 762 #define PERI_TR_1TO1_GR9 ((PERI_TR_1TO1_GR_Type*) &PERI->TR_1TO1_GR[9]) /* 0x4000E400 */ 763 #define PERI_TR_1TO1_GR10 ((PERI_TR_1TO1_GR_Type*) &PERI->TR_1TO1_GR[10]) /* 0x4000E800 */ 764 765 /******************************************************************************* 766 * PERI_MS 767 *******************************************************************************/ 768 769 #define PERI_MS_BASE 0x40020000UL 770 #define PERI_MS ((PERI_MS_Type*) PERI_MS_BASE) /* 0x40020000 */ 771 #define PERI_MS_PPU_PR0 ((PERI_MS_PPU_PR_Type*) &PERI_MS->PPU_PR[0]) /* 0x40020000 */ 772 #define PERI_MS_PPU_PR1 ((PERI_MS_PPU_PR_Type*) &PERI_MS->PPU_PR[1]) /* 0x40020040 */ 773 #define PERI_MS_PPU_PR2 ((PERI_MS_PPU_PR_Type*) &PERI_MS->PPU_PR[2]) /* 0x40020080 */ 774 #define PERI_MS_PPU_PR3 ((PERI_MS_PPU_PR_Type*) &PERI_MS->PPU_PR[3]) /* 0x400200C0 */ 775 #define PERI_MS_PPU_PR4 ((PERI_MS_PPU_PR_Type*) &PERI_MS->PPU_PR[4]) /* 0x40020100 */ 776 #define PERI_MS_PPU_PR5 ((PERI_MS_PPU_PR_Type*) &PERI_MS->PPU_PR[5]) /* 0x40020140 */ 777 #define PERI_MS_PPU_PR6 ((PERI_MS_PPU_PR_Type*) &PERI_MS->PPU_PR[6]) /* 0x40020180 */ 778 #define PERI_MS_PPU_PR7 ((PERI_MS_PPU_PR_Type*) &PERI_MS->PPU_PR[7]) /* 0x400201C0 */ 779 #define PERI_MS_PPU_PR8 ((PERI_MS_PPU_PR_Type*) &PERI_MS->PPU_PR[8]) /* 0x40020200 */ 780 #define PERI_MS_PPU_PR9 ((PERI_MS_PPU_PR_Type*) &PERI_MS->PPU_PR[9]) /* 0x40020240 */ 781 #define PERI_MS_PPU_PR10 ((PERI_MS_PPU_PR_Type*) &PERI_MS->PPU_PR[10]) /* 0x40020280 */ 782 #define PERI_MS_PPU_PR11 ((PERI_MS_PPU_PR_Type*) &PERI_MS->PPU_PR[11]) /* 0x400202C0 */ 783 #define PERI_MS_PPU_PR12 ((PERI_MS_PPU_PR_Type*) &PERI_MS->PPU_PR[12]) /* 0x40020300 */ 784 #define PERI_MS_PPU_PR13 ((PERI_MS_PPU_PR_Type*) &PERI_MS->PPU_PR[13]) /* 0x40020340 */ 785 #define PERI_MS_PPU_PR14 ((PERI_MS_PPU_PR_Type*) &PERI_MS->PPU_PR[14]) /* 0x40020380 */ 786 #define PERI_MS_PPU_PR15 ((PERI_MS_PPU_PR_Type*) &PERI_MS->PPU_PR[15]) /* 0x400203C0 */ 787 #define PERI_MS_PPU_FX_PERI_MAIN ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[0]) /* 0x40020800 */ 788 #define PERI_MS_PPU_FX_PERI_SECURE ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[1]) /* 0x40020840 */ 789 #define PERI_MS_PPU_FX_PERI_GR0_GROUP ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[2]) /* 0x40020880 */ 790 #define PERI_MS_PPU_FX_PERI_GR1_GROUP ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[3]) /* 0x400208C0 */ 791 #define PERI_MS_PPU_FX_PERI_GR2_GROUP ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[4]) /* 0x40020900 */ 792 #define PERI_MS_PPU_FX_PERI_GR3_GROUP ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[5]) /* 0x40020940 */ 793 #define PERI_MS_PPU_FX_PERI_GR4_GROUP ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[6]) /* 0x40020980 */ 794 #define PERI_MS_PPU_FX_PERI_GR5_GROUP ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[7]) /* 0x400209C0 */ 795 #define PERI_MS_PPU_FX_PERI_GR6_GROUP ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[8]) /* 0x40020A00 */ 796 #define PERI_MS_PPU_FX_PERI_GR8_GROUP ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[9]) /* 0x40020A40 */ 797 #define PERI_MS_PPU_FX_PERI_GR9_GROUP ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[10]) /* 0x40020A80 */ 798 #define PERI_MS_PPU_FX_PERI_GR0_BOOT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[11]) /* 0x40020AC0 */ 799 #define PERI_MS_PPU_FX_PERI_GR1_BOOT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[12]) /* 0x40020B00 */ 800 #define PERI_MS_PPU_FX_PERI_GR2_BOOT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[13]) /* 0x40020B40 */ 801 #define PERI_MS_PPU_FX_PERI_GR3_BOOT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[14]) /* 0x40020B80 */ 802 #define PERI_MS_PPU_FX_PERI_GR4_BOOT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[15]) /* 0x40020BC0 */ 803 #define PERI_MS_PPU_FX_PERI_GR5_BOOT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[16]) /* 0x40020C00 */ 804 #define PERI_MS_PPU_FX_PERI_GR6_BOOT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[17]) /* 0x40020C40 */ 805 #define PERI_MS_PPU_FX_PERI_GR8_BOOT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[18]) /* 0x40020C80 */ 806 #define PERI_MS_PPU_FX_PERI_GR9_BOOT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[19]) /* 0x40020CC0 */ 807 #define PERI_MS_PPU_FX_PERI_TR ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[20]) /* 0x40020D00 */ 808 #define PERI_MS_PPU_FX_PERI_MS_BOOT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[21]) /* 0x40020D40 */ 809 #define PERI_MS_PPU_FX_PERI_PCLK_MAIN ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[22]) /* 0x40020D80 */ 810 #define PERI_MS_PPU_FX_CRYPTO_MAIN ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[23]) /* 0x40020DC0 */ 811 #define PERI_MS_PPU_FX_CRYPTO_CRYPTO ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[24]) /* 0x40020E00 */ 812 #define PERI_MS_PPU_FX_CRYPTO_BOOT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[25]) /* 0x40020E40 */ 813 #define PERI_MS_PPU_FX_CRYPTO_KEY0 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[26]) /* 0x40020E80 */ 814 #define PERI_MS_PPU_FX_CRYPTO_KEY1 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[27]) /* 0x40020EC0 */ 815 #define PERI_MS_PPU_FX_CRYPTO_BUF ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[28]) /* 0x40020F00 */ 816 #define PERI_MS_PPU_FX_CPUSS_CM7_0 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[29]) /* 0x40020F40 */ 817 #define PERI_MS_PPU_FX_CPUSS_CM7_1 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[30]) /* 0x40020F80 */ 818 #define PERI_MS_PPU_FX_CPUSS_CM0 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[31]) /* 0x40020FC0 */ 819 #define PERI_MS_PPU_FX_CPUSS_BOOT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[32]) /* 0x40021000 */ 820 #define PERI_MS_PPU_FX_CPUSS_CM0_INT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[33]) /* 0x40021040 */ 821 #define PERI_MS_PPU_FX_CPUSS_CM7_0_INT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[34]) /* 0x40021080 */ 822 #define PERI_MS_PPU_FX_CPUSS_CM7_1_INT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[35]) /* 0x400210C0 */ 823 #define PERI_MS_PPU_FX_FAULT_STRUCT0_MAIN ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[36]) /* 0x40021100 */ 824 #define PERI_MS_PPU_FX_FAULT_STRUCT1_MAIN ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[37]) /* 0x40021140 */ 825 #define PERI_MS_PPU_FX_FAULT_STRUCT2_MAIN ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[38]) /* 0x40021180 */ 826 #define PERI_MS_PPU_FX_FAULT_STRUCT3_MAIN ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[39]) /* 0x400211C0 */ 827 #define PERI_MS_PPU_FX_IPC_STRUCT0_IPC ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[40]) /* 0x40021200 */ 828 #define PERI_MS_PPU_FX_IPC_STRUCT1_IPC ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[41]) /* 0x40021240 */ 829 #define PERI_MS_PPU_FX_IPC_STRUCT2_IPC ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[42]) /* 0x40021280 */ 830 #define PERI_MS_PPU_FX_IPC_STRUCT3_IPC ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[43]) /* 0x400212C0 */ 831 #define PERI_MS_PPU_FX_IPC_STRUCT4_IPC ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[44]) /* 0x40021300 */ 832 #define PERI_MS_PPU_FX_IPC_STRUCT5_IPC ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[45]) /* 0x40021340 */ 833 #define PERI_MS_PPU_FX_IPC_STRUCT6_IPC ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[46]) /* 0x40021380 */ 834 #define PERI_MS_PPU_FX_IPC_STRUCT7_IPC ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[47]) /* 0x400213C0 */ 835 #define PERI_MS_PPU_FX_IPC_INTR_STRUCT0_INTR ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[48]) /* 0x40021400 */ 836 #define PERI_MS_PPU_FX_IPC_INTR_STRUCT1_INTR ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[49]) /* 0x40021440 */ 837 #define PERI_MS_PPU_FX_IPC_INTR_STRUCT2_INTR ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[50]) /* 0x40021480 */ 838 #define PERI_MS_PPU_FX_IPC_INTR_STRUCT3_INTR ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[51]) /* 0x400214C0 */ 839 #define PERI_MS_PPU_FX_IPC_INTR_STRUCT4_INTR ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[52]) /* 0x40021500 */ 840 #define PERI_MS_PPU_FX_IPC_INTR_STRUCT5_INTR ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[53]) /* 0x40021540 */ 841 #define PERI_MS_PPU_FX_IPC_INTR_STRUCT6_INTR ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[54]) /* 0x40021580 */ 842 #define PERI_MS_PPU_FX_IPC_INTR_STRUCT7_INTR ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[55]) /* 0x400215C0 */ 843 #define PERI_MS_PPU_FX_PROT_SMPU_MAIN ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[56]) /* 0x40021600 */ 844 #define PERI_MS_PPU_FX_PROT_MPU0_MAIN ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[57]) /* 0x40021640 */ 845 #define PERI_MS_PPU_FX_PROT_MPU5_MAIN ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[58]) /* 0x40021680 */ 846 #define PERI_MS_PPU_FX_PROT_MPU6_MAIN ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[59]) /* 0x400216C0 */ 847 #define PERI_MS_PPU_FX_PROT_MPU13_MAIN ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[60]) /* 0x40021700 */ 848 #define PERI_MS_PPU_FX_PROT_MPU14_MAIN ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[61]) /* 0x40021740 */ 849 #define PERI_MS_PPU_FX_PROT_MPU15_MAIN ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[62]) /* 0x40021780 */ 850 #define PERI_MS_PPU_FX_FLASHC_MAIN ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[63]) /* 0x400217C0 */ 851 #define PERI_MS_PPU_FX_FLASHC_CMD ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[64]) /* 0x40021800 */ 852 #define PERI_MS_PPU_FX_FLASHC_DFT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[65]) /* 0x40021840 */ 853 #define PERI_MS_PPU_FX_FLASHC_CM0 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[66]) /* 0x40021880 */ 854 #define PERI_MS_PPU_FX_FLASHC_CM7_0 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[67]) /* 0x400218C0 */ 855 #define PERI_MS_PPU_FX_FLASHC_CM7_1 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[68]) /* 0x40021900 */ 856 #define PERI_MS_PPU_FX_FLASHC_CRYPTO ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[69]) /* 0x40021940 */ 857 #define PERI_MS_PPU_FX_FLASHC_DW0 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[70]) /* 0x40021980 */ 858 #define PERI_MS_PPU_FX_FLASHC_DW1 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[71]) /* 0x400219C0 */ 859 #define PERI_MS_PPU_FX_FLASHC_DMAC ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[72]) /* 0x40021A00 */ 860 #define PERI_MS_PPU_FX_FLASHC_SLOW0 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[73]) /* 0x40021A40 */ 861 #define PERI_MS_PPU_FX_FLASHC_SLOW1 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[74]) /* 0x40021A80 */ 862 #define PERI_MS_PPU_FX_FLASHC_FlashMgmt ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[75]) /* 0x40021AC0 */ 863 #define PERI_MS_PPU_FX_FLASHC_MainSafety ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[76]) /* 0x40021B00 */ 864 #define PERI_MS_PPU_FX_FLASHC_WorkSafety ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[77]) /* 0x40021B40 */ 865 #define PERI_MS_PPU_FX_SRSS_GENERAL ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[78]) /* 0x40021B80 */ 866 #define PERI_MS_PPU_FX_SRSS_MAIN ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[79]) /* 0x40021BC0 */ 867 #define PERI_MS_PPU_FX_SRSS_SECURE ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[80]) /* 0x40021C00 */ 868 #define PERI_MS_PPU_FX_MCWDT0_CONFIG ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[81]) /* 0x40021C40 */ 869 #define PERI_MS_PPU_FX_MCWDT1_CONFIG ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[82]) /* 0x40021C80 */ 870 #define PERI_MS_PPU_FX_MCWDT2_CONFIG ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[83]) /* 0x40021CC0 */ 871 #define PERI_MS_PPU_FX_MCWDT0_MAIN ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[84]) /* 0x40021D00 */ 872 #define PERI_MS_PPU_FX_MCWDT1_MAIN ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[85]) /* 0x40021D40 */ 873 #define PERI_MS_PPU_FX_MCWDT2_MAIN ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[86]) /* 0x40021D80 */ 874 #define PERI_MS_PPU_FX_WDT_CONFIG ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[87]) /* 0x40021DC0 */ 875 #define PERI_MS_PPU_FX_WDT_MAIN ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[88]) /* 0x40021E00 */ 876 #define PERI_MS_PPU_FX_BACKUP_BACKUP ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[89]) /* 0x40021E40 */ 877 #define PERI_MS_PPU_FX_DW0_DW ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[90]) /* 0x40021E80 */ 878 #define PERI_MS_PPU_FX_DW1_DW ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[91]) /* 0x40021EC0 */ 879 #define PERI_MS_PPU_FX_DW0_DW_CRC ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[92]) /* 0x40021F00 */ 880 #define PERI_MS_PPU_FX_DW1_DW_CRC ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[93]) /* 0x40021F40 */ 881 #define PERI_MS_PPU_FX_DW0_CH_STRUCT0_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[94]) /* 0x40021F80 */ 882 #define PERI_MS_PPU_FX_DW0_CH_STRUCT1_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[95]) /* 0x40021FC0 */ 883 #define PERI_MS_PPU_FX_DW0_CH_STRUCT2_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[96]) /* 0x40022000 */ 884 #define PERI_MS_PPU_FX_DW0_CH_STRUCT3_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[97]) /* 0x40022040 */ 885 #define PERI_MS_PPU_FX_DW0_CH_STRUCT4_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[98]) /* 0x40022080 */ 886 #define PERI_MS_PPU_FX_DW0_CH_STRUCT5_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[99]) /* 0x400220C0 */ 887 #define PERI_MS_PPU_FX_DW0_CH_STRUCT6_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[100]) /* 0x40022100 */ 888 #define PERI_MS_PPU_FX_DW0_CH_STRUCT7_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[101]) /* 0x40022140 */ 889 #define PERI_MS_PPU_FX_DW0_CH_STRUCT8_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[102]) /* 0x40022180 */ 890 #define PERI_MS_PPU_FX_DW0_CH_STRUCT9_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[103]) /* 0x400221C0 */ 891 #define PERI_MS_PPU_FX_DW0_CH_STRUCT10_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[104]) /* 0x40022200 */ 892 #define PERI_MS_PPU_FX_DW0_CH_STRUCT11_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[105]) /* 0x40022240 */ 893 #define PERI_MS_PPU_FX_DW0_CH_STRUCT12_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[106]) /* 0x40022280 */ 894 #define PERI_MS_PPU_FX_DW0_CH_STRUCT13_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[107]) /* 0x400222C0 */ 895 #define PERI_MS_PPU_FX_DW0_CH_STRUCT14_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[108]) /* 0x40022300 */ 896 #define PERI_MS_PPU_FX_DW0_CH_STRUCT15_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[109]) /* 0x40022340 */ 897 #define PERI_MS_PPU_FX_DW0_CH_STRUCT16_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[110]) /* 0x40022380 */ 898 #define PERI_MS_PPU_FX_DW0_CH_STRUCT17_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[111]) /* 0x400223C0 */ 899 #define PERI_MS_PPU_FX_DW0_CH_STRUCT18_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[112]) /* 0x40022400 */ 900 #define PERI_MS_PPU_FX_DW0_CH_STRUCT19_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[113]) /* 0x40022440 */ 901 #define PERI_MS_PPU_FX_DW0_CH_STRUCT20_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[114]) /* 0x40022480 */ 902 #define PERI_MS_PPU_FX_DW0_CH_STRUCT21_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[115]) /* 0x400224C0 */ 903 #define PERI_MS_PPU_FX_DW0_CH_STRUCT22_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[116]) /* 0x40022500 */ 904 #define PERI_MS_PPU_FX_DW0_CH_STRUCT23_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[117]) /* 0x40022540 */ 905 #define PERI_MS_PPU_FX_DW0_CH_STRUCT24_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[118]) /* 0x40022580 */ 906 #define PERI_MS_PPU_FX_DW0_CH_STRUCT25_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[119]) /* 0x400225C0 */ 907 #define PERI_MS_PPU_FX_DW0_CH_STRUCT26_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[120]) /* 0x40022600 */ 908 #define PERI_MS_PPU_FX_DW0_CH_STRUCT27_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[121]) /* 0x40022640 */ 909 #define PERI_MS_PPU_FX_DW0_CH_STRUCT28_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[122]) /* 0x40022680 */ 910 #define PERI_MS_PPU_FX_DW0_CH_STRUCT29_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[123]) /* 0x400226C0 */ 911 #define PERI_MS_PPU_FX_DW0_CH_STRUCT30_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[124]) /* 0x40022700 */ 912 #define PERI_MS_PPU_FX_DW0_CH_STRUCT31_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[125]) /* 0x40022740 */ 913 #define PERI_MS_PPU_FX_DW0_CH_STRUCT32_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[126]) /* 0x40022780 */ 914 #define PERI_MS_PPU_FX_DW0_CH_STRUCT33_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[127]) /* 0x400227C0 */ 915 #define PERI_MS_PPU_FX_DW0_CH_STRUCT34_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[128]) /* 0x40022800 */ 916 #define PERI_MS_PPU_FX_DW0_CH_STRUCT35_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[129]) /* 0x40022840 */ 917 #define PERI_MS_PPU_FX_DW0_CH_STRUCT36_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[130]) /* 0x40022880 */ 918 #define PERI_MS_PPU_FX_DW0_CH_STRUCT37_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[131]) /* 0x400228C0 */ 919 #define PERI_MS_PPU_FX_DW0_CH_STRUCT38_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[132]) /* 0x40022900 */ 920 #define PERI_MS_PPU_FX_DW0_CH_STRUCT39_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[133]) /* 0x40022940 */ 921 #define PERI_MS_PPU_FX_DW0_CH_STRUCT40_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[134]) /* 0x40022980 */ 922 #define PERI_MS_PPU_FX_DW0_CH_STRUCT41_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[135]) /* 0x400229C0 */ 923 #define PERI_MS_PPU_FX_DW0_CH_STRUCT42_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[136]) /* 0x40022A00 */ 924 #define PERI_MS_PPU_FX_DW0_CH_STRUCT43_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[137]) /* 0x40022A40 */ 925 #define PERI_MS_PPU_FX_DW0_CH_STRUCT44_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[138]) /* 0x40022A80 */ 926 #define PERI_MS_PPU_FX_DW0_CH_STRUCT45_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[139]) /* 0x40022AC0 */ 927 #define PERI_MS_PPU_FX_DW0_CH_STRUCT46_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[140]) /* 0x40022B00 */ 928 #define PERI_MS_PPU_FX_DW0_CH_STRUCT47_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[141]) /* 0x40022B40 */ 929 #define PERI_MS_PPU_FX_DW0_CH_STRUCT48_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[142]) /* 0x40022B80 */ 930 #define PERI_MS_PPU_FX_DW0_CH_STRUCT49_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[143]) /* 0x40022BC0 */ 931 #define PERI_MS_PPU_FX_DW0_CH_STRUCT50_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[144]) /* 0x40022C00 */ 932 #define PERI_MS_PPU_FX_DW0_CH_STRUCT51_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[145]) /* 0x40022C40 */ 933 #define PERI_MS_PPU_FX_DW0_CH_STRUCT52_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[146]) /* 0x40022C80 */ 934 #define PERI_MS_PPU_FX_DW0_CH_STRUCT53_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[147]) /* 0x40022CC0 */ 935 #define PERI_MS_PPU_FX_DW0_CH_STRUCT54_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[148]) /* 0x40022D00 */ 936 #define PERI_MS_PPU_FX_DW0_CH_STRUCT55_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[149]) /* 0x40022D40 */ 937 #define PERI_MS_PPU_FX_DW0_CH_STRUCT56_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[150]) /* 0x40022D80 */ 938 #define PERI_MS_PPU_FX_DW0_CH_STRUCT57_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[151]) /* 0x40022DC0 */ 939 #define PERI_MS_PPU_FX_DW0_CH_STRUCT58_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[152]) /* 0x40022E00 */ 940 #define PERI_MS_PPU_FX_DW0_CH_STRUCT59_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[153]) /* 0x40022E40 */ 941 #define PERI_MS_PPU_FX_DW0_CH_STRUCT60_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[154]) /* 0x40022E80 */ 942 #define PERI_MS_PPU_FX_DW0_CH_STRUCT61_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[155]) /* 0x40022EC0 */ 943 #define PERI_MS_PPU_FX_DW0_CH_STRUCT62_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[156]) /* 0x40022F00 */ 944 #define PERI_MS_PPU_FX_DW0_CH_STRUCT63_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[157]) /* 0x40022F40 */ 945 #define PERI_MS_PPU_FX_DW0_CH_STRUCT64_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[158]) /* 0x40022F80 */ 946 #define PERI_MS_PPU_FX_DW0_CH_STRUCT65_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[159]) /* 0x40022FC0 */ 947 #define PERI_MS_PPU_FX_DW0_CH_STRUCT66_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[160]) /* 0x40023000 */ 948 #define PERI_MS_PPU_FX_DW0_CH_STRUCT67_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[161]) /* 0x40023040 */ 949 #define PERI_MS_PPU_FX_DW0_CH_STRUCT68_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[162]) /* 0x40023080 */ 950 #define PERI_MS_PPU_FX_DW0_CH_STRUCT69_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[163]) /* 0x400230C0 */ 951 #define PERI_MS_PPU_FX_DW0_CH_STRUCT70_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[164]) /* 0x40023100 */ 952 #define PERI_MS_PPU_FX_DW0_CH_STRUCT71_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[165]) /* 0x40023140 */ 953 #define PERI_MS_PPU_FX_DW0_CH_STRUCT72_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[166]) /* 0x40023180 */ 954 #define PERI_MS_PPU_FX_DW0_CH_STRUCT73_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[167]) /* 0x400231C0 */ 955 #define PERI_MS_PPU_FX_DW0_CH_STRUCT74_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[168]) /* 0x40023200 */ 956 #define PERI_MS_PPU_FX_DW0_CH_STRUCT75_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[169]) /* 0x40023240 */ 957 #define PERI_MS_PPU_FX_DW0_CH_STRUCT76_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[170]) /* 0x40023280 */ 958 #define PERI_MS_PPU_FX_DW0_CH_STRUCT77_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[171]) /* 0x400232C0 */ 959 #define PERI_MS_PPU_FX_DW0_CH_STRUCT78_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[172]) /* 0x40023300 */ 960 #define PERI_MS_PPU_FX_DW0_CH_STRUCT79_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[173]) /* 0x40023340 */ 961 #define PERI_MS_PPU_FX_DW0_CH_STRUCT80_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[174]) /* 0x40023380 */ 962 #define PERI_MS_PPU_FX_DW0_CH_STRUCT81_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[175]) /* 0x400233C0 */ 963 #define PERI_MS_PPU_FX_DW0_CH_STRUCT82_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[176]) /* 0x40023400 */ 964 #define PERI_MS_PPU_FX_DW0_CH_STRUCT83_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[177]) /* 0x40023440 */ 965 #define PERI_MS_PPU_FX_DW0_CH_STRUCT84_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[178]) /* 0x40023480 */ 966 #define PERI_MS_PPU_FX_DW0_CH_STRUCT85_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[179]) /* 0x400234C0 */ 967 #define PERI_MS_PPU_FX_DW0_CH_STRUCT86_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[180]) /* 0x40023500 */ 968 #define PERI_MS_PPU_FX_DW0_CH_STRUCT87_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[181]) /* 0x40023540 */ 969 #define PERI_MS_PPU_FX_DW0_CH_STRUCT88_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[182]) /* 0x40023580 */ 970 #define PERI_MS_PPU_FX_DW0_CH_STRUCT89_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[183]) /* 0x400235C0 */ 971 #define PERI_MS_PPU_FX_DW0_CH_STRUCT90_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[184]) /* 0x40023600 */ 972 #define PERI_MS_PPU_FX_DW0_CH_STRUCT91_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[185]) /* 0x40023640 */ 973 #define PERI_MS_PPU_FX_DW0_CH_STRUCT92_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[186]) /* 0x40023680 */ 974 #define PERI_MS_PPU_FX_DW0_CH_STRUCT93_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[187]) /* 0x400236C0 */ 975 #define PERI_MS_PPU_FX_DW0_CH_STRUCT94_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[188]) /* 0x40023700 */ 976 #define PERI_MS_PPU_FX_DW0_CH_STRUCT95_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[189]) /* 0x40023740 */ 977 #define PERI_MS_PPU_FX_DW0_CH_STRUCT96_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[190]) /* 0x40023780 */ 978 #define PERI_MS_PPU_FX_DW0_CH_STRUCT97_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[191]) /* 0x400237C0 */ 979 #define PERI_MS_PPU_FX_DW0_CH_STRUCT98_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[192]) /* 0x40023800 */ 980 #define PERI_MS_PPU_FX_DW0_CH_STRUCT99_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[193]) /* 0x40023840 */ 981 #define PERI_MS_PPU_FX_DW1_CH_STRUCT0_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[194]) /* 0x40023880 */ 982 #define PERI_MS_PPU_FX_DW1_CH_STRUCT1_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[195]) /* 0x400238C0 */ 983 #define PERI_MS_PPU_FX_DW1_CH_STRUCT2_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[196]) /* 0x40023900 */ 984 #define PERI_MS_PPU_FX_DW1_CH_STRUCT3_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[197]) /* 0x40023940 */ 985 #define PERI_MS_PPU_FX_DW1_CH_STRUCT4_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[198]) /* 0x40023980 */ 986 #define PERI_MS_PPU_FX_DW1_CH_STRUCT5_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[199]) /* 0x400239C0 */ 987 #define PERI_MS_PPU_FX_DW1_CH_STRUCT6_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[200]) /* 0x40023A00 */ 988 #define PERI_MS_PPU_FX_DW1_CH_STRUCT7_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[201]) /* 0x40023A40 */ 989 #define PERI_MS_PPU_FX_DW1_CH_STRUCT8_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[202]) /* 0x40023A80 */ 990 #define PERI_MS_PPU_FX_DW1_CH_STRUCT9_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[203]) /* 0x40023AC0 */ 991 #define PERI_MS_PPU_FX_DW1_CH_STRUCT10_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[204]) /* 0x40023B00 */ 992 #define PERI_MS_PPU_FX_DW1_CH_STRUCT11_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[205]) /* 0x40023B40 */ 993 #define PERI_MS_PPU_FX_DW1_CH_STRUCT12_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[206]) /* 0x40023B80 */ 994 #define PERI_MS_PPU_FX_DW1_CH_STRUCT13_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[207]) /* 0x40023BC0 */ 995 #define PERI_MS_PPU_FX_DW1_CH_STRUCT14_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[208]) /* 0x40023C00 */ 996 #define PERI_MS_PPU_FX_DW1_CH_STRUCT15_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[209]) /* 0x40023C40 */ 997 #define PERI_MS_PPU_FX_DW1_CH_STRUCT16_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[210]) /* 0x40023C80 */ 998 #define PERI_MS_PPU_FX_DW1_CH_STRUCT17_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[211]) /* 0x40023CC0 */ 999 #define PERI_MS_PPU_FX_DW1_CH_STRUCT18_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[212]) /* 0x40023D00 */ 1000 #define PERI_MS_PPU_FX_DW1_CH_STRUCT19_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[213]) /* 0x40023D40 */ 1001 #define PERI_MS_PPU_FX_DW1_CH_STRUCT20_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[214]) /* 0x40023D80 */ 1002 #define PERI_MS_PPU_FX_DW1_CH_STRUCT21_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[215]) /* 0x40023DC0 */ 1003 #define PERI_MS_PPU_FX_DW1_CH_STRUCT22_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[216]) /* 0x40023E00 */ 1004 #define PERI_MS_PPU_FX_DW1_CH_STRUCT23_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[217]) /* 0x40023E40 */ 1005 #define PERI_MS_PPU_FX_DW1_CH_STRUCT24_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[218]) /* 0x40023E80 */ 1006 #define PERI_MS_PPU_FX_DW1_CH_STRUCT25_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[219]) /* 0x40023EC0 */ 1007 #define PERI_MS_PPU_FX_DW1_CH_STRUCT26_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[220]) /* 0x40023F00 */ 1008 #define PERI_MS_PPU_FX_DW1_CH_STRUCT27_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[221]) /* 0x40023F40 */ 1009 #define PERI_MS_PPU_FX_DW1_CH_STRUCT28_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[222]) /* 0x40023F80 */ 1010 #define PERI_MS_PPU_FX_DW1_CH_STRUCT29_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[223]) /* 0x40023FC0 */ 1011 #define PERI_MS_PPU_FX_DW1_CH_STRUCT30_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[224]) /* 0x40024000 */ 1012 #define PERI_MS_PPU_FX_DW1_CH_STRUCT31_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[225]) /* 0x40024040 */ 1013 #define PERI_MS_PPU_FX_DW1_CH_STRUCT32_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[226]) /* 0x40024080 */ 1014 #define PERI_MS_PPU_FX_DW1_CH_STRUCT33_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[227]) /* 0x400240C0 */ 1015 #define PERI_MS_PPU_FX_DW1_CH_STRUCT34_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[228]) /* 0x40024100 */ 1016 #define PERI_MS_PPU_FX_DW1_CH_STRUCT35_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[229]) /* 0x40024140 */ 1017 #define PERI_MS_PPU_FX_DW1_CH_STRUCT36_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[230]) /* 0x40024180 */ 1018 #define PERI_MS_PPU_FX_DW1_CH_STRUCT37_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[231]) /* 0x400241C0 */ 1019 #define PERI_MS_PPU_FX_DW1_CH_STRUCT38_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[232]) /* 0x40024200 */ 1020 #define PERI_MS_PPU_FX_DW1_CH_STRUCT39_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[233]) /* 0x40024240 */ 1021 #define PERI_MS_PPU_FX_DW1_CH_STRUCT40_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[234]) /* 0x40024280 */ 1022 #define PERI_MS_PPU_FX_DW1_CH_STRUCT41_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[235]) /* 0x400242C0 */ 1023 #define PERI_MS_PPU_FX_DW1_CH_STRUCT42_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[236]) /* 0x40024300 */ 1024 #define PERI_MS_PPU_FX_DW1_CH_STRUCT43_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[237]) /* 0x40024340 */ 1025 #define PERI_MS_PPU_FX_DW1_CH_STRUCT44_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[238]) /* 0x40024380 */ 1026 #define PERI_MS_PPU_FX_DW1_CH_STRUCT45_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[239]) /* 0x400243C0 */ 1027 #define PERI_MS_PPU_FX_DW1_CH_STRUCT46_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[240]) /* 0x40024400 */ 1028 #define PERI_MS_PPU_FX_DW1_CH_STRUCT47_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[241]) /* 0x40024440 */ 1029 #define PERI_MS_PPU_FX_DW1_CH_STRUCT48_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[242]) /* 0x40024480 */ 1030 #define PERI_MS_PPU_FX_DW1_CH_STRUCT49_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[243]) /* 0x400244C0 */ 1031 #define PERI_MS_PPU_FX_DW1_CH_STRUCT50_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[244]) /* 0x40024500 */ 1032 #define PERI_MS_PPU_FX_DW1_CH_STRUCT51_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[245]) /* 0x40024540 */ 1033 #define PERI_MS_PPU_FX_DW1_CH_STRUCT52_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[246]) /* 0x40024580 */ 1034 #define PERI_MS_PPU_FX_DW1_CH_STRUCT53_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[247]) /* 0x400245C0 */ 1035 #define PERI_MS_PPU_FX_DW1_CH_STRUCT54_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[248]) /* 0x40024600 */ 1036 #define PERI_MS_PPU_FX_DW1_CH_STRUCT55_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[249]) /* 0x40024640 */ 1037 #define PERI_MS_PPU_FX_DW1_CH_STRUCT56_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[250]) /* 0x40024680 */ 1038 #define PERI_MS_PPU_FX_DW1_CH_STRUCT57_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[251]) /* 0x400246C0 */ 1039 #define PERI_MS_PPU_FX_DMAC_TOP ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[252]) /* 0x40024700 */ 1040 #define PERI_MS_PPU_FX_DMAC_CH0_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[253]) /* 0x40024740 */ 1041 #define PERI_MS_PPU_FX_DMAC_CH1_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[254]) /* 0x40024780 */ 1042 #define PERI_MS_PPU_FX_DMAC_CH2_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[255]) /* 0x400247C0 */ 1043 #define PERI_MS_PPU_FX_DMAC_CH3_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[256]) /* 0x40024800 */ 1044 #define PERI_MS_PPU_FX_DMAC_CH4_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[257]) /* 0x40024840 */ 1045 #define PERI_MS_PPU_FX_DMAC_CH5_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[258]) /* 0x40024880 */ 1046 #define PERI_MS_PPU_FX_DMAC_CH6_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[259]) /* 0x400248C0 */ 1047 #define PERI_MS_PPU_FX_DMAC_CH7_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[260]) /* 0x40024900 */ 1048 #define PERI_MS_PPU_FX_EFUSE_CTL ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[261]) /* 0x40024940 */ 1049 #define PERI_MS_PPU_FX_EFUSE_DATA ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[262]) /* 0x40024980 */ 1050 #define PERI_MS_PPU_FX_BIST ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[263]) /* 0x400249C0 */ 1051 #define PERI_MS_PPU_FX_HSIOM_PRT0_PRT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[264]) /* 0x40024A00 */ 1052 #define PERI_MS_PPU_FX_HSIOM_PRT1_PRT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[265]) /* 0x40024A40 */ 1053 #define PERI_MS_PPU_FX_HSIOM_PRT2_PRT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[266]) /* 0x40024A80 */ 1054 #define PERI_MS_PPU_FX_HSIOM_PRT3_PRT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[267]) /* 0x40024AC0 */ 1055 #define PERI_MS_PPU_FX_HSIOM_PRT4_PRT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[268]) /* 0x40024B00 */ 1056 #define PERI_MS_PPU_FX_HSIOM_PRT5_PRT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[269]) /* 0x40024B40 */ 1057 #define PERI_MS_PPU_FX_HSIOM_PRT6_PRT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[270]) /* 0x40024B80 */ 1058 #define PERI_MS_PPU_FX_HSIOM_PRT7_PRT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[271]) /* 0x40024BC0 */ 1059 #define PERI_MS_PPU_FX_HSIOM_PRT8_PRT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[272]) /* 0x40024C00 */ 1060 #define PERI_MS_PPU_FX_HSIOM_PRT9_PRT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[273]) /* 0x40024C40 */ 1061 #define PERI_MS_PPU_FX_HSIOM_PRT10_PRT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[274]) /* 0x40024C80 */ 1062 #define PERI_MS_PPU_FX_HSIOM_PRT11_PRT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[275]) /* 0x40024CC0 */ 1063 #define PERI_MS_PPU_FX_HSIOM_PRT12_PRT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[276]) /* 0x40024D00 */ 1064 #define PERI_MS_PPU_FX_HSIOM_PRT13_PRT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[277]) /* 0x40024D40 */ 1065 #define PERI_MS_PPU_FX_HSIOM_PRT14_PRT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[278]) /* 0x40024D80 */ 1066 #define PERI_MS_PPU_FX_HSIOM_PRT15_PRT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[279]) /* 0x40024DC0 */ 1067 #define PERI_MS_PPU_FX_HSIOM_PRT16_PRT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[280]) /* 0x40024E00 */ 1068 #define PERI_MS_PPU_FX_HSIOM_PRT17_PRT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[281]) /* 0x40024E40 */ 1069 #define PERI_MS_PPU_FX_HSIOM_PRT18_PRT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[282]) /* 0x40024E80 */ 1070 #define PERI_MS_PPU_FX_HSIOM_PRT19_PRT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[283]) /* 0x40024EC0 */ 1071 #define PERI_MS_PPU_FX_HSIOM_PRT20_PRT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[284]) /* 0x40024F00 */ 1072 #define PERI_MS_PPU_FX_HSIOM_PRT21_PRT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[285]) /* 0x40024F40 */ 1073 #define PERI_MS_PPU_FX_HSIOM_PRT22_PRT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[286]) /* 0x40024F80 */ 1074 #define PERI_MS_PPU_FX_HSIOM_PRT23_PRT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[287]) /* 0x40024FC0 */ 1075 #define PERI_MS_PPU_FX_HSIOM_PRT24_PRT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[288]) /* 0x40025000 */ 1076 #define PERI_MS_PPU_FX_HSIOM_PRT25_PRT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[289]) /* 0x40025040 */ 1077 #define PERI_MS_PPU_FX_HSIOM_PRT26_PRT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[290]) /* 0x40025080 */ 1078 #define PERI_MS_PPU_FX_HSIOM_PRT27_PRT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[291]) /* 0x400250C0 */ 1079 #define PERI_MS_PPU_FX_HSIOM_PRT28_PRT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[292]) /* 0x40025100 */ 1080 #define PERI_MS_PPU_FX_HSIOM_PRT29_PRT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[293]) /* 0x40025140 */ 1081 #define PERI_MS_PPU_FX_HSIOM_PRT30_PRT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[294]) /* 0x40025180 */ 1082 #define PERI_MS_PPU_FX_HSIOM_PRT31_PRT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[295]) /* 0x400251C0 */ 1083 #define PERI_MS_PPU_FX_HSIOM_PRT32_PRT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[296]) /* 0x40025200 */ 1084 #define PERI_MS_PPU_FX_HSIOM_AMUX ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[297]) /* 0x40025240 */ 1085 #define PERI_MS_PPU_FX_HSIOM_MON ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[298]) /* 0x40025280 */ 1086 #define PERI_MS_PPU_FX_HSIOM_ALTJTAG ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[299]) /* 0x400252C0 */ 1087 #define PERI_MS_PPU_FX_GPIO_PRT0_PRT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[300]) /* 0x40025300 */ 1088 #define PERI_MS_PPU_FX_GPIO_PRT1_PRT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[301]) /* 0x40025340 */ 1089 #define PERI_MS_PPU_FX_GPIO_PRT2_PRT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[302]) /* 0x40025380 */ 1090 #define PERI_MS_PPU_FX_GPIO_PRT3_PRT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[303]) /* 0x400253C0 */ 1091 #define PERI_MS_PPU_FX_GPIO_PRT4_PRT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[304]) /* 0x40025400 */ 1092 #define PERI_MS_PPU_FX_GPIO_PRT5_PRT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[305]) /* 0x40025440 */ 1093 #define PERI_MS_PPU_FX_GPIO_PRT6_PRT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[306]) /* 0x40025480 */ 1094 #define PERI_MS_PPU_FX_GPIO_PRT7_PRT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[307]) /* 0x400254C0 */ 1095 #define PERI_MS_PPU_FX_GPIO_PRT8_PRT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[308]) /* 0x40025500 */ 1096 #define PERI_MS_PPU_FX_GPIO_PRT9_PRT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[309]) /* 0x40025540 */ 1097 #define PERI_MS_PPU_FX_GPIO_PRT10_PRT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[310]) /* 0x40025580 */ 1098 #define PERI_MS_PPU_FX_GPIO_PRT11_PRT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[311]) /* 0x400255C0 */ 1099 #define PERI_MS_PPU_FX_GPIO_PRT12_PRT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[312]) /* 0x40025600 */ 1100 #define PERI_MS_PPU_FX_GPIO_PRT13_PRT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[313]) /* 0x40025640 */ 1101 #define PERI_MS_PPU_FX_GPIO_PRT14_PRT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[314]) /* 0x40025680 */ 1102 #define PERI_MS_PPU_FX_GPIO_PRT15_PRT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[315]) /* 0x400256C0 */ 1103 #define PERI_MS_PPU_FX_GPIO_PRT16_PRT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[316]) /* 0x40025700 */ 1104 #define PERI_MS_PPU_FX_GPIO_PRT17_PRT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[317]) /* 0x40025740 */ 1105 #define PERI_MS_PPU_FX_GPIO_PRT18_PRT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[318]) /* 0x40025780 */ 1106 #define PERI_MS_PPU_FX_GPIO_PRT19_PRT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[319]) /* 0x400257C0 */ 1107 #define PERI_MS_PPU_FX_GPIO_PRT20_PRT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[320]) /* 0x40025800 */ 1108 #define PERI_MS_PPU_FX_GPIO_PRT21_PRT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[321]) /* 0x40025840 */ 1109 #define PERI_MS_PPU_FX_GPIO_PRT22_PRT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[322]) /* 0x40025880 */ 1110 #define PERI_MS_PPU_FX_GPIO_PRT23_PRT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[323]) /* 0x400258C0 */ 1111 #define PERI_MS_PPU_FX_GPIO_PRT24_PRT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[324]) /* 0x40025900 */ 1112 #define PERI_MS_PPU_FX_GPIO_PRT25_PRT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[325]) /* 0x40025940 */ 1113 #define PERI_MS_PPU_FX_GPIO_PRT26_PRT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[326]) /* 0x40025980 */ 1114 #define PERI_MS_PPU_FX_GPIO_PRT27_PRT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[327]) /* 0x400259C0 */ 1115 #define PERI_MS_PPU_FX_GPIO_PRT28_PRT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[328]) /* 0x40025A00 */ 1116 #define PERI_MS_PPU_FX_GPIO_PRT29_PRT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[329]) /* 0x40025A40 */ 1117 #define PERI_MS_PPU_FX_GPIO_PRT30_PRT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[330]) /* 0x40025A80 */ 1118 #define PERI_MS_PPU_FX_GPIO_PRT31_PRT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[331]) /* 0x40025AC0 */ 1119 #define PERI_MS_PPU_FX_GPIO_PRT32_PRT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[332]) /* 0x40025B00 */ 1120 #define PERI_MS_PPU_FX_GPIO_PRT0_CFG ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[333]) /* 0x40025B40 */ 1121 #define PERI_MS_PPU_FX_GPIO_PRT1_CFG ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[334]) /* 0x40025B80 */ 1122 #define PERI_MS_PPU_FX_GPIO_PRT2_CFG ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[335]) /* 0x40025BC0 */ 1123 #define PERI_MS_PPU_FX_GPIO_PRT3_CFG ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[336]) /* 0x40025C00 */ 1124 #define PERI_MS_PPU_FX_GPIO_PRT4_CFG ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[337]) /* 0x40025C40 */ 1125 #define PERI_MS_PPU_FX_GPIO_PRT5_CFG ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[338]) /* 0x40025C80 */ 1126 #define PERI_MS_PPU_FX_GPIO_PRT6_CFG ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[339]) /* 0x40025CC0 */ 1127 #define PERI_MS_PPU_FX_GPIO_PRT7_CFG ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[340]) /* 0x40025D00 */ 1128 #define PERI_MS_PPU_FX_GPIO_PRT8_CFG ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[341]) /* 0x40025D40 */ 1129 #define PERI_MS_PPU_FX_GPIO_PRT9_CFG ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[342]) /* 0x40025D80 */ 1130 #define PERI_MS_PPU_FX_GPIO_PRT10_CFG ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[343]) /* 0x40025DC0 */ 1131 #define PERI_MS_PPU_FX_GPIO_PRT11_CFG ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[344]) /* 0x40025E00 */ 1132 #define PERI_MS_PPU_FX_GPIO_PRT12_CFG ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[345]) /* 0x40025E40 */ 1133 #define PERI_MS_PPU_FX_GPIO_PRT13_CFG ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[346]) /* 0x40025E80 */ 1134 #define PERI_MS_PPU_FX_GPIO_PRT14_CFG ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[347]) /* 0x40025EC0 */ 1135 #define PERI_MS_PPU_FX_GPIO_PRT15_CFG ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[348]) /* 0x40025F00 */ 1136 #define PERI_MS_PPU_FX_GPIO_PRT16_CFG ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[349]) /* 0x40025F40 */ 1137 #define PERI_MS_PPU_FX_GPIO_PRT17_CFG ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[350]) /* 0x40025F80 */ 1138 #define PERI_MS_PPU_FX_GPIO_PRT18_CFG ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[351]) /* 0x40025FC0 */ 1139 #define PERI_MS_PPU_FX_GPIO_PRT19_CFG ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[352]) /* 0x40026000 */ 1140 #define PERI_MS_PPU_FX_GPIO_PRT20_CFG ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[353]) /* 0x40026040 */ 1141 #define PERI_MS_PPU_FX_GPIO_PRT21_CFG ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[354]) /* 0x40026080 */ 1142 #define PERI_MS_PPU_FX_GPIO_PRT22_CFG ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[355]) /* 0x400260C0 */ 1143 #define PERI_MS_PPU_FX_GPIO_PRT23_CFG ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[356]) /* 0x40026100 */ 1144 #define PERI_MS_PPU_FX_GPIO_PRT24_CFG ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[357]) /* 0x40026140 */ 1145 #define PERI_MS_PPU_FX_GPIO_PRT25_CFG ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[358]) /* 0x40026180 */ 1146 #define PERI_MS_PPU_FX_GPIO_PRT26_CFG ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[359]) /* 0x400261C0 */ 1147 #define PERI_MS_PPU_FX_GPIO_PRT27_CFG ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[360]) /* 0x40026200 */ 1148 #define PERI_MS_PPU_FX_GPIO_PRT28_CFG ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[361]) /* 0x40026240 */ 1149 #define PERI_MS_PPU_FX_GPIO_PRT29_CFG ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[362]) /* 0x40026280 */ 1150 #define PERI_MS_PPU_FX_GPIO_PRT30_CFG ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[363]) /* 0x400262C0 */ 1151 #define PERI_MS_PPU_FX_GPIO_PRT31_CFG ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[364]) /* 0x40026300 */ 1152 #define PERI_MS_PPU_FX_GPIO_PRT32_CFG ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[365]) /* 0x40026340 */ 1153 #define PERI_MS_PPU_FX_GPIO_GPIO ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[366]) /* 0x40026380 */ 1154 #define PERI_MS_PPU_FX_GPIO_TEST ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[367]) /* 0x400263C0 */ 1155 #define PERI_MS_PPU_FX_SMARTIO_PRT12_PRT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[368]) /* 0x40026400 */ 1156 #define PERI_MS_PPU_FX_SMARTIO_PRT13_PRT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[369]) /* 0x40026440 */ 1157 #define PERI_MS_PPU_FX_SMARTIO_PRT14_PRT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[370]) /* 0x40026480 */ 1158 #define PERI_MS_PPU_FX_SMARTIO_PRT15_PRT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[371]) /* 0x400264C0 */ 1159 #define PERI_MS_PPU_FX_SMARTIO_PRT17_PRT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[372]) /* 0x40026500 */ 1160 #define PERI_MS_PPU_FX_EVTGEN0 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[373]) /* 0x40026540 */ 1161 #define PERI_MS_PPU_FX_SMIF0 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[374]) /* 0x40026580 */ 1162 #define PERI_MS_PPU_FX_SDHC0 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[375]) /* 0x400265C0 */ 1163 #define PERI_MS_PPU_FX_ETH0 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[376]) /* 0x40026600 */ 1164 #define PERI_MS_PPU_FX_LIN0_MAIN ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[377]) /* 0x40026640 */ 1165 #define PERI_MS_PPU_FX_LIN0_CH0_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[378]) /* 0x40026680 */ 1166 #define PERI_MS_PPU_FX_LIN0_CH1_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[379]) /* 0x400266C0 */ 1167 #define PERI_MS_PPU_FX_LIN0_CH2_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[380]) /* 0x40026700 */ 1168 #define PERI_MS_PPU_FX_LIN0_CH3_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[381]) /* 0x40026740 */ 1169 #define PERI_MS_PPU_FX_LIN0_CH4_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[382]) /* 0x40026780 */ 1170 #define PERI_MS_PPU_FX_LIN0_CH5_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[383]) /* 0x400267C0 */ 1171 #define PERI_MS_PPU_FX_LIN0_CH6_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[384]) /* 0x40026800 */ 1172 #define PERI_MS_PPU_FX_LIN0_CH7_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[385]) /* 0x40026840 */ 1173 #define PERI_MS_PPU_FX_LIN0_CH8_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[386]) /* 0x40026880 */ 1174 #define PERI_MS_PPU_FX_LIN0_CH9_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[387]) /* 0x400268C0 */ 1175 #define PERI_MS_PPU_FX_LIN0_CH10_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[388]) /* 0x40026900 */ 1176 #define PERI_MS_PPU_FX_LIN0_CH11_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[389]) /* 0x40026940 */ 1177 #define PERI_MS_PPU_FX_LIN0_CH12_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[390]) /* 0x40026980 */ 1178 #define PERI_MS_PPU_FX_LIN0_CH13_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[391]) /* 0x400269C0 */ 1179 #define PERI_MS_PPU_FX_LIN0_CH14_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[392]) /* 0x40026A00 */ 1180 #define PERI_MS_PPU_FX_LIN0_CH15_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[393]) /* 0x40026A40 */ 1181 #define PERI_MS_PPU_FX_CANFD0_CH0_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[394]) /* 0x40026A80 */ 1182 #define PERI_MS_PPU_FX_CANFD0_CH1_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[395]) /* 0x40026AC0 */ 1183 #define PERI_MS_PPU_FX_CANFD0_CH2_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[396]) /* 0x40026B00 */ 1184 #define PERI_MS_PPU_FX_CANFD0_CH3_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[397]) /* 0x40026B40 */ 1185 #define PERI_MS_PPU_FX_CANFD1_CH0_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[398]) /* 0x40026B80 */ 1186 #define PERI_MS_PPU_FX_CANFD1_CH1_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[399]) /* 0x40026BC0 */ 1187 #define PERI_MS_PPU_FX_CANFD1_CH2_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[400]) /* 0x40026C00 */ 1188 #define PERI_MS_PPU_FX_CANFD1_CH3_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[401]) /* 0x40026C40 */ 1189 #define PERI_MS_PPU_FX_CANFD0_MAIN ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[402]) /* 0x40026C80 */ 1190 #define PERI_MS_PPU_FX_CANFD1_MAIN ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[403]) /* 0x40026CC0 */ 1191 #define PERI_MS_PPU_FX_CANFD0_BUF ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[404]) /* 0x40026D00 */ 1192 #define PERI_MS_PPU_FX_CANFD1_BUF ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[405]) /* 0x40026D40 */ 1193 #define PERI_MS_PPU_FX_TCPWM0_GRP0_CNT0_CNT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[406]) /* 0x40026D80 */ 1194 #define PERI_MS_PPU_FX_TCPWM0_GRP0_CNT1_CNT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[407]) /* 0x40026DC0 */ 1195 #define PERI_MS_PPU_FX_TCPWM0_GRP0_CNT2_CNT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[408]) /* 0x40026E00 */ 1196 #define PERI_MS_PPU_FX_TCPWM0_GRP0_CNT3_CNT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[409]) /* 0x40026E40 */ 1197 #define PERI_MS_PPU_FX_TCPWM0_GRP0_CNT4_CNT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[410]) /* 0x40026E80 */ 1198 #define PERI_MS_PPU_FX_TCPWM0_GRP0_CNT5_CNT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[411]) /* 0x40026EC0 */ 1199 #define PERI_MS_PPU_FX_TCPWM0_GRP0_CNT6_CNT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[412]) /* 0x40026F00 */ 1200 #define PERI_MS_PPU_FX_TCPWM0_GRP0_CNT7_CNT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[413]) /* 0x40026F40 */ 1201 #define PERI_MS_PPU_FX_TCPWM0_GRP0_CNT8_CNT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[414]) /* 0x40026F80 */ 1202 #define PERI_MS_PPU_FX_TCPWM0_GRP0_CNT9_CNT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[415]) /* 0x40026FC0 */ 1203 #define PERI_MS_PPU_FX_TCPWM0_GRP0_CNT10_CNT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[416]) /* 0x40027000 */ 1204 #define PERI_MS_PPU_FX_TCPWM0_GRP0_CNT11_CNT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[417]) /* 0x40027040 */ 1205 #define PERI_MS_PPU_FX_TCPWM0_GRP0_CNT12_CNT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[418]) /* 0x40027080 */ 1206 #define PERI_MS_PPU_FX_TCPWM0_GRP0_CNT13_CNT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[419]) /* 0x400270C0 */ 1207 #define PERI_MS_PPU_FX_TCPWM0_GRP0_CNT14_CNT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[420]) /* 0x40027100 */ 1208 #define PERI_MS_PPU_FX_TCPWM0_GRP0_CNT15_CNT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[421]) /* 0x40027140 */ 1209 #define PERI_MS_PPU_FX_TCPWM0_GRP0_CNT16_CNT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[422]) /* 0x40027180 */ 1210 #define PERI_MS_PPU_FX_TCPWM0_GRP0_CNT17_CNT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[423]) /* 0x400271C0 */ 1211 #define PERI_MS_PPU_FX_TCPWM0_GRP0_CNT18_CNT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[424]) /* 0x40027200 */ 1212 #define PERI_MS_PPU_FX_TCPWM0_GRP0_CNT19_CNT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[425]) /* 0x40027240 */ 1213 #define PERI_MS_PPU_FX_TCPWM0_GRP0_CNT20_CNT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[426]) /* 0x40027280 */ 1214 #define PERI_MS_PPU_FX_TCPWM0_GRP0_CNT21_CNT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[427]) /* 0x400272C0 */ 1215 #define PERI_MS_PPU_FX_TCPWM0_GRP0_CNT22_CNT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[428]) /* 0x40027300 */ 1216 #define PERI_MS_PPU_FX_TCPWM0_GRP0_CNT23_CNT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[429]) /* 0x40027340 */ 1217 #define PERI_MS_PPU_FX_TCPWM0_GRP0_CNT24_CNT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[430]) /* 0x40027380 */ 1218 #define PERI_MS_PPU_FX_TCPWM0_GRP0_CNT25_CNT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[431]) /* 0x400273C0 */ 1219 #define PERI_MS_PPU_FX_TCPWM0_GRP0_CNT26_CNT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[432]) /* 0x40027400 */ 1220 #define PERI_MS_PPU_FX_TCPWM0_GRP0_CNT27_CNT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[433]) /* 0x40027440 */ 1221 #define PERI_MS_PPU_FX_TCPWM0_GRP0_CNT28_CNT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[434]) /* 0x40027480 */ 1222 #define PERI_MS_PPU_FX_TCPWM0_GRP0_CNT29_CNT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[435]) /* 0x400274C0 */ 1223 #define PERI_MS_PPU_FX_TCPWM0_GRP0_CNT30_CNT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[436]) /* 0x40027500 */ 1224 #define PERI_MS_PPU_FX_TCPWM0_GRP0_CNT31_CNT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[437]) /* 0x40027540 */ 1225 #define PERI_MS_PPU_FX_TCPWM0_GRP0_CNT32_CNT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[438]) /* 0x40027580 */ 1226 #define PERI_MS_PPU_FX_TCPWM0_GRP0_CNT33_CNT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[439]) /* 0x400275C0 */ 1227 #define PERI_MS_PPU_FX_TCPWM0_GRP0_CNT34_CNT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[440]) /* 0x40027600 */ 1228 #define PERI_MS_PPU_FX_TCPWM0_GRP0_CNT35_CNT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[441]) /* 0x40027640 */ 1229 #define PERI_MS_PPU_FX_TCPWM0_GRP0_CNT36_CNT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[442]) /* 0x40027680 */ 1230 #define PERI_MS_PPU_FX_TCPWM0_GRP0_CNT37_CNT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[443]) /* 0x400276C0 */ 1231 #define PERI_MS_PPU_FX_TCPWM0_GRP0_CNT38_CNT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[444]) /* 0x40027700 */ 1232 #define PERI_MS_PPU_FX_TCPWM0_GRP0_CNT39_CNT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[445]) /* 0x40027740 */ 1233 #define PERI_MS_PPU_FX_TCPWM0_GRP0_CNT40_CNT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[446]) /* 0x40027780 */ 1234 #define PERI_MS_PPU_FX_TCPWM0_GRP0_CNT41_CNT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[447]) /* 0x400277C0 */ 1235 #define PERI_MS_PPU_FX_TCPWM0_GRP0_CNT42_CNT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[448]) /* 0x40027800 */ 1236 #define PERI_MS_PPU_FX_TCPWM0_GRP0_CNT43_CNT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[449]) /* 0x40027840 */ 1237 #define PERI_MS_PPU_FX_TCPWM0_GRP0_CNT44_CNT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[450]) /* 0x40027880 */ 1238 #define PERI_MS_PPU_FX_TCPWM0_GRP0_CNT45_CNT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[451]) /* 0x400278C0 */ 1239 #define PERI_MS_PPU_FX_TCPWM0_GRP0_CNT46_CNT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[452]) /* 0x40027900 */ 1240 #define PERI_MS_PPU_FX_TCPWM0_GRP0_CNT47_CNT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[453]) /* 0x40027940 */ 1241 #define PERI_MS_PPU_FX_TCPWM0_GRP0_CNT48_CNT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[454]) /* 0x40027980 */ 1242 #define PERI_MS_PPU_FX_TCPWM0_GRP0_CNT49_CNT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[455]) /* 0x400279C0 */ 1243 #define PERI_MS_PPU_FX_TCPWM0_GRP0_CNT50_CNT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[456]) /* 0x40027A00 */ 1244 #define PERI_MS_PPU_FX_TCPWM0_GRP0_CNT51_CNT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[457]) /* 0x40027A40 */ 1245 #define PERI_MS_PPU_FX_TCPWM0_GRP0_CNT52_CNT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[458]) /* 0x40027A80 */ 1246 #define PERI_MS_PPU_FX_TCPWM0_GRP0_CNT53_CNT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[459]) /* 0x40027AC0 */ 1247 #define PERI_MS_PPU_FX_TCPWM0_GRP0_CNT54_CNT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[460]) /* 0x40027B00 */ 1248 #define PERI_MS_PPU_FX_TCPWM0_GRP0_CNT55_CNT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[461]) /* 0x40027B40 */ 1249 #define PERI_MS_PPU_FX_TCPWM0_GRP0_CNT56_CNT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[462]) /* 0x40027B80 */ 1250 #define PERI_MS_PPU_FX_TCPWM0_GRP0_CNT57_CNT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[463]) /* 0x40027BC0 */ 1251 #define PERI_MS_PPU_FX_TCPWM0_GRP0_CNT58_CNT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[464]) /* 0x40027C00 */ 1252 #define PERI_MS_PPU_FX_TCPWM0_GRP0_CNT59_CNT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[465]) /* 0x40027C40 */ 1253 #define PERI_MS_PPU_FX_TCPWM0_GRP0_CNT60_CNT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[466]) /* 0x40027C80 */ 1254 #define PERI_MS_PPU_FX_TCPWM0_GRP0_CNT61_CNT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[467]) /* 0x40027CC0 */ 1255 #define PERI_MS_PPU_FX_TCPWM0_GRP0_CNT62_CNT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[468]) /* 0x40027D00 */ 1256 #define PERI_MS_PPU_FX_TCPWM0_GRP1_CNT0_CNT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[469]) /* 0x40027D40 */ 1257 #define PERI_MS_PPU_FX_TCPWM0_GRP1_CNT1_CNT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[470]) /* 0x40027D80 */ 1258 #define PERI_MS_PPU_FX_TCPWM0_GRP1_CNT2_CNT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[471]) /* 0x40027DC0 */ 1259 #define PERI_MS_PPU_FX_TCPWM0_GRP1_CNT3_CNT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[472]) /* 0x40027E00 */ 1260 #define PERI_MS_PPU_FX_TCPWM0_GRP1_CNT4_CNT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[473]) /* 0x40027E40 */ 1261 #define PERI_MS_PPU_FX_TCPWM0_GRP1_CNT5_CNT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[474]) /* 0x40027E80 */ 1262 #define PERI_MS_PPU_FX_TCPWM0_GRP1_CNT6_CNT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[475]) /* 0x40027EC0 */ 1263 #define PERI_MS_PPU_FX_TCPWM0_GRP1_CNT7_CNT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[476]) /* 0x40027F00 */ 1264 #define PERI_MS_PPU_FX_TCPWM0_GRP1_CNT8_CNT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[477]) /* 0x40027F40 */ 1265 #define PERI_MS_PPU_FX_TCPWM0_GRP1_CNT9_CNT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[478]) /* 0x40027F80 */ 1266 #define PERI_MS_PPU_FX_TCPWM0_GRP1_CNT10_CNT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[479]) /* 0x40027FC0 */ 1267 #define PERI_MS_PPU_FX_TCPWM0_GRP1_CNT11_CNT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[480]) /* 0x40028000 */ 1268 #define PERI_MS_PPU_FX_TCPWM0_GRP2_CNT0_CNT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[481]) /* 0x40028040 */ 1269 #define PERI_MS_PPU_FX_TCPWM0_GRP2_CNT1_CNT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[482]) /* 0x40028080 */ 1270 #define PERI_MS_PPU_FX_TCPWM0_GRP2_CNT2_CNT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[483]) /* 0x400280C0 */ 1271 #define PERI_MS_PPU_FX_TCPWM0_GRP2_CNT3_CNT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[484]) /* 0x40028100 */ 1272 #define PERI_MS_PPU_FX_TCPWM0_GRP2_CNT4_CNT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[485]) /* 0x40028140 */ 1273 #define PERI_MS_PPU_FX_TCPWM0_GRP2_CNT5_CNT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[486]) /* 0x40028180 */ 1274 #define PERI_MS_PPU_FX_TCPWM0_GRP2_CNT6_CNT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[487]) /* 0x400281C0 */ 1275 #define PERI_MS_PPU_FX_TCPWM0_GRP2_CNT7_CNT ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[488]) /* 0x40028200 */ 1276 #define PERI_MS_PPU_FX_SCB0 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[489]) /* 0x40028240 */ 1277 #define PERI_MS_PPU_FX_SCB1 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[490]) /* 0x40028280 */ 1278 #define PERI_MS_PPU_FX_SCB2 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[491]) /* 0x400282C0 */ 1279 #define PERI_MS_PPU_FX_SCB3 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[492]) /* 0x40028300 */ 1280 #define PERI_MS_PPU_FX_SCB4 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[493]) /* 0x40028340 */ 1281 #define PERI_MS_PPU_FX_SCB5 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[494]) /* 0x40028380 */ 1282 #define PERI_MS_PPU_FX_SCB6 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[495]) /* 0x400283C0 */ 1283 #define PERI_MS_PPU_FX_SCB7 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[496]) /* 0x40028400 */ 1284 #define PERI_MS_PPU_FX_SCB8 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[497]) /* 0x40028440 */ 1285 #define PERI_MS_PPU_FX_SCB9 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[498]) /* 0x40028480 */ 1286 #define PERI_MS_PPU_FX_SCB10 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[499]) /* 0x400284C0 */ 1287 #define PERI_MS_PPU_FX_I2S0 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[500]) /* 0x40028500 */ 1288 #define PERI_MS_PPU_FX_I2S1 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[501]) /* 0x40028540 */ 1289 #define PERI_MS_PPU_FX_I2S2 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[502]) /* 0x40028580 */ 1290 #define PERI_MS_PPU_FX_PASS0_SAR0_SAR ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[503]) /* 0x400285C0 */ 1291 #define PERI_MS_PPU_FX_PASS0_SAR1_SAR ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[504]) /* 0x40028600 */ 1292 #define PERI_MS_PPU_FX_PASS0_SAR2_SAR ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[505]) /* 0x40028640 */ 1293 #define PERI_MS_PPU_FX_PASS0_SAR0_CH0_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[506]) /* 0x40028680 */ 1294 #define PERI_MS_PPU_FX_PASS0_SAR0_CH1_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[507]) /* 0x400286C0 */ 1295 #define PERI_MS_PPU_FX_PASS0_SAR0_CH2_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[508]) /* 0x40028700 */ 1296 #define PERI_MS_PPU_FX_PASS0_SAR0_CH3_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[509]) /* 0x40028740 */ 1297 #define PERI_MS_PPU_FX_PASS0_SAR0_CH4_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[510]) /* 0x40028780 */ 1298 #define PERI_MS_PPU_FX_PASS0_SAR0_CH5_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[511]) /* 0x400287C0 */ 1299 #define PERI_MS_PPU_FX_PASS0_SAR0_CH6_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[512]) /* 0x40028800 */ 1300 #define PERI_MS_PPU_FX_PASS0_SAR0_CH7_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[513]) /* 0x40028840 */ 1301 #define PERI_MS_PPU_FX_PASS0_SAR0_CH8_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[514]) /* 0x40028880 */ 1302 #define PERI_MS_PPU_FX_PASS0_SAR0_CH9_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[515]) /* 0x400288C0 */ 1303 #define PERI_MS_PPU_FX_PASS0_SAR0_CH10_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[516]) /* 0x40028900 */ 1304 #define PERI_MS_PPU_FX_PASS0_SAR0_CH11_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[517]) /* 0x40028940 */ 1305 #define PERI_MS_PPU_FX_PASS0_SAR0_CH12_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[518]) /* 0x40028980 */ 1306 #define PERI_MS_PPU_FX_PASS0_SAR0_CH13_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[519]) /* 0x400289C0 */ 1307 #define PERI_MS_PPU_FX_PASS0_SAR0_CH14_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[520]) /* 0x40028A00 */ 1308 #define PERI_MS_PPU_FX_PASS0_SAR0_CH15_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[521]) /* 0x40028A40 */ 1309 #define PERI_MS_PPU_FX_PASS0_SAR0_CH16_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[522]) /* 0x40028A80 */ 1310 #define PERI_MS_PPU_FX_PASS0_SAR0_CH17_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[523]) /* 0x40028AC0 */ 1311 #define PERI_MS_PPU_FX_PASS0_SAR0_CH18_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[524]) /* 0x40028B00 */ 1312 #define PERI_MS_PPU_FX_PASS0_SAR0_CH19_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[525]) /* 0x40028B40 */ 1313 #define PERI_MS_PPU_FX_PASS0_SAR0_CH20_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[526]) /* 0x40028B80 */ 1314 #define PERI_MS_PPU_FX_PASS0_SAR0_CH21_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[527]) /* 0x40028BC0 */ 1315 #define PERI_MS_PPU_FX_PASS0_SAR0_CH22_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[528]) /* 0x40028C00 */ 1316 #define PERI_MS_PPU_FX_PASS0_SAR0_CH23_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[529]) /* 0x40028C40 */ 1317 #define PERI_MS_PPU_FX_PASS0_SAR0_CH24_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[530]) /* 0x40028C80 */ 1318 #define PERI_MS_PPU_FX_PASS0_SAR0_CH25_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[531]) /* 0x40028CC0 */ 1319 #define PERI_MS_PPU_FX_PASS0_SAR0_CH26_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[532]) /* 0x40028D00 */ 1320 #define PERI_MS_PPU_FX_PASS0_SAR0_CH27_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[533]) /* 0x40028D40 */ 1321 #define PERI_MS_PPU_FX_PASS0_SAR0_CH28_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[534]) /* 0x40028D80 */ 1322 #define PERI_MS_PPU_FX_PASS0_SAR0_CH29_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[535]) /* 0x40028DC0 */ 1323 #define PERI_MS_PPU_FX_PASS0_SAR0_CH30_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[536]) /* 0x40028E00 */ 1324 #define PERI_MS_PPU_FX_PASS0_SAR0_CH31_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[537]) /* 0x40028E40 */ 1325 #define PERI_MS_PPU_FX_PASS0_SAR1_CH0_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[538]) /* 0x40028E80 */ 1326 #define PERI_MS_PPU_FX_PASS0_SAR1_CH1_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[539]) /* 0x40028EC0 */ 1327 #define PERI_MS_PPU_FX_PASS0_SAR1_CH2_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[540]) /* 0x40028F00 */ 1328 #define PERI_MS_PPU_FX_PASS0_SAR1_CH3_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[541]) /* 0x40028F40 */ 1329 #define PERI_MS_PPU_FX_PASS0_SAR1_CH4_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[542]) /* 0x40028F80 */ 1330 #define PERI_MS_PPU_FX_PASS0_SAR1_CH5_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[543]) /* 0x40028FC0 */ 1331 #define PERI_MS_PPU_FX_PASS0_SAR1_CH6_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[544]) /* 0x40029000 */ 1332 #define PERI_MS_PPU_FX_PASS0_SAR1_CH7_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[545]) /* 0x40029040 */ 1333 #define PERI_MS_PPU_FX_PASS0_SAR1_CH8_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[546]) /* 0x40029080 */ 1334 #define PERI_MS_PPU_FX_PASS0_SAR1_CH9_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[547]) /* 0x400290C0 */ 1335 #define PERI_MS_PPU_FX_PASS0_SAR1_CH10_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[548]) /* 0x40029100 */ 1336 #define PERI_MS_PPU_FX_PASS0_SAR1_CH11_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[549]) /* 0x40029140 */ 1337 #define PERI_MS_PPU_FX_PASS0_SAR1_CH12_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[550]) /* 0x40029180 */ 1338 #define PERI_MS_PPU_FX_PASS0_SAR1_CH13_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[551]) /* 0x400291C0 */ 1339 #define PERI_MS_PPU_FX_PASS0_SAR1_CH14_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[552]) /* 0x40029200 */ 1340 #define PERI_MS_PPU_FX_PASS0_SAR1_CH15_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[553]) /* 0x40029240 */ 1341 #define PERI_MS_PPU_FX_PASS0_SAR1_CH16_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[554]) /* 0x40029280 */ 1342 #define PERI_MS_PPU_FX_PASS0_SAR1_CH17_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[555]) /* 0x400292C0 */ 1343 #define PERI_MS_PPU_FX_PASS0_SAR1_CH18_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[556]) /* 0x40029300 */ 1344 #define PERI_MS_PPU_FX_PASS0_SAR1_CH19_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[557]) /* 0x40029340 */ 1345 #define PERI_MS_PPU_FX_PASS0_SAR1_CH20_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[558]) /* 0x40029380 */ 1346 #define PERI_MS_PPU_FX_PASS0_SAR1_CH21_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[559]) /* 0x400293C0 */ 1347 #define PERI_MS_PPU_FX_PASS0_SAR1_CH22_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[560]) /* 0x40029400 */ 1348 #define PERI_MS_PPU_FX_PASS0_SAR1_CH23_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[561]) /* 0x40029440 */ 1349 #define PERI_MS_PPU_FX_PASS0_SAR1_CH24_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[562]) /* 0x40029480 */ 1350 #define PERI_MS_PPU_FX_PASS0_SAR1_CH25_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[563]) /* 0x400294C0 */ 1351 #define PERI_MS_PPU_FX_PASS0_SAR1_CH26_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[564]) /* 0x40029500 */ 1352 #define PERI_MS_PPU_FX_PASS0_SAR1_CH27_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[565]) /* 0x40029540 */ 1353 #define PERI_MS_PPU_FX_PASS0_SAR1_CH28_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[566]) /* 0x40029580 */ 1354 #define PERI_MS_PPU_FX_PASS0_SAR1_CH29_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[567]) /* 0x400295C0 */ 1355 #define PERI_MS_PPU_FX_PASS0_SAR1_CH30_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[568]) /* 0x40029600 */ 1356 #define PERI_MS_PPU_FX_PASS0_SAR1_CH31_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[569]) /* 0x40029640 */ 1357 #define PERI_MS_PPU_FX_PASS0_SAR2_CH0_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[570]) /* 0x40029680 */ 1358 #define PERI_MS_PPU_FX_PASS0_SAR2_CH1_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[571]) /* 0x400296C0 */ 1359 #define PERI_MS_PPU_FX_PASS0_SAR2_CH2_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[572]) /* 0x40029700 */ 1360 #define PERI_MS_PPU_FX_PASS0_SAR2_CH3_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[573]) /* 0x40029740 */ 1361 #define PERI_MS_PPU_FX_PASS0_SAR2_CH4_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[574]) /* 0x40029780 */ 1362 #define PERI_MS_PPU_FX_PASS0_SAR2_CH5_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[575]) /* 0x400297C0 */ 1363 #define PERI_MS_PPU_FX_PASS0_SAR2_CH6_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[576]) /* 0x40029800 */ 1364 #define PERI_MS_PPU_FX_PASS0_SAR2_CH7_CH ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[577]) /* 0x40029840 */ 1365 #define PERI_MS_PPU_FX_PASS0_TOP ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[578]) /* 0x40029880 */ 1366 1367 /******************************************************************************* 1368 * PERI_PCLK 1369 *******************************************************************************/ 1370 1371 #define PERI_PCLK_BASE 0x40040000UL 1372 #define PERI_PCLK ((PERI_PCLK_Type*) PERI_PCLK_BASE) /* 0x40040000 */ 1373 #define PERI_PCLK_GR0 ((PERI_PCLK_GR_Type*) &PERI_PCLK->GR[0]) /* 0x40040000 */ 1374 #define PERI_PCLK_GR1 ((PERI_PCLK_GR_Type*) &PERI_PCLK->GR[1]) /* 0x40042000 */ 1375 1376 /******************************************************************************* 1377 * CRYPTO 1378 *******************************************************************************/ 1379 1380 #define CRYPTO_BASE 0x40100000UL 1381 #define CRYPTO ((CRYPTO_Type*) CRYPTO_BASE) /* 0x40100000 */ 1382 1383 /******************************************************************************* 1384 * CPUSS 1385 *******************************************************************************/ 1386 1387 #define CPUSS_BASE 0x40200000UL 1388 #define CPUSS ((CPUSS_Type*) CPUSS_BASE) /* 0x40200000 */ 1389 1390 /******************************************************************************* 1391 * FAULT 1392 *******************************************************************************/ 1393 1394 #define FAULT_BASE 0x40210000UL 1395 #define FAULT ((FAULT_Type*) FAULT_BASE) /* 0x40210000 */ 1396 #define FAULT_STRUCT0 ((FAULT_STRUCT_Type*) &FAULT->STRUCT[0]) /* 0x40210000 */ 1397 #define FAULT_STRUCT1 ((FAULT_STRUCT_Type*) &FAULT->STRUCT[1]) /* 0x40210100 */ 1398 #define FAULT_STRUCT2 ((FAULT_STRUCT_Type*) &FAULT->STRUCT[2]) /* 0x40210200 */ 1399 #define FAULT_STRUCT3 ((FAULT_STRUCT_Type*) &FAULT->STRUCT[3]) /* 0x40210300 */ 1400 1401 /******************************************************************************* 1402 * IPC 1403 *******************************************************************************/ 1404 1405 #define IPC_BASE 0x40220000UL 1406 #define IPC ((IPC_Type*) IPC_BASE) /* 0x40220000 */ 1407 #define IPC_STRUCT0 ((IPC_STRUCT_Type*) &IPC->STRUCT[0]) /* 0x40220000 */ 1408 #define IPC_STRUCT1 ((IPC_STRUCT_Type*) &IPC->STRUCT[1]) /* 0x40220020 */ 1409 #define IPC_STRUCT2 ((IPC_STRUCT_Type*) &IPC->STRUCT[2]) /* 0x40220040 */ 1410 #define IPC_STRUCT3 ((IPC_STRUCT_Type*) &IPC->STRUCT[3]) /* 0x40220060 */ 1411 #define IPC_STRUCT4 ((IPC_STRUCT_Type*) &IPC->STRUCT[4]) /* 0x40220080 */ 1412 #define IPC_STRUCT5 ((IPC_STRUCT_Type*) &IPC->STRUCT[5]) /* 0x402200A0 */ 1413 #define IPC_STRUCT6 ((IPC_STRUCT_Type*) &IPC->STRUCT[6]) /* 0x402200C0 */ 1414 #define IPC_STRUCT7 ((IPC_STRUCT_Type*) &IPC->STRUCT[7]) /* 0x402200E0 */ 1415 #define IPC_INTR_STRUCT0 ((IPC_INTR_STRUCT_Type*) &IPC->INTR_STRUCT[0]) /* 0x40221000 */ 1416 #define IPC_INTR_STRUCT1 ((IPC_INTR_STRUCT_Type*) &IPC->INTR_STRUCT[1]) /* 0x40221020 */ 1417 #define IPC_INTR_STRUCT2 ((IPC_INTR_STRUCT_Type*) &IPC->INTR_STRUCT[2]) /* 0x40221040 */ 1418 #define IPC_INTR_STRUCT3 ((IPC_INTR_STRUCT_Type*) &IPC->INTR_STRUCT[3]) /* 0x40221060 */ 1419 #define IPC_INTR_STRUCT4 ((IPC_INTR_STRUCT_Type*) &IPC->INTR_STRUCT[4]) /* 0x40221080 */ 1420 #define IPC_INTR_STRUCT5 ((IPC_INTR_STRUCT_Type*) &IPC->INTR_STRUCT[5]) /* 0x402210A0 */ 1421 #define IPC_INTR_STRUCT6 ((IPC_INTR_STRUCT_Type*) &IPC->INTR_STRUCT[6]) /* 0x402210C0 */ 1422 #define IPC_INTR_STRUCT7 ((IPC_INTR_STRUCT_Type*) &IPC->INTR_STRUCT[7]) /* 0x402210E0 */ 1423 1424 /******************************************************************************* 1425 * PROT 1426 *******************************************************************************/ 1427 1428 #define PROT_BASE 0x40230000UL 1429 #define PROT ((PROT_Type*) PROT_BASE) /* 0x40230000 */ 1430 #define PROT_SMPU ((PROT_SMPU_Type*) &PROT->SMPU) /* 0x40230000 */ 1431 #define PROT_SMPU_SMPU_STRUCT0 ((PROT_SMPU_SMPU_STRUCT_Type*) &PROT->SMPU.SMPU_STRUCT[0]) /* 0x40232000 */ 1432 #define PROT_SMPU_SMPU_STRUCT1 ((PROT_SMPU_SMPU_STRUCT_Type*) &PROT->SMPU.SMPU_STRUCT[1]) /* 0x40232040 */ 1433 #define PROT_SMPU_SMPU_STRUCT2 ((PROT_SMPU_SMPU_STRUCT_Type*) &PROT->SMPU.SMPU_STRUCT[2]) /* 0x40232080 */ 1434 #define PROT_SMPU_SMPU_STRUCT3 ((PROT_SMPU_SMPU_STRUCT_Type*) &PROT->SMPU.SMPU_STRUCT[3]) /* 0x402320C0 */ 1435 #define PROT_SMPU_SMPU_STRUCT4 ((PROT_SMPU_SMPU_STRUCT_Type*) &PROT->SMPU.SMPU_STRUCT[4]) /* 0x40232100 */ 1436 #define PROT_SMPU_SMPU_STRUCT5 ((PROT_SMPU_SMPU_STRUCT_Type*) &PROT->SMPU.SMPU_STRUCT[5]) /* 0x40232140 */ 1437 #define PROT_SMPU_SMPU_STRUCT6 ((PROT_SMPU_SMPU_STRUCT_Type*) &PROT->SMPU.SMPU_STRUCT[6]) /* 0x40232180 */ 1438 #define PROT_SMPU_SMPU_STRUCT7 ((PROT_SMPU_SMPU_STRUCT_Type*) &PROT->SMPU.SMPU_STRUCT[7]) /* 0x402321C0 */ 1439 #define PROT_SMPU_SMPU_STRUCT8 ((PROT_SMPU_SMPU_STRUCT_Type*) &PROT->SMPU.SMPU_STRUCT[8]) /* 0x40232200 */ 1440 #define PROT_SMPU_SMPU_STRUCT9 ((PROT_SMPU_SMPU_STRUCT_Type*) &PROT->SMPU.SMPU_STRUCT[9]) /* 0x40232240 */ 1441 #define PROT_SMPU_SMPU_STRUCT10 ((PROT_SMPU_SMPU_STRUCT_Type*) &PROT->SMPU.SMPU_STRUCT[10]) /* 0x40232280 */ 1442 #define PROT_SMPU_SMPU_STRUCT11 ((PROT_SMPU_SMPU_STRUCT_Type*) &PROT->SMPU.SMPU_STRUCT[11]) /* 0x402322C0 */ 1443 #define PROT_SMPU_SMPU_STRUCT12 ((PROT_SMPU_SMPU_STRUCT_Type*) &PROT->SMPU.SMPU_STRUCT[12]) /* 0x40232300 */ 1444 #define PROT_SMPU_SMPU_STRUCT13 ((PROT_SMPU_SMPU_STRUCT_Type*) &PROT->SMPU.SMPU_STRUCT[13]) /* 0x40232340 */ 1445 #define PROT_SMPU_SMPU_STRUCT14 ((PROT_SMPU_SMPU_STRUCT_Type*) &PROT->SMPU.SMPU_STRUCT[14]) /* 0x40232380 */ 1446 #define PROT_SMPU_SMPU_STRUCT15 ((PROT_SMPU_SMPU_STRUCT_Type*) &PROT->SMPU.SMPU_STRUCT[15]) /* 0x402323C0 */ 1447 #define PROT_MPU0 ((PROT_MPU_Type*) &PROT->CYMPU[0]) /* 0x40234000 */ 1448 #define PROT_MPU1 ((PROT_MPU_Type*) &PROT->CYMPU[1]) /* 0x40234400 */ 1449 #define PROT_MPU2 ((PROT_MPU_Type*) &PROT->CYMPU[2]) /* 0x40234800 */ 1450 #define PROT_MPU3 ((PROT_MPU_Type*) &PROT->CYMPU[3]) /* 0x40234C00 */ 1451 #define PROT_MPU4 ((PROT_MPU_Type*) &PROT->CYMPU[4]) /* 0x40235000 */ 1452 #define PROT_MPU5 ((PROT_MPU_Type*) &PROT->CYMPU[5]) /* 0x40235400 */ 1453 #define PROT_MPU6 ((PROT_MPU_Type*) &PROT->CYMPU[6]) /* 0x40235800 */ 1454 #define PROT_MPU7 ((PROT_MPU_Type*) &PROT->CYMPU[7]) /* 0x40235C00 */ 1455 #define PROT_MPU8 ((PROT_MPU_Type*) &PROT->CYMPU[8]) /* 0x40236000 */ 1456 #define PROT_MPU9 ((PROT_MPU_Type*) &PROT->CYMPU[9]) /* 0x40236400 */ 1457 #define PROT_MPU10 ((PROT_MPU_Type*) &PROT->CYMPU[10]) /* 0x40236800 */ 1458 #define PROT_MPU11 ((PROT_MPU_Type*) &PROT->CYMPU[11]) /* 0x40236C00 */ 1459 #define PROT_MPU12 ((PROT_MPU_Type*) &PROT->CYMPU[12]) /* 0x40237000 */ 1460 #define PROT_MPU13 ((PROT_MPU_Type*) &PROT->CYMPU[13]) /* 0x40237400 */ 1461 #define PROT_MPU14 ((PROT_MPU_Type*) &PROT->CYMPU[14]) /* 0x40237800 */ 1462 #define PROT_MPU15 ((PROT_MPU_Type*) &PROT->CYMPU[15]) /* 0x40237C00 */ 1463 #define PROT_MPU5_MPU_STRUCT0 ((PROT_MPU_MPU_STRUCT_Type*) &PROT->CYMPU[5].MPU_STRUCT[0]) /* 0x40235600 */ 1464 #define PROT_MPU5_MPU_STRUCT1 ((PROT_MPU_MPU_STRUCT_Type*) &PROT->CYMPU[5].MPU_STRUCT[1]) /* 0x40235620 */ 1465 #define PROT_MPU5_MPU_STRUCT2 ((PROT_MPU_MPU_STRUCT_Type*) &PROT->CYMPU[5].MPU_STRUCT[2]) /* 0x40235640 */ 1466 #define PROT_MPU5_MPU_STRUCT3 ((PROT_MPU_MPU_STRUCT_Type*) &PROT->CYMPU[5].MPU_STRUCT[3]) /* 0x40235660 */ 1467 #define PROT_MPU5_MPU_STRUCT4 ((PROT_MPU_MPU_STRUCT_Type*) &PROT->CYMPU[5].MPU_STRUCT[4]) /* 0x40235680 */ 1468 #define PROT_MPU5_MPU_STRUCT5 ((PROT_MPU_MPU_STRUCT_Type*) &PROT->CYMPU[5].MPU_STRUCT[5]) /* 0x402356A0 */ 1469 #define PROT_MPU5_MPU_STRUCT6 ((PROT_MPU_MPU_STRUCT_Type*) &PROT->CYMPU[5].MPU_STRUCT[6]) /* 0x402356C0 */ 1470 #define PROT_MPU5_MPU_STRUCT7 ((PROT_MPU_MPU_STRUCT_Type*) &PROT->CYMPU[5].MPU_STRUCT[7]) /* 0x402356E0 */ 1471 #define PROT_MPU6_MPU_STRUCT0 ((PROT_MPU_MPU_STRUCT_Type*) &PROT->CYMPU[6].MPU_STRUCT[0]) /* 0x40235A00 */ 1472 #define PROT_MPU6_MPU_STRUCT1 ((PROT_MPU_MPU_STRUCT_Type*) &PROT->CYMPU[6].MPU_STRUCT[1]) /* 0x40235A20 */ 1473 #define PROT_MPU6_MPU_STRUCT2 ((PROT_MPU_MPU_STRUCT_Type*) &PROT->CYMPU[6].MPU_STRUCT[2]) /* 0x40235A40 */ 1474 #define PROT_MPU6_MPU_STRUCT3 ((PROT_MPU_MPU_STRUCT_Type*) &PROT->CYMPU[6].MPU_STRUCT[3]) /* 0x40235A60 */ 1475 #define PROT_MPU6_MPU_STRUCT4 ((PROT_MPU_MPU_STRUCT_Type*) &PROT->CYMPU[6].MPU_STRUCT[4]) /* 0x40235A80 */ 1476 #define PROT_MPU6_MPU_STRUCT5 ((PROT_MPU_MPU_STRUCT_Type*) &PROT->CYMPU[6].MPU_STRUCT[5]) /* 0x40235AA0 */ 1477 #define PROT_MPU6_MPU_STRUCT6 ((PROT_MPU_MPU_STRUCT_Type*) &PROT->CYMPU[6].MPU_STRUCT[6]) /* 0x40235AC0 */ 1478 #define PROT_MPU6_MPU_STRUCT7 ((PROT_MPU_MPU_STRUCT_Type*) &PROT->CYMPU[6].MPU_STRUCT[7]) /* 0x40235AE0 */ 1479 #define PROT_MPU15_MPU_STRUCT0 ((PROT_MPU_MPU_STRUCT_Type*) &PROT->CYMPU[15].MPU_STRUCT[0]) /* 0x40237E00 */ 1480 #define PROT_MPU15_MPU_STRUCT1 ((PROT_MPU_MPU_STRUCT_Type*) &PROT->CYMPU[15].MPU_STRUCT[1]) /* 0x40237E20 */ 1481 #define PROT_MPU15_MPU_STRUCT2 ((PROT_MPU_MPU_STRUCT_Type*) &PROT->CYMPU[15].MPU_STRUCT[2]) /* 0x40237E40 */ 1482 #define PROT_MPU15_MPU_STRUCT3 ((PROT_MPU_MPU_STRUCT_Type*) &PROT->CYMPU[15].MPU_STRUCT[3]) /* 0x40237E60 */ 1483 #define PROT_MPU15_MPU_STRUCT4 ((PROT_MPU_MPU_STRUCT_Type*) &PROT->CYMPU[15].MPU_STRUCT[4]) /* 0x40237E80 */ 1484 #define PROT_MPU15_MPU_STRUCT5 ((PROT_MPU_MPU_STRUCT_Type*) &PROT->CYMPU[15].MPU_STRUCT[5]) /* 0x40237EA0 */ 1485 #define PROT_MPU15_MPU_STRUCT6 ((PROT_MPU_MPU_STRUCT_Type*) &PROT->CYMPU[15].MPU_STRUCT[6]) /* 0x40237EC0 */ 1486 #define PROT_MPU15_MPU_STRUCT7 ((PROT_MPU_MPU_STRUCT_Type*) &PROT->CYMPU[15].MPU_STRUCT[7]) /* 0x40237EE0 */ 1487 1488 /******************************************************************************* 1489 * FLASHC 1490 *******************************************************************************/ 1491 1492 #define FLASHC_BASE 0x40240000UL 1493 #define FLASHC ((FLASHC_Type*) FLASHC_BASE) /* 0x40240000 */ 1494 #define FLASHC_FM_CTL_ECT ((FLASHC_FM_CTL_ECT_Type*) &FLASHC->FM_CTL_ECT) /* 0x4024F000 */ 1495 1496 /******************************************************************************* 1497 * SRSS 1498 *******************************************************************************/ 1499 1500 #define SRSS_BASE 0x40260000UL 1501 #define SRSS ((SRSS_Type*) SRSS_BASE) /* 0x40260000 */ 1502 #define CSV_HF ((CSV_HF_Type*) &SRSS->CSV_HF) /* 0x40261400 */ 1503 #define CSV_HF_CSV0 ((CSV_HF_CSV_Type*) &SRSS->CSV_HF.CSV[0]) /* 0x40261400 */ 1504 #define CSV_HF_CSV1 ((CSV_HF_CSV_Type*) &SRSS->CSV_HF.CSV[1]) /* 0x40261410 */ 1505 #define CSV_HF_CSV2 ((CSV_HF_CSV_Type*) &SRSS->CSV_HF.CSV[2]) /* 0x40261420 */ 1506 #define CSV_HF_CSV3 ((CSV_HF_CSV_Type*) &SRSS->CSV_HF.CSV[3]) /* 0x40261430 */ 1507 #define CSV_HF_CSV4 ((CSV_HF_CSV_Type*) &SRSS->CSV_HF.CSV[4]) /* 0x40261440 */ 1508 #define CSV_HF_CSV5 ((CSV_HF_CSV_Type*) &SRSS->CSV_HF.CSV[5]) /* 0x40261450 */ 1509 #define CSV_HF_CSV6 ((CSV_HF_CSV_Type*) &SRSS->CSV_HF.CSV[6]) /* 0x40261460 */ 1510 #define CSV_HF_CSV7 ((CSV_HF_CSV_Type*) &SRSS->CSV_HF.CSV[7]) /* 0x40261470 */ 1511 #define CSV_REF ((CSV_REF_Type*) &SRSS->CSV_REF) /* 0x40261710 */ 1512 #define CSV_REF_CSV ((CSV_REF_CSV_Type*) &SRSS->CSV_REF.CSV) /* 0x40261710 */ 1513 #define CSV_LF ((CSV_LF_Type*) &SRSS->CSV_LF) /* 0x40261720 */ 1514 #define CSV_LF_CSV ((CSV_LF_CSV_Type*) &SRSS->CSV_LF.CSV) /* 0x40261720 */ 1515 #define CSV_ILO ((CSV_ILO_Type*) &SRSS->CSV_ILO) /* 0x40261730 */ 1516 #define CSV_ILO_CSV ((CSV_ILO_CSV_Type*) &SRSS->CSV_ILO.CSV) /* 0x40261730 */ 1517 #define CLK_PLL400M0 ((CLK_PLL400M_Type*) &SRSS->CLK_PLL400M[0]) /* 0x40261900 */ 1518 #define CLK_PLL400M1 ((CLK_PLL400M_Type*) &SRSS->CLK_PLL400M[1]) /* 0x40261910 */ 1519 #define MCWDT0 ((MCWDT_Type*) &SRSS->MCWDT[0]) /* 0x40268000 */ 1520 #define MCWDT1 ((MCWDT_Type*) &SRSS->MCWDT[1]) /* 0x40268100 */ 1521 #define MCWDT2 ((MCWDT_Type*) &SRSS->MCWDT[2]) /* 0x40268200 */ 1522 #define MCWDT0_CTR0 ((MCWDT_CTR_Type*) &SRSS->MCWDT[0].CTR[0]) /* 0x40268000 */ 1523 #define MCWDT0_CTR1 ((MCWDT_CTR_Type*) &SRSS->MCWDT[0].CTR[1]) /* 0x40268020 */ 1524 #define MCWDT1_CTR0 ((MCWDT_CTR_Type*) &SRSS->MCWDT[1].CTR[0]) /* 0x40268100 */ 1525 #define MCWDT1_CTR1 ((MCWDT_CTR_Type*) &SRSS->MCWDT[1].CTR[1]) /* 0x40268120 */ 1526 #define MCWDT2_CTR0 ((MCWDT_CTR_Type*) &SRSS->MCWDT[2].CTR[0]) /* 0x40268200 */ 1527 #define MCWDT2_CTR1 ((MCWDT_CTR_Type*) &SRSS->MCWDT[2].CTR[1]) /* 0x40268220 */ 1528 #define WDT ((WDT_Type*) &SRSS->WDT_STRUCT) /* 0x4026C000 */ 1529 1530 /******************************************************************************* 1531 * BACKUP 1532 *******************************************************************************/ 1533 1534 #define BACKUP_BASE 0x40270000UL 1535 #define BACKUP ((BACKUP_Type*) BACKUP_BASE) /* 0x40270000 */ 1536 1537 /******************************************************************************* 1538 * DW 1539 *******************************************************************************/ 1540 1541 #define DW0_BASE 0x40280000UL 1542 #define DW1_BASE 0x40290000UL 1543 #define DW0 ((DW_Type*) DW0_BASE) /* 0x40280000 */ 1544 #define DW1 ((DW_Type*) DW1_BASE) /* 0x40290000 */ 1545 #define DW0_CH_STRUCT0 ((DW_CH_STRUCT_Type*) &DW0->CH_STRUCT[0]) /* 0x40288000 */ 1546 #define DW0_CH_STRUCT1 ((DW_CH_STRUCT_Type*) &DW0->CH_STRUCT[1]) /* 0x40288040 */ 1547 #define DW0_CH_STRUCT2 ((DW_CH_STRUCT_Type*) &DW0->CH_STRUCT[2]) /* 0x40288080 */ 1548 #define DW0_CH_STRUCT3 ((DW_CH_STRUCT_Type*) &DW0->CH_STRUCT[3]) /* 0x402880C0 */ 1549 #define DW0_CH_STRUCT4 ((DW_CH_STRUCT_Type*) &DW0->CH_STRUCT[4]) /* 0x40288100 */ 1550 #define DW0_CH_STRUCT5 ((DW_CH_STRUCT_Type*) &DW0->CH_STRUCT[5]) /* 0x40288140 */ 1551 #define DW0_CH_STRUCT6 ((DW_CH_STRUCT_Type*) &DW0->CH_STRUCT[6]) /* 0x40288180 */ 1552 #define DW0_CH_STRUCT7 ((DW_CH_STRUCT_Type*) &DW0->CH_STRUCT[7]) /* 0x402881C0 */ 1553 #define DW0_CH_STRUCT8 ((DW_CH_STRUCT_Type*) &DW0->CH_STRUCT[8]) /* 0x40288200 */ 1554 #define DW0_CH_STRUCT9 ((DW_CH_STRUCT_Type*) &DW0->CH_STRUCT[9]) /* 0x40288240 */ 1555 #define DW0_CH_STRUCT10 ((DW_CH_STRUCT_Type*) &DW0->CH_STRUCT[10]) /* 0x40288280 */ 1556 #define DW0_CH_STRUCT11 ((DW_CH_STRUCT_Type*) &DW0->CH_STRUCT[11]) /* 0x402882C0 */ 1557 #define DW0_CH_STRUCT12 ((DW_CH_STRUCT_Type*) &DW0->CH_STRUCT[12]) /* 0x40288300 */ 1558 #define DW0_CH_STRUCT13 ((DW_CH_STRUCT_Type*) &DW0->CH_STRUCT[13]) /* 0x40288340 */ 1559 #define DW0_CH_STRUCT14 ((DW_CH_STRUCT_Type*) &DW0->CH_STRUCT[14]) /* 0x40288380 */ 1560 #define DW0_CH_STRUCT15 ((DW_CH_STRUCT_Type*) &DW0->CH_STRUCT[15]) /* 0x402883C0 */ 1561 #define DW0_CH_STRUCT16 ((DW_CH_STRUCT_Type*) &DW0->CH_STRUCT[16]) /* 0x40288400 */ 1562 #define DW0_CH_STRUCT17 ((DW_CH_STRUCT_Type*) &DW0->CH_STRUCT[17]) /* 0x40288440 */ 1563 #define DW0_CH_STRUCT18 ((DW_CH_STRUCT_Type*) &DW0->CH_STRUCT[18]) /* 0x40288480 */ 1564 #define DW0_CH_STRUCT19 ((DW_CH_STRUCT_Type*) &DW0->CH_STRUCT[19]) /* 0x402884C0 */ 1565 #define DW0_CH_STRUCT20 ((DW_CH_STRUCT_Type*) &DW0->CH_STRUCT[20]) /* 0x40288500 */ 1566 #define DW0_CH_STRUCT21 ((DW_CH_STRUCT_Type*) &DW0->CH_STRUCT[21]) /* 0x40288540 */ 1567 #define DW0_CH_STRUCT22 ((DW_CH_STRUCT_Type*) &DW0->CH_STRUCT[22]) /* 0x40288580 */ 1568 #define DW0_CH_STRUCT23 ((DW_CH_STRUCT_Type*) &DW0->CH_STRUCT[23]) /* 0x402885C0 */ 1569 #define DW0_CH_STRUCT24 ((DW_CH_STRUCT_Type*) &DW0->CH_STRUCT[24]) /* 0x40288600 */ 1570 #define DW0_CH_STRUCT25 ((DW_CH_STRUCT_Type*) &DW0->CH_STRUCT[25]) /* 0x40288640 */ 1571 #define DW0_CH_STRUCT26 ((DW_CH_STRUCT_Type*) &DW0->CH_STRUCT[26]) /* 0x40288680 */ 1572 #define DW0_CH_STRUCT27 ((DW_CH_STRUCT_Type*) &DW0->CH_STRUCT[27]) /* 0x402886C0 */ 1573 #define DW0_CH_STRUCT28 ((DW_CH_STRUCT_Type*) &DW0->CH_STRUCT[28]) /* 0x40288700 */ 1574 #define DW0_CH_STRUCT29 ((DW_CH_STRUCT_Type*) &DW0->CH_STRUCT[29]) /* 0x40288740 */ 1575 #define DW0_CH_STRUCT30 ((DW_CH_STRUCT_Type*) &DW0->CH_STRUCT[30]) /* 0x40288780 */ 1576 #define DW0_CH_STRUCT31 ((DW_CH_STRUCT_Type*) &DW0->CH_STRUCT[31]) /* 0x402887C0 */ 1577 #define DW0_CH_STRUCT32 ((DW_CH_STRUCT_Type*) &DW0->CH_STRUCT[32]) /* 0x40288800 */ 1578 #define DW0_CH_STRUCT33 ((DW_CH_STRUCT_Type*) &DW0->CH_STRUCT[33]) /* 0x40288840 */ 1579 #define DW0_CH_STRUCT34 ((DW_CH_STRUCT_Type*) &DW0->CH_STRUCT[34]) /* 0x40288880 */ 1580 #define DW0_CH_STRUCT35 ((DW_CH_STRUCT_Type*) &DW0->CH_STRUCT[35]) /* 0x402888C0 */ 1581 #define DW0_CH_STRUCT36 ((DW_CH_STRUCT_Type*) &DW0->CH_STRUCT[36]) /* 0x40288900 */ 1582 #define DW0_CH_STRUCT37 ((DW_CH_STRUCT_Type*) &DW0->CH_STRUCT[37]) /* 0x40288940 */ 1583 #define DW0_CH_STRUCT38 ((DW_CH_STRUCT_Type*) &DW0->CH_STRUCT[38]) /* 0x40288980 */ 1584 #define DW0_CH_STRUCT39 ((DW_CH_STRUCT_Type*) &DW0->CH_STRUCT[39]) /* 0x402889C0 */ 1585 #define DW0_CH_STRUCT40 ((DW_CH_STRUCT_Type*) &DW0->CH_STRUCT[40]) /* 0x40288A00 */ 1586 #define DW0_CH_STRUCT41 ((DW_CH_STRUCT_Type*) &DW0->CH_STRUCT[41]) /* 0x40288A40 */ 1587 #define DW0_CH_STRUCT42 ((DW_CH_STRUCT_Type*) &DW0->CH_STRUCT[42]) /* 0x40288A80 */ 1588 #define DW0_CH_STRUCT43 ((DW_CH_STRUCT_Type*) &DW0->CH_STRUCT[43]) /* 0x40288AC0 */ 1589 #define DW0_CH_STRUCT44 ((DW_CH_STRUCT_Type*) &DW0->CH_STRUCT[44]) /* 0x40288B00 */ 1590 #define DW0_CH_STRUCT45 ((DW_CH_STRUCT_Type*) &DW0->CH_STRUCT[45]) /* 0x40288B40 */ 1591 #define DW0_CH_STRUCT46 ((DW_CH_STRUCT_Type*) &DW0->CH_STRUCT[46]) /* 0x40288B80 */ 1592 #define DW0_CH_STRUCT47 ((DW_CH_STRUCT_Type*) &DW0->CH_STRUCT[47]) /* 0x40288BC0 */ 1593 #define DW0_CH_STRUCT48 ((DW_CH_STRUCT_Type*) &DW0->CH_STRUCT[48]) /* 0x40288C00 */ 1594 #define DW0_CH_STRUCT49 ((DW_CH_STRUCT_Type*) &DW0->CH_STRUCT[49]) /* 0x40288C40 */ 1595 #define DW0_CH_STRUCT50 ((DW_CH_STRUCT_Type*) &DW0->CH_STRUCT[50]) /* 0x40288C80 */ 1596 #define DW0_CH_STRUCT51 ((DW_CH_STRUCT_Type*) &DW0->CH_STRUCT[51]) /* 0x40288CC0 */ 1597 #define DW0_CH_STRUCT52 ((DW_CH_STRUCT_Type*) &DW0->CH_STRUCT[52]) /* 0x40288D00 */ 1598 #define DW0_CH_STRUCT53 ((DW_CH_STRUCT_Type*) &DW0->CH_STRUCT[53]) /* 0x40288D40 */ 1599 #define DW0_CH_STRUCT54 ((DW_CH_STRUCT_Type*) &DW0->CH_STRUCT[54]) /* 0x40288D80 */ 1600 #define DW0_CH_STRUCT55 ((DW_CH_STRUCT_Type*) &DW0->CH_STRUCT[55]) /* 0x40288DC0 */ 1601 #define DW0_CH_STRUCT56 ((DW_CH_STRUCT_Type*) &DW0->CH_STRUCT[56]) /* 0x40288E00 */ 1602 #define DW0_CH_STRUCT57 ((DW_CH_STRUCT_Type*) &DW0->CH_STRUCT[57]) /* 0x40288E40 */ 1603 #define DW0_CH_STRUCT58 ((DW_CH_STRUCT_Type*) &DW0->CH_STRUCT[58]) /* 0x40288E80 */ 1604 #define DW0_CH_STRUCT59 ((DW_CH_STRUCT_Type*) &DW0->CH_STRUCT[59]) /* 0x40288EC0 */ 1605 #define DW0_CH_STRUCT60 ((DW_CH_STRUCT_Type*) &DW0->CH_STRUCT[60]) /* 0x40288F00 */ 1606 #define DW0_CH_STRUCT61 ((DW_CH_STRUCT_Type*) &DW0->CH_STRUCT[61]) /* 0x40288F40 */ 1607 #define DW0_CH_STRUCT62 ((DW_CH_STRUCT_Type*) &DW0->CH_STRUCT[62]) /* 0x40288F80 */ 1608 #define DW0_CH_STRUCT63 ((DW_CH_STRUCT_Type*) &DW0->CH_STRUCT[63]) /* 0x40288FC0 */ 1609 #define DW0_CH_STRUCT64 ((DW_CH_STRUCT_Type*) &DW0->CH_STRUCT[64]) /* 0x40289000 */ 1610 #define DW0_CH_STRUCT65 ((DW_CH_STRUCT_Type*) &DW0->CH_STRUCT[65]) /* 0x40289040 */ 1611 #define DW0_CH_STRUCT66 ((DW_CH_STRUCT_Type*) &DW0->CH_STRUCT[66]) /* 0x40289080 */ 1612 #define DW0_CH_STRUCT67 ((DW_CH_STRUCT_Type*) &DW0->CH_STRUCT[67]) /* 0x402890C0 */ 1613 #define DW0_CH_STRUCT68 ((DW_CH_STRUCT_Type*) &DW0->CH_STRUCT[68]) /* 0x40289100 */ 1614 #define DW0_CH_STRUCT69 ((DW_CH_STRUCT_Type*) &DW0->CH_STRUCT[69]) /* 0x40289140 */ 1615 #define DW0_CH_STRUCT70 ((DW_CH_STRUCT_Type*) &DW0->CH_STRUCT[70]) /* 0x40289180 */ 1616 #define DW0_CH_STRUCT71 ((DW_CH_STRUCT_Type*) &DW0->CH_STRUCT[71]) /* 0x402891C0 */ 1617 #define DW0_CH_STRUCT72 ((DW_CH_STRUCT_Type*) &DW0->CH_STRUCT[72]) /* 0x40289200 */ 1618 #define DW0_CH_STRUCT73 ((DW_CH_STRUCT_Type*) &DW0->CH_STRUCT[73]) /* 0x40289240 */ 1619 #define DW0_CH_STRUCT74 ((DW_CH_STRUCT_Type*) &DW0->CH_STRUCT[74]) /* 0x40289280 */ 1620 #define DW0_CH_STRUCT75 ((DW_CH_STRUCT_Type*) &DW0->CH_STRUCT[75]) /* 0x402892C0 */ 1621 #define DW0_CH_STRUCT76 ((DW_CH_STRUCT_Type*) &DW0->CH_STRUCT[76]) /* 0x40289300 */ 1622 #define DW0_CH_STRUCT77 ((DW_CH_STRUCT_Type*) &DW0->CH_STRUCT[77]) /* 0x40289340 */ 1623 #define DW0_CH_STRUCT78 ((DW_CH_STRUCT_Type*) &DW0->CH_STRUCT[78]) /* 0x40289380 */ 1624 #define DW0_CH_STRUCT79 ((DW_CH_STRUCT_Type*) &DW0->CH_STRUCT[79]) /* 0x402893C0 */ 1625 #define DW0_CH_STRUCT80 ((DW_CH_STRUCT_Type*) &DW0->CH_STRUCT[80]) /* 0x40289400 */ 1626 #define DW0_CH_STRUCT81 ((DW_CH_STRUCT_Type*) &DW0->CH_STRUCT[81]) /* 0x40289440 */ 1627 #define DW0_CH_STRUCT82 ((DW_CH_STRUCT_Type*) &DW0->CH_STRUCT[82]) /* 0x40289480 */ 1628 #define DW0_CH_STRUCT83 ((DW_CH_STRUCT_Type*) &DW0->CH_STRUCT[83]) /* 0x402894C0 */ 1629 #define DW0_CH_STRUCT84 ((DW_CH_STRUCT_Type*) &DW0->CH_STRUCT[84]) /* 0x40289500 */ 1630 #define DW0_CH_STRUCT85 ((DW_CH_STRUCT_Type*) &DW0->CH_STRUCT[85]) /* 0x40289540 */ 1631 #define DW0_CH_STRUCT86 ((DW_CH_STRUCT_Type*) &DW0->CH_STRUCT[86]) /* 0x40289580 */ 1632 #define DW0_CH_STRUCT87 ((DW_CH_STRUCT_Type*) &DW0->CH_STRUCT[87]) /* 0x402895C0 */ 1633 #define DW0_CH_STRUCT88 ((DW_CH_STRUCT_Type*) &DW0->CH_STRUCT[88]) /* 0x40289600 */ 1634 #define DW0_CH_STRUCT89 ((DW_CH_STRUCT_Type*) &DW0->CH_STRUCT[89]) /* 0x40289640 */ 1635 #define DW0_CH_STRUCT90 ((DW_CH_STRUCT_Type*) &DW0->CH_STRUCT[90]) /* 0x40289680 */ 1636 #define DW0_CH_STRUCT91 ((DW_CH_STRUCT_Type*) &DW0->CH_STRUCT[91]) /* 0x402896C0 */ 1637 #define DW0_CH_STRUCT92 ((DW_CH_STRUCT_Type*) &DW0->CH_STRUCT[92]) /* 0x40289700 */ 1638 #define DW0_CH_STRUCT93 ((DW_CH_STRUCT_Type*) &DW0->CH_STRUCT[93]) /* 0x40289740 */ 1639 #define DW0_CH_STRUCT94 ((DW_CH_STRUCT_Type*) &DW0->CH_STRUCT[94]) /* 0x40289780 */ 1640 #define DW0_CH_STRUCT95 ((DW_CH_STRUCT_Type*) &DW0->CH_STRUCT[95]) /* 0x402897C0 */ 1641 #define DW0_CH_STRUCT96 ((DW_CH_STRUCT_Type*) &DW0->CH_STRUCT[96]) /* 0x40289800 */ 1642 #define DW0_CH_STRUCT97 ((DW_CH_STRUCT_Type*) &DW0->CH_STRUCT[97]) /* 0x40289840 */ 1643 #define DW0_CH_STRUCT98 ((DW_CH_STRUCT_Type*) &DW0->CH_STRUCT[98]) /* 0x40289880 */ 1644 #define DW0_CH_STRUCT99 ((DW_CH_STRUCT_Type*) &DW0->CH_STRUCT[99]) /* 0x402898C0 */ 1645 #define DW1_CH_STRUCT0 ((DW_CH_STRUCT_Type*) &DW1->CH_STRUCT[0]) /* 0x40298000 */ 1646 #define DW1_CH_STRUCT1 ((DW_CH_STRUCT_Type*) &DW1->CH_STRUCT[1]) /* 0x40298040 */ 1647 #define DW1_CH_STRUCT2 ((DW_CH_STRUCT_Type*) &DW1->CH_STRUCT[2]) /* 0x40298080 */ 1648 #define DW1_CH_STRUCT3 ((DW_CH_STRUCT_Type*) &DW1->CH_STRUCT[3]) /* 0x402980C0 */ 1649 #define DW1_CH_STRUCT4 ((DW_CH_STRUCT_Type*) &DW1->CH_STRUCT[4]) /* 0x40298100 */ 1650 #define DW1_CH_STRUCT5 ((DW_CH_STRUCT_Type*) &DW1->CH_STRUCT[5]) /* 0x40298140 */ 1651 #define DW1_CH_STRUCT6 ((DW_CH_STRUCT_Type*) &DW1->CH_STRUCT[6]) /* 0x40298180 */ 1652 #define DW1_CH_STRUCT7 ((DW_CH_STRUCT_Type*) &DW1->CH_STRUCT[7]) /* 0x402981C0 */ 1653 #define DW1_CH_STRUCT8 ((DW_CH_STRUCT_Type*) &DW1->CH_STRUCT[8]) /* 0x40298200 */ 1654 #define DW1_CH_STRUCT9 ((DW_CH_STRUCT_Type*) &DW1->CH_STRUCT[9]) /* 0x40298240 */ 1655 #define DW1_CH_STRUCT10 ((DW_CH_STRUCT_Type*) &DW1->CH_STRUCT[10]) /* 0x40298280 */ 1656 #define DW1_CH_STRUCT11 ((DW_CH_STRUCT_Type*) &DW1->CH_STRUCT[11]) /* 0x402982C0 */ 1657 #define DW1_CH_STRUCT12 ((DW_CH_STRUCT_Type*) &DW1->CH_STRUCT[12]) /* 0x40298300 */ 1658 #define DW1_CH_STRUCT13 ((DW_CH_STRUCT_Type*) &DW1->CH_STRUCT[13]) /* 0x40298340 */ 1659 #define DW1_CH_STRUCT14 ((DW_CH_STRUCT_Type*) &DW1->CH_STRUCT[14]) /* 0x40298380 */ 1660 #define DW1_CH_STRUCT15 ((DW_CH_STRUCT_Type*) &DW1->CH_STRUCT[15]) /* 0x402983C0 */ 1661 #define DW1_CH_STRUCT16 ((DW_CH_STRUCT_Type*) &DW1->CH_STRUCT[16]) /* 0x40298400 */ 1662 #define DW1_CH_STRUCT17 ((DW_CH_STRUCT_Type*) &DW1->CH_STRUCT[17]) /* 0x40298440 */ 1663 #define DW1_CH_STRUCT18 ((DW_CH_STRUCT_Type*) &DW1->CH_STRUCT[18]) /* 0x40298480 */ 1664 #define DW1_CH_STRUCT19 ((DW_CH_STRUCT_Type*) &DW1->CH_STRUCT[19]) /* 0x402984C0 */ 1665 #define DW1_CH_STRUCT20 ((DW_CH_STRUCT_Type*) &DW1->CH_STRUCT[20]) /* 0x40298500 */ 1666 #define DW1_CH_STRUCT21 ((DW_CH_STRUCT_Type*) &DW1->CH_STRUCT[21]) /* 0x40298540 */ 1667 #define DW1_CH_STRUCT22 ((DW_CH_STRUCT_Type*) &DW1->CH_STRUCT[22]) /* 0x40298580 */ 1668 #define DW1_CH_STRUCT23 ((DW_CH_STRUCT_Type*) &DW1->CH_STRUCT[23]) /* 0x402985C0 */ 1669 #define DW1_CH_STRUCT24 ((DW_CH_STRUCT_Type*) &DW1->CH_STRUCT[24]) /* 0x40298600 */ 1670 #define DW1_CH_STRUCT25 ((DW_CH_STRUCT_Type*) &DW1->CH_STRUCT[25]) /* 0x40298640 */ 1671 #define DW1_CH_STRUCT26 ((DW_CH_STRUCT_Type*) &DW1->CH_STRUCT[26]) /* 0x40298680 */ 1672 #define DW1_CH_STRUCT27 ((DW_CH_STRUCT_Type*) &DW1->CH_STRUCT[27]) /* 0x402986C0 */ 1673 #define DW1_CH_STRUCT28 ((DW_CH_STRUCT_Type*) &DW1->CH_STRUCT[28]) /* 0x40298700 */ 1674 #define DW1_CH_STRUCT29 ((DW_CH_STRUCT_Type*) &DW1->CH_STRUCT[29]) /* 0x40298740 */ 1675 #define DW1_CH_STRUCT30 ((DW_CH_STRUCT_Type*) &DW1->CH_STRUCT[30]) /* 0x40298780 */ 1676 #define DW1_CH_STRUCT31 ((DW_CH_STRUCT_Type*) &DW1->CH_STRUCT[31]) /* 0x402987C0 */ 1677 #define DW1_CH_STRUCT32 ((DW_CH_STRUCT_Type*) &DW1->CH_STRUCT[32]) /* 0x40298800 */ 1678 #define DW1_CH_STRUCT33 ((DW_CH_STRUCT_Type*) &DW1->CH_STRUCT[33]) /* 0x40298840 */ 1679 #define DW1_CH_STRUCT34 ((DW_CH_STRUCT_Type*) &DW1->CH_STRUCT[34]) /* 0x40298880 */ 1680 #define DW1_CH_STRUCT35 ((DW_CH_STRUCT_Type*) &DW1->CH_STRUCT[35]) /* 0x402988C0 */ 1681 #define DW1_CH_STRUCT36 ((DW_CH_STRUCT_Type*) &DW1->CH_STRUCT[36]) /* 0x40298900 */ 1682 #define DW1_CH_STRUCT37 ((DW_CH_STRUCT_Type*) &DW1->CH_STRUCT[37]) /* 0x40298940 */ 1683 #define DW1_CH_STRUCT38 ((DW_CH_STRUCT_Type*) &DW1->CH_STRUCT[38]) /* 0x40298980 */ 1684 #define DW1_CH_STRUCT39 ((DW_CH_STRUCT_Type*) &DW1->CH_STRUCT[39]) /* 0x402989C0 */ 1685 #define DW1_CH_STRUCT40 ((DW_CH_STRUCT_Type*) &DW1->CH_STRUCT[40]) /* 0x40298A00 */ 1686 #define DW1_CH_STRUCT41 ((DW_CH_STRUCT_Type*) &DW1->CH_STRUCT[41]) /* 0x40298A40 */ 1687 #define DW1_CH_STRUCT42 ((DW_CH_STRUCT_Type*) &DW1->CH_STRUCT[42]) /* 0x40298A80 */ 1688 #define DW1_CH_STRUCT43 ((DW_CH_STRUCT_Type*) &DW1->CH_STRUCT[43]) /* 0x40298AC0 */ 1689 #define DW1_CH_STRUCT44 ((DW_CH_STRUCT_Type*) &DW1->CH_STRUCT[44]) /* 0x40298B00 */ 1690 #define DW1_CH_STRUCT45 ((DW_CH_STRUCT_Type*) &DW1->CH_STRUCT[45]) /* 0x40298B40 */ 1691 #define DW1_CH_STRUCT46 ((DW_CH_STRUCT_Type*) &DW1->CH_STRUCT[46]) /* 0x40298B80 */ 1692 #define DW1_CH_STRUCT47 ((DW_CH_STRUCT_Type*) &DW1->CH_STRUCT[47]) /* 0x40298BC0 */ 1693 #define DW1_CH_STRUCT48 ((DW_CH_STRUCT_Type*) &DW1->CH_STRUCT[48]) /* 0x40298C00 */ 1694 #define DW1_CH_STRUCT49 ((DW_CH_STRUCT_Type*) &DW1->CH_STRUCT[49]) /* 0x40298C40 */ 1695 #define DW1_CH_STRUCT50 ((DW_CH_STRUCT_Type*) &DW1->CH_STRUCT[50]) /* 0x40298C80 */ 1696 #define DW1_CH_STRUCT51 ((DW_CH_STRUCT_Type*) &DW1->CH_STRUCT[51]) /* 0x40298CC0 */ 1697 #define DW1_CH_STRUCT52 ((DW_CH_STRUCT_Type*) &DW1->CH_STRUCT[52]) /* 0x40298D00 */ 1698 #define DW1_CH_STRUCT53 ((DW_CH_STRUCT_Type*) &DW1->CH_STRUCT[53]) /* 0x40298D40 */ 1699 #define DW1_CH_STRUCT54 ((DW_CH_STRUCT_Type*) &DW1->CH_STRUCT[54]) /* 0x40298D80 */ 1700 #define DW1_CH_STRUCT55 ((DW_CH_STRUCT_Type*) &DW1->CH_STRUCT[55]) /* 0x40298DC0 */ 1701 #define DW1_CH_STRUCT56 ((DW_CH_STRUCT_Type*) &DW1->CH_STRUCT[56]) /* 0x40298E00 */ 1702 #define DW1_CH_STRUCT57 ((DW_CH_STRUCT_Type*) &DW1->CH_STRUCT[57]) /* 0x40298E40 */ 1703 1704 /******************************************************************************* 1705 * DMAC 1706 *******************************************************************************/ 1707 1708 #define DMAC_BASE 0x402A0000UL 1709 #define DMAC ((DMAC_Type*) DMAC_BASE) /* 0x402A0000 */ 1710 #define DMAC_CH0 ((DMAC_CH_Type*) &DMAC->CH[0]) /* 0x402A1000 */ 1711 #define DMAC_CH1 ((DMAC_CH_Type*) &DMAC->CH[1]) /* 0x402A1100 */ 1712 #define DMAC_CH2 ((DMAC_CH_Type*) &DMAC->CH[2]) /* 0x402A1200 */ 1713 #define DMAC_CH3 ((DMAC_CH_Type*) &DMAC->CH[3]) /* 0x402A1300 */ 1714 #define DMAC_CH4 ((DMAC_CH_Type*) &DMAC->CH[4]) /* 0x402A1400 */ 1715 #define DMAC_CH5 ((DMAC_CH_Type*) &DMAC->CH[5]) /* 0x402A1500 */ 1716 #define DMAC_CH6 ((DMAC_CH_Type*) &DMAC->CH[6]) /* 0x402A1600 */ 1717 #define DMAC_CH7 ((DMAC_CH_Type*) &DMAC->CH[7]) /* 0x402A1700 */ 1718 1719 /******************************************************************************* 1720 * EFUSE 1721 *******************************************************************************/ 1722 1723 #define EFUSE_BASE 0x402C0000UL 1724 #define EFUSE ((EFUSE_Type*) EFUSE_BASE) /* 0x402C0000 */ 1725 1726 /******************************************************************************* 1727 * HSIOM 1728 *******************************************************************************/ 1729 1730 #define HSIOM_BASE 0x40300000UL 1731 #define HSIOM ((HSIOM_Type*) HSIOM_BASE) /* 0x40300000 */ 1732 #define HSIOM_PRT0 ((HSIOM_PRT_Type*) &HSIOM->PRT[0]) /* 0x40300000 */ 1733 #define HSIOM_PRT1 ((HSIOM_PRT_Type*) &HSIOM->PRT[1]) /* 0x40300010 */ 1734 #define HSIOM_PRT2 ((HSIOM_PRT_Type*) &HSIOM->PRT[2]) /* 0x40300020 */ 1735 #define HSIOM_PRT3 ((HSIOM_PRT_Type*) &HSIOM->PRT[3]) /* 0x40300030 */ 1736 #define HSIOM_PRT4 ((HSIOM_PRT_Type*) &HSIOM->PRT[4]) /* 0x40300040 */ 1737 #define HSIOM_PRT5 ((HSIOM_PRT_Type*) &HSIOM->PRT[5]) /* 0x40300050 */ 1738 #define HSIOM_PRT6 ((HSIOM_PRT_Type*) &HSIOM->PRT[6]) /* 0x40300060 */ 1739 #define HSIOM_PRT7 ((HSIOM_PRT_Type*) &HSIOM->PRT[7]) /* 0x40300070 */ 1740 #define HSIOM_PRT8 ((HSIOM_PRT_Type*) &HSIOM->PRT[8]) /* 0x40300080 */ 1741 #define HSIOM_PRT9 ((HSIOM_PRT_Type*) &HSIOM->PRT[9]) /* 0x40300090 */ 1742 #define HSIOM_PRT10 ((HSIOM_PRT_Type*) &HSIOM->PRT[10]) /* 0x403000A0 */ 1743 #define HSIOM_PRT11 ((HSIOM_PRT_Type*) &HSIOM->PRT[11]) /* 0x403000B0 */ 1744 #define HSIOM_PRT12 ((HSIOM_PRT_Type*) &HSIOM->PRT[12]) /* 0x403000C0 */ 1745 #define HSIOM_PRT13 ((HSIOM_PRT_Type*) &HSIOM->PRT[13]) /* 0x403000D0 */ 1746 #define HSIOM_PRT14 ((HSIOM_PRT_Type*) &HSIOM->PRT[14]) /* 0x403000E0 */ 1747 #define HSIOM_PRT15 ((HSIOM_PRT_Type*) &HSIOM->PRT[15]) /* 0x403000F0 */ 1748 #define HSIOM_PRT16 ((HSIOM_PRT_Type*) &HSIOM->PRT[16]) /* 0x40300100 */ 1749 #define HSIOM_PRT17 ((HSIOM_PRT_Type*) &HSIOM->PRT[17]) /* 0x40300110 */ 1750 #define HSIOM_PRT18 ((HSIOM_PRT_Type*) &HSIOM->PRT[18]) /* 0x40300120 */ 1751 #define HSIOM_PRT19 ((HSIOM_PRT_Type*) &HSIOM->PRT[19]) /* 0x40300130 */ 1752 #define HSIOM_PRT20 ((HSIOM_PRT_Type*) &HSIOM->PRT[20]) /* 0x40300140 */ 1753 #define HSIOM_PRT21 ((HSIOM_PRT_Type*) &HSIOM->PRT[21]) /* 0x40300150 */ 1754 #define HSIOM_PRT22 ((HSIOM_PRT_Type*) &HSIOM->PRT[22]) /* 0x40300160 */ 1755 #define HSIOM_PRT23 ((HSIOM_PRT_Type*) &HSIOM->PRT[23]) /* 0x40300170 */ 1756 #define HSIOM_PRT24 ((HSIOM_PRT_Type*) &HSIOM->PRT[24]) /* 0x40300180 */ 1757 #define HSIOM_PRT25 ((HSIOM_PRT_Type*) &HSIOM->PRT[25]) /* 0x40300190 */ 1758 #define HSIOM_PRT26 ((HSIOM_PRT_Type*) &HSIOM->PRT[26]) /* 0x403001A0 */ 1759 #define HSIOM_PRT27 ((HSIOM_PRT_Type*) &HSIOM->PRT[27]) /* 0x403001B0 */ 1760 #define HSIOM_PRT28 ((HSIOM_PRT_Type*) &HSIOM->PRT[28]) /* 0x403001C0 */ 1761 #define HSIOM_PRT29 ((HSIOM_PRT_Type*) &HSIOM->PRT[29]) /* 0x403001D0 */ 1762 #define HSIOM_PRT30 ((HSIOM_PRT_Type*) &HSIOM->PRT[30]) /* 0x403001E0 */ 1763 #define HSIOM_PRT31 ((HSIOM_PRT_Type*) &HSIOM->PRT[31]) /* 0x403001F0 */ 1764 #define HSIOM_PRT32 ((HSIOM_PRT_Type*) &HSIOM->PRT[32]) /* 0x40300200 */ 1765 1766 /******************************************************************************* 1767 * GPIO 1768 *******************************************************************************/ 1769 1770 #define GPIO_BASE 0x40310000UL 1771 #define GPIO ((GPIO_Type*) GPIO_BASE) /* 0x40310000 */ 1772 #define GPIO_PRT0 ((GPIO_PRT_Type*) &GPIO->PRT[0]) /* 0x40310000 */ 1773 #define GPIO_PRT1 ((GPIO_PRT_Type*) &GPIO->PRT[1]) /* 0x40310080 */ 1774 #define GPIO_PRT2 ((GPIO_PRT_Type*) &GPIO->PRT[2]) /* 0x40310100 */ 1775 #define GPIO_PRT3 ((GPIO_PRT_Type*) &GPIO->PRT[3]) /* 0x40310180 */ 1776 #define GPIO_PRT4 ((GPIO_PRT_Type*) &GPIO->PRT[4]) /* 0x40310200 */ 1777 #define GPIO_PRT5 ((GPIO_PRT_Type*) &GPIO->PRT[5]) /* 0x40310280 */ 1778 #define GPIO_PRT6 ((GPIO_PRT_Type*) &GPIO->PRT[6]) /* 0x40310300 */ 1779 #define GPIO_PRT7 ((GPIO_PRT_Type*) &GPIO->PRT[7]) /* 0x40310380 */ 1780 #define GPIO_PRT8 ((GPIO_PRT_Type*) &GPIO->PRT[8]) /* 0x40310400 */ 1781 #define GPIO_PRT9 ((GPIO_PRT_Type*) &GPIO->PRT[9]) /* 0x40310480 */ 1782 #define GPIO_PRT10 ((GPIO_PRT_Type*) &GPIO->PRT[10]) /* 0x40310500 */ 1783 #define GPIO_PRT11 ((GPIO_PRT_Type*) &GPIO->PRT[11]) /* 0x40310580 */ 1784 #define GPIO_PRT12 ((GPIO_PRT_Type*) &GPIO->PRT[12]) /* 0x40310600 */ 1785 #define GPIO_PRT13 ((GPIO_PRT_Type*) &GPIO->PRT[13]) /* 0x40310680 */ 1786 #define GPIO_PRT14 ((GPIO_PRT_Type*) &GPIO->PRT[14]) /* 0x40310700 */ 1787 #define GPIO_PRT15 ((GPIO_PRT_Type*) &GPIO->PRT[15]) /* 0x40310780 */ 1788 #define GPIO_PRT16 ((GPIO_PRT_Type*) &GPIO->PRT[16]) /* 0x40310800 */ 1789 #define GPIO_PRT17 ((GPIO_PRT_Type*) &GPIO->PRT[17]) /* 0x40310880 */ 1790 #define GPIO_PRT18 ((GPIO_PRT_Type*) &GPIO->PRT[18]) /* 0x40310900 */ 1791 #define GPIO_PRT19 ((GPIO_PRT_Type*) &GPIO->PRT[19]) /* 0x40310980 */ 1792 #define GPIO_PRT20 ((GPIO_PRT_Type*) &GPIO->PRT[20]) /* 0x40310A00 */ 1793 #define GPIO_PRT21 ((GPIO_PRT_Type*) &GPIO->PRT[21]) /* 0x40310A80 */ 1794 #define GPIO_PRT22 ((GPIO_PRT_Type*) &GPIO->PRT[22]) /* 0x40310B00 */ 1795 #define GPIO_PRT23 ((GPIO_PRT_Type*) &GPIO->PRT[23]) /* 0x40310B80 */ 1796 #define GPIO_PRT24 ((GPIO_PRT_Type*) &GPIO->PRT[24]) /* 0x40310C00 */ 1797 #define GPIO_PRT25 ((GPIO_PRT_Type*) &GPIO->PRT[25]) /* 0x40310C80 */ 1798 #define GPIO_PRT26 ((GPIO_PRT_Type*) &GPIO->PRT[26]) /* 0x40310D00 */ 1799 #define GPIO_PRT27 ((GPIO_PRT_Type*) &GPIO->PRT[27]) /* 0x40310D80 */ 1800 #define GPIO_PRT28 ((GPIO_PRT_Type*) &GPIO->PRT[28]) /* 0x40310E00 */ 1801 #define GPIO_PRT29 ((GPIO_PRT_Type*) &GPIO->PRT[29]) /* 0x40310E80 */ 1802 #define GPIO_PRT30 ((GPIO_PRT_Type*) &GPIO->PRT[30]) /* 0x40310F00 */ 1803 #define GPIO_PRT31 ((GPIO_PRT_Type*) &GPIO->PRT[31]) /* 0x40310F80 */ 1804 #define GPIO_PRT32 ((GPIO_PRT_Type*) &GPIO->PRT[32]) /* 0x40311000 */ 1805 1806 /******************************************************************************* 1807 * SMARTIO 1808 *******************************************************************************/ 1809 1810 #define SMARTIO_BASE 0x40320000UL 1811 #define SMARTIO ((SMARTIO_Type*) SMARTIO_BASE) /* 0x40320000 */ 1812 #define SMARTIO_PRT12 ((SMARTIO_PRT_Type*) &SMARTIO->PRT[12]) /* 0x40320C00 */ 1813 #define SMARTIO_PRT13 ((SMARTIO_PRT_Type*) &SMARTIO->PRT[13]) /* 0x40320D00 */ 1814 #define SMARTIO_PRT14 ((SMARTIO_PRT_Type*) &SMARTIO->PRT[14]) /* 0x40320E00 */ 1815 #define SMARTIO_PRT15 ((SMARTIO_PRT_Type*) &SMARTIO->PRT[15]) /* 0x40320F00 */ 1816 #define SMARTIO_PRT17 ((SMARTIO_PRT_Type*) &SMARTIO->PRT[17]) /* 0x40321100 */ 1817 1818 /******************************************************************************* 1819 * EVTGEN 1820 *******************************************************************************/ 1821 1822 #define EVTGEN0_BASE 0x403F0000UL 1823 #define EVTGEN0 ((EVTGEN_Type*) EVTGEN0_BASE) /* 0x403F0000 */ 1824 #define EVTGEN0_COMP_STRUCT0 ((EVTGEN_COMP_STRUCT_Type*) &EVTGEN0->COMP_STRUCT[0]) /* 0x403F0800 */ 1825 #define EVTGEN0_COMP_STRUCT1 ((EVTGEN_COMP_STRUCT_Type*) &EVTGEN0->COMP_STRUCT[1]) /* 0x403F0820 */ 1826 #define EVTGEN0_COMP_STRUCT2 ((EVTGEN_COMP_STRUCT_Type*) &EVTGEN0->COMP_STRUCT[2]) /* 0x403F0840 */ 1827 #define EVTGEN0_COMP_STRUCT3 ((EVTGEN_COMP_STRUCT_Type*) &EVTGEN0->COMP_STRUCT[3]) /* 0x403F0860 */ 1828 #define EVTGEN0_COMP_STRUCT4 ((EVTGEN_COMP_STRUCT_Type*) &EVTGEN0->COMP_STRUCT[4]) /* 0x403F0880 */ 1829 #define EVTGEN0_COMP_STRUCT5 ((EVTGEN_COMP_STRUCT_Type*) &EVTGEN0->COMP_STRUCT[5]) /* 0x403F08A0 */ 1830 #define EVTGEN0_COMP_STRUCT6 ((EVTGEN_COMP_STRUCT_Type*) &EVTGEN0->COMP_STRUCT[6]) /* 0x403F08C0 */ 1831 #define EVTGEN0_COMP_STRUCT7 ((EVTGEN_COMP_STRUCT_Type*) &EVTGEN0->COMP_STRUCT[7]) /* 0x403F08E0 */ 1832 #define EVTGEN0_COMP_STRUCT8 ((EVTGEN_COMP_STRUCT_Type*) &EVTGEN0->COMP_STRUCT[8]) /* 0x403F0900 */ 1833 #define EVTGEN0_COMP_STRUCT9 ((EVTGEN_COMP_STRUCT_Type*) &EVTGEN0->COMP_STRUCT[9]) /* 0x403F0920 */ 1834 #define EVTGEN0_COMP_STRUCT10 ((EVTGEN_COMP_STRUCT_Type*) &EVTGEN0->COMP_STRUCT[10]) /* 0x403F0940 */ 1835 #define EVTGEN0_COMP_STRUCT11 ((EVTGEN_COMP_STRUCT_Type*) &EVTGEN0->COMP_STRUCT[11]) /* 0x403F0960 */ 1836 #define EVTGEN0_COMP_STRUCT12 ((EVTGEN_COMP_STRUCT_Type*) &EVTGEN0->COMP_STRUCT[12]) /* 0x403F0980 */ 1837 #define EVTGEN0_COMP_STRUCT13 ((EVTGEN_COMP_STRUCT_Type*) &EVTGEN0->COMP_STRUCT[13]) /* 0x403F09A0 */ 1838 #define EVTGEN0_COMP_STRUCT14 ((EVTGEN_COMP_STRUCT_Type*) &EVTGEN0->COMP_STRUCT[14]) /* 0x403F09C0 */ 1839 #define EVTGEN0_COMP_STRUCT15 ((EVTGEN_COMP_STRUCT_Type*) &EVTGEN0->COMP_STRUCT[15]) /* 0x403F09E0 */ 1840 1841 /******************************************************************************* 1842 * SMIF 1843 *******************************************************************************/ 1844 1845 #define SMIF0_BASE 0x40420000UL 1846 #define SMIF0 ((SMIF_Type*) SMIF0_BASE) /* 0x40420000 */ 1847 #define SMIF0_DEVICE0 ((SMIF_DEVICE_Type*) &SMIF0->DEVICE[0]) /* 0x40420800 */ 1848 #define SMIF0_DEVICE1 ((SMIF_DEVICE_Type*) &SMIF0->DEVICE[1]) /* 0x40420880 */ 1849 1850 /******************************************************************************* 1851 * SDHC 1852 *******************************************************************************/ 1853 1854 #define SDHC0_BASE 0x40460000UL 1855 #define SDHC0 ((SDHC_Type*) SDHC0_BASE) /* 0x40460000 */ 1856 #define SDHC0_WRAP ((SDHC_WRAP_Type*) &SDHC0->WRAP) /* 0x40460000 */ 1857 #define SDHC0_CORE ((SDHC_CORE_Type*) &SDHC0->CORE) /* 0x40461000 */ 1858 1859 /******************************************************************************* 1860 * ETH 1861 *******************************************************************************/ 1862 1863 #define ETH0_BASE 0x40480000UL 1864 #define ETH0 ((ETH_Type*) ETH0_BASE) /* 0x40480000 */ 1865 1866 /******************************************************************************* 1867 * CANFD 1868 *******************************************************************************/ 1869 1870 #define CANFD0_BASE 0x40520000UL 1871 #define CANFD1_BASE 0x40540000UL 1872 #define CANFD0 ((CANFD_Type*) CANFD0_BASE) /* 0x40520000 */ 1873 #define CANFD1 ((CANFD_Type*) CANFD1_BASE) /* 0x40540000 */ 1874 #define CANFD0_CH0 ((CANFD_CH_Type*) &CANFD0->CH[0]) /* 0x40520000 */ 1875 #define CANFD0_CH1 ((CANFD_CH_Type*) &CANFD0->CH[1]) /* 0x40520200 */ 1876 #define CANFD0_CH2 ((CANFD_CH_Type*) &CANFD0->CH[2]) /* 0x40520400 */ 1877 #define CANFD0_CH3 ((CANFD_CH_Type*) &CANFD0->CH[3]) /* 0x40520600 */ 1878 #define CANFD1_CH0 ((CANFD_CH_Type*) &CANFD1->CH[0]) /* 0x40540000 */ 1879 #define CANFD1_CH1 ((CANFD_CH_Type*) &CANFD1->CH[1]) /* 0x40540200 */ 1880 #define CANFD1_CH2 ((CANFD_CH_Type*) &CANFD1->CH[2]) /* 0x40540400 */ 1881 #define CANFD1_CH3 ((CANFD_CH_Type*) &CANFD1->CH[3]) /* 0x40540600 */ 1882 #define CANFD0_CH0_M_TTCAN ((CANFD_CH_M_TTCAN_Type*) &CANFD0->CH[0].M_TTCAN) /* 0x40520000 */ 1883 #define CANFD0_CH1_M_TTCAN ((CANFD_CH_M_TTCAN_Type*) &CANFD0->CH[1].M_TTCAN) /* 0x40520200 */ 1884 #define CANFD0_CH2_M_TTCAN ((CANFD_CH_M_TTCAN_Type*) &CANFD0->CH[2].M_TTCAN) /* 0x40520400 */ 1885 #define CANFD0_CH3_M_TTCAN ((CANFD_CH_M_TTCAN_Type*) &CANFD0->CH[3].M_TTCAN) /* 0x40520600 */ 1886 #define CANFD1_CH0_M_TTCAN ((CANFD_CH_M_TTCAN_Type*) &CANFD1->CH[0].M_TTCAN) /* 0x40540000 */ 1887 #define CANFD1_CH1_M_TTCAN ((CANFD_CH_M_TTCAN_Type*) &CANFD1->CH[1].M_TTCAN) /* 0x40540200 */ 1888 #define CANFD1_CH2_M_TTCAN ((CANFD_CH_M_TTCAN_Type*) &CANFD1->CH[2].M_TTCAN) /* 0x40540400 */ 1889 #define CANFD1_CH3_M_TTCAN ((CANFD_CH_M_TTCAN_Type*) &CANFD1->CH[3].M_TTCAN) /* 0x40540600 */ 1890 1891 /******************************************************************************* 1892 * TCPWM 1893 *******************************************************************************/ 1894 1895 #define TCPWM0_BASE 0x40580000UL 1896 #define TCPWM0 ((TCPWM_Type*) TCPWM0_BASE) /* 0x40580000 */ 1897 #define TCPWM0_GRP0 ((TCPWM_GRP_Type*) &TCPWM0->GRP[0]) /* 0x40580000 */ 1898 #define TCPWM0_GRP1 ((TCPWM_GRP_Type*) &TCPWM0->GRP[1]) /* 0x40588000 */ 1899 #define TCPWM0_GRP2 ((TCPWM_GRP_Type*) &TCPWM0->GRP[2]) /* 0x40590000 */ 1900 #define TCPWM0_GRP0_CNT0 ((TCPWM_GRP_CNT_Type*) &TCPWM0->GRP[0].CNT[0]) /* 0x40580000 */ 1901 #define TCPWM0_GRP0_CNT1 ((TCPWM_GRP_CNT_Type*) &TCPWM0->GRP[0].CNT[1]) /* 0x40580080 */ 1902 #define TCPWM0_GRP0_CNT2 ((TCPWM_GRP_CNT_Type*) &TCPWM0->GRP[0].CNT[2]) /* 0x40580100 */ 1903 #define TCPWM0_GRP0_CNT3 ((TCPWM_GRP_CNT_Type*) &TCPWM0->GRP[0].CNT[3]) /* 0x40580180 */ 1904 #define TCPWM0_GRP0_CNT4 ((TCPWM_GRP_CNT_Type*) &TCPWM0->GRP[0].CNT[4]) /* 0x40580200 */ 1905 #define TCPWM0_GRP0_CNT5 ((TCPWM_GRP_CNT_Type*) &TCPWM0->GRP[0].CNT[5]) /* 0x40580280 */ 1906 #define TCPWM0_GRP0_CNT6 ((TCPWM_GRP_CNT_Type*) &TCPWM0->GRP[0].CNT[6]) /* 0x40580300 */ 1907 #define TCPWM0_GRP0_CNT7 ((TCPWM_GRP_CNT_Type*) &TCPWM0->GRP[0].CNT[7]) /* 0x40580380 */ 1908 #define TCPWM0_GRP0_CNT8 ((TCPWM_GRP_CNT_Type*) &TCPWM0->GRP[0].CNT[8]) /* 0x40580400 */ 1909 #define TCPWM0_GRP0_CNT9 ((TCPWM_GRP_CNT_Type*) &TCPWM0->GRP[0].CNT[9]) /* 0x40580480 */ 1910 #define TCPWM0_GRP0_CNT10 ((TCPWM_GRP_CNT_Type*) &TCPWM0->GRP[0].CNT[10]) /* 0x40580500 */ 1911 #define TCPWM0_GRP0_CNT11 ((TCPWM_GRP_CNT_Type*) &TCPWM0->GRP[0].CNT[11]) /* 0x40580580 */ 1912 #define TCPWM0_GRP0_CNT12 ((TCPWM_GRP_CNT_Type*) &TCPWM0->GRP[0].CNT[12]) /* 0x40580600 */ 1913 #define TCPWM0_GRP0_CNT13 ((TCPWM_GRP_CNT_Type*) &TCPWM0->GRP[0].CNT[13]) /* 0x40580680 */ 1914 #define TCPWM0_GRP0_CNT14 ((TCPWM_GRP_CNT_Type*) &TCPWM0->GRP[0].CNT[14]) /* 0x40580700 */ 1915 #define TCPWM0_GRP0_CNT15 ((TCPWM_GRP_CNT_Type*) &TCPWM0->GRP[0].CNT[15]) /* 0x40580780 */ 1916 #define TCPWM0_GRP0_CNT16 ((TCPWM_GRP_CNT_Type*) &TCPWM0->GRP[0].CNT[16]) /* 0x40580800 */ 1917 #define TCPWM0_GRP0_CNT17 ((TCPWM_GRP_CNT_Type*) &TCPWM0->GRP[0].CNT[17]) /* 0x40580880 */ 1918 #define TCPWM0_GRP0_CNT18 ((TCPWM_GRP_CNT_Type*) &TCPWM0->GRP[0].CNT[18]) /* 0x40580900 */ 1919 #define TCPWM0_GRP0_CNT19 ((TCPWM_GRP_CNT_Type*) &TCPWM0->GRP[0].CNT[19]) /* 0x40580980 */ 1920 #define TCPWM0_GRP0_CNT20 ((TCPWM_GRP_CNT_Type*) &TCPWM0->GRP[0].CNT[20]) /* 0x40580A00 */ 1921 #define TCPWM0_GRP0_CNT21 ((TCPWM_GRP_CNT_Type*) &TCPWM0->GRP[0].CNT[21]) /* 0x40580A80 */ 1922 #define TCPWM0_GRP0_CNT22 ((TCPWM_GRP_CNT_Type*) &TCPWM0->GRP[0].CNT[22]) /* 0x40580B00 */ 1923 #define TCPWM0_GRP0_CNT23 ((TCPWM_GRP_CNT_Type*) &TCPWM0->GRP[0].CNT[23]) /* 0x40580B80 */ 1924 #define TCPWM0_GRP0_CNT24 ((TCPWM_GRP_CNT_Type*) &TCPWM0->GRP[0].CNT[24]) /* 0x40580C00 */ 1925 #define TCPWM0_GRP0_CNT25 ((TCPWM_GRP_CNT_Type*) &TCPWM0->GRP[0].CNT[25]) /* 0x40580C80 */ 1926 #define TCPWM0_GRP0_CNT26 ((TCPWM_GRP_CNT_Type*) &TCPWM0->GRP[0].CNT[26]) /* 0x40580D00 */ 1927 #define TCPWM0_GRP0_CNT27 ((TCPWM_GRP_CNT_Type*) &TCPWM0->GRP[0].CNT[27]) /* 0x40580D80 */ 1928 #define TCPWM0_GRP0_CNT28 ((TCPWM_GRP_CNT_Type*) &TCPWM0->GRP[0].CNT[28]) /* 0x40580E00 */ 1929 #define TCPWM0_GRP0_CNT29 ((TCPWM_GRP_CNT_Type*) &TCPWM0->GRP[0].CNT[29]) /* 0x40580E80 */ 1930 #define TCPWM0_GRP0_CNT30 ((TCPWM_GRP_CNT_Type*) &TCPWM0->GRP[0].CNT[30]) /* 0x40580F00 */ 1931 #define TCPWM0_GRP0_CNT31 ((TCPWM_GRP_CNT_Type*) &TCPWM0->GRP[0].CNT[31]) /* 0x40580F80 */ 1932 #define TCPWM0_GRP0_CNT32 ((TCPWM_GRP_CNT_Type*) &TCPWM0->GRP[0].CNT[32]) /* 0x40581000 */ 1933 #define TCPWM0_GRP0_CNT33 ((TCPWM_GRP_CNT_Type*) &TCPWM0->GRP[0].CNT[33]) /* 0x40581080 */ 1934 #define TCPWM0_GRP0_CNT34 ((TCPWM_GRP_CNT_Type*) &TCPWM0->GRP[0].CNT[34]) /* 0x40581100 */ 1935 #define TCPWM0_GRP0_CNT35 ((TCPWM_GRP_CNT_Type*) &TCPWM0->GRP[0].CNT[35]) /* 0x40581180 */ 1936 #define TCPWM0_GRP0_CNT36 ((TCPWM_GRP_CNT_Type*) &TCPWM0->GRP[0].CNT[36]) /* 0x40581200 */ 1937 #define TCPWM0_GRP0_CNT37 ((TCPWM_GRP_CNT_Type*) &TCPWM0->GRP[0].CNT[37]) /* 0x40581280 */ 1938 #define TCPWM0_GRP0_CNT38 ((TCPWM_GRP_CNT_Type*) &TCPWM0->GRP[0].CNT[38]) /* 0x40581300 */ 1939 #define TCPWM0_GRP0_CNT39 ((TCPWM_GRP_CNT_Type*) &TCPWM0->GRP[0].CNT[39]) /* 0x40581380 */ 1940 #define TCPWM0_GRP0_CNT40 ((TCPWM_GRP_CNT_Type*) &TCPWM0->GRP[0].CNT[40]) /* 0x40581400 */ 1941 #define TCPWM0_GRP0_CNT41 ((TCPWM_GRP_CNT_Type*) &TCPWM0->GRP[0].CNT[41]) /* 0x40581480 */ 1942 #define TCPWM0_GRP0_CNT42 ((TCPWM_GRP_CNT_Type*) &TCPWM0->GRP[0].CNT[42]) /* 0x40581500 */ 1943 #define TCPWM0_GRP0_CNT43 ((TCPWM_GRP_CNT_Type*) &TCPWM0->GRP[0].CNT[43]) /* 0x40581580 */ 1944 #define TCPWM0_GRP0_CNT44 ((TCPWM_GRP_CNT_Type*) &TCPWM0->GRP[0].CNT[44]) /* 0x40581600 */ 1945 #define TCPWM0_GRP0_CNT45 ((TCPWM_GRP_CNT_Type*) &TCPWM0->GRP[0].CNT[45]) /* 0x40581680 */ 1946 #define TCPWM0_GRP0_CNT46 ((TCPWM_GRP_CNT_Type*) &TCPWM0->GRP[0].CNT[46]) /* 0x40581700 */ 1947 #define TCPWM0_GRP0_CNT47 ((TCPWM_GRP_CNT_Type*) &TCPWM0->GRP[0].CNT[47]) /* 0x40581780 */ 1948 #define TCPWM0_GRP0_CNT48 ((TCPWM_GRP_CNT_Type*) &TCPWM0->GRP[0].CNT[48]) /* 0x40581800 */ 1949 #define TCPWM0_GRP0_CNT49 ((TCPWM_GRP_CNT_Type*) &TCPWM0->GRP[0].CNT[49]) /* 0x40581880 */ 1950 #define TCPWM0_GRP0_CNT50 ((TCPWM_GRP_CNT_Type*) &TCPWM0->GRP[0].CNT[50]) /* 0x40581900 */ 1951 #define TCPWM0_GRP0_CNT51 ((TCPWM_GRP_CNT_Type*) &TCPWM0->GRP[0].CNT[51]) /* 0x40581980 */ 1952 #define TCPWM0_GRP0_CNT52 ((TCPWM_GRP_CNT_Type*) &TCPWM0->GRP[0].CNT[52]) /* 0x40581A00 */ 1953 #define TCPWM0_GRP0_CNT53 ((TCPWM_GRP_CNT_Type*) &TCPWM0->GRP[0].CNT[53]) /* 0x40581A80 */ 1954 #define TCPWM0_GRP0_CNT54 ((TCPWM_GRP_CNT_Type*) &TCPWM0->GRP[0].CNT[54]) /* 0x40581B00 */ 1955 #define TCPWM0_GRP0_CNT55 ((TCPWM_GRP_CNT_Type*) &TCPWM0->GRP[0].CNT[55]) /* 0x40581B80 */ 1956 #define TCPWM0_GRP0_CNT56 ((TCPWM_GRP_CNT_Type*) &TCPWM0->GRP[0].CNT[56]) /* 0x40581C00 */ 1957 #define TCPWM0_GRP0_CNT57 ((TCPWM_GRP_CNT_Type*) &TCPWM0->GRP[0].CNT[57]) /* 0x40581C80 */ 1958 #define TCPWM0_GRP0_CNT58 ((TCPWM_GRP_CNT_Type*) &TCPWM0->GRP[0].CNT[58]) /* 0x40581D00 */ 1959 #define TCPWM0_GRP0_CNT59 ((TCPWM_GRP_CNT_Type*) &TCPWM0->GRP[0].CNT[59]) /* 0x40581D80 */ 1960 #define TCPWM0_GRP0_CNT60 ((TCPWM_GRP_CNT_Type*) &TCPWM0->GRP[0].CNT[60]) /* 0x40581E00 */ 1961 #define TCPWM0_GRP0_CNT61 ((TCPWM_GRP_CNT_Type*) &TCPWM0->GRP[0].CNT[61]) /* 0x40581E80 */ 1962 #define TCPWM0_GRP0_CNT62 ((TCPWM_GRP_CNT_Type*) &TCPWM0->GRP[0].CNT[62]) /* 0x40581F00 */ 1963 #define TCPWM0_GRP1_CNT0 ((TCPWM_GRP_CNT_Type*) &TCPWM0->GRP[1].CNT[0]) /* 0x40588000 */ 1964 #define TCPWM0_GRP1_CNT1 ((TCPWM_GRP_CNT_Type*) &TCPWM0->GRP[1].CNT[1]) /* 0x40588080 */ 1965 #define TCPWM0_GRP1_CNT2 ((TCPWM_GRP_CNT_Type*) &TCPWM0->GRP[1].CNT[2]) /* 0x40588100 */ 1966 #define TCPWM0_GRP1_CNT3 ((TCPWM_GRP_CNT_Type*) &TCPWM0->GRP[1].CNT[3]) /* 0x40588180 */ 1967 #define TCPWM0_GRP1_CNT4 ((TCPWM_GRP_CNT_Type*) &TCPWM0->GRP[1].CNT[4]) /* 0x40588200 */ 1968 #define TCPWM0_GRP1_CNT5 ((TCPWM_GRP_CNT_Type*) &TCPWM0->GRP[1].CNT[5]) /* 0x40588280 */ 1969 #define TCPWM0_GRP1_CNT6 ((TCPWM_GRP_CNT_Type*) &TCPWM0->GRP[1].CNT[6]) /* 0x40588300 */ 1970 #define TCPWM0_GRP1_CNT7 ((TCPWM_GRP_CNT_Type*) &TCPWM0->GRP[1].CNT[7]) /* 0x40588380 */ 1971 #define TCPWM0_GRP1_CNT8 ((TCPWM_GRP_CNT_Type*) &TCPWM0->GRP[1].CNT[8]) /* 0x40588400 */ 1972 #define TCPWM0_GRP1_CNT9 ((TCPWM_GRP_CNT_Type*) &TCPWM0->GRP[1].CNT[9]) /* 0x40588480 */ 1973 #define TCPWM0_GRP1_CNT10 ((TCPWM_GRP_CNT_Type*) &TCPWM0->GRP[1].CNT[10]) /* 0x40588500 */ 1974 #define TCPWM0_GRP1_CNT11 ((TCPWM_GRP_CNT_Type*) &TCPWM0->GRP[1].CNT[11]) /* 0x40588580 */ 1975 #define TCPWM0_GRP2_CNT0 ((TCPWM_GRP_CNT_Type*) &TCPWM0->GRP[2].CNT[0]) /* 0x40590000 */ 1976 #define TCPWM0_GRP2_CNT1 ((TCPWM_GRP_CNT_Type*) &TCPWM0->GRP[2].CNT[1]) /* 0x40590080 */ 1977 #define TCPWM0_GRP2_CNT2 ((TCPWM_GRP_CNT_Type*) &TCPWM0->GRP[2].CNT[2]) /* 0x40590100 */ 1978 #define TCPWM0_GRP2_CNT3 ((TCPWM_GRP_CNT_Type*) &TCPWM0->GRP[2].CNT[3]) /* 0x40590180 */ 1979 #define TCPWM0_GRP2_CNT4 ((TCPWM_GRP_CNT_Type*) &TCPWM0->GRP[2].CNT[4]) /* 0x40590200 */ 1980 #define TCPWM0_GRP2_CNT5 ((TCPWM_GRP_CNT_Type*) &TCPWM0->GRP[2].CNT[5]) /* 0x40590280 */ 1981 #define TCPWM0_GRP2_CNT6 ((TCPWM_GRP_CNT_Type*) &TCPWM0->GRP[2].CNT[6]) /* 0x40590300 */ 1982 #define TCPWM0_GRP2_CNT7 ((TCPWM_GRP_CNT_Type*) &TCPWM0->GRP[2].CNT[7]) /* 0x40590380 */ 1983 1984 /******************************************************************************* 1985 * SCB 1986 *******************************************************************************/ 1987 1988 #define SCB0_BASE 0x40600000UL 1989 #define SCB1_BASE 0x40610000UL 1990 #define SCB2_BASE 0x40620000UL 1991 #define SCB3_BASE 0x40630000UL 1992 #define SCB4_BASE 0x40640000UL 1993 #define SCB5_BASE 0x40650000UL 1994 #define SCB6_BASE 0x40660000UL 1995 #define SCB7_BASE 0x40670000UL 1996 #define SCB8_BASE 0x40680000UL 1997 #define SCB9_BASE 0x40690000UL 1998 #define SCB10_BASE 0x406A0000UL 1999 #define SCB0 ((CySCB_Type*) SCB0_BASE) /* 0x40600000 */ 2000 #define SCB1 ((CySCB_Type*) SCB1_BASE) /* 0x40610000 */ 2001 #define SCB2 ((CySCB_Type*) SCB2_BASE) /* 0x40620000 */ 2002 #define SCB3 ((CySCB_Type*) SCB3_BASE) /* 0x40630000 */ 2003 #define SCB4 ((CySCB_Type*) SCB4_BASE) /* 0x40640000 */ 2004 #define SCB5 ((CySCB_Type*) SCB5_BASE) /* 0x40650000 */ 2005 #define SCB6 ((CySCB_Type*) SCB6_BASE) /* 0x40660000 */ 2006 #define SCB7 ((CySCB_Type*) SCB7_BASE) /* 0x40670000 */ 2007 #define SCB8 ((CySCB_Type*) SCB8_BASE) /* 0x40680000 */ 2008 #define SCB9 ((CySCB_Type*) SCB9_BASE) /* 0x40690000 */ 2009 #define SCB10 ((CySCB_Type*) SCB10_BASE) /* 0x406A0000 */ 2010 2011 /******************************************************************************* 2012 * I2S 2013 *******************************************************************************/ 2014 2015 #define I2S0_BASE 0x40800000UL 2016 #define I2S1_BASE 0x40801000UL 2017 #define I2S2_BASE 0x40802000UL 2018 #define I2S0 ((I2S_Type*) I2S0_BASE) /* 0x40800000 */ 2019 #define I2S1 ((I2S_Type*) I2S1_BASE) /* 0x40801000 */ 2020 #define I2S2 ((I2S_Type*) I2S2_BASE) /* 0x40802000 */ 2021 2022 /******************************************************************************* 2023 * PASS 2024 *******************************************************************************/ 2025 2026 #define PASS0_BASE 0x40900000UL 2027 #define PASS0 ((PASS_Type*) PASS0_BASE) /* 0x40900000 */ 2028 #define PASS0_SAR0 ((PASS_SAR_Type*) &PASS0->SAR[0]) /* 0x40900000 */ 2029 #define PASS0_SAR1 ((PASS_SAR_Type*) &PASS0->SAR[1]) /* 0x40901000 */ 2030 #define PASS0_SAR2 ((PASS_SAR_Type*) &PASS0->SAR[2]) /* 0x40902000 */ 2031 #define PASS0_SAR0_CH0 ((PASS_SAR_CH_Type*) &PASS0->SAR[0].CH[0]) /* 0x40900800 */ 2032 #define PASS0_SAR0_CH1 ((PASS_SAR_CH_Type*) &PASS0->SAR[0].CH[1]) /* 0x40900840 */ 2033 #define PASS0_SAR0_CH2 ((PASS_SAR_CH_Type*) &PASS0->SAR[0].CH[2]) /* 0x40900880 */ 2034 #define PASS0_SAR0_CH3 ((PASS_SAR_CH_Type*) &PASS0->SAR[0].CH[3]) /* 0x409008C0 */ 2035 #define PASS0_SAR0_CH4 ((PASS_SAR_CH_Type*) &PASS0->SAR[0].CH[4]) /* 0x40900900 */ 2036 #define PASS0_SAR0_CH5 ((PASS_SAR_CH_Type*) &PASS0->SAR[0].CH[5]) /* 0x40900940 */ 2037 #define PASS0_SAR0_CH6 ((PASS_SAR_CH_Type*) &PASS0->SAR[0].CH[6]) /* 0x40900980 */ 2038 #define PASS0_SAR0_CH7 ((PASS_SAR_CH_Type*) &PASS0->SAR[0].CH[7]) /* 0x409009C0 */ 2039 #define PASS0_SAR0_CH8 ((PASS_SAR_CH_Type*) &PASS0->SAR[0].CH[8]) /* 0x40900A00 */ 2040 #define PASS0_SAR0_CH9 ((PASS_SAR_CH_Type*) &PASS0->SAR[0].CH[9]) /* 0x40900A40 */ 2041 #define PASS0_SAR0_CH10 ((PASS_SAR_CH_Type*) &PASS0->SAR[0].CH[10]) /* 0x40900A80 */ 2042 #define PASS0_SAR0_CH11 ((PASS_SAR_CH_Type*) &PASS0->SAR[0].CH[11]) /* 0x40900AC0 */ 2043 #define PASS0_SAR0_CH12 ((PASS_SAR_CH_Type*) &PASS0->SAR[0].CH[12]) /* 0x40900B00 */ 2044 #define PASS0_SAR0_CH13 ((PASS_SAR_CH_Type*) &PASS0->SAR[0].CH[13]) /* 0x40900B40 */ 2045 #define PASS0_SAR0_CH14 ((PASS_SAR_CH_Type*) &PASS0->SAR[0].CH[14]) /* 0x40900B80 */ 2046 #define PASS0_SAR0_CH15 ((PASS_SAR_CH_Type*) &PASS0->SAR[0].CH[15]) /* 0x40900BC0 */ 2047 #define PASS0_SAR0_CH16 ((PASS_SAR_CH_Type*) &PASS0->SAR[0].CH[16]) /* 0x40900C00 */ 2048 #define PASS0_SAR0_CH17 ((PASS_SAR_CH_Type*) &PASS0->SAR[0].CH[17]) /* 0x40900C40 */ 2049 #define PASS0_SAR0_CH18 ((PASS_SAR_CH_Type*) &PASS0->SAR[0].CH[18]) /* 0x40900C80 */ 2050 #define PASS0_SAR0_CH19 ((PASS_SAR_CH_Type*) &PASS0->SAR[0].CH[19]) /* 0x40900CC0 */ 2051 #define PASS0_SAR0_CH20 ((PASS_SAR_CH_Type*) &PASS0->SAR[0].CH[20]) /* 0x40900D00 */ 2052 #define PASS0_SAR0_CH21 ((PASS_SAR_CH_Type*) &PASS0->SAR[0].CH[21]) /* 0x40900D40 */ 2053 #define PASS0_SAR0_CH22 ((PASS_SAR_CH_Type*) &PASS0->SAR[0].CH[22]) /* 0x40900D80 */ 2054 #define PASS0_SAR0_CH23 ((PASS_SAR_CH_Type*) &PASS0->SAR[0].CH[23]) /* 0x40900DC0 */ 2055 #define PASS0_SAR0_CH24 ((PASS_SAR_CH_Type*) &PASS0->SAR[0].CH[24]) /* 0x40900E00 */ 2056 #define PASS0_SAR0_CH25 ((PASS_SAR_CH_Type*) &PASS0->SAR[0].CH[25]) /* 0x40900E40 */ 2057 #define PASS0_SAR0_CH26 ((PASS_SAR_CH_Type*) &PASS0->SAR[0].CH[26]) /* 0x40900E80 */ 2058 #define PASS0_SAR0_CH27 ((PASS_SAR_CH_Type*) &PASS0->SAR[0].CH[27]) /* 0x40900EC0 */ 2059 #define PASS0_SAR0_CH28 ((PASS_SAR_CH_Type*) &PASS0->SAR[0].CH[28]) /* 0x40900F00 */ 2060 #define PASS0_SAR0_CH29 ((PASS_SAR_CH_Type*) &PASS0->SAR[0].CH[29]) /* 0x40900F40 */ 2061 #define PASS0_SAR0_CH30 ((PASS_SAR_CH_Type*) &PASS0->SAR[0].CH[30]) /* 0x40900F80 */ 2062 #define PASS0_SAR0_CH31 ((PASS_SAR_CH_Type*) &PASS0->SAR[0].CH[31]) /* 0x40900FC0 */ 2063 #define PASS0_SAR1_CH0 ((PASS_SAR_CH_Type*) &PASS0->SAR[1].CH[0]) /* 0x40901800 */ 2064 #define PASS0_SAR1_CH1 ((PASS_SAR_CH_Type*) &PASS0->SAR[1].CH[1]) /* 0x40901840 */ 2065 #define PASS0_SAR1_CH2 ((PASS_SAR_CH_Type*) &PASS0->SAR[1].CH[2]) /* 0x40901880 */ 2066 #define PASS0_SAR1_CH3 ((PASS_SAR_CH_Type*) &PASS0->SAR[1].CH[3]) /* 0x409018C0 */ 2067 #define PASS0_SAR1_CH4 ((PASS_SAR_CH_Type*) &PASS0->SAR[1].CH[4]) /* 0x40901900 */ 2068 #define PASS0_SAR1_CH5 ((PASS_SAR_CH_Type*) &PASS0->SAR[1].CH[5]) /* 0x40901940 */ 2069 #define PASS0_SAR1_CH6 ((PASS_SAR_CH_Type*) &PASS0->SAR[1].CH[6]) /* 0x40901980 */ 2070 #define PASS0_SAR1_CH7 ((PASS_SAR_CH_Type*) &PASS0->SAR[1].CH[7]) /* 0x409019C0 */ 2071 #define PASS0_SAR1_CH8 ((PASS_SAR_CH_Type*) &PASS0->SAR[1].CH[8]) /* 0x40901A00 */ 2072 #define PASS0_SAR1_CH9 ((PASS_SAR_CH_Type*) &PASS0->SAR[1].CH[9]) /* 0x40901A40 */ 2073 #define PASS0_SAR1_CH10 ((PASS_SAR_CH_Type*) &PASS0->SAR[1].CH[10]) /* 0x40901A80 */ 2074 #define PASS0_SAR1_CH11 ((PASS_SAR_CH_Type*) &PASS0->SAR[1].CH[11]) /* 0x40901AC0 */ 2075 #define PASS0_SAR1_CH12 ((PASS_SAR_CH_Type*) &PASS0->SAR[1].CH[12]) /* 0x40901B00 */ 2076 #define PASS0_SAR1_CH13 ((PASS_SAR_CH_Type*) &PASS0->SAR[1].CH[13]) /* 0x40901B40 */ 2077 #define PASS0_SAR1_CH14 ((PASS_SAR_CH_Type*) &PASS0->SAR[1].CH[14]) /* 0x40901B80 */ 2078 #define PASS0_SAR1_CH15 ((PASS_SAR_CH_Type*) &PASS0->SAR[1].CH[15]) /* 0x40901BC0 */ 2079 #define PASS0_SAR1_CH16 ((PASS_SAR_CH_Type*) &PASS0->SAR[1].CH[16]) /* 0x40901C00 */ 2080 #define PASS0_SAR1_CH17 ((PASS_SAR_CH_Type*) &PASS0->SAR[1].CH[17]) /* 0x40901C40 */ 2081 #define PASS0_SAR1_CH18 ((PASS_SAR_CH_Type*) &PASS0->SAR[1].CH[18]) /* 0x40901C80 */ 2082 #define PASS0_SAR1_CH19 ((PASS_SAR_CH_Type*) &PASS0->SAR[1].CH[19]) /* 0x40901CC0 */ 2083 #define PASS0_SAR1_CH20 ((PASS_SAR_CH_Type*) &PASS0->SAR[1].CH[20]) /* 0x40901D00 */ 2084 #define PASS0_SAR1_CH21 ((PASS_SAR_CH_Type*) &PASS0->SAR[1].CH[21]) /* 0x40901D40 */ 2085 #define PASS0_SAR1_CH22 ((PASS_SAR_CH_Type*) &PASS0->SAR[1].CH[22]) /* 0x40901D80 */ 2086 #define PASS0_SAR1_CH23 ((PASS_SAR_CH_Type*) &PASS0->SAR[1].CH[23]) /* 0x40901DC0 */ 2087 #define PASS0_SAR1_CH24 ((PASS_SAR_CH_Type*) &PASS0->SAR[1].CH[24]) /* 0x40901E00 */ 2088 #define PASS0_SAR1_CH25 ((PASS_SAR_CH_Type*) &PASS0->SAR[1].CH[25]) /* 0x40901E40 */ 2089 #define PASS0_SAR1_CH26 ((PASS_SAR_CH_Type*) &PASS0->SAR[1].CH[26]) /* 0x40901E80 */ 2090 #define PASS0_SAR1_CH27 ((PASS_SAR_CH_Type*) &PASS0->SAR[1].CH[27]) /* 0x40901EC0 */ 2091 #define PASS0_SAR1_CH28 ((PASS_SAR_CH_Type*) &PASS0->SAR[1].CH[28]) /* 0x40901F00 */ 2092 #define PASS0_SAR1_CH29 ((PASS_SAR_CH_Type*) &PASS0->SAR[1].CH[29]) /* 0x40901F40 */ 2093 #define PASS0_SAR1_CH30 ((PASS_SAR_CH_Type*) &PASS0->SAR[1].CH[30]) /* 0x40901F80 */ 2094 #define PASS0_SAR1_CH31 ((PASS_SAR_CH_Type*) &PASS0->SAR[1].CH[31]) /* 0x40901FC0 */ 2095 #define PASS0_SAR2_CH0 ((PASS_SAR_CH_Type*) &PASS0->SAR[2].CH[0]) /* 0x40902800 */ 2096 #define PASS0_SAR2_CH1 ((PASS_SAR_CH_Type*) &PASS0->SAR[2].CH[1]) /* 0x40902840 */ 2097 #define PASS0_SAR2_CH2 ((PASS_SAR_CH_Type*) &PASS0->SAR[2].CH[2]) /* 0x40902880 */ 2098 #define PASS0_SAR2_CH3 ((PASS_SAR_CH_Type*) &PASS0->SAR[2].CH[3]) /* 0x409028C0 */ 2099 #define PASS0_SAR2_CH4 ((PASS_SAR_CH_Type*) &PASS0->SAR[2].CH[4]) /* 0x40902900 */ 2100 #define PASS0_SAR2_CH5 ((PASS_SAR_CH_Type*) &PASS0->SAR[2].CH[5]) /* 0x40902940 */ 2101 #define PASS0_SAR2_CH6 ((PASS_SAR_CH_Type*) &PASS0->SAR[2].CH[6]) /* 0x40902980 */ 2102 #define PASS0_SAR2_CH7 ((PASS_SAR_CH_Type*) &PASS0->SAR[2].CH[7]) /* 0x409029C0 */ 2103 #define PASS0_EPASS_MMIO ((PASS_EPASS_MMIO_Type*) &PASS0->EPASS_MMIO) /* 0x409F0000 */ 2104 2105 /** \} XMC7100D-E272K4160 */ 2106 2107 #endif /* _XMC7100D_E272K4160_H_ */ 2108 2109 2110 /* [] END OF FILE */ 2111