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