Searched refs:MAX_PACKET_SIZE (Results 1 – 5 of 5) sorted by relevance
21 __align(4) UINT8 usb_rx_buf[MAX_PACKET_SIZE]; // IN, must even address22 __align(4) UINT8 usb_tx_buf[MAX_PACKET_SIZE]; // OUT, must even address
23 __attribute__((aligned(4))) int8_t usb_rx_buf[ MAX_PACKET_SIZE ];24 __attribute__((aligned(4))) int8_t usb_tx_buf[ MAX_PACKET_SIZE ];
508 #ifndef MAX_PACKET_SIZE509 #define MAX_PACKET_SIZE 64 /* maximum packet size */ macro
501 #ifndef MAX_PACKET_SIZE502 #define MAX_PACKET_SIZE 64 /* maximum packet size */ macro
1793 #ifndef MAX_PACKET_SIZE1794 #define MAX_PACKET_SIZE 64 /* maximum packet size */ macro
Completed in 24 milliseconds