Struct efm32gg332_pac::burtc::ret39_reg::RET39_REG_SPEC
source · [−]pub struct RET39_REG_SPEC;
Expand description
Trait Implementations
sourceimpl Readable for RET39_REG_SPEC
impl Readable for RET39_REG_SPEC
read()
method returns ret39_reg::R reader structure
sourceimpl RegisterSpec for RET39_REG_SPEC
impl RegisterSpec for RET39_REG_SPEC
sourceimpl Resettable for RET39_REG_SPEC
impl Resettable for RET39_REG_SPEC
reset()
method sets RET39_REG to value 0
sourcefn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
sourceimpl Writable for RET39_REG_SPEC
impl Writable for RET39_REG_SPEC
write(|w| ..)
method takes ret39_reg::W writer structure
Auto Trait Implementations
impl RefUnwindSafe for RET39_REG_SPEC
impl Send for RET39_REG_SPEC
impl Sync for RET39_REG_SPEC
impl Unpin for RET39_REG_SPEC
impl UnwindSafe for RET39_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