Home
last modified time | relevance | path

Searched refs:WindowOutput (Results 1 – 12 of 12) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_ll_comp.h406 …NLINE void LL_COMP_SetCommonWindowOutput(COMP_Common_TypeDef *COMPxy_COMMON, uint32_t WindowOutput) in LL_COMP_SetCommonWindowOutput() argument
409 … (WindowOutput & LL_COMP_WINDOWMODE_COMPX_REGOFFSET_MASK)); in LL_COMP_SetCommonWindowOutput()
414 … (~(WindowOutput & LL_COMP_WINDOWMODE_COMPX_REGOFFSET_MASK) in LL_COMP_SetCommonWindowOutput()
418 …((WindowOutput & LL_COMP_WINDOWOUTPUT_BOTH_SETTING_MASK) >> LL_COMP_WINDOWOUTPUT_BOTH_POS_VS_WINDO… in LL_COMP_SetCommonWindowOutput()
424 (WindowOutput & LL_COMP_WINDOWOUTPUT_COMPX_SETTING_MASK) in LL_COMP_SetCommonWindowOutput()
Dstm32wbaxx_hal_comp.h57 uint32_t WindowOutput; /*!< Set window mode output. member
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_comp.h419 …NLINE void LL_COMP_SetCommonWindowOutput(COMP_Common_TypeDef *COMPxy_COMMON, uint32_t WindowOutput) in LL_COMP_SetCommonWindowOutput() argument
422 … (WindowOutput & LL_COMP_WINDOWMODE_COMPX_REGOFFSET_MASK)); in LL_COMP_SetCommonWindowOutput()
427 … (~(WindowOutput & LL_COMP_WINDOWMODE_COMPX_REGOFFSET_MASK) & 0x1UL) in LL_COMP_SetCommonWindowOutput()
431 …((WindowOutput & LL_COMP_WINDOWOUTPUT_BOTH_SETTING_MASK) >> LL_COMP_WINDOWOUTPUT_BOTH_POS_VS_WINDO… in LL_COMP_SetCommonWindowOutput()
437 (WindowOutput & LL_COMP_WINDOWOUTPUT_COMPX_SETTING_MASK) in LL_COMP_SetCommonWindowOutput()
Dstm32u5xx_hal_comp.h58 uint32_t WindowOutput; /*!< Set window mode output. member
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_ll_comp.h413 …NLINE void LL_COMP_SetCommonWindowOutput(COMP_Common_TypeDef *COMPxy_COMMON, uint32_t WindowOutput) in LL_COMP_SetCommonWindowOutput() argument
416 … (WindowOutput & LL_COMP_WINDOWMODE_COMPX_REGOFFSET_MASK)); in LL_COMP_SetCommonWindowOutput()
421 … (~(WindowOutput & LL_COMP_WINDOWMODE_COMPX_REGOFFSET_MASK) in LL_COMP_SetCommonWindowOutput()
425 …((WindowOutput & LL_COMP_WINDOWOUTPUT_BOTH_SETTING_MASK) >> LL_COMP_WINDOWOUTPUT_BOTH_POS_VS_WINDO… in LL_COMP_SetCommonWindowOutput()
431 (WindowOutput & LL_COMP_WINDOWOUTPUT_COMPX_SETTING_MASK) in LL_COMP_SetCommonWindowOutput()
Dstm32u0xx_hal_comp.h59 uint32_t WindowOutput; /*!< Set window mode output. member
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_ll_comp.h470 …NLINE void LL_COMP_SetCommonWindowOutput(COMP_Common_TypeDef *COMPxy_COMMON, uint32_t WindowOutput) in LL_COMP_SetCommonWindowOutput() argument
472 uint32_t window_output_tmp = WindowOutput; in LL_COMP_SetCommonWindowOutput()
480 if (WindowOutput == LL_COMP_WINDOWOUTPUT_COMP2) in LL_COMP_SetCommonWindowOutput()
484 else if (WindowOutput == LL_COMP_WINDOWOUTPUT_COMP3) in LL_COMP_SetCommonWindowOutput()
Dstm32g0xx_hal_comp.h58 uint32_t WindowOutput; /*!< Set window mode output. member
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_comp.c265 assert_param(IS_COMP_WINDOWOUTPUT(hcomp->Init.WindowOutput)); in HAL_COMP_Init()
362 switch (hcomp->Init.WindowOutput) in HAL_COMP_Init()
405 switch (hcomp->Init.WindowOutput) in HAL_COMP_Init()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_comp.c265 assert_param(IS_COMP_WINDOWOUTPUT(hcomp->Init.WindowOutput)); in HAL_COMP_Init()
353 switch (hcomp->Init.WindowOutput) in HAL_COMP_Init()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_comp.c267 assert_param(IS_COMP_WINDOWOUTPUT(hcomp->Init.WindowOutput)); in HAL_COMP_Init()
349 switch (hcomp->Init.WindowOutput) in HAL_COMP_Init()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_comp.c261 assert_param(IS_COMP_WINDOWOUTPUT(hcomp->Init.WindowOutput)); in HAL_COMP_Init()
343 switch (hcomp->Init.WindowOutput) in HAL_COMP_Init()