Searched refs:MAPR (Results 1 – 17 of 17) sorted by relevance
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/ |
D | stm32f1xx_ll_gpio.h | 885 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 …]
|
D | stm32f1xx_hal_gpio_ex.h | 828 #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/ |
D | stm32f1xx_hal_eth.c | 252 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/ |
D | stm32f101x6.h | 298 __IO uint32_t MAPR; member
|
D | stm32f101xb.h | 303 __IO uint32_t MAPR; member
|
D | stm32f100xb.h | 345 __IO uint32_t MAPR; member
|
D | stm32f102x6.h | 301 __IO uint32_t MAPR; member
|
D | stm32f100xe.h | 411 __IO uint32_t MAPR; member
|
D | stm32f101xg.h | 432 __IO uint32_t MAPR; member
|
D | stm32f101xe.h | 420 __IO uint32_t MAPR; member
|
D | stm32f102xb.h | 306 __IO uint32_t MAPR; member
|
D | stm32f103x6.h | 370 __IO uint32_t MAPR; member
|
D | stm32f103xb.h | 375 __IO uint32_t MAPR; member
|
D | stm32f103xe.h | 498 __IO uint32_t MAPR; member
|
D | stm32f103xg.h | 504 __IO uint32_t MAPR; member
|
D | stm32f105xc.h | 444 __IO uint32_t MAPR; member
|
D | stm32f107xc.h | 518 __IO uint32_t MAPR; member
|