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