summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/str71x/str71x_map.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/arm/src/str71x/str71x_map.h')
-rw-r--r--nuttx/arch/arm/src/str71x/str71x_map.h63
1 files changed, 0 insertions, 63 deletions
diff --git a/nuttx/arch/arm/src/str71x/str71x_map.h b/nuttx/arch/arm/src/str71x/str71x_map.h
index 254ac7905..419215297 100644
--- a/nuttx/arch/arm/src/str71x/str71x_map.h
+++ b/nuttx/arch/arm/src/str71x/str71x_map.h
@@ -98,66 +98,3 @@
************************************************************************************/
#endif // __ARCH_ARM_SRC_STR71X_STR71X_MAP_H
-
-
-/*------------------------ Analog to Digital Converter -----------------------*/
-
-/*------------------------ APB -----------------------------------------------*/
-
-/*------------------------ Buffered Serial Peripheral Interface --------------*/
-
-/*------------------------ Controller Area Network ---------------------------*/
-
-/*------------------------ Enhanced Interrupt Controller ---------------------*/
-/*------------------------ External Memory Interface -------------------------*/
-
-/*------------------------ General Purpose IO ports --------------------------*/
-
-/*------------------------ I2C interface -------------------------------------*/
-
-/*------------------------ Power Reset Clock Control unit --------------------*/
-
-
-/*------------------------ Real Time Clock -----------------------------------*/
-
-/*------------------------ TIM -----------------------------------------------*/
-
-/*------------------------ Universal Asynchronous Receiver Transmitter -------*/
-
-
-/*------------------------ WATCHDOG ------------------------------------------*/
-/*------------------------ External Interrupt Controller ---------------------*/
-
-
-/* IRQ vectors */
-typedef struct
-{
- volatile uint32 T0TIMI_IRQHandler;
- volatile uint32 RCCU_IRQHandler;
- volatile uint32 RTC_IRQHandler;
- volatile uint32 WDG_IRQHandler;
- volatile uint32 XTI_IRQHandler;
- volatile uint32 USBHP_IRQHandler;
- volatile uint32 I2C0ITERR_IRQHandler;
- volatile uint32 I2C1ITERR_IRQHandler;
- volatile uint32 UART0_IRQHandler;
- volatile uint32 UART1_IRQHandler;
- volatile uint32 UART2_IRQHandler;
- volatile uint32 UART3_IRQHandler;
- volatile uint32 BSPI0_IRQHandler;
- volatile uint32 BSPI1_IRQHandler;
- volatile uint32 I2C0_IRQHandler;
- volatile uint32 I2C1_IRQHandler;
- volatile uint32 CAN_IRQHandler;
- volatile uint32 ADC12_IRQHandler;
- volatile uint32 T1TIMI_IRQHandler;
- volatile uint32 T2TIMI_IRQHandler;
- volatile uint32 T3TIMI_IRQHandler;
- uint32 EMPTY1[3];
- volatile uint32 HDLC_IRQHandler;
- volatile uint32 USBLP_IRQHandler;
- uint32 EMPTY2[2];
- volatile uint32 T0TOI_IRQHandler;
- volatile uint32 T0OC1_IRQHandler;
- volatile uint32 T0OC2_IRQHandler;
-} IRQVectors_TypeDef;