]> git.gir.st - tmk_keyboard.git/blob - tmk_core/tool/mbed/mbed-sdk/libraries/USBHost/USBHost/TARGET_RENESAS/TARGET_RZ_A1H/usb0/inc/usb0_host_api.h
Merge commit '1fe4406f374291ab2e86e95a97341fd9c475fcb8'
[tmk_keyboard.git] / tmk_core / tool / mbed / mbed-sdk / libraries / USBHost / USBHost / TARGET_RENESAS / TARGET_RZ_A1H / usb0 / inc / usb0_host_api.h
1 /*******************************************************************************
2 * DISCLAIMER
3 * This software is supplied by Renesas Electronics Corporation and is only
4 * intended for use with Renesas products. No other uses are authorized. This
5 * software is owned by Renesas Electronics Corporation and is protected under
6 * all applicable laws, including copyright laws.
7 * THIS SOFTWARE IS PROVIDED "AS IS" AND RENESAS MAKES NO WARRANTIES REGARDING
8 * THIS SOFTWARE, WHETHER EXPRESS, IMPLIED OR STATUTORY, INCLUDING BUT NOT
9 * LIMITED TO WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE
10 * AND NON-INFRINGEMENT. ALL SUCH WARRANTIES ARE EXPRESSLY DISCLAIMED.
11 * TO THE MAXIMUM EXTENT PERMITTED NOT PROHIBITED BY LAW, NEITHER RENESAS
12 * ELECTRONICS CORPORATION NOR ANY OF ITS AFFILIATED COMPANIES SHALL BE LIABLE
13 * FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES FOR
14 * ANY REASON RELATED TO THIS SOFTWARE, EVEN IF RENESAS OR ITS AFFILIATES HAVE
15 * BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
16 * Renesas reserves the right, without notice, to make changes to this software
17 * and to discontinue the availability of this software. By using this software,
18 * you agree to the additional terms and conditions found by accessing the
19 * following link:
20 * http://www.renesas.com/disclaimer
21 * Copyright (C) 2012 - 2014 Renesas Electronics Corporation. All rights reserved.
22 *******************************************************************************/
23 /*******************************************************************************
24 * File Name : usb0_host_api.h
25 * $Rev: 1116 $
26 * $Date:: 2014-07-09 16:29:19 +0900#$
27 * Description : RZ/A1H R7S72100 USB Sample Program
28 *******************************************************************************/
29 #ifndef USB0_HOST_API_H
30 #define USB0_HOST_API_H
31
32
33 /*******************************************************************************
34 Typedef definitions
35 *******************************************************************************/
36
37
38 /*******************************************************************************
39 Macro definitions
40 *******************************************************************************/
41
42
43 /*******************************************************************************
44 Variable Externs
45 *******************************************************************************/
46
47
48 /*******************************************************************************
49 Functions Prototypes
50 *******************************************************************************/
51 void usb0_host_interrupt(uint32_t int_sense);
52 void usb0_host_dma_interrupt_d0fifo(uint32_t int_sense);
53 void usb0_host_dma_interrupt_d1fifo(uint32_t int_sense);
54
55 uint16_t usb0_api_host_init(uint8_t int_level, uint16_t mode, uint16_t clockmode);
56 int32_t usb0_api_host_enumeration(uint16_t devadr);
57 int32_t usb0_api_host_detach(void);
58 int32_t usb0_api_host_data_in(uint16_t devadr, uint16_t Pipe, uint32_t Size, uint8_t *data_buf);
59 int32_t usb0_api_host_data_out(uint16_t devadr, uint16_t Pipe, uint32_t Size, uint8_t *data_buf);
60 int32_t usb0_api_host_control_transfer(uint16_t devadr, uint16_t Req, uint16_t Val, uint16_t Indx, uint16_t Len, uint8_t *Buf);
61 int32_t usb0_api_host_set_endpoint(uint16_t devadr, USB_HOST_CFG_PIPETBL_t *user_table, uint8_t *configdescriptor);
62 int32_t usb0_api_host_clear_endpoint(USB_HOST_CFG_PIPETBL_t *user_table);
63 int32_t usb0_api_host_clear_endpoint_pipe(uint16_t pipe_sel, USB_HOST_CFG_PIPETBL_t *user_table);
64 uint16_t usb0_api_host_SetEndpointTable(uint16_t devadr, USB_HOST_CFG_PIPETBL_t *user_table, uint8_t* Table);
65 int32_t usb0_api_host_data_count(uint16_t pipe, uint32_t *data_count);
66
67 int32_t usb0_api_host_GetDeviceDescriptor(uint16_t devadr, uint16_t size, uint8_t *buf);
68 int32_t usb0_api_host_GetConfigDescriptor(uint16_t devadr, uint16_t size, uint8_t *buf);
69 int32_t usb0_api_host_SetConfig(uint16_t devadr, uint16_t confignum);
70 int32_t usb0_api_host_SetInterface(uint16_t devadr, uint16_t interface_alt, uint16_t interface_index);
71 int32_t usb0_api_host_ClearStall(uint16_t devadr, uint16_t ep_dir);
72 uint16_t usb0_api_host_GetUsbDeviceState(void);
73
74 void usb0_api_host_elt_4_4(void);
75 void usb0_api_host_elt_4_5(void);
76 void usb0_api_host_elt_4_6(void);
77 void usb0_api_host_elt_4_7(void);
78 void usb0_api_host_elt_4_8(void);
79 void usb0_api_host_elt_4_9(void);
80 void usb0_api_host_elt_get_desc(void);
81
82 void usb0_host_EL_ModeInit(void);
83 void usb0_host_EL_SetUACT(void);
84 void usb0_host_EL_ClearUACT(void);
85 void usb0_host_EL_SetTESTMODE(uint16_t mode);
86 void usb0_host_EL_ClearNRDYSTS(uint16_t pipe);
87 uint16_t usb0_host_EL_GetINTSTS1(void);
88 void usb0_host_EL_UsbBusReset(void);
89 void usb0_host_EL_UsbAttach(void);
90 void usb0_host_EL_SetupStage(uint16_t Req, uint16_t Val, uint16_t Indx, uint16_t Len);
91 void usb0_host_EL_StatusStage(void);
92 void usb0_host_EL_CtrlReadStart(uint32_t Bsize, uint8_t *Table);
93 int32_t usb0_host_EL_UsbSuspend(void);
94 int32_t usb0_host_EL_UsbResume(void);
95
96 #if 0 /* prototype in devdrv_usb_host_api.h */
97 uint16_t Userdef_USB_usb0_host_d0fifo_dmaintid(void);
98 uint16_t Userdef_USB_usb0_host_d1fifo_dmaintid(void);
99 void Userdef_USB_usb0_host_attach(void);
100 void Userdef_USB_usb0_host_detach(void);
101 void Userdef_USB_usb0_host_delay_1ms(void);
102 void Userdef_USB_usb0_host_delay_xms(uint32_t msec);
103 void Userdef_USB_usb0_host_delay_10us(uint32_t usec);
104 void Userdef_USB_usb0_host_delay_500ns(void);
105 void Userdef_USB_usb0_host_start_dma(USB_HOST_DMA_t *dma, uint16_t dfacc);
106 uint32_t Userdef_USB_usb0_host_stop_dma0(void);
107 uint32_t Userdef_USB_usb0_host_stop_dma1(void);
108 #endif
109
110 #endif /* USB0_HOST_API_H */
111
112 /* End of File */
Imprint / Impressum