From IRQChannel to IRCHandler
Posted on February 06, 2013 at 02:21Hello guys,when I initialize for example this Interrupt:NVIC_InitStructure.NVIC_IRQChannel = OTG_FS_IRQn; I suppose it will have OTG_FS_IRQHandler as it's handler, but where can i look this up? I already searched...