mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 17:33:08 +08:00
More updates for the STM32F3Discovery
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5617 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -267,6 +267,13 @@
|
||||
# define STM32_IRQ_DMA2CH3 (74) /* 58: DMA2 Channel 3 global interrupt */
|
||||
# define STM32_IRQ_DMA2CH45 (75) /* 59: DMA2 Channel 4&5 global interrupt */
|
||||
# define NR_IRQS (76)
|
||||
|
||||
/* Convenience definitions for interrupts with multiple functions */
|
||||
|
||||
# define STM32_IRQ_USBHP STM32_IRQ_USBHPCANTX
|
||||
# define STM32_IRQ_CAN1TX STM32_IRQ_USBHPCANTX
|
||||
# define STM32_IRQ_USBLP STM32_IRQ_USBLPCANRX0
|
||||
# define STM32_IRQ_CAN1RX0 STM32_IRQ_USBLPCANRX0
|
||||
#endif
|
||||
|
||||
/************************************************************************************
|
||||
|
||||
Reference in New Issue
Block a user