Type Alias READY_W

Source
pub type READY_W<'a, const O: u8> = BitWriter1C<'a, u32, EVENTCAUSE_SPEC, READY_A, O>;
Expand description

Field READY writer - USB device is ready for normal operation. Write ‘1’ to clear.

Aliased Type§

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

Implementations§

Source§

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

Source

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

USBEVENT was not issued due to USBD peripheral ready

Source

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

USBD peripheral is ready