Searched refs:MAPR2 (Results 1 – 16 of 16) sorted by relevance
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/ |
D | stm32f1xx_hal_gpio_ex.h | 557 #define __HAL_AFIO_REMAP_TIM9_ENABLE() SET_BIT(AFIO->MAPR2, AFIO_MAPR2_TIM9_REMAP) 564 #define __HAL_AFIO_REMAP_TIM9_DISABLE() CLEAR_BIT(AFIO->MAPR2, AFIO_MAPR2_TIM9_REMAP) 574 #define __HAL_AFIO_REMAP_TIM10_ENABLE() SET_BIT(AFIO->MAPR2, AFIO_MAPR2_TIM10_REMAP) 581 #define __HAL_AFIO_REMAP_TIM10_DISABLE() CLEAR_BIT(AFIO->MAPR2, AFIO_MAPR2_TIM10_REMAP) 590 #define __HAL_AFIO_REMAP_TIM11_ENABLE() SET_BIT(AFIO->MAPR2, AFIO_MAPR2_TIM11_REMAP) 597 #define __HAL_AFIO_REMAP_TIM11_DISABLE() CLEAR_BIT(AFIO->MAPR2, AFIO_MAPR2_TIM11_REMAP) 607 #define __HAL_AFIO_REMAP_TIM13_ENABLE() SET_BIT(AFIO->MAPR2, AFIO_MAPR2_TIM13_REMAP) 614 #define __HAL_AFIO_REMAP_TIM13_DISABLE() CLEAR_BIT(AFIO->MAPR2, AFIO_MAPR2_TIM13_REMAP) 624 #define __HAL_AFIO_REMAP_TIM14_ENABLE() SET_BIT(AFIO->MAPR2, AFIO_MAPR2_TIM14_REMAP) 631 #define __HAL_AFIO_REMAP_TIM14_DISABLE() CLEAR_BIT(AFIO->MAPR2, AFIO_MAPR2_TIM14_REMAP) [all …]
|
D | stm32f1xx_ll_gpio.h | 1679 SET_BIT(AFIO->MAPR2, AFIO_MAPR2_TIM9_REMAP); in LL_GPIO_AF_EnableRemap_TIM9() 1690 CLEAR_BIT(AFIO->MAPR2, AFIO_MAPR2_TIM9_REMAP); in LL_GPIO_AF_DisableRemap_TIM9() 1700 return (READ_BIT(AFIO->MAPR2, AFIO_MAPR2_TIM9_REMAP) == (AFIO_MAPR2_TIM9_REMAP)); in LL_GPIO_AF_IsEnabledRemap_TIM9() 1714 SET_BIT(AFIO->MAPR2, AFIO_MAPR2_TIM10_REMAP); in LL_GPIO_AF_EnableRemap_TIM10() 1725 CLEAR_BIT(AFIO->MAPR2, AFIO_MAPR2_TIM10_REMAP); in LL_GPIO_AF_DisableRemap_TIM10() 1735 return (READ_BIT(AFIO->MAPR2, AFIO_MAPR2_TIM10_REMAP) == (AFIO_MAPR2_TIM10_REMAP)); in LL_GPIO_AF_IsEnabledRemap_TIM10() 1748 SET_BIT(AFIO->MAPR2, AFIO_MAPR2_TIM11_REMAP); in LL_GPIO_AF_EnableRemap_TIM11() 1759 CLEAR_BIT(AFIO->MAPR2, AFIO_MAPR2_TIM11_REMAP); in LL_GPIO_AF_DisableRemap_TIM11() 1769 return (READ_BIT(AFIO->MAPR2, AFIO_MAPR2_TIM11_REMAP) == (AFIO_MAPR2_TIM11_REMAP)); in LL_GPIO_AF_IsEnabledRemap_TIM11() 1783 SET_BIT(AFIO->MAPR2, AFIO_MAPR2_TIM13_REMAP); in LL_GPIO_AF_EnableRemap_TIM13() [all …]
|
/hal_stm32-latest/stm32cube/stm32f1xx/soc/ |
D | stm32f101x6.h | 301 __IO uint32_t MAPR2; member
|
D | stm32f101xb.h | 306 __IO uint32_t MAPR2; member
|
D | stm32f100xb.h | 348 __IO uint32_t MAPR2; member
|
D | stm32f102x6.h | 304 __IO uint32_t MAPR2; member
|
D | stm32f100xe.h | 414 __IO uint32_t MAPR2; member
|
D | stm32f101xg.h | 435 __IO uint32_t MAPR2; member
|
D | stm32f101xe.h | 423 __IO uint32_t MAPR2; member
|
D | stm32f102xb.h | 309 __IO uint32_t MAPR2; member
|
D | stm32f103x6.h | 373 __IO uint32_t MAPR2; member
|
D | stm32f103xb.h | 378 __IO uint32_t MAPR2; member
|
D | stm32f103xe.h | 501 __IO uint32_t MAPR2; member
|
D | stm32f103xg.h | 507 __IO uint32_t MAPR2; member
|
D | stm32f105xc.h | 447 __IO uint32_t MAPR2; member
|
D | stm32f107xc.h | 521 __IO uint32_t MAPR2; member
|