nrf52840_pac::usbd::epdatastatus

Type Alias EPIN1_W

Source
pub type EPIN1_W<'a, const O: u8> = BitWriter1C<'a, u32, EPDATASTATUS_SPEC, EPIN1_A, O>;
Expand description

Field EPIN1 writer - Acknowledged data transfer on this IN endpoint. Write ‘1’ to clear.

Aliased Type§

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

Implementations§

Source§

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

Source

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

No acknowledged data transfer on this endpoint

Source

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

Acknowledged data transfer on this endpoint has occurred