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