Home
last modified time | relevance | path

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

/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_ll_comp.h80 uint32_t InputPlus; /*!< Set comparator input plus (non-inverting input). member
471 …ATIC_INLINE void LL_COMP_ConfigInputs(COMP_TypeDef *COMPx, uint32_t InputMinus, uint32_t InputPlus) in LL_COMP_ConfigInputs() argument
476 InputMinus | InputPlus); in LL_COMP_ConfigInputs()
480 InputMinus | InputPlus); in LL_COMP_ConfigInputs()
499 __STATIC_INLINE void LL_COMP_SetInputPlus(COMP_TypeDef *COMPx, uint32_t InputPlus) in LL_COMP_SetInputPlus() argument
501 MODIFY_REG(COMPx->CSR, COMP_CSR_INPSEL, InputPlus); in LL_COMP_SetInputPlus()
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_ll_comp.c238 assert_param(IS_LL_COMP_INPUT_PLUS(COMPx, COMP_InitStruct->InputPlus)); in LL_COMP_Init()
268 | COMP_InitStruct->InputPlus in LL_COMP_Init()
286 | COMP_InitStruct->InputPlus in LL_COMP_Init()
314 COMP_InitStruct->InputPlus = LL_COMP_INPUT_PLUS_IO1; in LL_COMP_StructInit()