nrf52840_pac::usbd::epouten

Type Alias OUT4_W

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

Field OUT4 writer - Enable OUT endpoint 4

Aliased Type§

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

Implementations§

Source§

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

Source

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

Disable endpoint OUT 4 (no response to OUT tokens)

Source

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

Enable endpoint OUT 4 (response to OUT tokens)