Searched refs:PowerMode (Results 1 – 11 of 11) sorted by relevance
| /bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/ |
| A D | stm32l1xx_hal_opamp_ex.c | 148 assert_param(IS_OPAMP_POWERMODE(hopamp1->Init.PowerMode)); in HAL_OPAMPEx_SelfCalibrateAll() 169 if (hopamp1->Init.PowerMode == OPAMP_POWERMODE_NORMAL) in HAL_OPAMPEx_SelfCalibrateAll() 180 if (hopamp2->Init.PowerMode == OPAMP_POWERMODE_NORMAL) in HAL_OPAMPEx_SelfCalibrateAll() 191 if (hopamp3->Init.PowerMode == OPAMP_POWERMODE_NORMAL) in HAL_OPAMPEx_SelfCalibrateAll() 379 if (hopamp1->Init.PowerMode != OPAMP_POWERMODE_LOWPOWER) in HAL_OPAMPEx_SelfCalibrateAll() 394 if (hopamp2->Init.PowerMode != OPAMP_POWERMODE_LOWPOWER) in HAL_OPAMPEx_SelfCalibrateAll() 409 if (hopamp3->Init.PowerMode != OPAMP_POWERMODE_LOWPOWER) in HAL_OPAMPEx_SelfCalibrateAll() 517 if (hopamp1->Init.PowerMode == OPAMP_POWERMODE_NORMAL) in HAL_OPAMPEx_SelfCalibrateAll() 528 if (hopamp2->Init.PowerMode == OPAMP_POWERMODE_NORMAL) in HAL_OPAMPEx_SelfCalibrateAll() 690 if (hopamp1->Init.PowerMode != OPAMP_POWERMODE_LOWPOWER) in HAL_OPAMPEx_SelfCalibrateAll() [all …]
|
| A D | stm32l1xx_ll_opamp.c | 170 assert_param(IS_LL_OPAMP_POWER_MODE(OPAMP_InitStruct->PowerMode)); in LL_OPAMP_Init() 205 (OPAMP_InitStruct->PowerMode & OPAMP_POWERMODE_CSR_BIT_MASK) in LL_OPAMP_Init() 231 (OPAMP_InitStruct->PowerMode & OPAMP_POWERMODE_CSR_BIT_MASK) in LL_OPAMP_Init() 252 OPAMP_InitStruct->PowerMode = LL_OPAMP_POWERMODE_NORMAL; in LL_OPAMP_StructInit()
|
| A D | stm32l1xx_hal_opamp.c | 271 assert_param(IS_OPAMP_POWERMODE(hopamp->Init.PowerMode)); in HAL_OPAMP_Init() 293 if (hopamp->Init.PowerMode == OPAMP_POWERMODE_NORMAL) in HAL_OPAMP_Init() 428 if (hopamp->Init.PowerMode != OPAMP_POWERMODE_LOWPOWER) in HAL_OPAMP_Init() 761 assert_param(IS_OPAMP_POWERMODE(hopamp->Init.PowerMode)); in HAL_OPAMP_SelfCalibrate() 779 if (hopamp->Init.PowerMode == OPAMP_POWERMODE_NORMAL) in HAL_OPAMP_SelfCalibrate() 922 if (hopamp->Init.PowerMode != OPAMP_POWERMODE_LOWPOWER) in HAL_OPAMP_SelfCalibrate() 1052 assert_param(IS_OPAMP_POWERMODE(hopamp->Init.PowerMode)); in HAL_OPAMP_GetTrimOffset() 1067 if (hopamp->Init.PowerMode == OPAMP_POWERMODE_NORMAL) in HAL_OPAMP_GetTrimOffset()
|
| A D | stm32l1xx_ll_comp.c | 262 assert_param(IS_LL_COMP_POWER_MODE(COMP_InitStruct->PowerMode)); in LL_COMP_Init() 285 COMP_InitStruct->PowerMode in LL_COMP_Init() 316 COMP_InitStruct->PowerMode = LL_COMP_POWERMODE_ULTRALOWPOWER; in LL_COMP_StructInit()
|
| /bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/ |
| A D | stm32l1xx_ll_opamp.h | 142 uint32_t PowerMode; /*!< Set OPAMP power mode. member 433 __STATIC_INLINE void LL_OPAMP_SetPowerMode(OPAMP_TypeDef *OPAMPx, uint32_t PowerMode) in LL_OPAMP_SetPowerMode() argument 437 (PowerMode & OPAMP_POWERMODE_CSR_BIT_MASK) << __OPAMP_INSTANCE_BITOFFSET(OPAMPx)); in LL_OPAMP_SetPowerMode() 791 __STATIC_INLINE void LL_OPAMP_SetTrimmingValue(OPAMP_TypeDef* OPAMPx, uint32_t PowerMode, uint32_t … in LL_OPAMP_SetTrimmingValue() argument 793 …uint32_t *preg = __OPAMP_PTR_REG_OFFSET(OPAMP->OTR, (PowerMode & OPAMP_POWERMODE_OTR_REGOFFSET_MAS… in LL_OPAMP_SetTrimmingValue() 821 __STATIC_INLINE uint32_t LL_OPAMP_GetTrimmingValue(OPAMP_TypeDef* OPAMPx, uint32_t PowerMode, uint3… in LL_OPAMP_GetTrimmingValue() argument 823 …uint32_t *preg = __OPAMP_PTR_REG_OFFSET(OPAMP->OTR, (PowerMode & OPAMP_POWERMODE_OTR_REGOFFSET_MAS… in LL_OPAMP_GetTrimmingValue()
|
| A D | stm32l1xx_ll_comp.h | 95 …uint32_t PowerMode; /*!< Set comparator operating mode to adjust power and speed. member 383 __STATIC_INLINE void LL_COMP_SetPowerMode(COMP_TypeDef *COMPx, uint32_t PowerMode) in LL_COMP_SetPowerMode() argument 385 MODIFY_REG(COMP->CSR, COMP_CSR_SPEED, PowerMode); in LL_COMP_SetPowerMode()
|
| A D | stm32l1xx_hal_opamp.h | 57 uint32_t PowerMode; /*!< Specifies the power mode Normal or Low-Power. member
|
| A D | stm32l1xx_ll_usart.h | 1127 __STATIC_INLINE void LL_USART_SetIrdaPowerMode(USART_TypeDef *USARTx, uint32_t PowerMode) in LL_USART_SetIrdaPowerMode() argument 1129 MODIFY_REG(USARTx->CR3, USART_CR3_IRLP, PowerMode); in LL_USART_SetIrdaPowerMode()
|
| /bsp/Infineon/libraries/templates/XMC7200D/libs/TARGET_APP_KIT_XMC72_EVK/COMPONENT_CM0P/TOOLCHAIN_IAR/ |
| A D | startup_cm0plus.s | 119 ; External interrupts PowerMode Description
|
| /bsp/Infineon/xmc7100d-f144k4160aa/libs/TARGET_APP_KIT_XMC71_EVK_LITE_V2/COMPONENT_CM0P/TOOLCHAIN_IAR/ |
| A D | startup_cm0plus.s | 119 ; External interrupts PowerMode Description
|
| /bsp/Infineon/xmc7200-kit_xmc7200_evk/libs/TARGET_APP_KIT_XMC72_EVK/COMPONENT_CM0P/TOOLCHAIN_IAR/ |
| A D | startup_cm0plus.s | 119 ; External interrupts PowerMode Description
|
Completed in 32 milliseconds