nrf52840_pac::usbd::epstall

Type Alias STALL_W

Source
pub type STALL_W<'a, const O: u8> = BitWriter<'a, u32, EPSTALL_SPEC, STALL_AW, O>;
Expand description

Field STALL writer - Stall selected endpoint

Aliased Type§

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

Implementations§

Source§

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

Source

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

Don’t stall selected endpoint

Source

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

Stall selected endpoint