nrf52840_pac::usbd::epouten

Type Alias OUT0_W

Source
pub type OUT0_W<'a, const O: u8> = BitWriter<'a, u32, EPOUTEN_SPEC, OUT0_A, O>;
Expand description

Field OUT0 writer - Enable OUT endpoint 0

Aliased Type§

struct OUT0_W<'a, const O: u8> { /* private fields */ }

Implementations§

Source§

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

Source

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

Disable endpoint OUT 0 (no response to OUT tokens)

Source

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

Enable endpoint OUT 0 (response to OUT tokens)