Home
last modified time | relevance | path

Searched refs:OPAMP1 (Results 1 – 25 of 141) sorted by relevance

123456

/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_ll_opamp.h34 #if defined (OPAMP1) || defined (OPAMP2)
314 #if defined(OPAMP1) && defined(OPAMP2)
334 #if defined(OPAMP1) && defined(OPAMP2)
336 (LL_OPAMP_IsEnabled(OPAMP1) | \
340 (LL_OPAMP_IsEnabled(OPAMP1))
383 MODIFY_REG(OPAMP1->CSR, OPAMP1_CSR_OPARANGE, PowerRange); in LL_OPAMP_SetCommonPowerRange()
402 return (uint32_t)(READ_BIT(OPAMP1->CSR, OPAMP1_CSR_OPARANGE)); in LL_OPAMP_GetCommonPowerRange()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_ll_opamp.h34 #if defined (OPAMP1) || defined (OPAMP2)
314 #if defined(OPAMP1) && defined(OPAMP2)
334 #if defined(OPAMP1) && defined(OPAMP2)
336 (LL_OPAMP_IsEnabled(OPAMP1) | \
340 (LL_OPAMP_IsEnabled(OPAMP1))
383 MODIFY_REG(OPAMP1->CSR, OPAMP1_CSR_OPARANGE, PowerRange); in LL_OPAMP_SetCommonPowerRange()
402 return (uint32_t)(READ_BIT(OPAMP1->CSR, OPAMP1_CSR_OPARANGE)); in LL_OPAMP_GetCommonPowerRange()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_hal_opamp_ex.h124 ( ( ((__HANDLE__)->Instance == OPAMP1) \
143 ( ( ((__HANDLE__)->Instance == OPAMP1) \
160 ( ( ((__HANDLE__)->Instance == OPAMP1) \
189 ( ( ((__HANDLE__)->Instance == OPAMP1) \
Dstm32l1xx_ll_opamp.h34 #if defined (OPAMP1) || defined (OPAMP2) || defined (OPAMP3)
319 #if defined(OPAMP1) && defined(OPAMP2) && defined(OPAMP3)
339 #if defined(OPAMP1) && defined(OPAMP2) && defined(OPAMP3)
341 (LL_OPAMP_IsEnabled(OPAMP1) | \
346 (LL_OPAMP_IsEnabled(OPAMP1) | \
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_ll_opamp.h34 #if defined (OPAMP1)
310 #if defined(OPAMP1) && defined(OPAMP2)
312 (LL_OPAMP_IsEnabled(OPAMP1) | \
316 (LL_OPAMP_IsEnabled(OPAMP1))
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_opamp.h34 #if defined (OPAMP1) || defined (OPAMP2)
321 #if defined(OPAMP1) && defined(OPAMP2)
338 #if defined(OPAMP1) && defined(OPAMP2)
340 (LL_OPAMP_IsEnabled(OPAMP1) | \
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_opamp.h34 #if defined (OPAMP1) || defined (OPAMP2)
329 #if defined(OPAMP1) && defined(OPAMP2)
331 (LL_OPAMP_IsEnabled(OPAMP1) | \
335 (LL_OPAMP_IsEnabled(OPAMP1))
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_ll_opamp.c33 #if defined (OPAMP1) || defined (OPAMP2) || defined (OPAMP3)
64 (((__OPAMPX__) == OPAMP1) \
85 (((__OPAMPX__) == OPAMP1) \
Dstm32l1xx_hal_opamp.c381 if ((hopamp->Instance == OPAMP1) || (hopamp->Instance == OPAMP2)) in HAL_OPAMP_Init()
407 else if (hopamp->Instance != OPAMP1) in HAL_OPAMP_Init()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_ll_opamp.c33 #if defined (OPAMP1)
185 MODIFY_REG(OPAMP1->CSR, OPAMP_CSR_OPARANGE, OPAMP_CSR_OPARANGE); in LL_OPAMP_Init()
Dstm32u0xx_hal_opamp_ex.c139 tmp_opamp1_reg_trimming = &OPAMP1->OTR; in HAL_OPAMPEx_SelfCalibrateAll()
143 tmp_opamp1_reg_trimming = &OPAMP1->LPOTR; in HAL_OPAMPEx_SelfCalibrateAll()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_ll_opamp.c33 #if defined (OPAMP1) || defined (OPAMP2)
190 MODIFY_REG(OPAMP1->CSR, OPAMP_CSR_OPARANGE, OPAMP_CSR_OPARANGE); in LL_OPAMP_Init()
Dstm32u5xx_hal_opamp_ex.c139 tmp_opamp1_reg_trimming = &OPAMP1->OTR; in HAL_OPAMPEx_SelfCalibrateAll()
143 tmp_opamp1_reg_trimming = &OPAMP1->LPOTR; in HAL_OPAMPEx_SelfCalibrateAll()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_opamp_ex.c136 tmp_opamp1_reg_trimming = &OPAMP1->OTR; in HAL_OPAMPEx_SelfCalibrateAll()
140 tmp_opamp1_reg_trimming = &OPAMP1->HSOTR; in HAL_OPAMPEx_SelfCalibrateAll()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_opamp_ex.c144 tmp_opamp1_reg_trimming = &OPAMP1->OTR; in HAL_OPAMPEx_SelfCalibrateAll()
148 tmp_opamp1_reg_trimming = &OPAMP1->LPOTR; in HAL_OPAMPEx_SelfCalibrateAll()
Dstm32l4xx_ll_opamp.c33 #if defined (OPAMP1) || defined (OPAMP2)
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_opamp_ex.c137 tmp_opamp1_reg_trimming = &OPAMP1->OTR; in HAL_OPAMPEx_SelfCalibrateAll()
141 tmp_opamp1_reg_trimming = &OPAMP1->LPOTR; in HAL_OPAMPEx_SelfCalibrateAll()
Dstm32l5xx_ll_opamp.c33 #if defined (OPAMP1) || defined (OPAMP2)
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_rcc.h1318 #if defined(OPAMP1)
1566 #if defined(OPAMP1)
2367 #if defined(OPAMP1)
2473 #if defined(OPAMP1)
3046 #if defined(OPAMP1)
3155 #if defined(OPAMP1)
3726 #if defined(OPAMP1)
3831 #if defined(OPAMP1)
Dstm32h5xx_hal_opamp_ex.h33 #if defined (OPAMP1)
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_opamp_ex.c39 #if defined (OPAMP1)
Dstm32h5xx_ll_opamp.c33 #if defined (OPAMP1)
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_opamp_ex.h27 #if defined (OPAMP1) || defined (OPAMP2) || defined (OPAMP3) || defined (OPAMP4)
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_opamp_ex.h34 #if defined (OPAMP1) || defined (OPAMP2) || defined (OPAMP3) || defined (OPAMP4) || defined (OPAMP5…
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_ll_opamp.c33 #if defined (OPAMP1) || defined (OPAMP2) || defined (OPAMP3) || defined (OPAMP4)

123456