Home
last modified time | relevance | path

Searched refs:PMC (Results 1 – 25 of 74) sorted by relevance

123

/hal_stm32-3.4.0/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_ll_system.h382 MODIFY_REG(SYSCFG->PMC, SYSCFG_PMC_MII_RMII_SEL, Interface); in LL_SYSCFG_SetPHYInterface()
395 return (uint32_t)(READ_BIT(SYSCFG->PMC, SYSCFG_PMC_MII_RMII_SEL)); in LL_SYSCFG_GetPHYInterface()
448 SET_BIT(SYSCFG->PMC, ConfigFastModePlus); in LL_SYSCFG_EnableFastModePlus()
469 CLEAR_BIT(SYSCFG->PMC, ConfigFastModePlus); in LL_SYSCFG_DisableFastModePlus()
/hal_stm32-3.4.0/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_ll_system.h478 SET_BIT(SYSCFG->PMC, SYSCFG_PMC_USB_PU); in LL_SYSCFG_EnableUSBPullUp()
488 CLEAR_BIT(SYSCFG->PMC, SYSCFG_PMC_USB_PU); in LL_SYSCFG_DisableUSBPullUp()
505 SET_BIT(SYSCFG->PMC, Pin); in LL_SYSCFG_EnableLCDCapacitanceConnection()
521 CLEAR_BIT(SYSCFG->PMC, Pin); in LL_SYSCFG_DisableLCDCapacitanceConnection()
Dstm32l1xx_hal.h576 #define __HAL_SYSCFG_USBPULLUP_ENABLE() SET_BIT(SYSCFG->PMC, SYSCFG_PMC_USB_PU)
578 #define __HAL_SYSCFG_USBPULLUP_DISABLE() CLEAR_BIT(SYSCFG->PMC, SYSCFG_PMC_USB_PU)
/hal_stm32-3.4.0/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_i2c_ex.c224 SET_BIT(SYSCFG->PMC, (uint32_t)ConfigFastModePlus); in HAL_I2CEx_EnableFastModePlus()
253 CLEAR_BIT(SYSCFG->PMC, (uint32_t)ConfigFastModePlus); in HAL_I2CEx_DisableFastModePlus()
Dstm32f7xx_hal_eth.c368 SYSCFG->PMC &= ~(SYSCFG_PMC_MII_RMII_SEL); in HAL_ETH_Init()
369 SYSCFG->PMC |= (uint32_t)heth->Init.MediaInterface; in HAL_ETH_Init()
371 (void)SYSCFG->PMC; in HAL_ETH_Init()
/hal_stm32-3.4.0/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_ll_system.h305 MODIFY_REG(SYSCFG->PMC, SYSCFG_PMC_MII_RMII_SEL, Interface); in LL_SYSCFG_SetPHYInterface()
318 return (uint32_t)(READ_BIT(SYSCFG->PMC, SYSCFG_PMC_MII_RMII_SEL)); in LL_SYSCFG_GetPHYInterface()
/hal_stm32-3.4.0/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_ll_system.h557 MODIFY_REG(SYSCFG->PMC, SYSCFG_PMC_MII_RMII_SEL, Interface); in LL_SYSCFG_SetPHYInterface()
570 return (uint32_t)(READ_BIT(SYSCFG->PMC, SYSCFG_PMC_MII_RMII_SEL)); in LL_SYSCFG_GetPHYInterface()
/hal_stm32-3.4.0/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_eth.c368 SYSCFG->PMC &= ~(SYSCFG_PMC_MII_RMII_SEL); in HAL_ETH_Init()
369 SYSCFG->PMC |= (uint32_t)heth->Init.MediaInterface; in HAL_ETH_Init()
371 (void)SYSCFG->PMC; in HAL_ETH_Init()
/hal_stm32-3.4.0/stm32cube/stm32f4xx/drivers/src/Legacy/
Dstm32f4xx_hal_eth.c256 SYSCFG->PMC &= ~(SYSCFG_PMC_MII_RMII_SEL); in HAL_ETH_Init()
257 SYSCFG->PMC |= (uint32_t)heth->Init.MediaInterface; in HAL_ETH_Init()
/hal_stm32-3.4.0/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_eth.c253 SYSCFG->PMC &= ~(SYSCFG_PMC_MII_RMII_SEL); in HAL_ETH_Init()
254 SYSCFG->PMC |= (uint32_t)heth->Init.MediaInterface; in HAL_ETH_Init()
/hal_stm32-3.4.0/stm32cube/stm32f7xx/drivers/src/Legacy/
Dstm32f7xx_hal_eth.c251 SYSCFG->PMC &= ~(SYSCFG_PMC_MII_RMII_SEL); in HAL_ETH_Init()
252 SYSCFG->PMC |= (uint32_t)heth->Init.MediaInterface; in HAL_ETH_Init()
/hal_stm32-3.4.0/stm32cube/stm32f4xx/soc/
Dstm32f410tx.h299 …__IO uint32_t PMC; /*!< SYSCFG peripheral mode configuration register, Address offset… member
Dstm32f410cx.h302 …__IO uint32_t PMC; /*!< SYSCFG peripheral mode configuration register, Address offset… member
Dstm32f410rx.h302 …__IO uint32_t PMC; /*!< SYSCFG peripheral mode configuration register, Address offset… member
Dstm32f401xc.h284 …__IO uint32_t PMC; /*!< SYSCFG peripheral mode configuration register, Address offset… member
Dstm32f401xe.h284 …__IO uint32_t PMC; /*!< SYSCFG peripheral mode configuration register, Address offset… member
/hal_stm32-3.4.0/stm32cube/stm32l1xx/soc/
Dstm32l100xb.h324 …__IO uint32_t PMC; /*!< SYSCFG peripheral mode configuration register, Address offset… member
Dstm32l100xba.h324 …__IO uint32_t PMC; /*!< SYSCFG peripheral mode configuration register, Address offset… member
Dstm32l151xb.h323 …__IO uint32_t PMC; /*!< SYSCFG peripheral mode configuration register, Address offset… member
Dstm32l151xba.h323 …__IO uint32_t PMC; /*!< SYSCFG peripheral mode configuration register, Address offset… member
Dstm32l152xba.h324 …__IO uint32_t PMC; /*!< SYSCFG peripheral mode configuration register, Address offset… member
Dstm32l152xb.h324 …__IO uint32_t PMC; /*!< SYSCFG peripheral mode configuration register, Address offset… member
Dstm32l100xc.h335 …__IO uint32_t PMC; /*!< SYSCFG peripheral mode configuration register, Address offset… member
Dstm32l151xca.h351 …__IO uint32_t PMC; /*!< SYSCFG peripheral mode configuration register, Address offset… member
Dstm32l151xdx.h361 …__IO uint32_t PMC; /*!< SYSCFG peripheral mode configuration register, Address offset… member

123