| /loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/ |
| D | stm32l1xx_hal_opamp_ex.c | 159 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 …]
|
| D | stm32l1xx_hal_opamp.c | 269 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()
|
| D | stm32l1xx_ll_opamp.c | 186 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()
|
| D | stm32l1xx_ll_comp.c | 276 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/ |
| D | stm32l4xx_hal_opamp.c | 322 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 …]
|
| D | stm32l4xx_ll_opamp.c | 153 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()
|
| D | stm32l4xx_hal_opamp_ex.c | 141 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()
|
| D | stm32l4xx_ll_comp.c | 253 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()
|
| D | stm32l4xx_hal_irda.c | 2320 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/ |
| D | stm32l4xx_ll_opamp.h | 126 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()
|
| D | stm32l4xx_ll_comp.h | 83 …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()
|
| D | stm32l4xx_hal_opamp.h | 71 uint32_t PowerMode; /*!< Specifies the power mode Normal or Low-Power. member
|
| D | stm32l4xx_hal_irda.h | 87 uint16_t PowerMode; /*!< Specifies the IRDA power mode. member
|
| D | stm32l4xx_ll_usart.h | 2192 __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/ |
| D | stm32l1xx_ll_opamp.h | 158 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()
|
| D | stm32l1xx_ll_comp.h | 111 …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()
|
| D | stm32l1xx_hal_opamp.h | 73 uint32_t PowerMode; /*!< Specifies the power mode Normal or Low-Power. member
|
| D | stm32l1xx_ll_usart.h | 1133 __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/ |
| D | stm32l0xx_ll_comp.c | 231 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()
|
| D | stm32l0xx_hal_irda.c | 1798 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/ |
| D | stm32l0xx_ll_comp.h | 83 …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()
|
| D | stm32l0xx_hal_irda.h | 86 uint16_t PowerMode; /*!< Specifies the IRDA power mode. member
|
| D | stm32l0xx_ll_usart.h | 1751 __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()
|