C
void USBCB_SOF_Handler();
Description
This callback is called when a SOF packet is received by the host. (optional)
The USB host sends out a SOF packet to full-speed devices every 1 ms. This interrupt may be useful for isochronous pipes. End designers should implement callback routine as necessary.
Preconditions
None
Remarks
None
MCHPFSUSB Device Library > Stack > Public API Members > Functions and Macros > USBCB_SOF_Handler Function