Searched refs:CompAFx (Results 1 – 1 of 1) sorted by relevance
688 __STATIC_INLINE void LL_COMP_SetOutputAlternateFunction(const COMP_TypeDef *COMPx, uint32_t CompAFx) in LL_COMP_SetOutputAlternateFunction() argument690 MODIFY_REG(COMP12->OR, 0x7FFUL, (COMPx == COMP1) ? ((~CompAFx) & 0x7FFUL) : CompAFx); in LL_COMP_SetOutputAlternateFunction()