Type Alias nrf52840_pac::usbd::epinen::IN3_W

source ·
pub type IN3_W<'a, const O: u8> = BitWriter<'a, u32, EPINEN_SPEC, IN3_A, O>;
Expand description

Field IN3 writer - Enable IN endpoint 3

Aliased Type§

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

Implementations§

source§

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

source

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

Disable endpoint IN 3 (no response to IN tokens)

source

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

Enable endpoint IN 3 (response to IN tokens)