Home
last modified time | relevance | path

Searched refs:AFIO_MAPR2_TIM12_REMAP (Results 1 – 3 of 3) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_ll_gpio.h2077 #if defined(AFIO_MAPR2_TIM12_REMAP)
2088 SET_BIT(AFIO->MAPR2, AFIO_MAPR2_TIM12_REMAP); in LL_GPIO_AF_EnableRemap_TIM12()
2100 CLEAR_BIT(AFIO->MAPR2, AFIO_MAPR2_TIM12_REMAP); in LL_GPIO_AF_DisableRemap_TIM12()
2110 return (READ_BIT(AFIO->MAPR2, AFIO_MAPR2_TIM12_REMAP) == (AFIO_MAPR2_TIM12_REMAP)); in LL_GPIO_AF_IsEnabledRemap_TIM12()
Dstm32f1xx_hal_gpio_ex.h753 #if defined(AFIO_MAPR2_TIM12_REMAP)
761 #define __HAL_AFIO_REMAP_TIM12_ENABLE() SET_BIT(AFIO->MAPR2, AFIO_MAPR2_TIM12_REMAP)
769 #define __HAL_AFIO_REMAP_TIM12_DISABLE() CLEAR_BIT(AFIO->MAPR2, AFIO_MAPR2_TIM12_REMAP)
/hal_stm32-latest/stm32cube/stm32f1xx/soc/
Dstm32f100xe.h2913 #define AFIO_MAPR2_TIM12_REMAP AFIO_MAPR2_TIM12_REMAP_Msk /*!< TIM12 remapping… macro