Struct efm32lg995_pac::burtc::ret17_reg::RET17_REG_SPEC
source · [−]pub struct RET17_REG_SPEC;
Expand description
Trait Implementations
sourceimpl Readable for RET17_REG_SPEC
impl Readable for RET17_REG_SPEC
read()
method returns ret17_reg::R reader structure
sourceimpl RegisterSpec for RET17_REG_SPEC
impl RegisterSpec for RET17_REG_SPEC
sourceimpl Resettable for RET17_REG_SPEC
impl Resettable for RET17_REG_SPEC
reset()
method sets RET17_REG to value 0
sourcefn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
sourceimpl Writable for RET17_REG_SPEC
impl Writable for RET17_REG_SPEC
write(|w| ..)
method takes ret17_reg::W writer structure
Auto Trait Implementations
impl RefUnwindSafe for RET17_REG_SPEC
impl Send for RET17_REG_SPEC
impl Sync for RET17_REG_SPEC
impl Unpin for RET17_REG_SPEC
impl UnwindSafe for RET17_REG_SPEC
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more