stm32l0xx_ll_comp.h
__STATIC_INLINE void LL_COMP_SetCommonWindowMode(COMP_Common_TypeDef *COMPxy_COMMON, uint32_t WindowMode)
{
MODIFY_REG(COMPxy_COMMON->CSR, COMP_CSR_COMP1WM, WindowMode);
}
错误:Error[Pe020]: identifier "COMP_Common_TypeDef" is undefined
你去确认一下头文件里面确实有这个结构体类型的定义吗?