Struct daisy::pac::otg1_hs_host::hcintmsk4::W
pub struct W(/* private fields */);
Expand description
Register HCINTMSK4
writer
Implementations§
§impl W
impl W
pub fn xfrcm(&mut self) -> BitWriterRaw<'_, u32, HCINTMSK4_SPEC, bool, BitM, 0>
pub fn xfrcm(&mut self) -> BitWriterRaw<'_, u32, HCINTMSK4_SPEC, bool, BitM, 0>
Bit 0 - Transfer completed mask
pub fn chhm(&mut self) -> BitWriterRaw<'_, u32, HCINTMSK4_SPEC, bool, BitM, 1>
pub fn chhm(&mut self) -> BitWriterRaw<'_, u32, HCINTMSK4_SPEC, bool, BitM, 1>
Bit 1 - Channel halted mask
pub fn ahberr(&mut self) -> BitWriterRaw<'_, u32, HCINTMSK4_SPEC, bool, BitM, 2>
pub fn ahberr(&mut self) -> BitWriterRaw<'_, u32, HCINTMSK4_SPEC, bool, BitM, 2>
Bit 2 - AHB error
pub fn stallm(&mut self) -> BitWriterRaw<'_, u32, HCINTMSK4_SPEC, bool, BitM, 3>
pub fn stallm(&mut self) -> BitWriterRaw<'_, u32, HCINTMSK4_SPEC, bool, BitM, 3>
Bit 3 - STALL response received interrupt mask
pub fn nakm(&mut self) -> BitWriterRaw<'_, u32, HCINTMSK4_SPEC, bool, BitM, 4>
pub fn nakm(&mut self) -> BitWriterRaw<'_, u32, HCINTMSK4_SPEC, bool, BitM, 4>
Bit 4 - NAK response received interrupt mask
pub fn ackm(&mut self) -> BitWriterRaw<'_, u32, HCINTMSK4_SPEC, bool, BitM, 5>
pub fn ackm(&mut self) -> BitWriterRaw<'_, u32, HCINTMSK4_SPEC, bool, BitM, 5>
Bit 5 - ACK response received/transmitted interrupt mask
pub fn nyet(&mut self) -> BitWriterRaw<'_, u32, HCINTMSK4_SPEC, bool, BitM, 6>
pub fn nyet(&mut self) -> BitWriterRaw<'_, u32, HCINTMSK4_SPEC, bool, BitM, 6>
Bit 6 - response received interrupt mask
pub fn txerrm(&mut self) -> BitWriterRaw<'_, u32, HCINTMSK4_SPEC, bool, BitM, 7>
pub fn txerrm(&mut self) -> BitWriterRaw<'_, u32, HCINTMSK4_SPEC, bool, BitM, 7>
Bit 7 - Transaction error mask
pub fn bberrm(&mut self) -> BitWriterRaw<'_, u32, HCINTMSK4_SPEC, bool, BitM, 8>
pub fn bberrm(&mut self) -> BitWriterRaw<'_, u32, HCINTMSK4_SPEC, bool, BitM, 8>
Bit 8 - Babble error mask
pub fn frmorm(&mut self) -> BitWriterRaw<'_, u32, HCINTMSK4_SPEC, bool, BitM, 9>
pub fn frmorm(&mut self) -> BitWriterRaw<'_, u32, HCINTMSK4_SPEC, bool, BitM, 9>
Bit 9 - Frame overrun mask
pub fn dterrm(
&mut self
) -> BitWriterRaw<'_, u32, HCINTMSK4_SPEC, bool, BitM, 10>
pub fn dterrm( &mut self ) -> BitWriterRaw<'_, u32, HCINTMSK4_SPEC, bool, BitM, 10>
Bit 10 - Data toggle error mask
Methods from Deref<Target = W<HCINTMSK4_SPEC>>§
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
Writes raw bits to the register.
Trait Implementations§
§impl From<W<HCINTMSK4_SPEC>> for W
impl From<W<HCINTMSK4_SPEC>> for W
§fn from(writer: W<HCINTMSK4_SPEC>) -> W
fn from(writer: W<HCINTMSK4_SPEC>) -> W
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more