PPP_IRQHandler(void)中ppp的英文全称是什么,能不能解释下
时间:10-02
整理:3721RD
点击:
/*void PPP_IRQHandler(void)
{
}*/
{
}*/
这里的ppp没有意义,就是代词,就跟xxx,ooo一样,ppp代表其它中断名。这段代码是被注释掉的,就是让用户自己改写需要的中断名,例如我要USART1中断,就改成USART1_IRQHandler。
/******************************************************************************/ /* STM32F10x Peripherals Interrupt Handlers */ /* Add here the Interrupt Handler for the used peripheral(s) (PPP), for the */ /* available peripheral interrupt handler's name please refer to the startup */ /* file (startup_stm32f10x_xx.s). */ /******************************************************************************/
上面的注释,意思是(ppp)这个中断名可以在启动代码中找出,比如startup_stm32f10x_md.s