Home
last modified time | relevance | path

Searched refs:MAPR (Results 1 – 17 of 17) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_ll_gpio.h885 SET_BIT(AFIO->MAPR, AFIO_MAPR_SPI1_REMAP | AFIO_MAPR_SWJ_CFG); in LL_GPIO_AF_EnableRemap_SPI1()
896 MODIFY_REG(AFIO->MAPR, (AFIO_MAPR_SPI1_REMAP | AFIO_MAPR_SWJ_CFG), AFIO_MAPR_SWJ_CFG); in LL_GPIO_AF_DisableRemap_SPI1()
906 return (READ_BIT(AFIO->MAPR, AFIO_MAPR_SPI1_REMAP) == (AFIO_MAPR_SPI1_REMAP)); in LL_GPIO_AF_IsEnabledRemap_SPI1()
917 SET_BIT(AFIO->MAPR, AFIO_MAPR_I2C1_REMAP | AFIO_MAPR_SWJ_CFG); in LL_GPIO_AF_EnableRemap_I2C1()
928 MODIFY_REG(AFIO->MAPR, (AFIO_MAPR_I2C1_REMAP | AFIO_MAPR_SWJ_CFG), AFIO_MAPR_SWJ_CFG); in LL_GPIO_AF_DisableRemap_I2C1()
938 return (READ_BIT(AFIO->MAPR, AFIO_MAPR_I2C1_REMAP) == (AFIO_MAPR_I2C1_REMAP)); in LL_GPIO_AF_IsEnabledRemap_I2C1()
949 SET_BIT(AFIO->MAPR, AFIO_MAPR_USART1_REMAP | AFIO_MAPR_SWJ_CFG); in LL_GPIO_AF_EnableRemap_USART1()
960 MODIFY_REG(AFIO->MAPR, (AFIO_MAPR_USART1_REMAP | AFIO_MAPR_SWJ_CFG), AFIO_MAPR_SWJ_CFG); in LL_GPIO_AF_DisableRemap_USART1()
970 return (READ_BIT(AFIO->MAPR, AFIO_MAPR_USART1_REMAP) == (AFIO_MAPR_USART1_REMAP)); in LL_GPIO_AF_IsEnabledRemap_USART1()
981 SET_BIT(AFIO->MAPR, AFIO_MAPR_USART2_REMAP | AFIO_MAPR_SWJ_CFG); in LL_GPIO_AF_EnableRemap_USART2()
[all …]
Dstm32f1xx_hal_gpio_ex.h828 #define AFIO_REMAP_ENABLE(REMAP_PIN) do{ uint32_t tmpreg = AFIO->MAPR; \
831 AFIO->MAPR = tmpreg; \
834 #define AFIO_REMAP_DISABLE(REMAP_PIN) do{ uint32_t tmpreg = AFIO->MAPR; \
837 AFIO->MAPR = tmpreg; \
840 #define AFIO_REMAP_PARTIAL(REMAP_PIN, REMAP_PIN_MASK) do{ uint32_t tmpreg = AFIO->MAPR; \
844 AFIO->MAPR = tmpreg; \
847 #define AFIO_DBGAFR_CONFIG(DBGAFR_SWJCFG) do{ uint32_t tmpreg = AFIO->MAPR; \
850 AFIO->MAPR = tmpreg; \
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_eth.c252 AFIO->MAPR &= ~(AFIO_MAPR_MII_RMII_SEL); in HAL_ETH_Init()
253 AFIO->MAPR |= (uint32_t)heth->Init.MediaInterface; in HAL_ETH_Init()
/hal_stm32-latest/stm32cube/stm32f1xx/soc/
Dstm32f101x6.h298 __IO uint32_t MAPR; member
Dstm32f101xb.h303 __IO uint32_t MAPR; member
Dstm32f100xb.h345 __IO uint32_t MAPR; member
Dstm32f102x6.h301 __IO uint32_t MAPR; member
Dstm32f100xe.h411 __IO uint32_t MAPR; member
Dstm32f101xg.h432 __IO uint32_t MAPR; member
Dstm32f101xe.h420 __IO uint32_t MAPR; member
Dstm32f102xb.h306 __IO uint32_t MAPR; member
Dstm32f103x6.h370 __IO uint32_t MAPR; member
Dstm32f103xb.h375 __IO uint32_t MAPR; member
Dstm32f103xe.h498 __IO uint32_t MAPR; member
Dstm32f103xg.h504 __IO uint32_t MAPR; member
Dstm32f105xc.h444 __IO uint32_t MAPR; member
Dstm32f107xc.h518 __IO uint32_t MAPR; member