Pic USB buffer routines. More...
Go to the source code of this file.
Defines | |
#define | __pic_ubs_buffer_mgt_h |
Variables | |
buffer_descriptor | bd0in |
buffer_descriptor | bd0out_e |
buffer_descriptor | bd0out_o |
buffer_descriptor | bd1in |
buffer_descriptor | bd1out |
buffer_descriptor | bd2in |
buffer_descriptor | bd2out |
buffer_descriptor | bd3in |
buffer_descriptor | bd3out |
buffer_descriptor | bd4in |
buffer_descriptor | bd4out |
buffer_descriptor | bd5in |
buffer_descriptor | bd5out |
buffer_descriptor | bd6in |
buffer_descriptor | bd6out |
buffer_descriptor | bd7in |
buffer_descriptor | bd7out |
uns8 | buffer_0_in [USB_EP0_IN_SIZE] |
uns8 | buffer_0_out_e [USB_EP0_OUT_E_SIZE] |
uns8 | buffer_0_out_o [USB_EP0_OUT_O_SIZE] |
buffer_descriptor * | ep_in_bd_location [USB_HIGHEST_EP+1] |
uns8 * | ep_in_buffer_location [USB_HIGHEST_EP+1] |
uns16 | ep_in_buffer_size [USB_HIGHEST_EP+1] |
buffer_descriptor * | ep_out_bd_location [USB_HIGHEST_EP+1] |
uns8 * | ep_out_buffer_location [USB_HIGHEST_EP+1] |
uns16 | ep_out_buffer_size [USB_HIGHEST_EP+1] |
Buffer data structures for USB transfers
#define __pic_ubs_buffer_mgt_h |
uns8 buffer_0_in[USB_EP0_IN_SIZE] |
uns8 buffer_0_out_e[USB_EP0_OUT_E_SIZE] |
uns8 buffer_0_out_o[USB_EP0_OUT_O_SIZE] |
buffer_descriptor* ep_in_bd_location[USB_HIGHEST_EP+1] |
uns8* ep_in_buffer_location[USB_HIGHEST_EP+1] |
uns16 ep_in_buffer_size[USB_HIGHEST_EP+1] |
buffer_descriptor* ep_out_bd_location[USB_HIGHEST_EP+1] |
uns8* ep_out_buffer_location[USB_HIGHEST_EP+1] |
uns16 ep_out_buffer_size[USB_HIGHEST_EP+1] |