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