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