pub struct CSELR_SPEC;Expand description
Trait Implementations§
Source§impl Readable for CSELR_SPEC
read() method returns cselr::R reader structure
impl Readable for CSELR_SPEC
read() method returns cselr::R reader structure
Source§impl RegisterSpec for CSELR_SPEC
impl RegisterSpec for CSELR_SPEC
Source§impl Resettable for CSELR_SPEC
reset() method sets CSELR to value 0
impl Resettable for CSELR_SPEC
reset() method sets CSELR to value 0
Source§fn reset_value() -> <CSELR_SPEC as RegisterSpec>::Ux
fn reset_value() -> <CSELR_SPEC as RegisterSpec>::Ux
Reset value of the register.
Auto Trait Implementations§
impl Freeze for CSELR_SPEC
impl RefUnwindSafe for CSELR_SPEC
impl Send for CSELR_SPEC
impl Sync for CSELR_SPEC
impl Unpin for CSELR_SPEC
impl UnwindSafe for CSELR_SPEC
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more