pub type ENDPOINT_W<'a, REG> = FieldWriter<'a, REG, 4>;
Expand description

Field ENDPOINT writer - Device endpoint to send data to. Only valid for HOST mode.

Aliased Type§

struct ENDPOINT_W<'a, REG> { /* private fields */ }