微波EDA网,见证研发工程师的成长!
首页 > 研发问答 > 嵌入式设计讨论 > MCU和单片机设计讨论 > PPP_IRQHandler(void)中ppp的英文全称是什么,能不能解释下

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

Copyright © 2017-2020 微波EDA网 版权所有

网站地图

Top