Struct CSR1_SPEC
pub struct CSR1_SPEC;
Expand description
Trait Implementations§
§impl Resettable for CSR1_SPEC
reset()
method sets CSR1 to value 0x4000
impl Resettable for CSR1_SPEC
reset()
method sets CSR1 to value 0x4000
§fn reset_value() -> <CSR1_SPEC as RegisterSpec>::Ux
fn reset_value() -> <CSR1_SPEC as RegisterSpec>::Ux
Reset value of the register.
Auto Trait Implementations§
impl Freeze for CSR1_SPEC
impl RefUnwindSafe for CSR1_SPEC
impl Send for CSR1_SPEC
impl Sync for CSR1_SPEC
impl Unpin for CSR1_SPEC
impl UnwindSafe for CSR1_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