Searched refs:inBufferSize (Results 1 – 2 of 2) sorted by relevance
378 uint32_t inBufferSize; /**< The size of the EP IN buffer */ member
1321 if (length > ep->inBufferSize) in XMC_USBD_EndpointWrite()1323 length = ep->inBufferSize; in XMC_USBD_EndpointWrite()1453 ep->inBufferSize = XMC_USBD_EP_IN_BUFFERSIZE[ep->address_u.address_st.number]; in XMC_USBD_EndpointConfigure()