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