[STM32L0] 为什么显示库文件中的结构体没有定义

2019-03-23 17:58发布

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
此帖出自小平头技术问答
友情提示: 此问题已得到解决,问题已经关闭,关闭后问题禁止继续编辑,回答。