Searched refs:COMP_CR_INMSEL_MASK (Results 1 – 4 of 4) sorted by relevance
36 #define COMP_CR_INMSEL_MASK (BIT7|BIT6|BIT5|BIT4) macro
147 ((hcomp->Init.InMSel << COMP_CR_INMSEL_POS)& COMP_CR_INMSEL_MASK) | \ in HAL_COMP_Init()
152 ((hcomp->Init.InMSel << COMP_CR_INMSEL_POS)& COMP_CR_INMSEL_MASK) | \ in HAL_COMP_Init()
Completed in 84 milliseconds