Home
last modified time | relevance | path

Searched refs:IS_OPAMP_FACTORYTRIMMING (Results 1 – 18 of 18) sorted by relevance

/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_hal_opamp.h332 #define IS_OPAMP_FACTORYTRIMMING(TRIMMING) (((TRIMMING) == OPAMP_FACTORYTRIMMING_N) || \ macro
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_opamp.h339 #define IS_OPAMP_FACTORYTRIMMING(TRIMMING) (((TRIMMING) == OPAMP_FACTORYTRIMMING_N) || \ macro
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_opamp.h348 #define IS_OPAMP_FACTORYTRIMMING(TRIMMING) (((TRIMMING) == OPAMP_FACTORYTRIMMING_N) || \ macro
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_opamp.h375 #define IS_OPAMP_FACTORYTRIMMING(TRIMMING) (((TRIMMING) == OPAMP_FACTORYTRIMMING_N) || \ macro
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_opamp.h369 #define IS_OPAMP_FACTORYTRIMMING(TRIMMING) (((TRIMMING) == OPAMP_FACTORYTRIMMING_N) || \ macro
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_hal_opamp.h466 #define IS_OPAMP_FACTORYTRIMMING(TRIMMING) (((TRIMMING) == OPAMP_FACTORYTRIMMING_N) || \ macro
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_opamp.h347 #define IS_OPAMP_FACTORYTRIMMING(TRIMMING) (((TRIMMING) == OPAMP_FACTORYTRIMMING_N) || \ macro
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_opamp.h397 #define IS_OPAMP_FACTORYTRIMMING(TRIMMING) (((TRIMMING) == OPAMP_FACTORYTRIMMING_N) || \ macro
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_opamp.h462 #define IS_OPAMP_FACTORYTRIMMING(TRIMMING) (((TRIMMING) == OPAMP_FACTORYTRIMMING_N) || \ macro
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_opamp.c902 assert_param(IS_OPAMP_FACTORYTRIMMING(trimmingoffset)); in HAL_OPAMP_GetTrimOffset()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_opamp.c880 assert_param(IS_OPAMP_FACTORYTRIMMING(trimmingoffset)); in HAL_OPAMP_GetTrimOffset()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_opamp.c926 assert_param(IS_OPAMP_FACTORYTRIMMING(trimmingoffset)); in HAL_OPAMP_GetTrimOffset()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_opamp.c921 assert_param(IS_OPAMP_FACTORYTRIMMING(trimmingoffset)); in HAL_OPAMP_GetTrimOffset()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_opamp.c933 assert_param(IS_OPAMP_FACTORYTRIMMING(trimmingoffset)); in HAL_OPAMP_GetTrimOffset()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_opamp.c929 assert_param(IS_OPAMP_FACTORYTRIMMING(trimmingoffset)); in HAL_OPAMP_GetTrimOffset()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_opamp.c935 assert_param(IS_OPAMP_FACTORYTRIMMING(trimmingoffset)); in HAL_OPAMP_GetTrimOffset()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_opamp.c1048 assert_param(IS_OPAMP_FACTORYTRIMMING(trimmingoffset)); in HAL_OPAMP_GetTrimOffset()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_opamp.c1009 assert_param(IS_OPAMP_FACTORYTRIMMING(trimmingoffset)); in HAL_OPAMP_GetTrimOffset()