Home
last modified time | relevance | path

Searched refs:LL_COMP_WINDOWMODE_COMPX_SETTING_MASK (Results 1 – 4 of 4) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_ll_comp.h59 #define LL_COMP_WINDOWMODE_COMPX_SETTING_MASK (COMP_CSR_WINMODE) macro
365 (WindowMode & LL_COMP_WINDOWMODE_COMPX_SETTING_MASK) in LL_COMP_SetCommonWindowMode()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_comp.h59 #define LL_COMP_WINDOWMODE_COMPX_SETTING_MASK (COMP_CSR_WINMODE) macro
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/
Dstm32u0xx_ll_comp.h59 #define LL_COMP_WINDOWMODE_COMPX_SETTING_MASK (COMP_CSR_WINMODE) macro
372 (WindowMode & LL_COMP_WINDOWMODE_COMPX_SETTING_MASK) in LL_COMP_SetCommonWindowMode()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_ll_comp.h59 #define LL_COMP_WINDOWMODE_COMPX_SETTING_MASK (COMP_CSR_WINMODE) macro
403 (window_mode_tmp & LL_COMP_WINDOWMODE_COMPX_SETTING_MASK) in LL_COMP_SetCommonWindowMode()