Searched refs:COMP_CSR_SCALEN (Results 1 – 7 of 7) sorted by relevance
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/ |
H A D | stm32l4xx_ll_comp.h | 153 …REFINT ( COMP_CSR_SCALEN | COMP_CSR_BR… 154 …REFINT ( COMP_CSR_INMSEL_0 | COMP_CSR_SCALEN | COMP_CSR_BR… 155 …REFINT ( COMP_CSR_INMSEL_1 | COMP_CSR_SCALEN | COMP_CSR_BR… 156 …INT ( COMP_CSR_INMSEL_1 | COMP_CSR_INMSEL_0 | COMP_CSR_SCALEN … 475 … COMP_CSR_INMESEL | COMP_CSR_INMSEL | COMP_CSR_INPSEL | COMP_CSR_SCALEN | COMP_CSR_BRGEN, in LL_COMP_ConfigInputs() 479 COMP_CSR_INMSEL | COMP_CSR_INPSEL | COMP_CSR_SCALEN | COMP_CSR_BRGEN, in LL_COMP_ConfigInputs() 563 …MODIFY_REG(COMPx->CSR, COMP_CSR_INMESEL | COMP_CSR_INMSEL | COMP_CSR_SCALEN | COMP_CSR_BRGEN, Inpu… in LL_COMP_SetInputMinus() 565 MODIFY_REG(COMPx->CSR, COMP_CSR_INMSEL | COMP_CSR_SCALEN | COMP_CSR_BRGEN, InputMinus); in LL_COMP_SetInputMinus() 596 …return (uint32_t)(READ_BIT(COMPx->CSR, COMP_CSR_INMESEL | COMP_CSR_INMSEL | COMP_CSR_SCALEN | COMP… in LL_COMP_GetInputMinus() 598 return (uint32_t)(READ_BIT(COMPx->CSR, COMP_CSR_INMSEL | COMP_CSR_SCALEN | COMP_CSR_BRGEN)); in LL_COMP_GetInputMinus()
|
H A D | stm32l4xx_hal_comp.h | 196 …FINT ( COMP_CSR_SCALEN | COMP_CSR_BR… 197 …FINT ( COMP_CSR_INMSEL_0 | COMP_CSR_SCALEN | COMP_CSR_BR… 198 …FINT ( COMP_CSR_INMSEL_1 | COMP_CSR_SCALEN | COMP_CSR_BR… 199 …T ( COMP_CSR_INMSEL_1 | COMP_CSR_INMSEL_0 | COMP_CSR_SCALEN …
|
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/ |
H A D | stm32l4xx_hal_comp.c | 334 comp_voltage_scaler_initialized = READ_BIT(hcomp->Instance->CSR, COMP_CSR_SCALEN); in HAL_COMP_Init() 352 COMP_CSR_BLANKING | COMP_CSR_BRGEN | COMP_CSR_SCALEN | COMP_CSR_INMESEL, in HAL_COMP_Init() 359 COMP_CSR_BLANKING | COMP_CSR_BRGEN | COMP_CSR_SCALEN | COMP_CSR_INMESEL, in HAL_COMP_Init() 367 COMP_CSR_BLANKING | COMP_CSR_BRGEN | COMP_CSR_SCALEN, in HAL_COMP_Init() 389 if ((READ_BIT(hcomp->Instance->CSR, COMP_CSR_SCALEN) != 0UL) && in HAL_COMP_Init()
|
H A D | stm32l4xx_ll_comp.c | 259 | COMP_CSR_SCALEN in LL_COMP_Init() 278 | COMP_CSR_SCALEN in LL_COMP_Init()
|
/btstack/port/stm32-wb55xx-nucleo-freertos/Drivers/CMSIS/Device/ST/STM32WBxx/Include/ |
H A D | stm32wb55xx.h | 2289 #define COMP_CSR_SCALEN COMP_CSR_SCALEN_Msk /*!< Comparator scal… macro
|
/btstack/port/stm32-l451-miromico-sx1280/Drivers/CMSIS/Device/ST/STM32L4xx/Include/ |
H A D | stm32l451xx.h | 13677 #define COMP_CSR_SCALEN COMP_CSR_SCALEN_Msk /*!< Comparator scal… macro
|
/btstack/port/stm32-l476rg-nucleo-sx1280/Drivers/CMSIS/Device/ST/STM32L4xx/Include/ |
H A D | stm32l476xx.h | 15113 #define COMP_CSR_SCALEN COMP_CSR_SCALEN_Msk /*!< Comparator scal… macro
|