Struct efm32g800_pac::ebi::route::ROUTE_SPEC
source · [−]pub struct ROUTE_SPEC;
Expand description
Trait Implementations
sourceimpl Readable for ROUTE_SPEC
impl Readable for ROUTE_SPEC
read()
method returns route::R reader structure
sourceimpl RegisterSpec for ROUTE_SPEC
impl RegisterSpec for ROUTE_SPEC
sourceimpl Resettable for ROUTE_SPEC
impl Resettable for ROUTE_SPEC
reset()
method sets ROUTE to value 0
sourcefn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Auto Trait Implementations
impl RefUnwindSafe for ROUTE_SPEC
impl Send for ROUTE_SPEC
impl Sync for ROUTE_SPEC
impl Unpin for ROUTE_SPEC
impl UnwindSafe for ROUTE_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