Question regarding interrupt handling for CDC_Receive_FS
I have a question regarding interrupt handling for CDC_Receive_FS.After receiving CDC_Receive_FS we do any process we created, but we do not want to do CDC_Receive_FS during the process.Is there an API to disable or enable CDC_Receive_FS interrupts?