#ifdef USE_IWDG_ENABLE
IWDG_Process();
#endif
在这样的函数中 IWDG_Process()选中 按F12无法跳转,提示NO information available for the selected symbol
路径全英文。IWDG_Process 单独拿出来反而能跳转。#define XXX (gpio_bit_set(XXX,XXX)) 选中gpio_bit_set按F12无法跳转到gd32e10x_gpio.c文件,单独拿出按F12能跳转
什么情况
|