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