Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_hal_opamp.h173 #define OPAMP_FOLLOWER_MODE OPAMP_CSR_OPAMODE /*!< follower mode */ macro
307 ((INPUT) == OPAMP_FOLLOWER_MODE))
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_opamp.h173 #define OPAMP_FOLLOWER_MODE OPAMP_CSR_OPAMODE /*!< follower mode */ macro
310 ((INPUT) == OPAMP_FOLLOWER_MODE))
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_opamp.h180 #define OPAMP_FOLLOWER_MODE OPAMP_CSR_OPAMODE /*!< follower mode */ macro
319 ((INPUT) == OPAMP_FOLLOWER_MODE))
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_opamp.h179 #define OPAMP_FOLLOWER_MODE (OPAMP_CSR_VMSEL_1 | OPAMP_CSR_VMSEL_0) /*!< follower mode */ macro
340 ((INPUT) == OPAMP_FOLLOWER_MODE))
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_opamp.h178 #define OPAMP_FOLLOWER_MODE (OPAMP_CSR_VMSEL_1 | OPAMP_CSR_VMSEL_0) /*!< followe… macro
329 ((INPUT) == OPAMP_FOLLOWER_MODE))
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_hal_opamp.h193 #define OPAMP_FOLLOWER_MODE 0x00000001U /*!< OPAMP follower mode */ macro
452 ((INPUT) == OPAMP_FOLLOWER_MODE))
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_opamp.h198 #define OPAMP_FOLLOWER_MODE OPAMP_CSR_VMSEL /*!< follower mode */ macro
203 ((INPUT) == OPAMP_FOLLOWER_MODE))
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_opamp.h180 #define OPAMP_FOLLOWER_MODE OPAMP_CSR_OPAMODE /*!< follower mode */ macro
319 ((INPUT) == OPAMP_FOLLOWER_MODE))
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_opamp.h197 #define OPAMP_FOLLOWER_MODE OPAMP_CSR_VMSEL /*!< follower mode */ macro
411 ((INPUT) == OPAMP_FOLLOWER_MODE))
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_opamp.c283 if (hopamp->Init.Mode != OPAMP_FOLLOWER_MODE) in HAL_OPAMP_Init()
341 if (hopamp->Init.Mode == OPAMP_FOLLOWER_MODE) in HAL_OPAMP_Init()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_opamp.c346 if ((hopamp->Init.Mode == OPAMP_PGA_MODE) || (hopamp->Init.Mode == OPAMP_FOLLOWER_MODE)) in HAL_OPAMP_Init()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_opamp.c333 if (hopamp->Init.Mode == OPAMP_FOLLOWER_MODE) in HAL_OPAMP_Init()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_opamp.c363 if (hopamp->Init.Mode == OPAMP_FOLLOWER_MODE) in HAL_OPAMP_Init()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_opamp.c367 if (hopamp->Init.Mode == OPAMP_FOLLOWER_MODE) in HAL_OPAMP_Init()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_opamp.c373 if (hopamp->Init.Mode == OPAMP_FOLLOWER_MODE) in HAL_OPAMP_Init()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_opamp.c371 if (hopamp->Init.Mode == OPAMP_FOLLOWER_MODE) in HAL_OPAMP_Init()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_opamp.c378 if (hopamp->Init.Mode == OPAMP_FOLLOWER_MODE) in HAL_OPAMP_Init()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_opamp.c395 if ((hopamp->Init.Mode == OPAMP_PGA_MODE) || (hopamp->Init.Mode == OPAMP_FOLLOWER_MODE)) in HAL_OPAMP_Init()