aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/STM32F0xx/stm32_dma.h
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2015-05-30 11:12:27 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2015-05-30 11:12:27 +0000
commit85ee0fbeebeebc24ed2a681d8c1ef73aff9431b9 (patch)
tree7532498f1c31483a666b06d9db35cd9d75598728 /os/hal/ports/STM32/STM32F0xx/stm32_dma.h
parent0290f815a80080223878a85053dc3fb6bc45d6ee (diff)
downloadChibiOS-85ee0fbeebeebc24ed2a681d8c1ef73aff9431b9.tar.gz
ChibiOS-85ee0fbeebeebc24ed2a681d8c1ef73aff9431b9.tar.bz2
ChibiOS-85ee0fbeebeebc24ed2a681d8c1ef73aff9431b9.zip
Fixed bug #597.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7999 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/ports/STM32/STM32F0xx/stm32_dma.h')
-rw-r--r--os/hal/ports/STM32/STM32F0xx/stm32_dma.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/os/hal/ports/STM32/STM32F0xx/stm32_dma.h b/os/hal/ports/STM32/STM32F0xx/stm32_dma.h
index 067d655e8..85463277f 100644
--- a/os/hal/ports/STM32/STM32F0xx/stm32_dma.h
+++ b/os/hal/ports/STM32/STM32F0xx/stm32_dma.h
@@ -192,6 +192,8 @@
typedef struct {
DMA_Channel_TypeDef *channel; /**< @brief Associated DMA channel. */
volatile uint32_t *ifcr; /**< @brief Associated IFCR reg. */
+ uint32_t sharedmask; /**< @brief Mask of channels sharing
+ the same ISR. */
uint8_t ishift; /**< @brief Bits offset in xIFCR
register. */
uint8_t selfindex; /**< @brief Index to self in array. */