Home
last modified time | relevance | path

Searched refs:OPAMP_FACTORYTRIMMING_N (Results 1 – 11 of 11) sorted by relevance

/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_opamp.c436 … OPAMP_OFFSET_TRIM_SET(hopamp, OPAMP_FACTORYTRIMMING_N, OPAMP_TRIM_VALUE_MASK) | in HAL_OPAMP_Init()
439 … OPAMP_OFFSET_TRIM_SET(hopamp, OPAMP_FACTORYTRIMMING_N, hopamp->Init.TrimmingValueN) | in HAL_OPAMP_Init()
461 …MODIFY_REG(OPAMP->LPOTR, OPAMP_OFFSET_TRIM_SET(hopamp, OPAMP_FACTORYTRIMMING_N, OPAMP_TRIM_VALUE_M… in HAL_OPAMP_Init()
463 … OPAMP_OFFSET_TRIM_SET(hopamp, OPAMP_FACTORYTRIMMING_N, hopamp->Init.TrimmingValueNLowPower) | in HAL_OPAMP_Init()
797 trimming_diff_pair = OPAMP_FACTORYTRIMMING_N; in HAL_OPAMP_SelfCalibrate()
Dstm32l1xx_hal_opamp_ex.c209 trimming_diff_pair = OPAMP_FACTORYTRIMMING_N; in HAL_OPAMPEx_SelfCalibrateAll()
546 trimming_diff_pair = OPAMP_FACTORYTRIMMING_N; in HAL_OPAMPEx_SelfCalibrateAll()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_hal_opamp.h245 #define OPAMP_FACTORYTRIMMING_N 0U /*!< Offset trimming N … macro
332 #define IS_OPAMP_FACTORYTRIMMING(TRIMMING) (((TRIMMING) == OPAMP_FACTORYTRIMMING_N) || \
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_opamp.h248 #define OPAMP_FACTORYTRIMMING_N 0U /*!< Offset trimming N … macro
339 #define IS_OPAMP_FACTORYTRIMMING(TRIMMING) (((TRIMMING) == OPAMP_FACTORYTRIMMING_N) || \
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_opamp.h256 #define OPAMP_FACTORYTRIMMING_N 0U /*!< Offset trimming N */ macro
348 #define IS_OPAMP_FACTORYTRIMMING(TRIMMING) (((TRIMMING) == OPAMP_FACTORYTRIMMING_N) || \
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_opamp.h287 #define OPAMP_FACTORYTRIMMING_N 0x00000000U /*!< Offset trimming N … macro
375 #define IS_OPAMP_FACTORYTRIMMING(TRIMMING) (((TRIMMING) == OPAMP_FACTORYTRIMMING_N) || \
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_opamp.h276 #define OPAMP_FACTORYTRIMMING_N 0x00000000U /*!< Offset trimming N … macro
369 #define IS_OPAMP_FACTORYTRIMMING(TRIMMING) (((TRIMMING) == OPAMP_FACTORYTRIMMING_N) || \
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_hal_opamp.h257 #define OPAMP_FACTORYTRIMMING_N POSITION_VAL(OPAMP_OTR_AO1_OPT_OFFSET_TRIM_HIGH) /*!< Offset… macro
466 #define IS_OPAMP_FACTORYTRIMMING(TRIMMING) (((TRIMMING) == OPAMP_FACTORYTRIMMING_N) || \
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_opamp.h344 #define OPAMP_FACTORYTRIMMING_N (0x00000000U) /*!< Offset trimming … macro
347 #define IS_OPAMP_FACTORYTRIMMING(TRIMMING) (((TRIMMING) == OPAMP_FACTORYTRIMMING_N) || \
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_opamp.h256 #define OPAMP_FACTORYTRIMMING_N 0U /*!< Offset trimming N */ macro
397 #define IS_OPAMP_FACTORYTRIMMING(TRIMMING) (((TRIMMING) == OPAMP_FACTORYTRIMMING_N) || \
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_opamp.h359 #define OPAMP_FACTORYTRIMMING_N (0x00000000UL) /*!< Offset trimming … macro
462 #define IS_OPAMP_FACTORYTRIMMING(TRIMMING) (((TRIMMING) == OPAMP_FACTORYTRIMMING_N) || \