Struct daisy::pac::axi::targ2_fn_mod_iss_bm::W
pub struct W(/* private fields */);
Expand description
Register TARG2_FN_MOD_ISS_BM
writer
Implementations§
§impl W
impl W
pub fn read_iss_override(
&mut self
) -> BitWriterRaw<'_, u32, TARG2_FN_MOD_ISS_BM_SPEC, bool, BitM, 0>
pub fn read_iss_override( &mut self ) -> BitWriterRaw<'_, u32, TARG2_FN_MOD_ISS_BM_SPEC, bool, BitM, 0>
Bit 0 - READ_ISS_OVERRIDE
pub fn write_iss_override(
&mut self
) -> BitWriterRaw<'_, u32, TARG2_FN_MOD_ISS_BM_SPEC, bool, BitM, 1>
pub fn write_iss_override( &mut self ) -> BitWriterRaw<'_, u32, TARG2_FN_MOD_ISS_BM_SPEC, bool, BitM, 1>
Bit 1 - Switch matrix write issuing override for target
Methods from Deref<Target = W<TARG2_FN_MOD_ISS_BM_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<TARG2_FN_MOD_ISS_BM_SPEC>> for W
impl From<W<TARG2_FN_MOD_ISS_BM_SPEC>> for W
§fn from(writer: W<TARG2_FN_MOD_ISS_BM_SPEC>) -> W
fn from(writer: W<TARG2_FN_MOD_ISS_BM_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