4.4.14.3.51 USB_EndpointOutBufferSet()

static ALWAYS_INLINE void USB_EndpointOutBufferSet (uint8_t endpointAddress, uint8_t * bufAddress)[static]

Sets endpoint buffer OUT.

Parameters:
endpointAddress

- Address of the endpoint

bufAddress

- Address pointer to buffer

Returns:

None.

MISRA C:2012 Deviation Advisory: misra-c2012- 11.4  

Justification: A conversion should not be performed between a pointer to object and an integer type. The EP.OUT.DATAPTR register is a 16-bit register, expecting an AVR DU specific 16-bit RAM address.