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