nrf52840_pac::usbd::epouten

Type Alias OUT7_W

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

Field OUT7 writer - Enable OUT endpoint 7

Aliased Type§

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

Implementations§

Source§

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

Source

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

Disable endpoint OUT 7 (no response to OUT tokens)

Source

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

Enable endpoint OUT 7 (response to OUT tokens)