Home
last modified time | relevance | path

Searched refs:PowerMode (Results 1 – 23 of 23) sorted by relevance

/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_opamp_ex.c159 assert_param(IS_OPAMP_POWERMODE(hopamp1->Init.PowerMode)); in HAL_OPAMPEx_SelfCalibrateAll()
160 assert_param(IS_OPAMP_POWERMODE(hopamp2->Init.PowerMode)); in HAL_OPAMPEx_SelfCalibrateAll()
161 assert_param(IS_OPAMP_POWERMODE(hopamp3->Init.PowerMode)); in HAL_OPAMPEx_SelfCalibrateAll()
180 if (hopamp1->Init.PowerMode == OPAMP_POWERMODE_NORMAL) in HAL_OPAMPEx_SelfCalibrateAll()
191 if (hopamp2->Init.PowerMode == OPAMP_POWERMODE_NORMAL) in HAL_OPAMPEx_SelfCalibrateAll()
202 if (hopamp3->Init.PowerMode == OPAMP_POWERMODE_NORMAL) in HAL_OPAMPEx_SelfCalibrateAll()
390 if (hopamp1->Init.PowerMode != OPAMP_POWERMODE_LOWPOWER) in HAL_OPAMPEx_SelfCalibrateAll()
405 if (hopamp2->Init.PowerMode != OPAMP_POWERMODE_LOWPOWER) in HAL_OPAMPEx_SelfCalibrateAll()
420 if (hopamp3->Init.PowerMode != OPAMP_POWERMODE_LOWPOWER) in HAL_OPAMPEx_SelfCalibrateAll()
515 assert_param(IS_OPAMP_POWERMODE(hopamp1->Init.PowerMode)); in HAL_OPAMPEx_SelfCalibrateAll()
[all …]
Dstm32l1xx_hal_opamp.c269 assert_param(IS_OPAMP_POWERMODE(hopamp->Init.PowerMode)); in HAL_OPAMP_Init()
281 if (hopamp->Init.PowerMode == OPAMP_POWERMODE_NORMAL) in HAL_OPAMP_Init()
412 if (hopamp->Init.PowerMode != OPAMP_POWERMODE_LOWPOWER) in HAL_OPAMP_Init()
718 assert_param(IS_OPAMP_POWERMODE(hopamp->Init.PowerMode)); in HAL_OPAMP_SelfCalibrate()
736 if (hopamp->Init.PowerMode == OPAMP_POWERMODE_NORMAL) in HAL_OPAMP_SelfCalibrate()
868 if (hopamp->Init.PowerMode != OPAMP_POWERMODE_LOWPOWER) in HAL_OPAMP_SelfCalibrate()
998 assert_param(IS_OPAMP_POWERMODE(hopamp->Init.PowerMode)); in HAL_OPAMP_GetTrimOffset()
1013 if (hopamp->Init.PowerMode == OPAMP_POWERMODE_NORMAL) in HAL_OPAMP_GetTrimOffset()
Dstm32l1xx_ll_opamp.c186 assert_param(IS_LL_OPAMP_POWER_MODE(OPAMP_InitStruct->PowerMode)); in LL_OPAMP_Init()
221 (OPAMP_InitStruct->PowerMode & OPAMP_POWERMODE_CSR_BIT_MASK) in LL_OPAMP_Init()
247 (OPAMP_InitStruct->PowerMode & OPAMP_POWERMODE_CSR_BIT_MASK) in LL_OPAMP_Init()
268 OPAMP_InitStruct->PowerMode = LL_OPAMP_POWERMODE_NORMAL; in LL_OPAMP_StructInit()
Dstm32l1xx_ll_comp.c276 assert_param(IS_LL_COMP_POWER_MODE(COMP_InitStruct->PowerMode)); in LL_COMP_Init()
299 COMP_InitStruct->PowerMode in LL_COMP_Init()
320 COMP_InitStruct->PowerMode = LL_COMP_POWERMODE_ULTRALOWPOWER; in LL_COMP_StructInit()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_opamp.c322 assert_param(IS_OPAMP_POWERMODE(hopamp->Init.PowerMode)); in HAL_OPAMP_Init()
354 if (hopamp->Init.PowerMode == OPAMP_POWERMODE_NORMAL) in HAL_OPAMP_Init()
385 hopamp->Init.PowerMode | \ in HAL_OPAMP_Init()
397 hopamp->Init.PowerMode | \ in HAL_OPAMP_Init()
406 hopamp->Init.PowerMode | \ in HAL_OPAMP_Init()
416 if (hopamp->Init.PowerMode != OPAMP_POWERMODE_LOWPOWER) in HAL_OPAMP_Init()
686 assert_param(IS_OPAMP_POWERMODE(hopamp->Init.PowerMode)); in HAL_OPAMP_SelfCalibrate()
700 if (hopamp->Init.PowerMode == OPAMP_POWERMODE_NORMAL) in HAL_OPAMP_SelfCalibrate()
830 if (hopamp->Init.PowerMode != OPAMP_POWERMODE_LOWPOWER) in HAL_OPAMP_SelfCalibrate()
954 assert_param(IS_OPAMP_POWERMODE(hopamp->Init.PowerMode)); in HAL_OPAMP_GetTrimOffset()
[all …]
Dstm32l4xx_ll_opamp.c153 assert_param(IS_LL_OPAMP_POWER_MODE(OPAMP_InitStruct->PowerMode)); in LL_OPAMP_Init()
181 (OPAMP_InitStruct->PowerMode & OPAMP_POWERMODE_CSR_BIT_MASK) in LL_OPAMP_Init()
196 (OPAMP_InitStruct->PowerMode & OPAMP_POWERMODE_CSR_BIT_MASK) in LL_OPAMP_Init()
215 OPAMP_InitStruct->PowerMode = LL_OPAMP_POWERMODE_NORMAL; in LL_OPAMP_StructInit()
Dstm32l4xx_hal_opamp_ex.c141 assert_param(IS_OPAMP_POWERMODE(hopamp1->Init.PowerMode)); in HAL_OPAMPEx_SelfCalibrateAll()
142 assert_param(IS_OPAMP_POWERMODE(hopamp2->Init.PowerMode)); in HAL_OPAMPEx_SelfCalibrateAll()
159 if (hopamp1->Init.PowerMode == OPAMP_POWERMODE_NORMAL) in HAL_OPAMPEx_SelfCalibrateAll()
168 if (hopamp2->Init.PowerMode == OPAMP_POWERMODE_NORMAL) in HAL_OPAMPEx_SelfCalibrateAll()
345 if (hopamp1->Init.PowerMode != OPAMP_POWERMODE_LOWPOWER) in HAL_OPAMPEx_SelfCalibrateAll()
360 if (hopamp2->Init.PowerMode != OPAMP_POWERMODE_LOWPOWER) in HAL_OPAMPEx_SelfCalibrateAll()
Dstm32l4xx_ll_comp.c253 assert_param(IS_LL_COMP_POWER_MODE(COMP_InitStruct->PowerMode)); in LL_COMP_Init()
283 COMP_InitStruct->PowerMode in LL_COMP_Init()
301 COMP_InitStruct->PowerMode in LL_COMP_Init()
329 COMP_InitStruct->PowerMode = LL_COMP_POWERMODE_ULTRALOWPOWER; in LL_COMP_StructInit()
Dstm32l4xx_hal_irda.c2320 assert_param(IS_IRDA_POWERMODE(hirda->Init.PowerMode)); in IRDA_SetConfig()
2335 MODIFY_REG(hirda->Instance->CR3, USART_CR3_IRLP, hirda->Init.PowerMode); in IRDA_SetConfig()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_opamp.h126 uint32_t PowerMode; /*!< Set OPAMP power mode. member
431 __STATIC_INLINE void LL_OPAMP_SetPowerMode(OPAMP_TypeDef *OPAMPx, uint32_t PowerMode) in LL_OPAMP_SetPowerMode() argument
433 MODIFY_REG(OPAMPx->CSR, OPAMP_CSR_OPALPM, (PowerMode & OPAMP_POWERMODE_CSR_BIT_MASK)); in LL_OPAMP_SetPowerMode()
758 __STATIC_INLINE void LL_OPAMP_SetTrimmingValue(OPAMP_TypeDef* OPAMPx, uint32_t PowerMode, uint32_t … in LL_OPAMP_SetTrimmingValue() argument
760 …register uint32_t *preg = __OPAMP_PTR_REG_OFFSET(OPAMPx->OTR, (PowerMode & OPAMP_POWERMODE_OTR_REG… in LL_OPAMP_SetTrimmingValue()
788 __STATIC_INLINE uint32_t LL_OPAMP_GetTrimmingValue(OPAMP_TypeDef* OPAMPx, uint32_t PowerMode, uint3… in LL_OPAMP_GetTrimmingValue() argument
790 …register const uint32_t *preg = __OPAMP_PTR_REG_OFFSET(OPAMPx->OTR, (PowerMode & OPAMP_POWERMODE_O… in LL_OPAMP_GetTrimmingValue()
Dstm32l4xx_ll_comp.h83 …uint32_t PowerMode; /*!< Set comparator operating mode to adjust power and speed. member
408 __STATIC_INLINE void LL_COMP_SetPowerMode(COMP_TypeDef *COMPx, uint32_t PowerMode) in LL_COMP_SetPowerMode() argument
410 MODIFY_REG(COMPx->CSR, COMP_CSR_PWRMODE, PowerMode); in LL_COMP_SetPowerMode()
Dstm32l4xx_hal_opamp.h71 uint32_t PowerMode; /*!< Specifies the power mode Normal or Low-Power. member
Dstm32l4xx_hal_irda.h87 uint16_t PowerMode; /*!< Specifies the IRDA power mode. member
Dstm32l4xx_ll_usart.h2192 __STATIC_INLINE void LL_USART_SetIrdaPowerMode(USART_TypeDef *USARTx, uint32_t PowerMode) in LL_USART_SetIrdaPowerMode() argument
2194 MODIFY_REG(USARTx->CR3, USART_CR3_IRLP, PowerMode); in LL_USART_SetIrdaPowerMode()
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_ll_opamp.h158 uint32_t PowerMode; /*!< Set OPAMP power mode. member
443 __STATIC_INLINE void LL_OPAMP_SetPowerMode(OPAMP_TypeDef *OPAMPx, uint32_t PowerMode) in LL_OPAMP_SetPowerMode() argument
447 (PowerMode & OPAMP_POWERMODE_CSR_BIT_MASK) << __OPAMP_INSTANCE_BITOFFSET(OPAMPx)); in LL_OPAMP_SetPowerMode()
801 __STATIC_INLINE void LL_OPAMP_SetTrimmingValue(OPAMP_TypeDef* OPAMPx, uint32_t PowerMode, uint32_t … in LL_OPAMP_SetTrimmingValue() argument
803 …register uint32_t *preg = __OPAMP_PTR_REG_OFFSET(OPAMP->OTR, (PowerMode & OPAMP_POWERMODE_OTR_REGO… in LL_OPAMP_SetTrimmingValue()
831 __STATIC_INLINE uint32_t LL_OPAMP_GetTrimmingValue(OPAMP_TypeDef* OPAMPx, uint32_t PowerMode, uint3… in LL_OPAMP_GetTrimmingValue() argument
833 …register uint32_t *preg = __OPAMP_PTR_REG_OFFSET(OPAMP->OTR, (PowerMode & OPAMP_POWERMODE_OTR_REGO… in LL_OPAMP_GetTrimmingValue()
Dstm32l1xx_ll_comp.h111 …uint32_t PowerMode; /*!< Set comparator operating mode to adjust power and speed. member
399 __STATIC_INLINE void LL_COMP_SetPowerMode(COMP_TypeDef *COMPx, uint32_t PowerMode) in LL_COMP_SetPowerMode() argument
401 MODIFY_REG(COMP->CSR, COMP_CSR_SPEED, PowerMode); in LL_COMP_SetPowerMode()
Dstm32l1xx_hal_opamp.h73 uint32_t PowerMode; /*!< Specifies the power mode Normal or Low-Power. member
Dstm32l1xx_ll_usart.h1133 __STATIC_INLINE void LL_USART_SetIrdaPowerMode(USART_TypeDef *USARTx, uint32_t PowerMode) in LL_USART_SetIrdaPowerMode() argument
1135 MODIFY_REG(USARTx->CR3, USART_CR3_IRLP, PowerMode); in LL_USART_SetIrdaPowerMode()
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_ll_comp.c231 assert_param(IS_LL_COMP_POWER_MODE(COMP_InitStruct->PowerMode)); in LL_COMP_Init()
270 ( COMP_InitStruct->PowerMode in LL_COMP_Init()
297 COMP_InitStruct->PowerMode = LL_COMP_POWERMODE_MEDIUMSPEED; in LL_COMP_StructInit()
Dstm32l0xx_hal_irda.c1798 assert_param(IS_IRDA_POWERMODE(hirda->Init.PowerMode)); in IRDA_SetConfig()
1810 MODIFY_REG(hirda->Instance->CR3, USART_CR3_IRLP, hirda->Init.PowerMode); in IRDA_SetConfig()
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_ll_comp.h83 …uint32_t PowerMode; /*!< Set comparator operating mode to adjust power and speed. member
333 __STATIC_INLINE void LL_COMP_SetPowerMode(COMP_TypeDef *COMPx, uint32_t PowerMode) in LL_COMP_SetPowerMode() argument
335 MODIFY_REG(COMPx->CSR, COMP_CSR_COMP2SPEED, PowerMode); in LL_COMP_SetPowerMode()
Dstm32l0xx_hal_irda.h86 uint16_t PowerMode; /*!< Specifies the IRDA power mode. member
Dstm32l0xx_ll_usart.h1751 __STATIC_INLINE void LL_USART_SetIrdaPowerMode(USART_TypeDef *USARTx, uint32_t PowerMode) in LL_USART_SetIrdaPowerMode() argument
1753 MODIFY_REG(USARTx->CR3, USART_CR3_IRLP, PowerMode); in LL_USART_SetIrdaPowerMode()