#[repr(transparent)]pub struct Dllcr(pub u32);Expand description
DLL Control Register
Tuple Fields§
§0: u32Implementations§
Source§impl Dllcr
impl Dllcr
Sourcepub const fn set_dllreset(&mut self, val: Dllreset)
pub const fn set_dllreset(&mut self, val: Dllreset)
DLL Reset
Sourcepub const fn slvdlytarget(&self) -> u8
pub const fn slvdlytarget(&self) -> u8
Delay Target for Slave
Sourcepub const fn set_slvdlytarget(&mut self, val: u8)
pub const fn set_slvdlytarget(&mut self, val: u8)
Delay Target for Slave
Sourcepub const fn set_ovrden(&mut self, val: Ovrden)
pub const fn set_ovrden(&mut self, val: Ovrden)
Override Enable
Sourcepub const fn set_ovrdval(&mut self, val: u8)
pub const fn set_ovrdval(&mut self, val: u8)
Override Value
Trait Implementations§
impl Copy for Dllcr
impl Eq for Dllcr
impl StructuralPartialEq for Dllcr
Auto Trait Implementations§
impl Freeze for Dllcr
impl RefUnwindSafe for Dllcr
impl Send for Dllcr
impl Sync for Dllcr
impl Unpin for Dllcr
impl UnwindSafe for Dllcr
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