Searched refs:tmp_csr (Results 1 – 3 of 3) sorted by relevance
| /loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/ |
| D | stm32l1xx_hal_opamp.c | 253 …uint32_t tmp_csr = 0; /* Temporary variable to update register CSR, except bits ANAWSSELx, S… in HAL_OPAMP_Init() local 316 tmp_csr = OPAMP->CSR; in HAL_OPAMP_Init() 320 CLEAR_BIT(tmp_csr, OPAMP_CSR_ALL_SWITCHES(hopamp)); in HAL_OPAMP_Init() 331 SET_BIT(tmp_csr, OPAMP_CSR_S3SELX(hopamp)); in HAL_OPAMP_Init() 343 SET_BIT(tmp_csr, OPAMP_CSR_S4SELX(hopamp)); in HAL_OPAMP_Init() 349 SET_BIT(tmp_csr, OPAMP_CSR_ANAWSELX(hopamp)); in HAL_OPAMP_Init() 360 SET_BIT(tmp_csr, OPAMP_CSR_S5SELX(hopamp)); in HAL_OPAMP_Init() 372 SET_BIT(tmp_csr, OPAMP_CSR_S6SELX(hopamp)); in HAL_OPAMP_Init() 391 SET_BIT(tmp_csr, OPAMP_CSR_S7SEL2); in HAL_OPAMP_Init() 398 SET_BIT(tmp_csr, OPAMP_CSR_S6SELX(hopamp)); in HAL_OPAMP_Init() [all …]
|
| /loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/ |
| D | stm32l0xx_hal_comp.c | 231 uint32_t tmp_csr = 0U; in HAL_COMP_Init() local 274 tmp_csr = (hcomp->Init.InvertingInput | in HAL_COMP_Init() 282 tmp_csr |= (hcomp->Init.NonInvertingInput | in HAL_COMP_Init() 325 tmp_csr |= (COMP_CSR_COMP1LPTIM1IN1); in HAL_COMP_Init() 335 tmp_csr |= (COMP_CSR_COMP2LPTIM1IN1); in HAL_COMP_Init() 357 tmp_csr |= (COMP_CSR_COMP2LPTIM1IN2); in HAL_COMP_Init() 370 tmp_csr in HAL_COMP_Init() 379 tmp_csr in HAL_COMP_Init()
|
| /loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/ |
| D | stm32l4xx_hal_comp.c | 283 uint32_t tmp_csr; in HAL_COMP_Init() local 353 tmp_csr = ( hcomp->Init.NonInvertingInput in HAL_COMP_Init() 369 tmp_csr in HAL_COMP_Init() 376 tmp_csr in HAL_COMP_Init() 384 tmp_csr in HAL_COMP_Init()
|