pub type ENDPOINT_TYPE_W<'a, REG> = FieldWriterSafe<'a, REG, 2, ENDPOINT_TYPE_A>;
Expand description

Field ENDPOINT_TYPE writer -

Aliased Type§

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

Implementations§

source§

impl<'a, REG> ENDPOINT_TYPE_W<'a, REG>
where REG: Writable + RegisterSpec, REG::Ux: From<u8>,

source

pub fn control(self) -> &'a mut W<REG>

0

source

pub fn isochronous(self) -> &'a mut W<REG>

1

source

pub fn bulk(self) -> &'a mut W<REG>

10

source

pub fn interrupt(self) -> &'a mut W<REG>

11