Instruction manual

Renesas USB MCU and USB ASSP USB Basic Host and Peripheral firmware
R01AN0512EJ0210 Rev.2.10 Page 90 of 157
Apr 1, 2013
R_usb_hstd_HcdClose
End HCD Task
Format
USB_ER_t R_usb_hstd_HcdClose (void)
Argument
Return Value
[non-OS]
USB_E_OK Success
[RTOS]
Error code. Please refer to RI600/4 User's manual for RX family Real-time OS.
Description
[non-OS]
No processing.
Return value is always USB_E_OK at any time.
[RTOS]
Ending HCD task.
Note
1. Call this function from the user application or class driver (HDCD).
2. Please do not call this function after ending HCD task.
Example
void usb_smp_task()
{
USB_UTR_t *ptr;
R_usb_hstd_HcdClose(ptr);
}