佚名通过本文主要向大家介绍了stm32l0固件库,stm32l0 hal库,stm32l0标准库,stm32l0固件库下载,stm32l0等相关知识,希望对您有所帮助,也希望大家支持linkedu.com www.linkedu.com
问题: [STM32L0] 为什么显示库文件中的结构体没有定义
描述:
描述:
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