Searched refs:OPAMP_FACTORYTRIMMING_P (Results 1 – 19 of 19) sorted by relevance
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/ |
D | stm32l1xx_hal_opamp.c | 437 … 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()
|
D | stm32l1xx_hal_opamp_ex.c | 227 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/ |
D | stm32u0xx_hal_opamp.h | 246 #define OPAMP_FACTORYTRIMMING_P 1U /*!< Offset trimming P … macro 333 ((TRIMMING) == OPAMP_FACTORYTRIMMING_P))
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_hal_opamp.h | 249 #define OPAMP_FACTORYTRIMMING_P 1U /*!< Offset trimming P … macro 340 ((TRIMMING) == OPAMP_FACTORYTRIMMING_P))
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_hal_opamp.h | 257 #define OPAMP_FACTORYTRIMMING_P 1U /*!< Offset trimming P */ macro 349 ((TRIMMING) == OPAMP_FACTORYTRIMMING_P))
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_opamp.h | 288 #define OPAMP_FACTORYTRIMMING_P 0x00000001U /*!< Offset trimming P … macro 376 ((TRIMMING) == OPAMP_FACTORYTRIMMING_P))
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_hal_opamp.h | 277 #define OPAMP_FACTORYTRIMMING_P 0x00000001U /*!< Offset trimming P … macro 370 ((TRIMMING) == OPAMP_FACTORYTRIMMING_P))
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/ |
D | stm32l1xx_hal_opamp.h | 256 #define OPAMP_FACTORYTRIMMING_P 0U /*!< Offset… macro 467 ((TRIMMING) == OPAMP_FACTORYTRIMMING_P) )
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/ |
D | stm32f3xx_hal_opamp.h | 345 #define OPAMP_FACTORYTRIMMING_P (0x00000001U) /*!< Offset trimming … macro 348 ((TRIMMING) == OPAMP_FACTORYTRIMMING_P))
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_hal_opamp.h | 257 #define OPAMP_FACTORYTRIMMING_P 1U /*!< Offset trimming P */ macro 398 ((TRIMMING) == OPAMP_FACTORYTRIMMING_P))
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_hal_opamp.h | 360 #define OPAMP_FACTORYTRIMMING_P (0x00000001UL) /*!< Offset trimming … macro 463 ((TRIMMING) == OPAMP_FACTORYTRIMMING_P))
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/ |
D | stm32f3xx_hal_opamp.c | 918 if (trimmingoffset == OPAMP_FACTORYTRIMMING_P) in HAL_OPAMP_GetTrimOffset()
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/ |
D | stm32u0xx_hal_opamp.c | 906 if (trimmingoffset == OPAMP_FACTORYTRIMMING_P) in HAL_OPAMP_GetTrimOffset()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_opamp.c | 953 if (trimmingoffset == OPAMP_FACTORYTRIMMING_P) in HAL_OPAMP_GetTrimOffset()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_opamp.c | 947 if (trimmingoffset == OPAMP_FACTORYTRIMMING_P) in HAL_OPAMP_GetTrimOffset()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_hal_opamp.c | 959 if (trimmingoffset == OPAMP_FACTORYTRIMMING_P) in HAL_OPAMP_GetTrimOffset()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_hal_opamp.c | 955 if (trimmingoffset == OPAMP_FACTORYTRIMMING_P) in HAL_OPAMP_GetTrimOffset()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_opamp.c | 961 if (trimmingoffset == OPAMP_FACTORYTRIMMING_P) in HAL_OPAMP_GetTrimOffset()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_hal_opamp.c | 1025 if (trimmingoffset == OPAMP_FACTORYTRIMMING_P) in HAL_OPAMP_GetTrimOffset()
|