pub type EPTYPE_W<'a, const O: u8> = FieldWriterSafe<'a, u32, HC0_CHAR_SPEC, u8, EPTYPE_A, 2, O>;
Expand description

Field EPTYPE writer - Endpoint Type

Implementations§

source§

impl<'a, const O: u8> EPTYPE_W<'a, O>

source

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

Control endpoint.

source

pub fn iso(self) -> &'a mut W

Isochronous endpoint.

source

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

Bulk endpoint.

source

pub fn int(self) -> &'a mut W

Interrupt endpoint.