Home
last modified time | relevance | path

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

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_comp.h161 …REFINT ( COMP_CSR_SCALEN | COMP_CSR_BR…
162 …REFINT ( COMP_CSR_INMSEL_0 | COMP_CSR_SCALEN | COMP_CSR_BR…
163 …REFINT ( COMP_CSR_INMSEL_1 | COMP_CSR_SCALEN | COMP_CSR_BR…
164 …INT ( COMP_CSR_INMSEL_1 | COMP_CSR_INMSEL_0 | COMP_CSR_SCALEN
483 … COMP_CSR_INMESEL | COMP_CSR_INMSEL | COMP_CSR_INPSEL | COMP_CSR_SCALEN | COMP_CSR_BRGEN, in LL_COMP_ConfigInputs()
487 COMP_CSR_INMSEL | COMP_CSR_INPSEL | COMP_CSR_SCALEN | COMP_CSR_BRGEN, in LL_COMP_ConfigInputs()
571 …MODIFY_REG(COMPx->CSR, COMP_CSR_INMESEL | COMP_CSR_INMSEL | COMP_CSR_SCALEN | COMP_CSR_BRGEN, Inpu… in LL_COMP_SetInputMinus()
573 MODIFY_REG(COMPx->CSR, COMP_CSR_INMSEL | COMP_CSR_SCALEN | COMP_CSR_BRGEN, InputMinus); in LL_COMP_SetInputMinus()
604 …return (uint32_t)(READ_BIT(COMPx->CSR, COMP_CSR_INMESEL | COMP_CSR_INMSEL | COMP_CSR_SCALEN | COMP… in LL_COMP_GetInputMinus()
606 return (uint32_t)(READ_BIT(COMPx->CSR, COMP_CSR_INMSEL | COMP_CSR_SCALEN | COMP_CSR_BRGEN)); in LL_COMP_GetInputMinus()
Dstm32l4xx_hal_comp.h208 …FINT ( COMP_CSR_SCALEN | COMP_CSR_BR…
209 …FINT ( COMP_CSR_INMSEL_0 | COMP_CSR_SCALEN | COMP_CSR_BR…
210 …FINT ( COMP_CSR_INMSEL_1 | COMP_CSR_SCALEN | COMP_CSR_BR…
211 …T ( COMP_CSR_INMSEL_1 | COMP_CSR_INMSEL_0 | COMP_CSR_SCALEN
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_comp.c350 comp_voltage_scaler_initialized = READ_BIT(hcomp->Instance->CSR, COMP_CSR_SCALEN); in HAL_COMP_Init()
368 COMP_CSR_BLANKING | COMP_CSR_BRGEN | COMP_CSR_SCALEN | COMP_CSR_INMESEL, in HAL_COMP_Init()
375 COMP_CSR_BLANKING | COMP_CSR_BRGEN | COMP_CSR_SCALEN | COMP_CSR_INMESEL, in HAL_COMP_Init()
383 COMP_CSR_BLANKING | COMP_CSR_BRGEN | COMP_CSR_SCALEN, in HAL_COMP_Init()
405 if ((READ_BIT(hcomp->Instance->CSR, COMP_CSR_SCALEN) != 0UL) && in HAL_COMP_Init()
Dstm32l4xx_ll_comp.c275 | COMP_CSR_SCALEN in LL_COMP_Init()
294 | COMP_CSR_SCALEN in LL_COMP_Init()
/loramac-node-2.7.6/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h15120 #define COMP_CSR_SCALEN COMP_CSR_SCALEN_Msk /*!< Comparator scal… macro