为什么用~GPIO_PIN_7会有这提示

2019-08-01 15:29发布

uart_echo.c(584): warning:  #69-D: integer conversion resulted in truncation
GPIOPinWrite(GPIO_PORTD_BASE,GPIO_PIN_7,~GPIO_PIN_7); //TXEN-4=0 发送
uart_echo.c: 1 warning, 0 errors

为什么用~GPIO_PIN_7会有这提示,不管那个口的第7脚。
友情提示: 此问题已得到解决,问题已经关闭,关闭后问题禁止继续编辑,回答。