USB_DeviceIsrDisable function not generated from MCUExpresso

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

USB_DeviceIsrDisable function not generated from MCUExpresso

Jump to solution
2,128 Views
ingdb
Contributor III

Hello all,

I am generating code for a CDC VCOM (bare metal) USB interface on a RT1171 platform and it seems as if the USB_DeviceIsrDisable function is not generated. Is that a bug of the code generator or is there a technical reason?

 

Best regards

Matthias

0 Kudos
Reply
1 Solution
2,094 Views
jingpan
NXP TechSupport
NXP TechSupport

Hi @ingdb ,

Because the function below is enough to disable any IRQ.

DisableIRQ((IRQn_Type)irqNumber);

 

Regards,

Jing

View solution in original post

0 Kudos
Reply
3 Replies
2,123 Views
jingpan
NXP TechSupport
NXP TechSupport
0 Kudos
Reply
2,116 Views
ingdb
Contributor III

Hi Jing,

 

thanks for your help but I think this is a different topic. All I wanted to ask/say is why isn't there any USB_DeviceIsrDisable API function for the RT1176 generated.

 

best regards

Matthias

0 Kudos
Reply
2,095 Views
jingpan
NXP TechSupport
NXP TechSupport

Hi @ingdb ,

Because the function below is enough to disable any IRQ.

DisableIRQ((IRQn_Type)irqNumber);

 

Regards,

Jing

0 Kudos
Reply