git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7105 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
gdisirio 2014-07-28 12:17:33 +00:00
parent da71f08558
commit ff9bc27d92
1 changed files with 13 additions and 0 deletions

View File

@ -33,6 +33,19 @@
* @name ISR names and numbers remapping
* @{
*/
/*
* I2C units.
*/
#define STM32_I2C1_EVENT_HANDLER VectorBC
#define STM32_I2C1_ERROR_HANDLER VectorC0
#define STM32_I2C1_EVENT_NUMBER 31
#define STM32_I2C1_ERROR_NUMBER 32
#define STM32_I2C2_EVENT_HANDLER VectorC4
#define STM32_I2C2_ERROR_HANDLER VectorC8
#define STM32_I2C2_EVENT_NUMBER 33
#define STM32_I2C2_ERROR_NUMBER 34
/*
* TIM units.
*/