Home
last modified time | relevance | path

Searched refs:OPAMP_POWERMODE_LOWPOWER (Results 1 – 9 of 9) sorted by relevance

/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_opamp_ex.c377 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()
688 if (hopamp1->Init.PowerMode != OPAMP_POWERMODE_LOWPOWER) in HAL_OPAMPEx_SelfCalibrateAll()
703 if (hopamp2->Init.PowerMode != OPAMP_POWERMODE_LOWPOWER) in HAL_OPAMPEx_SelfCalibrateAll()
Dstm32l1xx_hal_opamp.c425 if (hopamp->Init.PowerMode != OPAMP_POWERMODE_LOWPOWER) in HAL_OPAMP_Init()
919 if (hopamp->Init.PowerMode != OPAMP_POWERMODE_LOWPOWER) in HAL_OPAMP_SelfCalibrate()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_opamp.h226 #define OPAMP_POWERMODE_LOWPOWER OPAMP_CSR_OPALPM /*!< OPAMP power mode low-power */ macro
337 ((TRIMMING) == OPAMP_POWERMODE_LOWPOWER) )
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_hal_opamp.h225 #define OPAMP_POWERMODE_LOWPOWER 0x00000001U macro
458 ((TRIMMING) == OPAMP_POWERMODE_LOWPOWER) )
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_opamp.h226 #define OPAMP_POWERMODE_LOWPOWER OPAMP_CSR_OPALPM /*!< OPAMP power mode low-power */ macro
386 ((TRIMMING) == OPAMP_POWERMODE_LOWPOWER) )
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_opamp_ex.c328 if (hopamp1->Init.PowerMode != OPAMP_POWERMODE_LOWPOWER) in HAL_OPAMPEx_SelfCalibrateAll()
343 if (hopamp2->Init.PowerMode != OPAMP_POWERMODE_LOWPOWER) in HAL_OPAMPEx_SelfCalibrateAll()
Dstm32l4xx_hal_opamp.c396 if (hopamp->Init.PowerMode != OPAMP_POWERMODE_LOWPOWER) in HAL_OPAMP_Init()
810 if (hopamp->Init.PowerMode != OPAMP_POWERMODE_LOWPOWER) in HAL_OPAMP_SelfCalibrate()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_opamp_ex.c321 if (hopamp1->Init.PowerMode != OPAMP_POWERMODE_LOWPOWER) in HAL_OPAMPEx_SelfCalibrateAll()
336 if (hopamp2->Init.PowerMode != OPAMP_POWERMODE_LOWPOWER) in HAL_OPAMPEx_SelfCalibrateAll()
Dstm32l5xx_hal_opamp.c394 if (hopamp->Init.PowerMode != OPAMP_POWERMODE_LOWPOWER) in HAL_OPAMP_Init()
806 if (hopamp->Init.PowerMode != OPAMP_POWERMODE_LOWPOWER) in HAL_OPAMP_SelfCalibrate()