pub type EPTYPE_W<'a, const O: u8> = FieldWriterSafe<'a, u32, DIEP1_CTL_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.