Content originally posted in LPCWare by shiggy on Tue Mar 11 23:20:38 MST 2014
Hi All!
I am using the LPCXpresso.
Q1) Is there a interrupt control command?
note) I have already have information of __disable_irq() and __enable().
Q2) The followng subroutine is called when USB bulk_in interrupt happen.
Is this routine called by a kind of IRQ interrupt?
I am using the USB0(High Speed).
void EP3_BulkIn(void) {
}
If you give me any information for my question, I am very happy.
Shiggy