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