Home
last modified time | relevance | path

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

/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_ll_comp.c231 ErrorStatus LL_COMP_Init(COMP_TypeDef *COMPx, LL_COMP_InitTypeDef *COMP_InitStruct) in LL_COMP_Init() argument
237 assert_param(IS_LL_COMP_POWER_MODE(COMP_InitStruct->PowerMode)); in LL_COMP_Init()
238 assert_param(IS_LL_COMP_INPUT_PLUS(COMPx, COMP_InitStruct->InputPlus)); in LL_COMP_Init()
239 assert_param(IS_LL_COMP_INPUT_MINUS(COMPx, COMP_InitStruct->InputMinus)); in LL_COMP_Init()
240 assert_param(IS_LL_COMP_INPUT_HYSTERESIS(COMP_InitStruct->InputHysteresis)); in LL_COMP_Init()
241 assert_param(IS_LL_COMP_OUTPUT_POLARITY(COMP_InitStruct->OutputPolarity)); in LL_COMP_Init()
242 assert_param(IS_LL_COMP_OUTPUT_BLANKING_SOURCE(COMPx, COMP_InitStruct->OutputBlankingSource)); in LL_COMP_Init()
267 COMP_InitStruct->PowerMode in LL_COMP_Init()
268 | COMP_InitStruct->InputPlus in LL_COMP_Init()
269 | COMP_InitStruct->InputMinus in LL_COMP_Init()
[all …]
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_ll_comp.h858 ErrorStatus LL_COMP_Init(COMP_TypeDef *COMPx, LL_COMP_InitTypeDef *COMP_InitStruct);
859 void LL_COMP_StructInit(LL_COMP_InitTypeDef *COMP_InitStruct);