Interrupt to avoid polling USBUART_IsConfigurationChanged()?

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
euggersh
Level 5
Level 5
5 sign-ins First solution authored 50 replies posted

I'm using a USBUART component in my project and I'm wondering if there's an interrupt I can get a callback from that can tell me the configuration changed.  Or do I really have to continuously poll USBUART_IsConfigurationChanged()?

0 Likes
1 Solution
euggersh
Level 5
Level 5
5 sign-ins First solution authored 50 replies posted

Figured it out.  USBUART_EP_0_ISR_ExitCallback().

View solution in original post

2 Replies