X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fstm32f1%2Fstm32f1.h;h=b77a0aef4d68f44029f37ef02fc9d6d4e85a9dcb;hb=5cea1324ac4a34a21324c4bb50885ffacb6d29da;hp=bf96fbbc8549c21382dbea5b9458268dbe8ec515;hpb=9a5cd9e64a66829fb0cd3713c5cbd41085641db3;p=fw%2Faltos diff --git a/src/stm32f1/stm32f1.h b/src/stm32f1/stm32f1.h index bf96fbbc..b77a0aef 100644 --- a/src/stm32f1/stm32f1.h +++ b/src/stm32f1/stm32f1.h @@ -187,9 +187,6 @@ extern struct stm_rcc stm_rcc; #define STM_RCC_APB1ENR_SPI3EN 15 #define STM_RCC_APB1ENR_SPI2EN 14 #define STM_RCC_APB1ENR_WWDGEN 11 -#define STM_RCC_APB1ENR_TIM14EN 8 -#define STM_RCC_APB1ENR_TIM13EN 7 -#define STM_RCC_APB1ENR_TIM12EN 6 #define STM_RCC_APB1ENR_TIM7EN 5 #define STM_RCC_APB1ENR_TIM6EN 4 #define STM_RCC_APB1ENR_TIM5EN 3 @@ -530,19 +527,19 @@ extern struct stm_afio stm_afio; #define STM_AFIO_MAPR_CAN_REMAP_PA11_PA12 0 #define STM_AFIO_MAPR_CAN_REMAP_PB8_PB9 2 #define STM_AFIO_MAPR_CAN_REMAP_PD0_PD1 3 -#define STM_AFIO_MAPR_CAN_REMAP_MASK 3 +#define STM_AFIO_MAPR_CAN_REMAP_MASK 3UL #define STM_AFIO_MAPR_TIM4_REMAP 12 #define STM_AFIO_MAPR_TIM3_REMAP 10 #define STM_AFIO_MAPR_TIM3_REMAP_PA6_PA7_PB0_PB1 0 #define STM_AFIO_MAPR_TIM3_REMAP_PB4_PB5_PB0_PB1 2 #define STM_AFIO_MAPR_TIM3_REMAP_PC6_PC7_PC8_PC9 3 -#define STM_AFIO_MAPR_TIM3_REMAP_MASK 3 +#define STM_AFIO_MAPR_TIM3_REMAP_MASK 3UL #define STM_AFIO_MAPR_TIM2_REMAP 8 #define STM_AFIO_MAPR_TIM2_REMAP_PA0_PA1_PA2_PA3 0 #define STM_AFIO_MAPR_TIM2_REMAP_PA15_PB3_PA2_PA3 1 #define STM_AFIO_MAPR_TIM2_REMAP_PA0_PA1_PB10_PB11 2 #define STM_AFIO_MAPR_TIM2_REMAP_PA15_PB3_PB10_PB11 3 -#define STM_AFIO_MAPR_TIM2_REMAP_MASK 3 +#define STM_AFIO_MAPR_TIM2_REMAP_MASK 3UL #define STM_AFIO_MAPR_TIM1_REMAP 6 #define STM_AFIO_MAPR_TIM1_REMAP_PA12_PA8_PA9_PA10_PA11_PB12_PB13_PB14_PB15 0 #define STM_AFIO_MAPR_TIM1_REMAP_PA12_PA8_PA9_PA10_PA11_PA6_PA7_PB0_PB1 1