This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CSL相关问题!



CSL_GPIO_bankInterruptDisable(hGpio, GPIOBANKNUM);

CSL_GPIO_clearFallingEdgeDetect(hGpio, pinNum);
CSL_GPIO_clearRisingEdgeDetect (hGpio, pinNum);

等相关CSL库函数,在那个文件申明,在那个文件定义。谢谢大侠。

csl_gpioGetBaseAddress.c里面只有CSL_GPIO_open (); 这个函数。谢谢大侠指教。