Struct daisy::pac::ethernet_mtl::mtlqicsr::W
pub struct W(/* private fields */);
Expand description
Register MTLQICSR
writer
Implementations§
§impl W
impl W
pub fn txunfis(&mut self) -> BitWriterRaw<'_, u32, MTLQICSR_SPEC, bool, BitM, 0>
pub fn txunfis(&mut self) -> BitWriterRaw<'_, u32, MTLQICSR_SPEC, bool, BitM, 0>
Bit 0 - Transmit Queue Underflow Interrupt Status
pub fn txuie(&mut self) -> BitWriterRaw<'_, u32, MTLQICSR_SPEC, bool, BitM, 8>
pub fn txuie(&mut self) -> BitWriterRaw<'_, u32, MTLQICSR_SPEC, bool, BitM, 8>
Bit 8 - Transmit Queue Underflow Interrupt Enable
pub fn rxovfis(
&mut self
) -> BitWriterRaw<'_, u32, MTLQICSR_SPEC, bool, BitM, 16>
pub fn rxovfis( &mut self ) -> BitWriterRaw<'_, u32, MTLQICSR_SPEC, bool, BitM, 16>
Bit 16 - Receive Queue Overflow Interrupt Status
pub fn rxoie(&mut self) -> BitWriterRaw<'_, u32, MTLQICSR_SPEC, bool, BitM, 24>
pub fn rxoie(&mut self) -> BitWriterRaw<'_, u32, MTLQICSR_SPEC, bool, BitM, 24>
Bit 24 - Receive Queue Overflow Interrupt Enable
Methods from Deref<Target = W<MTLQICSR_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<MTLQICSR_SPEC>> for W
impl From<W<MTLQICSR_SPEC>> for W
§fn from(writer: W<MTLQICSR_SPEC>) -> W
fn from(writer: W<MTLQICSR_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