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