/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/ |
D | stm32f3xx_hal_opamp.c | 884 …_TrimmingValueTypeDef HAL_OPAMP_GetTrimOffset(OPAMP_HandleTypeDef *hopamp, uint32_t trimmingoffset) in HAL_OPAMP_GetTrimOffset() argument 902 assert_param(IS_OPAMP_FACTORYTRIMMING(trimmingoffset)); in HAL_OPAMP_GetTrimOffset() 918 if (trimmingoffset == OPAMP_FACTORYTRIMMING_P) in HAL_OPAMP_GetTrimOffset()
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/ |
D | stm32u0xx_hal_opamp.c | 861 …ingValueTypeDef HAL_OPAMP_GetTrimOffset(const OPAMP_HandleTypeDef *hopamp, uint32_t trimmingoffset) in HAL_OPAMP_GetTrimOffset() argument 880 assert_param(IS_OPAMP_FACTORYTRIMMING(trimmingoffset)); in HAL_OPAMP_GetTrimOffset() 906 if (trimmingoffset == OPAMP_FACTORYTRIMMING_P) in HAL_OPAMP_GetTrimOffset()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_opamp.c | 907 …ingValueTypeDef HAL_OPAMP_GetTrimOffset(const OPAMP_HandleTypeDef *hopamp, uint32_t trimmingoffset) in HAL_OPAMP_GetTrimOffset() argument 926 assert_param(IS_OPAMP_FACTORYTRIMMING(trimmingoffset)); in HAL_OPAMP_GetTrimOffset() 953 if (trimmingoffset == OPAMP_FACTORYTRIMMING_P) in HAL_OPAMP_GetTrimOffset()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_opamp.c | 905 …ngValueTypeDef HAL_OPAMP_GetTrimOffset (const OPAMP_HandleTypeDef *hopamp, uint32_t trimmingoffset) in HAL_OPAMP_GetTrimOffset() argument 921 assert_param(IS_OPAMP_FACTORYTRIMMING(trimmingoffset)); in HAL_OPAMP_GetTrimOffset() 947 if (trimmingoffset == OPAMP_FACTORYTRIMMING_P) in HAL_OPAMP_GetTrimOffset()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_hal_opamp.c | 915 …TrimmingValueTypeDef HAL_OPAMP_GetTrimOffset (OPAMP_HandleTypeDef *hopamp, uint32_t trimmingoffset) in HAL_OPAMP_GetTrimOffset() argument 933 assert_param(IS_OPAMP_FACTORYTRIMMING(trimmingoffset)); in HAL_OPAMP_GetTrimOffset() 959 if (trimmingoffset == OPAMP_FACTORYTRIMMING_P) in HAL_OPAMP_GetTrimOffset()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_hal_opamp.c | 911 …TrimmingValueTypeDef HAL_OPAMP_GetTrimOffset (OPAMP_HandleTypeDef *hopamp, uint32_t trimmingoffset) in HAL_OPAMP_GetTrimOffset() argument 929 assert_param(IS_OPAMP_FACTORYTRIMMING(trimmingoffset)); in HAL_OPAMP_GetTrimOffset() 955 if (trimmingoffset == OPAMP_FACTORYTRIMMING_P) in HAL_OPAMP_GetTrimOffset()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_opamp.c | 917 …ingValueTypeDef HAL_OPAMP_GetTrimOffset(const OPAMP_HandleTypeDef *hopamp, uint32_t trimmingoffset) in HAL_OPAMP_GetTrimOffset() argument 935 assert_param(IS_OPAMP_FACTORYTRIMMING(trimmingoffset)); in HAL_OPAMP_GetTrimOffset() 961 if (trimmingoffset == OPAMP_FACTORYTRIMMING_P) in HAL_OPAMP_GetTrimOffset()
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/ |
D | stm32l1xx_hal_opamp.c | 1030 …TrimmingValueTypeDef HAL_OPAMP_GetTrimOffset (OPAMP_HandleTypeDef *hopamp, uint32_t trimmingoffset) in HAL_OPAMP_GetTrimOffset() argument 1048 assert_param(IS_OPAMP_FACTORYTRIMMING(trimmingoffset)); in HAL_OPAMP_GetTrimOffset() 1074 … ((*tmp_opamp_reg_trimming >> OPAMP_OFFSET_TRIM_BITSPOSITION(hopamp, trimmingoffset)) & OPAMP_TRIM… in HAL_OPAMP_GetTrimOffset()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_hal_opamp.c | 990 …_TrimmingValueTypeDef HAL_OPAMP_GetTrimOffset(OPAMP_HandleTypeDef *hopamp, uint32_t trimmingoffset) in HAL_OPAMP_GetTrimOffset() argument 1009 assert_param(IS_OPAMP_FACTORYTRIMMING(trimmingoffset)); in HAL_OPAMP_GetTrimOffset() 1025 if (trimmingoffset == OPAMP_FACTORYTRIMMING_P) in HAL_OPAMP_GetTrimOffset()
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
D | stm32u0xx_hal_opamp.h | 378 …ngValueTypeDef HAL_OPAMP_GetTrimOffset(const OPAMP_HandleTypeDef *hopamp, uint32_t trimmingoffset);
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_hal_opamp.h | 385 …ngValueTypeDef HAL_OPAMP_GetTrimOffset(const OPAMP_HandleTypeDef *hopamp, uint32_t trimmingoffset);
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_hal_opamp.h | 400 …rimmingValueTypeDef HAL_OPAMP_GetTrimOffset (OPAMP_HandleTypeDef *hopamp, uint32_t trimmingoffset);
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_opamp.h | 427 …ngValueTypeDef HAL_OPAMP_GetTrimOffset(const OPAMP_HandleTypeDef *hopamp, uint32_t trimmingoffset);
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_hal_opamp.h | 420 …gValueTypeDef HAL_OPAMP_GetTrimOffset (const OPAMP_HandleTypeDef *hopamp, uint32_t trimmingoffset);
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/ |
D | stm32l1xx_hal_opamp.h | 519 …rimmingValueTypeDef HAL_OPAMP_GetTrimOffset (OPAMP_HandleTypeDef *hopamp, uint32_t trimmingoffset);
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/ |
D | stm32f3xx_hal_opamp.h | 499 …TrimmingValueTypeDef HAL_OPAMP_GetTrimOffset(OPAMP_HandleTypeDef *hopamp, uint32_t trimmingoffset);
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_hal_opamp.h | 449 …rimmingValueTypeDef HAL_OPAMP_GetTrimOffset (OPAMP_HandleTypeDef *hopamp, uint32_t trimmingoffset);
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_hal_opamp.h | 551 …TrimmingValueTypeDef HAL_OPAMP_GetTrimOffset(OPAMP_HandleTypeDef *hopamp, uint32_t trimmingoffset);
|