Home
last modified time | relevance | path

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

/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/
A Dstm32l1xx_hal_opamp.c332 tmp_csr = OPAMP->CSR; in HAL_OPAMP_Init()
347 SET_BIT(tmp_csr, OPAMP_CSR_S3SELX(hopamp)); in HAL_OPAMP_Init()
359 SET_BIT(tmp_csr, OPAMP_CSR_S4SELX(hopamp)); in HAL_OPAMP_Init()
365 SET_BIT(tmp_csr, OPAMP_CSR_ANAWSELX(hopamp)); in HAL_OPAMP_Init()
376 SET_BIT(tmp_csr, OPAMP_CSR_S5SELX(hopamp)); in HAL_OPAMP_Init()
388 SET_BIT(tmp_csr, OPAMP_CSR_S6SELX(hopamp)); in HAL_OPAMP_Init()
407 SET_BIT(tmp_csr, OPAMP_CSR_S7SEL2); in HAL_OPAMP_Init()
414 SET_BIT(tmp_csr, OPAMP_CSR_S6SELX(hopamp)); in HAL_OPAMP_Init()
455 SET_BIT(tmp_csr, OPAMP_CSR_OPAXLPM(hopamp)); in HAL_OPAMP_Init()
479 MODIFY_REG(tmp_csr, OPAMP_CSR_AOP_RANGE, in HAL_OPAMP_Init()
[all …]

Completed in 4 milliseconds