pub struct W(_);
Expand description
Register INT_RAW
writer
Implementations
sourceimpl W
impl W
sourcepub fn app_ctrl0_int_raw(&mut self) -> APP_CTRL0_INT_RAW_W<'_, 7>
pub fn app_ctrl0_int_raw(&mut self) -> APP_CTRL0_INT_RAW_W<'_, 7>
Bit 7 - This is the interrupt raw bit. Triggered when set UHCI_APP_CTRL0_IN_SET.
sourcepub fn app_ctrl1_int_raw(&mut self) -> APP_CTRL1_INT_RAW_W<'_, 8>
pub fn app_ctrl1_int_raw(&mut self) -> APP_CTRL1_INT_RAW_W<'_, 8>
Bit 8 - This is the interrupt raw bit. Triggered when set UHCI_APP_CTRL1_IN_SET.
Methods from Deref<Target = W<INT_RAW_SPEC>>
Trait Implementations
sourceimpl From<W<INT_RAW_SPEC>> for W
impl From<W<INT_RAW_SPEC>> for W
sourcefn from(writer: W<INT_RAW_SPEC>) -> Self
fn from(writer: W<INT_RAW_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more