Instruction manual

Renesas USB MCU and USB ASSP USB Basic Host and Peripheral firmware
R01AN0512EJ0210 Rev.2.10 Page 102 of 157
Apr 1, 2013
R_usb_hstd_MgrClose
End MGR Task
Format
USB_ER_t R_usb_hstd_MgrClose(void)
Argument
*ptr Pointer to USB transfer structure
Return Value
Description
[non-OS]
No processing.
Return value is always USB_E_OK.
[RTOS]
Ending MGR task.
Note
1. Please call this function from the user application or class driver .
2. Please do not call this function after ending MGR task.
Example
void usb_smp_task()
{
R_usb_hstd_MgrClose();
}