Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_ll_gpio.h2114 #if defined(AFIO_MAPR2_MISC_REMAP)
2129 SET_BIT(AFIO->MAPR2, AFIO_MAPR2_MISC_REMAP); in LL_GPIO_AF_EnableRemap_MISC()
2145 CLEAR_BIT(AFIO->MAPR2, AFIO_MAPR2_MISC_REMAP); in LL_GPIO_AF_DisableRemap_MISC()
2155 return (READ_BIT(AFIO->MAPR2, AFIO_MAPR2_MISC_REMAP) == (AFIO_MAPR2_MISC_REMAP)); in LL_GPIO_AF_IsEnabledRemap_MISC()
Dstm32f1xx_hal_gpio_ex.h772 #if defined(AFIO_MAPR2_MISC_REMAP)
784 #define __HAL_AFIO_REMAP_MISC_ENABLE() SET_BIT(AFIO->MAPR2, AFIO_MAPR2_MISC_REMAP)
796 #define __HAL_AFIO_REMAP_MISC_DISABLE() CLEAR_BIT(AFIO->MAPR2, AFIO_MAPR2_MISC_REMAP)
/hal_stm32-latest/stm32cube/stm32f1xx/soc/
Dstm32f100xe.h2916 #define AFIO_MAPR2_MISC_REMAP AFIO_MAPR2_MISC_REMAP_Msk /*!< Miscellaneous r… macro