pub struct Ca1rSpec;
Trait Implementations§
Source§impl Resettable for Ca1rSpec
reset()
method sets CA1R to value 0x70
impl Resettable for Ca1rSpec
reset()
method sets CA1R to value 0x70
Source§const RESET_VALUE: u32 = 112u32
const RESET_VALUE: u32 = 112u32
Reset value of the register.
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
impl Readable for Ca1rSpec
read()
method returns ca1r::R
reader structure
Auto Trait Implementations§
impl Freeze for Ca1rSpec
impl RefUnwindSafe for Ca1rSpec
impl Send for Ca1rSpec
impl Sync for Ca1rSpec
impl Unpin for Ca1rSpec
impl UnwindSafe for Ca1rSpec
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