Home
last modified time | relevance | path

Searched refs:OPAMP_FACTORYTRIMMING_P (Results 1 – 19 of 19) sorted by relevance

/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_opamp.c437 … OPAMP_OFFSET_TRIM_SET(hopamp, OPAMP_FACTORYTRIMMING_P, OPAMP_TRIM_VALUE_MASK) , in HAL_OPAMP_Init()
440 … OPAMP_OFFSET_TRIM_SET(hopamp, OPAMP_FACTORYTRIMMING_P, hopamp->Init.TrimmingValueP) ); in HAL_OPAMP_Init()
462 … OPAMP_OFFSET_TRIM_SET(hopamp, OPAMP_FACTORYTRIMMING_P, OPAMP_TRIM_VALUE_MASK) , in HAL_OPAMP_Init()
464 … OPAMP_OFFSET_TRIM_SET(hopamp, OPAMP_FACTORYTRIMMING_P, hopamp->Init.TrimmingValuePLowPower) ); in HAL_OPAMP_Init()
811 trimming_diff_pair = OPAMP_FACTORYTRIMMING_P; in HAL_OPAMP_SelfCalibrate()
Dstm32l1xx_hal_opamp_ex.c227 trimming_diff_pair = OPAMP_FACTORYTRIMMING_P; in HAL_OPAMPEx_SelfCalibrateAll()
562 trimming_diff_pair = OPAMP_FACTORYTRIMMING_P; in HAL_OPAMPEx_SelfCalibrateAll()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_hal_opamp.h246 #define OPAMP_FACTORYTRIMMING_P 1U /*!< Offset trimming P … macro
333 ((TRIMMING) == OPAMP_FACTORYTRIMMING_P))
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_opamp.h249 #define OPAMP_FACTORYTRIMMING_P 1U /*!< Offset trimming P … macro
340 ((TRIMMING) == OPAMP_FACTORYTRIMMING_P))
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_opamp.h257 #define OPAMP_FACTORYTRIMMING_P 1U /*!< Offset trimming P */ macro
349 ((TRIMMING) == OPAMP_FACTORYTRIMMING_P))
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_opamp.h288 #define OPAMP_FACTORYTRIMMING_P 0x00000001U /*!< Offset trimming P … macro
376 ((TRIMMING) == OPAMP_FACTORYTRIMMING_P))
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_opamp.h277 #define OPAMP_FACTORYTRIMMING_P 0x00000001U /*!< Offset trimming P … macro
370 ((TRIMMING) == OPAMP_FACTORYTRIMMING_P))
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_hal_opamp.h256 #define OPAMP_FACTORYTRIMMING_P 0U /*!< Offset… macro
467 ((TRIMMING) == OPAMP_FACTORYTRIMMING_P) )
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_opamp.h345 #define OPAMP_FACTORYTRIMMING_P (0x00000001U) /*!< Offset trimming … macro
348 ((TRIMMING) == OPAMP_FACTORYTRIMMING_P))
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_opamp.h257 #define OPAMP_FACTORYTRIMMING_P 1U /*!< Offset trimming P */ macro
398 ((TRIMMING) == OPAMP_FACTORYTRIMMING_P))
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_opamp.h360 #define OPAMP_FACTORYTRIMMING_P (0x00000001UL) /*!< Offset trimming … macro
463 ((TRIMMING) == OPAMP_FACTORYTRIMMING_P))
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_opamp.c918 if (trimmingoffset == OPAMP_FACTORYTRIMMING_P) in HAL_OPAMP_GetTrimOffset()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_opamp.c906 if (trimmingoffset == OPAMP_FACTORYTRIMMING_P) in HAL_OPAMP_GetTrimOffset()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_opamp.c953 if (trimmingoffset == OPAMP_FACTORYTRIMMING_P) in HAL_OPAMP_GetTrimOffset()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_opamp.c947 if (trimmingoffset == OPAMP_FACTORYTRIMMING_P) in HAL_OPAMP_GetTrimOffset()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_opamp.c959 if (trimmingoffset == OPAMP_FACTORYTRIMMING_P) in HAL_OPAMP_GetTrimOffset()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_opamp.c955 if (trimmingoffset == OPAMP_FACTORYTRIMMING_P) in HAL_OPAMP_GetTrimOffset()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_opamp.c961 if (trimmingoffset == OPAMP_FACTORYTRIMMING_P) in HAL_OPAMP_GetTrimOffset()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_opamp.c1025 if (trimmingoffset == OPAMP_FACTORYTRIMMING_P) in HAL_OPAMP_GetTrimOffset()