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