/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_ll_pwr.h | 309 MODIFY_REG(PWR->PMCR, PWR_PMCR_LPMS, Mode); in LL_PWR_SetPowerMode() 321 return (READ_BIT(PWR->PMCR, PWR_PMCR_LPMS)); in LL_PWR_GetPowerMode() 335 MODIFY_REG(PWR->PMCR, PWR_PMCR_SVOS, VoltageScaling); in LL_PWR_SetStopModeRegulVoltageScaling() 348 return (uint32_t)(READ_BIT(PWR->PMCR, PWR_PMCR_SVOS)); in LL_PWR_GetStopModeRegulVoltageScaling() 358 SET_BIT(PWR->PMCR, PWR_PMCR_FLPS); in LL_PWR_EnableFlashPowerDown() 368 CLEAR_BIT(PWR->PMCR, PWR_PMCR_FLPS); in LL_PWR_DisableFlashPowerDown() 378 return ((READ_BIT(PWR->PMCR, PWR_PMCR_FLPS) == (PWR_PMCR_FLPS)) ? 1UL : 0UL); in LL_PWR_IsEnabledFlashPowerDown() 388 SET_BIT(PWR->PMCR, PWR_PMCR_BOOSTE); in LL_PWR_EnableAnalogBooster() 398 CLEAR_BIT(PWR->PMCR, PWR_PMCR_BOOSTE); in LL_PWR_DisableAnalogBooster() 408 return ((READ_BIT(PWR->PMCR, PWR_PMCR_BOOSTE) == (PWR_PMCR_BOOSTE)) ? 1UL : 0UL); in LL_PWR_IsEnabledAnalogBooster() [all …]
|
D | stm32h5xx_hal_pwr.h | 382 (((__FLAG__) == PWR_FLAG_STOPF) ? (SET_BIT(PWR->PMCR, PWR_PMCR_CSSF)) : \ 383 ((__FLAG__) == PWR_FLAG_SBF) ? (SET_BIT(PWR->PMCR, PWR_PMCR_CSSF)) : \ 395 (((__FLAG__) == PWR_FLAG_STOPF) ? (SET_BIT(PWR->PMCR, PWR_PMCR_CSSF)) : \ 396 ((__FLAG__) == PWR_FLAG_SBF) ? (SET_BIT(PWR->PMCR, PWR_PMCR_CSSF)) : \
|
D | stm32h5xx_ll_system.h | 385 MODIFY_REG(SBS->PMCR, SBS_PMCR_ETH_SEL_PHY, Interface); in LL_SBS_SetPHYInterface() 397 return (uint32_t)(READ_BIT(SBS->PMCR, SBS_PMCR_ETH_SEL_PHY)); in LL_SBS_GetPHYInterface() 414 SET_BIT(SBS->PMCR, ConfigFastModePlus); in LL_SBS_EnableFastModePlus() 430 CLEAR_BIT(SBS->PMCR, ConfigFastModePlus); in LL_SBS_DisableFastModePlus()
|
D | stm32h5xx_hal.h | 585 … SET_BIT(SBS->PMCR, (__FASTMODEPLUS__));\ 589 … CLEAR_BIT(SBS->PMCR, (__FASTMODEPLUS__));\
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_pwr_ex.c | 228 MODIFY_REG(PWR->PMCR, PWR_PMCR_SVOS, VoltageScaling); in HAL_PWREx_ControlStopModeVoltageScaling() 240 return (PWR->PMCR & PWR_PMCR_SVOS); in HAL_PWREx_GetStopModeVoltageRange() 481 SET_BIT(PWR->PMCR, PWR_PMCR_AVD_READY); in HAL_PWREx_EnableAnalogBooster() 484 SET_BIT(PWR->PMCR, PWR_PMCR_BOOSTE); in HAL_PWREx_EnableAnalogBooster() 494 CLEAR_BIT(PWR->PMCR, PWR_PMCR_BOOSTE); in HAL_PWREx_DisableAnalogBooster() 497 CLEAR_BIT(PWR->PMCR, PWR_PMCR_AVD_READY); in HAL_PWREx_DisableAnalogBooster() 650 SET_BIT(PWR->PMCR, PWR_PMCR_FLPS); in HAL_PWREx_EnableFlashPowerDown() 664 CLEAR_BIT(PWR->PMCR, PWR_PMCR_FLPS); in HAL_PWREx_DisableFlashPowerDown() 700 SET_BIT(PWR->PMCR, MemoryBlock); in HAL_PWREx_EnableMemoryShutOff() 732 CLEAR_BIT(PWR->PMCR, MemoryBlock); in HAL_PWREx_DisableMemoryShutOff()
|
D | stm32h5xx_hal_pwr.c | 353 CLEAR_BIT(PWR->PMCR, PWR_PMCR_LPMS); in HAL_PWR_EnterSTOPMode() 390 SET_BIT(PWR->PMCR, PWR_PMCR_LPMS); in HAL_PWR_EnterSTANDBYMode()
|
D | stm32h5xx_hal.c | 714 MODIFY_REG(SBS->PMCR, SBS_PMCR_ETH_SEL_PHY, (uint32_t)(SBS_ETHInterface)); in HAL_SBS_ETHInterfaceSelect()
|
D | stm32h5xx_hal_eth.c | 350 (void)SBS->PMCR; in HAL_ETH_Init()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_ll_system.h | 511 MODIFY_REG(SBS->PMCR, SBS_PMCR_AXISRAM_WS, WaitState); in LL_SBS_SetAXISRAMWaitState() 523 return (uint32_t)(READ_BIT(SBS->PMCR, SBS_PMCR_AXISRAM_WS)); in LL_SBS_GetAXISRAMWaitState() 536 MODIFY_REG(SBS->PMCR, SBS_PMCR_ETH_PHYSEL, Interface); in LL_SBS_SetEthernetPhy() 548 return (uint32_t)(READ_BIT(SBS->PMCR, SBS_PMCR_ETH_PHYSEL)); in LL_SBS_GetEthernetPhy() 561 MODIFY_REG(SBS->PMCR, SBS_PMCR_BOOSTVDDSEL, Voltage); in LL_SBS_SetBoosterVoltage() 573 return (uint32_t)(READ_BIT(SBS->PMCR, SBS_PMCR_BOOSTVDDSEL)); in LL_SBS_GetBoosterVoltage() 583 SET_BIT(SBS->PMCR, SBS_PMCR_BOOSTEN); in LL_SBS_EnableBooster() 593 CLEAR_BIT(SBS->PMCR, SBS_PMCR_BOOSTEN); in LL_SBS_DisableBooster() 603 return ((READ_BIT(SBS->PMCR, SBS_PMCR_BOOSTEN) != 0UL) ? 1UL : 0UL); in LL_SBS_IsEnabledBooster()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal.c | 751 MODIFY_REG(SBS->PMCR, (SBS_PMCR_BOOSTEN | SBS_PMCR_BOOSTVDDSEL), SBS_PMCR_BOOSTEN); in HAL_SBS_EnableIOAnalogBooster() 760 CLEAR_BIT(SBS->PMCR, SBS_PMCR_BOOSTEN); in HAL_SBS_DisableIOAnalogBooster() 770 MODIFY_REG(SBS->PMCR, (SBS_PMCR_BOOSTEN | SBS_PMCR_BOOSTVDDSEL), SBS_PMCR_BOOSTVDDSEL); in HAL_SBS_EnableIOAnalogSwitchVdd() 779 CLEAR_BIT(SBS->PMCR, SBS_PMCR_BOOSTVDDSEL); in HAL_SBS_DisableIOAnalogSwitchVdd() 795 MODIFY_REG(SBS->PMCR, SBS_PMCR_ETH_PHYSEL, Config); in HAL_SBS_ConfigEthernetPHY() 811 MODIFY_REG(SBS->PMCR, SBS_PMCR_AXISRAM_WS, Config); in HAL_SBS_ConfigAXISRAMWaitState()
|
D | stm32h7rsxx_hal_eth.c | 350 (void)SBS->PMCR; in HAL_ETH_Init()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_ll_system.h | 454 MODIFY_REG(SYSCFG->PMCR, SYSCFG_PMCR_EPIS_SEL, Interface); in LL_SYSCFG_SetPHYInterface() 466 return (uint32_t)(READ_BIT(SYSCFG->PMCR, SYSCFG_PMCR_EPIS_SEL)); in LL_SYSCFG_GetPHYInterface() 485 SET_BIT(SYSCFG->PMCR, AnalogSwitch); in LL_SYSCFG_OpenAnalogSwitch() 503 CLEAR_BIT(SYSCFG->PMCR, AnalogSwitch); in LL_SYSCFG_CloseAnalogSwitch() 517 SET_BIT(SYSCFG->PMCR, SYSCFG_PMCR_BOOSTEN) ; in LL_SYSCFG_EnableAnalogBooster() 530 CLEAR_BIT(SYSCFG->PMCR, SYSCFG_PMCR_BOOSTEN) ; in LL_SYSCFG_DisableAnalogBooster() 553 SET_BIT(SYSCFG->PMCR, ConfigFastModePlus); in LL_SYSCFG_EnableFastModePlus() 576 CLEAR_BIT(SYSCFG->PMCR, ConfigFastModePlus); in LL_SYSCFG_DisableFastModePlus()
|
D | stm32h7xx_hal.h | 845 … SET_BIT(SYSCFG->PMCR, (__FASTMODEPLUS__));\ 849 … CLEAR_BIT(SYSCFG->PMCR, (__FASTMODEPLUS__));\
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal.c | 606 MODIFY_REG(SYSCFG->PMCR, SYSCFG_PMCR_EPIS_SEL, (uint32_t)(SYSCFG_ETHInterface)); in HAL_SYSCFG_ETHInterfaceSelect() 637 MODIFY_REG(SYSCFG->PMCR, (uint32_t) SYSCFG_AnalogSwitch, (uint32_t)(SYSCFG_SwitchState)); in HAL_SYSCFG_AnalogSwitchConfig() 651 SET_BIT(SYSCFG->PMCR, SYSCFG_PMCR_BOOSTEN) ; in HAL_SYSCFG_EnableBOOST() 663 CLEAR_BIT(SYSCFG->PMCR, SYSCFG_PMCR_BOOSTEN) ; in HAL_SYSCFG_DisableBOOST()
|
D | stm32h7xx_hal_smbus_ex.c | 207 SET_BIT(SYSCFG->PMCR, (uint32_t)ConfigFastModePlus); in HAL_SMBUSEx_EnableFastModePlus() 238 CLEAR_BIT(SYSCFG->PMCR, (uint32_t)ConfigFastModePlus); in HAL_SMBUSEx_DisableFastModePlus()
|
D | stm32h7xx_hal_i2c_ex.c | 325 SET_BIT(SYSCFG->PMCR, (uint32_t)ConfigFastModePlus); in HAL_I2CEx_EnableFastModePlus() 356 CLEAR_BIT(SYSCFG->PMCR, (uint32_t)ConfigFastModePlus); in HAL_I2CEx_DisableFastModePlus()
|
D | stm32h7xx_hal_eth.c | 350 (void)SYSCFG->PMCR; in HAL_ETH_Init()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_hal_dcmipp.c | 758 CLEAR_REG(csi_instance->PMCR); in HAL_DCMIPP_CSI_SetConfig()
|
/hal_stm32-latest/stm32cube/stm32h5xx/soc/ |
D | stm32h503xx.h | 659 …__IO uint32_t PMCR; /*!< Power mode control register , Address offset: 0x00 … member 905 …__IO uint32_t PMCR; /*!< SBS Product Mode & Config Register, Address offset… member
|
D | stm32h523xx.h | 822 …__IO uint32_t PMCR; /*!< Power mode control register , Address offset: 0x00 … member 1085 …__IO uint32_t PMCR; /*!< SBS Product Mode & Config Register, Address offset… member
|
D | stm32h562xx.h | 869 …__IO uint32_t PMCR; /*!< Power mode control register , Address offset: 0x00 … member 1154 …__IO uint32_t PMCR; /*!< SBS Product Mode & Config Register, Address offset… member
|
D | stm32h533xx.h | 886 …__IO uint32_t PMCR; /*!< Power mode control register , Address offset: 0x00 … member 1149 …__IO uint32_t PMCR; /*!< SBS Product Mode & Config Register, Address offset… member
|
D | stm32h573xx.h | 1111 …__IO uint32_t PMCR; /*!< Power mode control register , Address offset: 0x00 … member 1396 …__IO uint32_t PMCR; /*!< SBS Product Mode & Config Register, Address offset… member
|
D | stm32h563xx.h | 1047 …__IO uint32_t PMCR; /*!< Power mode control register , Address offset: 0x00 … member 1332 …__IO uint32_t PMCR; /*!< SBS Product Mode & Config Register, Address offset… member
|
/hal_stm32-latest/stm32cube/stm32h7xx/soc/ |
D | stm32h7a3xx.h | 924 …__IO uint32_t PMCR; /*!< SYSCFG peripheral mode configuration register, Address off… member
|