/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_hal_opamp.h | 336 #define IS_OPAMP_POWERMODE(TRIMMING) (((TRIMMING) == OPAMP_POWERMODE_NORMALPOWER) || \ argument 337 ((TRIMMING) == OPAMP_POWERMODE_LOWPOWER) ) 342 #define IS_OPAMP_TRIMMING(TRIMMING) (((TRIMMING) == OPAMP_TRIMMING_FACTORY) || \ argument 343 ((TRIMMING) == OPAMP_TRIMMING_USER)) 348 #define IS_OPAMP_FACTORYTRIMMING(TRIMMING) (((TRIMMING) == OPAMP_FACTORYTRIMMING_N) || \ argument 349 ((TRIMMING) == OPAMP_FACTORYTRIMMING_P))
|
D | stm32l5xx_hal_dac_ex.h | 129 #define IS_DAC_TRIMMING(TRIMMING) (((TRIMMING) == DAC_TRIMMING_FACTORY) || \ argument 130 ((TRIMMING) == DAC_TRIMMING_USER))
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_opamp.h | 365 #define IS_OPAMP_POWERMODE(TRIMMING) (((TRIMMING) == OPAMP_POWERMODE_NORMAL) || \ argument 366 ((TRIMMING) == OPAMP_POWERMODE_HIGHSPEED) ) 369 #define IS_OPAMP_TRIMMING(TRIMMING) (((TRIMMING) == OPAMP_TRIMMING_FACTORY) || \ argument 370 ((TRIMMING) == OPAMP_TRIMMING_USER)) 375 #define IS_OPAMP_FACTORYTRIMMING(TRIMMING) (((TRIMMING) == OPAMP_FACTORYTRIMMING_N) || \ argument 376 ((TRIMMING) == OPAMP_FACTORYTRIMMING_P))
|
D | stm32h5xx_hal_dac_ex.h | 146 #define IS_DAC_TRIMMING(TRIMMING) (((TRIMMING) == DAC_TRIMMING_FACTORY) || \ argument 147 ((TRIMMING) == DAC_TRIMMING_USER))
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_hal_opamp.h | 359 #define IS_OPAMP_POWERMODE(TRIMMING) (((TRIMMING) == OPAMP_POWERMODE_NORMAL) || \ argument 360 ((TRIMMING) == OPAMP_POWERMODE_HIGHSPEED) ) 363 #define IS_OPAMP_TRIMMING(TRIMMING) (((TRIMMING) == OPAMP_TRIMMING_FACTORY) || \ argument 364 ((TRIMMING) == OPAMP_TRIMMING_USER)) 369 #define IS_OPAMP_FACTORYTRIMMING(TRIMMING) (((TRIMMING) == OPAMP_FACTORYTRIMMING_N) || \ argument 370 ((TRIMMING) == OPAMP_FACTORYTRIMMING_P))
|
D | stm32h7xx_hal_dac_ex.h | 161 #define IS_DAC_TRIMMING(TRIMMING) (((TRIMMING) == DAC_TRIMMING_FACTORY) || \ argument 162 ((TRIMMING) == DAC_TRIMMING_USER))
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/ |
D | stm32l1xx_hal_opamp.h | 457 #define IS_OPAMP_POWERMODE(TRIMMING) (((TRIMMING) == OPAMP_POWERMODE_NORMAL) || \ argument 458 ((TRIMMING) == OPAMP_POWERMODE_LOWPOWER) ) 463 #define IS_OPAMP_TRIMMING(TRIMMING) (((TRIMMING) == OPAMP_TRIMMING_FACTORY) || \ argument 464 ((TRIMMING) == OPAMP_TRIMMING_USER)) 466 #define IS_OPAMP_FACTORYTRIMMING(TRIMMING) (((TRIMMING) == OPAMP_FACTORYTRIMMING_N) || \ argument 467 ((TRIMMING) == OPAMP_FACTORYTRIMMING_P) )
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_hal_opamp.h | 385 #define IS_OPAMP_POWERMODE(TRIMMING) (((TRIMMING) == OPAMP_POWERMODE_NORMALPOWER) || \ argument 386 ((TRIMMING) == OPAMP_POWERMODE_LOWPOWER) ) 391 #define IS_OPAMP_TRIMMING(TRIMMING) (((TRIMMING) == OPAMP_TRIMMING_FACTORY) || \ argument 392 ((TRIMMING) == OPAMP_TRIMMING_USER)) 397 #define IS_OPAMP_FACTORYTRIMMING(TRIMMING) (((TRIMMING) == OPAMP_FACTORYTRIMMING_N) || \ argument 398 ((TRIMMING) == OPAMP_FACTORYTRIMMING_P))
|
D | stm32l4xx_hal_dac_ex.h | 160 #define IS_DAC_TRIMMING(TRIMMING) (((TRIMMING) == DAC_TRIMMING_FACTORY) || \ argument 161 ((TRIMMING) == DAC_TRIMMING_USER))
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
D | stm32u0xx_hal_opamp.h | 326 #define IS_OPAMP_TRIMMING(TRIMMING) (((TRIMMING) == OPAMP_TRIMMING_FACTORY) || \ argument 327 ((TRIMMING) == OPAMP_TRIMMING_USER)) 332 #define IS_OPAMP_FACTORYTRIMMING(TRIMMING) (((TRIMMING) == OPAMP_FACTORYTRIMMING_N) || \ argument 333 ((TRIMMING) == OPAMP_FACTORYTRIMMING_P))
|
D | stm32u0xx_hal_dac_ex.h | 124 #define IS_DAC_TRIMMING(TRIMMING) (((TRIMMING) == DAC_TRIMMING_FACTORY) || \ argument 125 ((TRIMMING) == DAC_TRIMMING_USER))
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_hal_opamp.h | 333 #define IS_OPAMP_TRIMMING(TRIMMING) (((TRIMMING) == OPAMP_TRIMMING_FACTORY) || \ argument 334 ((TRIMMING) == OPAMP_TRIMMING_USER)) 339 #define IS_OPAMP_FACTORYTRIMMING(TRIMMING) (((TRIMMING) == OPAMP_FACTORYTRIMMING_N) || \ argument 340 ((TRIMMING) == OPAMP_FACTORYTRIMMING_P))
|
D | stm32u5xx_hal_dac_ex.h | 144 #define IS_DAC_TRIMMING(TRIMMING) (((TRIMMING) == DAC_TRIMMING_FACTORY) || \ argument 145 ((TRIMMING) == DAC_TRIMMING_USER))
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/ |
D | stm32f3xx_hal_opamp.h | 335 #define IS_OPAMP_TRIMMING(TRIMMING) (((TRIMMING) == OPAMP_TRIMMING_FACTORY) || \ argument 336 ((TRIMMING) == OPAMP_TRIMMING_USER)) 347 #define IS_OPAMP_FACTORYTRIMMING(TRIMMING) (((TRIMMING) == OPAMP_FACTORYTRIMMING_N) || \ argument 348 ((TRIMMING) == OPAMP_FACTORYTRIMMING_P))
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_hal_opamp.h | 459 #define IS_OPAMP_TRIMMING(TRIMMING) (((TRIMMING) == OPAMP_TRIMMING_FACTORY) || \ argument 460 ((TRIMMING) == OPAMP_TRIMMING_USER)) 462 #define IS_OPAMP_FACTORYTRIMMING(TRIMMING) (((TRIMMING) == OPAMP_FACTORYTRIMMING_N) || \ argument 463 ((TRIMMING) == OPAMP_FACTORYTRIMMING_P))
|
D | stm32g4xx_hal_dac_ex.h | 225 #define IS_DAC_TRIMMING(TRIMMING) (((TRIMMING) == DAC_TRIMMING_FACTORY) || \ argument 226 ((TRIMMING) == DAC_TRIMMING_USER))
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/ |
D | stm32wlxx_hal_dac_ex.h | 120 #define IS_DAC_TRIMMING(TRIMMING) (((TRIMMING) == DAC_TRIMMING_FACTORY) || \ argument 121 ((TRIMMING) == DAC_TRIMMING_USER))
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_hal_dac_ex.h | 123 #define IS_DAC_TRIMMING(TRIMMING) (((TRIMMING) == DAC_TRIMMING_FACTORY) || \ argument 124 ((TRIMMING) == DAC_TRIMMING_USER))
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/ |
D | stm32mp1xx_hal_dac_ex.h | 126 #define IS_DAC_TRIMMING(TRIMMING) (((TRIMMING) == DAC_TRIMMING_FACTORY) || \ argument 127 ((TRIMMING) == DAC_TRIMMING_USER))
|