pub struct OPA0MUX_SPEC;
Expand description
Trait Implementations§
Source§impl Readable for OPA0MUX_SPEC
read()
method returns opa0mux::R reader structure
impl Readable for OPA0MUX_SPEC
read()
method returns opa0mux::R reader structure
Source§impl RegisterSpec for OPA0MUX_SPEC
impl RegisterSpec for OPA0MUX_SPEC
Source§impl Resettable for OPA0MUX_SPEC
reset()
method sets OPA0MUX to value 0x0040_0000
impl Resettable for OPA0MUX_SPEC
reset()
method sets OPA0MUX to value 0x0040_0000
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Source§impl Writable for OPA0MUX_SPEC
write(|w| ..)
method takes opa0mux::W writer structure
impl Writable for OPA0MUX_SPEC
write(|w| ..)
method takes opa0mux::W writer structure
Auto Trait Implementations§
impl Freeze for OPA0MUX_SPEC
impl RefUnwindSafe for OPA0MUX_SPEC
impl Send for OPA0MUX_SPEC
impl Sync for OPA0MUX_SPEC
impl Unpin for OPA0MUX_SPEC
impl UnwindSafe for OPA0MUX_SPEC
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