pub struct CHSELR_SPEC;
Expand description
Trait Implementations§
Source§impl Readable for CHSELR_SPEC
read()
method returns chselr::R reader structure
impl Readable for CHSELR_SPEC
read()
method returns chselr::R reader structure
Source§impl RegisterSpec for CHSELR_SPEC
impl RegisterSpec for CHSELR_SPEC
Source§impl Resettable for CHSELR_SPEC
reset()
method sets CHSELR to value 0x0fff_0000
impl Resettable for CHSELR_SPEC
reset()
method sets CHSELR to value 0x0fff_0000
Source§fn reset_value() -> <CHSELR_SPEC as RegisterSpec>::Ux
fn reset_value() -> <CHSELR_SPEC as RegisterSpec>::Ux
Reset value of the register.
Auto Trait Implementations§
impl Freeze for CHSELR_SPEC
impl RefUnwindSafe for CHSELR_SPEC
impl Send for CHSELR_SPEC
impl Sync for CHSELR_SPEC
impl Unpin for CHSELR_SPEC
impl UnwindSafe for CHSELR_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