nrf52840_pac::usbd::epouten

Type Alias OUT3_W

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

Field OUT3 writer - Enable OUT endpoint 3

Aliased Type§

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

Implementations§

Source§

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

Source

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

Disable endpoint OUT 3 (no response to OUT tokens)

Source

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

Enable endpoint OUT 3 (response to OUT tokens)