Searched refs:endp_pid (Results 1 – 5 of 5) sorted by relevance
| /bsp/wch/risc-v/Libraries/CH32V10x_StdPeriph_Driver/StdPeriph_Driver/src/ |
| A D | ch32v10x_usb_host.c | 235 UINT8 USBHostTransact(UINT8 endp_pid, UINT8 tog, UINT32 timeout) in AnalyzeRootHub() argument 246 R8_UH_EP_PID = endp_pid; in AnalyzeRootHub() 298 switch(endp_pid >> 4) in AnalyzeRootHub()
|
| /bsp/wch/arm/ch579m/libraries/StdPeriphDriver/inc/ |
| A D | CH57x_usbhost.h | 94 UINT8 USBHostTransact( UINT8 endp_pid, UINT8 tog, UINT32 timeout ); // endp_pid: 高4位是token_pid令牌…
|
| /bsp/wch/risc-v/Libraries/CH32V10x_StdPeriph_Driver/StdPeriph_Driver/inc/ |
| A D | ch32v10x_usb_host.h | 77 UINT8 USBHostTransact(UINT8 endp_pid, UINT8 tog, UINT32 timeout);
|
| /bsp/wch/arm/Libraries/CH32F10x_StdPeriph_Driver/StdPeriph_Driver/src/ |
| A D | ch32f10x_usb.c | 354 UINT8 USBHostTransact( UINT8 endp_pid, UINT8 tog, UINT16 timeout ) in AnalyzeRootHub() argument 364 R8_UH_EP_PID = endp_pid; in AnalyzeRootHub() 400 else switch ( endp_pid >> 4 ) { in AnalyzeRootHub()
|
| /bsp/wch/arm/Libraries/CH32F10x_StdPeriph_Driver/StdPeriph_Driver/inc/ |
| A D | ch32f10x_usb.h | 744 UINT8 USBHostTransact( UINT8 endp_pid, UINT8 tog, UINT16 timeout );
|
Completed in 19 milliseconds