/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_opamp.c | 291 assert_param(IS_OPAMP_POWERMODE(hopamp->Init.PowerMode)); in HAL_OPAMP_Init() 323 if ((hopamp->Init.PowerMode == OPAMP_POWERMODE_NORMALPOWER_NORMALSPEED) || \ in HAL_OPAMP_Init() 324 (hopamp->Init.PowerMode == OPAMP_POWERMODE_NORMALPOWER_HIGHSPEED)) in HAL_OPAMP_Init() 355 hopamp->Init.PowerMode | \ in HAL_OPAMP_Init() 367 hopamp->Init.PowerMode | \ in HAL_OPAMP_Init() 376 hopamp->Init.PowerMode | \ in HAL_OPAMP_Init() 386 if ((hopamp->Init.PowerMode != OPAMP_POWERMODE_LOWPOWER_NORMALSPEED) && \ in HAL_OPAMP_Init() 387 (hopamp->Init.PowerMode != OPAMP_POWERMODE_LOWPOWER_HIGHSPEED)) in HAL_OPAMP_Init() 657 assert_param(IS_OPAMP_POWERMODE(hopamp->Init.PowerMode)); in HAL_OPAMP_SelfCalibrate() 670 if ((hopamp->Init.PowerMode == OPAMP_POWERMODE_NORMALPOWER_NORMALSPEED) || \ in HAL_OPAMP_SelfCalibrate() [all …]
|
D | stm32u5xx_hal_opamp_ex.c | 119 assert_param(IS_OPAMP_POWERMODE(hopamp1->Init.PowerMode)); in HAL_OPAMPEx_SelfCalibrateAll() 120 assert_param(IS_OPAMP_POWERMODE(hopamp2->Init.PowerMode)); in HAL_OPAMPEx_SelfCalibrateAll() 136 if ((hopamp1->Init.PowerMode == OPAMP_POWERMODE_NORMALPOWER_NORMALSPEED) || \ in HAL_OPAMPEx_SelfCalibrateAll() 137 (hopamp1->Init.PowerMode == OPAMP_POWERMODE_NORMALPOWER_HIGHSPEED)) in HAL_OPAMPEx_SelfCalibrateAll() 146 if ((hopamp2->Init.PowerMode == OPAMP_POWERMODE_NORMALPOWER_NORMALSPEED) || \ in HAL_OPAMPEx_SelfCalibrateAll() 147 (hopamp2->Init.PowerMode == OPAMP_POWERMODE_NORMALPOWER_HIGHSPEED)) in HAL_OPAMPEx_SelfCalibrateAll() 324 if ((hopamp1->Init.PowerMode != OPAMP_POWERMODE_LOWPOWER_NORMALSPEED) && \ in HAL_OPAMPEx_SelfCalibrateAll() 325 (hopamp1->Init.PowerMode != OPAMP_POWERMODE_LOWPOWER_HIGHSPEED)) in HAL_OPAMPEx_SelfCalibrateAll() 340 if ((hopamp2->Init.PowerMode != OPAMP_POWERMODE_LOWPOWER_NORMALSPEED) && \ in HAL_OPAMPEx_SelfCalibrateAll() 341 (hopamp2->Init.PowerMode != OPAMP_POWERMODE_LOWPOWER_HIGHSPEED)) in HAL_OPAMPEx_SelfCalibrateAll()
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/ |
D | stm32l1xx_hal_opamp_ex.c | 146 assert_param(IS_OPAMP_POWERMODE(hopamp1->Init.PowerMode)); in HAL_OPAMPEx_SelfCalibrateAll() 147 assert_param(IS_OPAMP_POWERMODE(hopamp2->Init.PowerMode)); in HAL_OPAMPEx_SelfCalibrateAll() 148 assert_param(IS_OPAMP_POWERMODE(hopamp3->Init.PowerMode)); in HAL_OPAMPEx_SelfCalibrateAll() 167 if (hopamp1->Init.PowerMode == OPAMP_POWERMODE_NORMAL) in HAL_OPAMPEx_SelfCalibrateAll() 178 if (hopamp2->Init.PowerMode == OPAMP_POWERMODE_NORMAL) in HAL_OPAMPEx_SelfCalibrateAll() 189 if (hopamp3->Init.PowerMode == OPAMP_POWERMODE_NORMAL) in HAL_OPAMPEx_SelfCalibrateAll() 377 if (hopamp1->Init.PowerMode != OPAMP_POWERMODE_LOWPOWER) in HAL_OPAMPEx_SelfCalibrateAll() 392 if (hopamp2->Init.PowerMode != OPAMP_POWERMODE_LOWPOWER) in HAL_OPAMPEx_SelfCalibrateAll() 407 if (hopamp3->Init.PowerMode != OPAMP_POWERMODE_LOWPOWER) in HAL_OPAMPEx_SelfCalibrateAll() 496 assert_param(IS_OPAMP_POWERMODE(hopamp1->Init.PowerMode)); in HAL_OPAMPEx_SelfCalibrateAll() [all …]
|
D | stm32l1xx_hal_opamp.c | 268 assert_param(IS_OPAMP_POWERMODE(hopamp->Init.PowerMode)); in HAL_OPAMP_Init() 290 if (hopamp->Init.PowerMode == OPAMP_POWERMODE_NORMAL) in HAL_OPAMP_Init() 425 if (hopamp->Init.PowerMode != OPAMP_POWERMODE_LOWPOWER) in HAL_OPAMP_Init() 758 assert_param(IS_OPAMP_POWERMODE(hopamp->Init.PowerMode)); in HAL_OPAMP_SelfCalibrate() 776 if (hopamp->Init.PowerMode == OPAMP_POWERMODE_NORMAL) in HAL_OPAMP_SelfCalibrate() 919 if (hopamp->Init.PowerMode != OPAMP_POWERMODE_LOWPOWER) in HAL_OPAMP_SelfCalibrate() 1049 assert_param(IS_OPAMP_POWERMODE(hopamp->Init.PowerMode)); in HAL_OPAMP_GetTrimOffset() 1064 if (hopamp->Init.PowerMode == OPAMP_POWERMODE_NORMAL) in HAL_OPAMP_GetTrimOffset()
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/ |
D | stm32u0xx_hal_opamp_ex.c | 119 assert_param(IS_OPAMP_POWERMODE(hopamp1->Init.PowerMode)); in HAL_OPAMPEx_SelfCalibrateAll() 120 assert_param(IS_OPAMP_POWERMODE(hopamp2->Init.PowerMode)); in HAL_OPAMPEx_SelfCalibrateAll() 136 if ((hopamp1->Init.PowerMode == OPAMP_POWERMODE_NORMALPOWER_NORMALSPEED) || \ in HAL_OPAMPEx_SelfCalibrateAll() 137 (hopamp1->Init.PowerMode == OPAMP_POWERMODE_NORMALPOWER_HIGHSPEED)) in HAL_OPAMPEx_SelfCalibrateAll() 146 if ((hopamp2->Init.PowerMode == OPAMP_POWERMODE_NORMALPOWER_NORMALSPEED) || \ in HAL_OPAMPEx_SelfCalibrateAll() 147 (hopamp2->Init.PowerMode == OPAMP_POWERMODE_NORMALPOWER_HIGHSPEED)) in HAL_OPAMPEx_SelfCalibrateAll() 324 if ((hopamp1->Init.PowerMode != OPAMP_POWERMODE_LOWPOWER_NORMALSPEED) && \ in HAL_OPAMPEx_SelfCalibrateAll() 325 (hopamp1->Init.PowerMode != OPAMP_POWERMODE_LOWPOWER_HIGHSPEED)) in HAL_OPAMPEx_SelfCalibrateAll() 340 if ((hopamp2->Init.PowerMode != OPAMP_POWERMODE_LOWPOWER_NORMALSPEED) && \ in HAL_OPAMPEx_SelfCalibrateAll() 341 (hopamp2->Init.PowerMode != OPAMP_POWERMODE_LOWPOWER_HIGHSPEED)) in HAL_OPAMPEx_SelfCalibrateAll()
|
D | stm32u0xx_hal_opamp.c | 262 assert_param(IS_OPAMP_POWERMODE(hopamp->Init.PowerMode)); in HAL_OPAMP_Init() 294 if (hopamp->Init.PowerMode == OPAMP_POWERMODE_NORMALPOWER_NORMALSPEED) in HAL_OPAMP_Init() 325 hopamp->Init.PowerMode | \ in HAL_OPAMP_Init() 337 hopamp->Init.PowerMode | \ in HAL_OPAMP_Init() 346 hopamp->Init.PowerMode | \ in HAL_OPAMP_Init() 356 if ((hopamp->Init.PowerMode != OPAMP_POWERMODE_LOWPOWER_NORMALSPEED)) in HAL_OPAMP_Init() 624 assert_param(IS_OPAMP_POWERMODE(hopamp->Init.PowerMode)); in HAL_OPAMP_SelfCalibrate() 637 if (hopamp->Init.PowerMode == OPAMP_POWERMODE_NORMALPOWER_NORMALSPEED) in HAL_OPAMP_SelfCalibrate() 767 if ((hopamp->Init.PowerMode != OPAMP_POWERMODE_LOWPOWER_NORMALSPEED)) in HAL_OPAMP_SelfCalibrate() 881 assert_param(IS_OPAMP_POWERMODE(hopamp->Init.PowerMode)); in HAL_OPAMP_GetTrimOffset() [all …]
|
D | stm32u0xx_hal_pwr_ex.c | 993 void HAL_PWREx_EnableFlashPowerDown(uint32_t PowerMode) in HAL_PWREx_EnableFlashPowerDown() argument 995 assert_param(IS_PWR_FLASH_POWERDOWN(PowerMode)); in HAL_PWREx_EnableFlashPowerDown() 997 PWR->CR1 |= PowerMode; in HAL_PWREx_EnableFlashPowerDown() 1010 void HAL_PWREx_DisableFlashPowerDown(uint32_t PowerMode) in HAL_PWREx_DisableFlashPowerDown() argument 1012 assert_param(IS_PWR_FLASH_POWERDOWN(PowerMode)); in HAL_PWREx_DisableFlashPowerDown() 1014 PWR->CR1 &= ~PowerMode; in HAL_PWREx_DisableFlashPowerDown()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_opamp.c | 299 assert_param(IS_OPAMP_POWERMODE(hopamp->Init.PowerMode)); in HAL_OPAMP_Init() 328 if (hopamp->Init.PowerMode == OPAMP_POWERMODE_NORMAL) in HAL_OPAMP_Init() 359 hopamp->Init.PowerMode | \ in HAL_OPAMP_Init() 371 hopamp->Init.PowerMode | \ in HAL_OPAMP_Init() 380 hopamp->Init.PowerMode | \ in HAL_OPAMP_Init() 390 if (hopamp->Init.PowerMode != OPAMP_POWERMODE_HIGHSPEED) in HAL_OPAMP_Init() 651 assert_param(IS_OPAMP_POWERMODE(hopamp->Init.PowerMode)); in HAL_OPAMP_SelfCalibrate() 661 if (hopamp->Init.PowerMode == OPAMP_POWERMODE_NORMAL) in HAL_OPAMP_SelfCalibrate() 800 if (hopamp->Init.PowerMode != OPAMP_POWERMODE_HIGHSPEED) in HAL_OPAMP_SelfCalibrate() 922 assert_param(IS_OPAMP_POWERMODE(hopamp->Init.PowerMode)); in HAL_OPAMP_GetTrimOffset() [all …]
|
D | stm32h7xx_hal_opamp_ex.c | 113 assert_param(IS_OPAMP_POWERMODE(hopamp1->Init.PowerMode)); in HAL_OPAMPEx_SelfCalibrateAll() 114 assert_param(IS_OPAMP_POWERMODE(hopamp2->Init.PowerMode)); in HAL_OPAMPEx_SelfCalibrateAll() 134 if (hopamp1->Init.PowerMode == OPAMP_POWERMODE_NORMAL) in HAL_OPAMPEx_SelfCalibrateAll() 143 if (hopamp2->Init.PowerMode == OPAMP_POWERMODE_NORMAL) in HAL_OPAMPEx_SelfCalibrateAll() 322 if (hopamp1->Init.PowerMode != OPAMP_POWERMODE_HIGHSPEED) in HAL_OPAMPEx_SelfCalibrateAll() 337 if (hopamp2->Init.PowerMode != OPAMP_POWERMODE_HIGHSPEED) in HAL_OPAMPEx_SelfCalibrateAll()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_hal_opamp.c | 302 assert_param(IS_OPAMP_POWERMODE(hopamp->Init.PowerMode)); in HAL_OPAMP_Init() 334 if (hopamp->Init.PowerMode == OPAMP_POWERMODE_NORMALPOWER) in HAL_OPAMP_Init() 365 hopamp->Init.PowerMode | \ in HAL_OPAMP_Init() 377 hopamp->Init.PowerMode | \ in HAL_OPAMP_Init() 386 hopamp->Init.PowerMode | \ in HAL_OPAMP_Init() 396 if (hopamp->Init.PowerMode != OPAMP_POWERMODE_LOWPOWER) in HAL_OPAMP_Init() 666 assert_param(IS_OPAMP_POWERMODE(hopamp->Init.PowerMode)); in HAL_OPAMP_SelfCalibrate() 680 if (hopamp->Init.PowerMode == OPAMP_POWERMODE_NORMALPOWER) in HAL_OPAMP_SelfCalibrate() 810 if (hopamp->Init.PowerMode != OPAMP_POWERMODE_LOWPOWER) in HAL_OPAMP_SelfCalibrate() 934 assert_param(IS_OPAMP_POWERMODE(hopamp->Init.PowerMode)); in HAL_OPAMP_GetTrimOffset() [all …]
|
D | stm32l4xx_hal_opamp_ex.c | 124 assert_param(IS_OPAMP_POWERMODE(hopamp1->Init.PowerMode)); in HAL_OPAMPEx_SelfCalibrateAll() 125 assert_param(IS_OPAMP_POWERMODE(hopamp2->Init.PowerMode)); in HAL_OPAMPEx_SelfCalibrateAll() 142 if (hopamp1->Init.PowerMode == OPAMP_POWERMODE_NORMALPOWER) in HAL_OPAMPEx_SelfCalibrateAll() 151 if (hopamp2->Init.PowerMode == OPAMP_POWERMODE_NORMALPOWER) in HAL_OPAMPEx_SelfCalibrateAll() 328 if (hopamp1->Init.PowerMode != OPAMP_POWERMODE_LOWPOWER) in HAL_OPAMPEx_SelfCalibrateAll() 343 if (hopamp2->Init.PowerMode != OPAMP_POWERMODE_LOWPOWER) in HAL_OPAMPEx_SelfCalibrateAll()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_hal_opamp.c | 300 assert_param(IS_OPAMP_POWERMODE(hopamp->Init.PowerMode)); in HAL_OPAMP_Init() 332 if (hopamp->Init.PowerMode == OPAMP_POWERMODE_NORMALPOWER) in HAL_OPAMP_Init() 363 hopamp->Init.PowerMode | \ in HAL_OPAMP_Init() 375 hopamp->Init.PowerMode | \ in HAL_OPAMP_Init() 384 hopamp->Init.PowerMode | \ in HAL_OPAMP_Init() 394 if (hopamp->Init.PowerMode != OPAMP_POWERMODE_LOWPOWER) in HAL_OPAMP_Init() 664 assert_param(IS_OPAMP_POWERMODE(hopamp->Init.PowerMode)); in HAL_OPAMP_SelfCalibrate() 676 if (hopamp->Init.PowerMode == OPAMP_POWERMODE_NORMALPOWER) in HAL_OPAMP_SelfCalibrate() 806 if (hopamp->Init.PowerMode != OPAMP_POWERMODE_LOWPOWER) in HAL_OPAMP_SelfCalibrate() 930 assert_param(IS_OPAMP_POWERMODE(hopamp->Init.PowerMode)); in HAL_OPAMP_GetTrimOffset() [all …]
|
D | stm32l5xx_hal_opamp_ex.c | 118 assert_param(IS_OPAMP_POWERMODE(hopamp1->Init.PowerMode)); in HAL_OPAMPEx_SelfCalibrateAll() 119 assert_param(IS_OPAMP_POWERMODE(hopamp2->Init.PowerMode)); in HAL_OPAMPEx_SelfCalibrateAll() 135 if (hopamp1->Init.PowerMode == OPAMP_POWERMODE_NORMALPOWER) in HAL_OPAMPEx_SelfCalibrateAll() 144 if (hopamp2->Init.PowerMode == OPAMP_POWERMODE_NORMALPOWER) in HAL_OPAMPEx_SelfCalibrateAll() 321 if (hopamp1->Init.PowerMode != OPAMP_POWERMODE_LOWPOWER) in HAL_OPAMPEx_SelfCalibrateAll() 336 if (hopamp2->Init.PowerMode != OPAMP_POWERMODE_LOWPOWER) in HAL_OPAMPEx_SelfCalibrateAll()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_opamp.c | 310 assert_param(IS_OPAMP_POWERMODE(hopamp->Init.PowerMode)); in HAL_OPAMP_Init() 339 if (hopamp->Init.PowerMode == OPAMP_POWERMODE_NORMAL) in HAL_OPAMP_Init() 370 hopamp->Init.PowerMode | \ in HAL_OPAMP_Init() 382 hopamp->Init.PowerMode | \ in HAL_OPAMP_Init() 391 hopamp->Init.PowerMode | \ in HAL_OPAMP_Init() 401 if (hopamp->Init.PowerMode != OPAMP_POWERMODE_HIGHSPEED) in HAL_OPAMP_Init() 663 assert_param(IS_OPAMP_POWERMODE(hopamp->Init.PowerMode)); in HAL_OPAMP_SelfCalibrate() 673 if (hopamp->Init.PowerMode == OPAMP_POWERMODE_NORMAL) in HAL_OPAMP_SelfCalibrate() 812 if (hopamp->Init.PowerMode != OPAMP_POWERMODE_HIGHSPEED) in HAL_OPAMP_SelfCalibrate() 936 assert_param(IS_OPAMP_POWERMODE(hopamp->Init.PowerMode)); in HAL_OPAMP_GetTrimOffset() [all …]
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/ |
D | stm32wlxx_hal_pwr_ex.c | 618 void HAL_PWREx_EnableFlashPowerDown(uint32_t PowerMode) in HAL_PWREx_EnableFlashPowerDown() argument 620 assert_param(IS_PWR_FLASH_POWERDOWN(PowerMode)); in HAL_PWREx_EnableFlashPowerDown() 623 if ((PowerMode & PWR_FLASHPD_LPRUN) != 0U) in HAL_PWREx_EnableFlashPowerDown() 630 SET_BIT(PWR->C2CR1, PowerMode); in HAL_PWREx_EnableFlashPowerDown() 632 if ((PowerMode & PWR_FLASHPD_LPRUN) != 0U) in HAL_PWREx_EnableFlashPowerDown() 639 SET_BIT(PWR->CR1, PowerMode); in HAL_PWREx_EnableFlashPowerDown() 653 void HAL_PWREx_DisableFlashPowerDown(uint32_t PowerMode) in HAL_PWREx_DisableFlashPowerDown() argument 655 assert_param(IS_PWR_FLASH_POWERDOWN(PowerMode)); in HAL_PWREx_DisableFlashPowerDown() 659 CLEAR_BIT(PWR->C2CR1, PowerMode); in HAL_PWREx_DisableFlashPowerDown() 662 CLEAR_BIT(PWR->CR1, PowerMode); in HAL_PWREx_DisableFlashPowerDown()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_ll_opamp.h | 104 uint32_t PowerMode; /*!< Set OPAMP power mode. member 499 __STATIC_INLINE void LL_OPAMP_SetPowerMode(OPAMP_TypeDef *OPAMPx, uint32_t PowerMode) in LL_OPAMP_SetPowerMode() argument 501 MODIFY_REG(OPAMPx->CSR, OPAMP_CSR_OPAHSM, (PowerMode & OPAMP_POWERMODE_CSR_BIT_MASK)); in LL_OPAMP_SetPowerMode() 714 __STATIC_INLINE void LL_OPAMP_SetTrimmingValue(OPAMP_TypeDef *OPAMPx, uint32_t PowerMode, uint32_t … in LL_OPAMP_SetTrimmingValue() argument 717 …__IO uint32_t *preg = __OPAMP_PTR_REG_OFFSET(OPAMPx->OTR, (PowerMode & OPAMP_POWERMODE_OTR_REGOFFS… in LL_OPAMP_SetTrimmingValue() 746 __STATIC_INLINE uint32_t LL_OPAMP_GetTrimmingValue(const OPAMP_TypeDef *OPAMPx, uint32_t PowerMode, in LL_OPAMP_GetTrimmingValue() argument 749 …const __IO uint32_t *preg = __OPAMP_PTR_REG_OFFSET(OPAMPx->OTR, (PowerMode & OPAMP_POWERMODE_OTR_R… in LL_OPAMP_GetTrimmingValue()
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
D | stm32u0xx_ll_opamp.h | 104 …uint32_t PowerMode; /*!< Set the power mode Normal or Low-Power and the speed mo… member 387 __STATIC_INLINE void LL_OPAMP_SetPowerMode(OPAMP_TypeDef *OPAMPx, uint32_t PowerMode) in LL_OPAMP_SetPowerMode() argument 389 MODIFY_REG(OPAMPx->CSR, OPAMP_POWERMODE_CSR_BIT_MASK, PowerMode); in LL_OPAMP_SetPowerMode() 712 __STATIC_INLINE void LL_OPAMP_SetTrimmingValue(OPAMP_TypeDef *OPAMPx, uint32_t PowerMode, uint32_t … in LL_OPAMP_SetTrimmingValue() argument 715 …__IO uint32_t *preg = __OPAMP_PTR_REG_OFFSET(OPAMPx->OTR, (PowerMode & OPAMP_POWERMODE_OTR_REGOFFS… in LL_OPAMP_SetTrimmingValue() 745 __STATIC_INLINE uint32_t LL_OPAMP_GetTrimmingValue(const OPAMP_TypeDef *OPAMPx, uint32_t PowerMode, in LL_OPAMP_GetTrimmingValue() argument 748 …const __IO uint32_t *preg = __OPAMP_PTR_REG_OFFSET(OPAMPx->OTR, (PowerMode & OPAMP_POWERMODE_OTR_R… in LL_OPAMP_GetTrimmingValue()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_ll_opamp.h | 108 uint32_t PowerMode; /*!< Set OPAMP power mode. member 487 __STATIC_INLINE void LL_OPAMP_SetPowerMode(OPAMP_TypeDef *OPAMPx, uint32_t PowerMode) in LL_OPAMP_SetPowerMode() argument 489 MODIFY_REG(OPAMPx->CSR, OPAMP_CSR_OPAHSM, (PowerMode & OPAMP_POWERMODE_CSR_BIT_MASK)); in LL_OPAMP_SetPowerMode() 701 __STATIC_INLINE void LL_OPAMP_SetTrimmingValue(OPAMP_TypeDef* OPAMPx, uint32_t PowerMode, uint32_t … in LL_OPAMP_SetTrimmingValue() argument 703 …__IO uint32_t *preg = __OPAMP_PTR_REG_OFFSET(OPAMPx->OTR, (PowerMode & OPAMP_POWERMODE_OTR_REGOFFS… in LL_OPAMP_SetTrimmingValue() 731 __STATIC_INLINE uint32_t LL_OPAMP_GetTrimmingValue(const OPAMP_TypeDef* OPAMPx, uint32_t PowerMode,… in LL_OPAMP_GetTrimmingValue() argument 733 …const __IO uint32_t *preg = __OPAMP_PTR_REG_OFFSET(OPAMPx->OTR, (PowerMode & OPAMP_POWERMODE_OTR_R… in LL_OPAMP_GetTrimmingValue()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_ll_opamp.h | 104 …uint32_t PowerMode; /*!< Set the power mode Normal or Low-Power and the speed mo… member 408 __STATIC_INLINE void LL_OPAMP_SetPowerMode(OPAMP_TypeDef *OPAMPx, uint32_t PowerMode) in LL_OPAMP_SetPowerMode() argument 410 MODIFY_REG(OPAMPx->CSR, OPAMP_POWERMODE_CSR_BIT_MASK, PowerMode); in LL_OPAMP_SetPowerMode() 739 __STATIC_INLINE void LL_OPAMP_SetTrimmingValue(OPAMP_TypeDef *OPAMPx, uint32_t PowerMode, uint32_t … in LL_OPAMP_SetTrimmingValue() argument 742 …__IO uint32_t *preg = __OPAMP_PTR_REG_OFFSET(OPAMPx->OTR, (PowerMode & OPAMP_POWERMODE_OTR_REGOFFS… in LL_OPAMP_SetTrimmingValue() 774 __STATIC_INLINE uint32_t LL_OPAMP_GetTrimmingValue(const OPAMP_TypeDef *OPAMPx, uint32_t PowerMode, in LL_OPAMP_GetTrimmingValue() argument 777 …const __IO uint32_t *preg = __OPAMP_PTR_REG_OFFSET(OPAMPx->OTR, (PowerMode & OPAMP_POWERMODE_OTR_R… in LL_OPAMP_GetTrimmingValue()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_ll_opamp.h | 109 uint32_t PowerMode; /*!< Set OPAMP power mode. member 423 __STATIC_INLINE void LL_OPAMP_SetPowerMode(OPAMP_TypeDef *OPAMPx, uint32_t PowerMode) in LL_OPAMP_SetPowerMode() argument 425 MODIFY_REG(OPAMPx->CSR, OPAMP_CSR_OPALPM, (PowerMode & OPAMP_POWERMODE_CSR_BIT_MASK)); in LL_OPAMP_SetPowerMode() 750 __STATIC_INLINE void LL_OPAMP_SetTrimmingValue(OPAMP_TypeDef* OPAMPx, uint32_t PowerMode, uint32_t … in LL_OPAMP_SetTrimmingValue() argument 752 …__IO uint32_t *preg = __OPAMP_PTR_REG_OFFSET(OPAMPx->OTR, (PowerMode & OPAMP_POWERMODE_OTR_REGOFFS… in LL_OPAMP_SetTrimmingValue() 780 __STATIC_INLINE uint32_t LL_OPAMP_GetTrimmingValue(OPAMP_TypeDef* OPAMPx, uint32_t PowerMode, uint3… in LL_OPAMP_GetTrimmingValue() argument 782 …const __IO uint32_t *preg = __OPAMP_PTR_REG_OFFSET(OPAMPx->OTR, (PowerMode & OPAMP_POWERMODE_OTR_R… in LL_OPAMP_GetTrimmingValue()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_ll_opamp.h | 109 uint32_t PowerMode; /*!< Set OPAMP power mode. member 423 __STATIC_INLINE void LL_OPAMP_SetPowerMode(OPAMP_TypeDef *OPAMPx, uint32_t PowerMode) in LL_OPAMP_SetPowerMode() argument 425 MODIFY_REG(OPAMPx->CSR, OPAMP_CSR_OPALPM, (PowerMode & OPAMP_POWERMODE_CSR_BIT_MASK)); in LL_OPAMP_SetPowerMode() 750 __STATIC_INLINE void LL_OPAMP_SetTrimmingValue(OPAMP_TypeDef* OPAMPx, uint32_t PowerMode, uint32_t … in LL_OPAMP_SetTrimmingValue() argument 752 …__IO uint32_t *preg = __OPAMP_PTR_REG_OFFSET(OPAMPx->OTR, (PowerMode & OPAMP_POWERMODE_OTR_REGOFFS… in LL_OPAMP_SetTrimmingValue() 780 __STATIC_INLINE uint32_t LL_OPAMP_GetTrimmingValue(OPAMP_TypeDef* OPAMPx, uint32_t PowerMode, uint3… in LL_OPAMP_GetTrimmingValue() argument 782 …const __IO uint32_t *preg = __OPAMP_PTR_REG_OFFSET(OPAMPx->OTR, (PowerMode & OPAMP_POWERMODE_OTR_R… in LL_OPAMP_GetTrimmingValue()
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/ |
D | stm32l1xx_ll_opamp.h | 141 uint32_t PowerMode; /*!< Set OPAMP power mode. member 432 __STATIC_INLINE void LL_OPAMP_SetPowerMode(OPAMP_TypeDef *OPAMPx, uint32_t PowerMode) in LL_OPAMP_SetPowerMode() argument 436 (PowerMode & OPAMP_POWERMODE_CSR_BIT_MASK) << __OPAMP_INSTANCE_BITOFFSET(OPAMPx)); in LL_OPAMP_SetPowerMode() 790 __STATIC_INLINE void LL_OPAMP_SetTrimmingValue(OPAMP_TypeDef* OPAMPx, uint32_t PowerMode, uint32_t … in LL_OPAMP_SetTrimmingValue() argument 792 …__IO uint32_t *preg = __OPAMP_PTR_REG_OFFSET(OPAMP->OTR, (PowerMode & OPAMP_POWERMODE_OTR_REGOFFSE… in LL_OPAMP_SetTrimmingValue() 820 __STATIC_INLINE uint32_t LL_OPAMP_GetTrimmingValue(OPAMP_TypeDef* OPAMPx, uint32_t PowerMode, uint3… in LL_OPAMP_GetTrimmingValue() argument 822 …const __IO uint32_t *preg = __OPAMP_PTR_REG_OFFSET(OPAMP->OTR, (PowerMode & OPAMP_POWERMODE_OTR_RE… in LL_OPAMP_GetTrimmingValue()
|
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/ |
D | stm32c0xx_hal_pwr_ex.c | 440 void HAL_PWREx_EnableFlashPowerDown(uint32_t PowerMode) in HAL_PWREx_EnableFlashPowerDown() argument 442 assert_param(IS_PWR_FLASH_POWERDOWN(PowerMode)); in HAL_PWREx_EnableFlashPowerDown() 444 PWR->CR1 |= PowerMode; in HAL_PWREx_EnableFlashPowerDown() 456 void HAL_PWREx_DisableFlashPowerDown(uint32_t PowerMode) in HAL_PWREx_DisableFlashPowerDown() argument 458 assert_param(IS_PWR_FLASH_POWERDOWN(PowerMode)); in HAL_PWREx_DisableFlashPowerDown() 460 PWR->CR1 &= ~PowerMode; in HAL_PWREx_DisableFlashPowerDown()
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_hal_pwr_ex.c | 704 void HAL_PWREx_EnableFlashPowerDown(uint32_t PowerMode) in HAL_PWREx_EnableFlashPowerDown() argument 706 assert_param(IS_PWR_FLASH_POWERDOWN(PowerMode)); in HAL_PWREx_EnableFlashPowerDown() 708 PWR->CR1 |= PowerMode; in HAL_PWREx_EnableFlashPowerDown() 722 void HAL_PWREx_DisableFlashPowerDown(uint32_t PowerMode) in HAL_PWREx_DisableFlashPowerDown() argument 724 assert_param(IS_PWR_FLASH_POWERDOWN(PowerMode)); in HAL_PWREx_DisableFlashPowerDown() 726 PWR->CR1 &= ~PowerMode; in HAL_PWREx_DisableFlashPowerDown()
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/ |
D | stm32wbxx_hal_pwr_ex.c | 678 void HAL_PWREx_EnableFlashPowerDown(uint32_t PowerMode) in HAL_PWREx_EnableFlashPowerDown() argument 680 assert_param(IS_PWR_FLASH_POWERDOWN(PowerMode)); in HAL_PWREx_EnableFlashPowerDown() 682 if ((PowerMode & PWR_FLASHPD_LPRUN) != 0U) in HAL_PWREx_EnableFlashPowerDown() 689 SET_BIT(PWR->CR1, PowerMode); in HAL_PWREx_EnableFlashPowerDown() 701 void HAL_PWREx_DisableFlashPowerDown(uint32_t PowerMode) in HAL_PWREx_DisableFlashPowerDown() argument 703 assert_param(IS_PWR_FLASH_POWERDOWN(PowerMode)); in HAL_PWREx_DisableFlashPowerDown() 706 CLEAR_BIT(PWR->CR1, PowerMode); in HAL_PWREx_DisableFlashPowerDown()
|