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