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