Instruction manual
Renesas USB MCU and USB ASSP USB Basic Host and Peripheral firmware
R01AN0512EJ0210 Rev.2.10 Page 88 of 157
Apr 1, 2013
Example
void usb_smp_task(USB_UTR_t *ptr)
{
:
/* Change state request */
msginfo = USB_MSG_HCD_RESUME;
err = R_usb_hstd_ChangeDeviceState(ptr, (USB_CB_t)change_cb, msginfo, port);
if(err != USB_OK)
{
/* Error Processing */
}
:
}