/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_hal_comp.c | 262 assert_param(IS_COMP_WINDOWMODE(hcomp->Instance, hcomp->Init.WindowMode)); in HAL_COMP_Init() 263 if (hcomp->Init.WindowMode != COMP_WINDOWMODE_DISABLE) in HAL_COMP_Init() 342 if (hcomp->Init.WindowMode == COMP_WINDOWMODE_COMP1_INPUT_PLUS_COMMON) in HAL_COMP_Init() 347 else if (hcomp->Init.WindowMode == COMP_WINDOWMODE_COMP2_INPUT_PLUS_COMMON) in HAL_COMP_Init() 385 if (hcomp->Init.WindowMode == COMP_WINDOWMODE_COMP1_INPUT_PLUS_COMMON) in HAL_COMP_Init() 390 else if (hcomp->Init.WindowMode == COMP_WINDOWMODE_COMP2_INPUT_PLUS_COMMON) in HAL_COMP_Init()
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_ll_comp.h | 347 …IC_INLINE void LL_COMP_SetCommonWindowMode(COMP_Common_TypeDef *COMPxy_COMMON, uint32_t WindowMode) in LL_COMP_SetCommonWindowMode() argument 352 … (WindowMode & LL_COMP_WINDOWMODE_COMPX_REGOFFSET_MASK)); in LL_COMP_SetCommonWindowMode() 356 … (~(WindowMode & LL_COMP_WINDOWMODE_COMPX_REGOFFSET_MASK) in LL_COMP_SetCommonWindowMode() 365 (WindowMode & LL_COMP_WINDOWMODE_COMPX_SETTING_MASK) in LL_COMP_SetCommonWindowMode()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_ll_comp.h | 358 …IC_INLINE void LL_COMP_SetCommonWindowMode(COMP_Common_TypeDef *COMPxy_COMMON, uint32_t WindowMode) in LL_COMP_SetCommonWindowMode() argument 364 … (WindowMode & LL_COMP_WINDOWMODE_COMPX_REGOFFSET_MASK)); in LL_COMP_SetCommonWindowMode() 368 … (~(WindowMode & LL_COMP_WINDOWMODE_COMPX_REGOFFSET_MASK) & 0x1UL) in LL_COMP_SetCommonWindowMode() 373 MODIFY_REG(*preg, COMP_CSR_WINMODE, (WindowMode & LL_COMP_WINDOWMODE_COMPX_SETTING_MASK)); in LL_COMP_SetCommonWindowMode()
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
D | stm32u0xx_ll_comp.h | 355 …IC_INLINE void LL_COMP_SetCommonWindowMode(COMP_Common_TypeDef *COMPxy_COMMON, uint32_t WindowMode) in LL_COMP_SetCommonWindowMode() argument 360 … (WindowMode & LL_COMP_WINDOWMODE_COMPX_REGOFFSET_MASK)); in LL_COMP_SetCommonWindowMode() 364 … (~(WindowMode & LL_COMP_WINDOWMODE_COMPX_REGOFFSET_MASK) & 0x1UL)); in LL_COMP_SetCommonWindowMode() 372 (WindowMode & LL_COMP_WINDOWMODE_COMPX_SETTING_MASK) in LL_COMP_SetCommonWindowMode()
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/ |
D | stm32l1xx_hal_comp.c | 298 assert_param(IS_COMP_WINDOWMODE(hcomp->Init.WindowMode)); in HAL_COMP_Init() 304 if ((hcomp->Init.WindowMode == COMP_WINDOWMODE_DISABLE) || in HAL_COMP_Init() 364 hcomp->Init.WindowMode | in HAL_COMP_Init() 375 hcomp->Init.WindowMode | in HAL_COMP_Init()
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/ |
D | stm32u0xx_hal_comp.c | 260 assert_param(IS_COMP_WINDOWMODE(hcomp->Instance, hcomp->Init.WindowMode)); in HAL_COMP_Init() 263 if (hcomp->Init.WindowMode != COMP_WINDOWMODE_DISABLE) in HAL_COMP_Init() 329 if (hcomp->Init.WindowMode == COMP_WINDOWMODE_COMP1_INPUT_PLUS_COMMON) in HAL_COMP_Init() 334 else if (hcomp->Init.WindowMode == COMP_WINDOWMODE_COMP2_INPUT_PLUS_COMMON) in HAL_COMP_Init()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_comp.c | 263 assert_param(IS_COMP_WINDOWMODE(hcomp->Instance, hcomp->Init.WindowMode)); in HAL_COMP_Init() 265 if (hcomp->Init.WindowMode != COMP_WINDOWMODE_DISABLE) in HAL_COMP_Init() 329 if (hcomp->Init.WindowMode == COMP_WINDOWMODE_COMP1_INPUT_PLUS_COMMON) in HAL_COMP_Init() 334 else if (hcomp->Init.WindowMode == COMP_WINDOWMODE_COMP2_INPUT_PLUS_COMMON) in HAL_COMP_Init()
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/ |
D | stm32wbaxx_hal_comp.c | 258 assert_param(IS_COMP_WINDOWMODE(hcomp->Instance, hcomp->Init.WindowMode)); in HAL_COMP_Init() 259 if (hcomp->Init.WindowMode != COMP_WINDOWMODE_DISABLE) in HAL_COMP_Init() 323 if (hcomp->Init.WindowMode == COMP_WINDOWMODE_COMP1_INPUT_PLUS_COMMON) in HAL_COMP_Init() 328 else if (hcomp->Init.WindowMode == COMP_WINDOWMODE_COMP2_INPUT_PLUS_COMMON) in HAL_COMP_Init()
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_ll_comp.h | 371 …IC_INLINE void LL_COMP_SetCommonWindowMode(COMP_Common_TypeDef *COMPxy_COMMON, uint32_t WindowMode) in LL_COMP_SetCommonWindowMode() argument 373 uint32_t window_mode_tmp = WindowMode; in LL_COMP_SetCommonWindowMode() 383 if (WindowMode == LL_COMP_WINDOWMODE_COMP2_INPUT_PLUS_COMMON) in LL_COMP_SetCommonWindowMode()
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/ |
D | stm32f3xx_ll_comp.h | 717 …IC_INLINE void LL_COMP_SetCommonWindowMode(COMP_Common_TypeDef *COMPxy_COMMON, uint32_t WindowMode) in LL_COMP_SetCommonWindowMode() argument 720 MODIFY_REG(COMPxy_COMMON->CSR, COMP_CSR_COMPxWNDWEN, WindowMode); in LL_COMP_SetCommonWindowMode() 1757 …IC_INLINE void LL_COMP_SetCommonWindowMode(COMP_Common_TypeDef *COMPxy_COMMON, uint32_t WindowMode) in LL_COMP_SetCommonWindowMode() argument 1759 MODIFY_REG(COMPxy_COMMON->CSR, COMP_CSR_WNDWEN, WindowMode); in LL_COMP_SetCommonWindowMode()
|
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/ |
D | stm32l0xx_ll_comp.h | 277 …IC_INLINE void LL_COMP_SetCommonWindowMode(COMP_Common_TypeDef *COMPxy_COMMON, uint32_t WindowMode) in LL_COMP_SetCommonWindowMode() argument 279 MODIFY_REG(COMPxy_COMMON->CSR, COMP_CSR_COMP1WM, WindowMode); in LL_COMP_SetCommonWindowMode()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_ll_comp.h | 310 …IC_INLINE void LL_COMP_SetCommonWindowMode(COMP_Common_TypeDef *COMPxy_COMMON, uint32_t WindowMode) in LL_COMP_SetCommonWindowMode() argument 314 MODIFY_REG(COMPxy_COMMON->CSR, COMP_CSR_WINMODE, WindowMode); in LL_COMP_SetCommonWindowMode()
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/ |
D | stm32wlxx_ll_comp.h | 304 …IC_INLINE void LL_COMP_SetCommonWindowMode(COMP_Common_TypeDef *COMPxy_COMMON, uint32_t WindowMode) in LL_COMP_SetCommonWindowMode() argument 308 MODIFY_REG(COMPxy_COMMON->CSR, COMP_CSR_WINMODE, WindowMode); in LL_COMP_SetCommonWindowMode()
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/ |
D | stm32wbxx_ll_comp.h | 318 …IC_INLINE void LL_COMP_SetCommonWindowMode(COMP_Common_TypeDef *COMPxy_COMMON, uint32_t WindowMode) in LL_COMP_SetCommonWindowMode() argument 322 MODIFY_REG(COMPxy_COMMON->CSR, COMP_CSR_WINMODE, WindowMode); in LL_COMP_SetCommonWindowMode()
|
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/ |
D | stm32f0xx_ll_comp.h | 344 …IC_INLINE void LL_COMP_SetCommonWindowMode(COMP_Common_TypeDef *COMPxy_COMMON, uint32_t WindowMode) in LL_COMP_SetCommonWindowMode() argument 346 MODIFY_REG(COMPxy_COMMON->CSR, COMP_CSR_WNDWEN, WindowMode); in LL_COMP_SetCommonWindowMode()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_ll_comp.h | 361 …IC_INLINE void LL_COMP_SetCommonWindowMode(COMP_Common_TypeDef *COMPxy_COMMON, uint32_t WindowMode) in LL_COMP_SetCommonWindowMode() argument 365 MODIFY_REG(COMPxy_COMMON->CSR, COMP_CSR_WINMODE, WindowMode); in LL_COMP_SetCommonWindowMode()
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/ |
D | stm32l1xx_ll_comp.h | 343 …IC_INLINE void LL_COMP_SetCommonWindowMode(COMP_Common_TypeDef *COMPxy_COMMON, uint32_t WindowMode) in LL_COMP_SetCommonWindowMode() argument 345 MODIFY_REG(COMPxy_COMMON->CSR, COMP_CSR_WNDWE, WindowMode); in LL_COMP_SetCommonWindowMode()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_ll_comp.h | 327 …IC_INLINE void LL_COMP_SetCommonWindowMode(COMP_Common_TypeDef *COMPxy_COMMON, uint32_t WindowMode) in LL_COMP_SetCommonWindowMode() argument 331 MODIFY_REG(COMPxy_COMMON->CFGR, COMP_CFGRx_WINMODE, WindowMode); in LL_COMP_SetCommonWindowMode()
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/ |
D | stm32wbxx_hal_comp.c | 260 assert_param(IS_COMP_WINDOWMODE(hcomp->Init.WindowMode)); in HAL_COMP_Init() 331 if (hcomp->Init.WindowMode == COMP_WINDOWMODE_COMP1_INPUT_PLUS_COMMON) in HAL_COMP_Init()
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/ |
D | stm32wlxx_hal_comp.c | 258 assert_param(IS_COMP_WINDOWMODE(hcomp->Init.WindowMode)); in HAL_COMP_Init() 317 if(hcomp->Init.WindowMode == COMP_WINDOWMODE_COMP1_INPUT_PLUS_COMMON) in HAL_COMP_Init()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_hal_comp.c | 258 assert_param(IS_COMP_WINDOWMODE(hcomp->Init.WindowMode)); in HAL_COMP_Init() 318 if (hcomp->Init.WindowMode == COMP_WINDOWMODE_COMP1_INPUT_PLUS_COMMON) in HAL_COMP_Init()
|
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/ |
D | stm32l0xx_hal_comp.c | 291 assert_param(IS_COMP_WINDOWMODE(hcomp->Init.WindowMode)); in HAL_COMP_Init() 441 if(hcomp->Init.WindowMode == COMP_WINDOWMODE_COMP1_INPUT_PLUS_COMMON) in HAL_COMP_Init()
|
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/ |
D | stm32f0xx_hal_comp.c | 300 if(hcomp->Init.WindowMode != COMP_WINDOWMODE_DISABLE) in HAL_COMP_Init() 354 if(hcomp->Init.WindowMode != COMP_WINDOWMODE_DISABLE) in HAL_COMP_Init()
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/ |
D | stm32f3xx_hal_comp.c | 379 if (hcomp->Init.WindowMode != COMP_WINDOWMODE_DISABLE) in HAL_COMP_Init() 382 assert_param(IS_COMP_WINDOWMODE(hcomp->Init.WindowMode)); in HAL_COMP_Init()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_hal_comp.c | 289 assert_param(IS_COMP_WINDOWMODE(hcomp->Init.WindowMode)); in HAL_COMP_Init() 374 if (hcomp->Init.WindowMode == COMP_WINDOWMODE_COMP1_INPUT_PLUS_COMMON) in HAL_COMP_Init()
|