#[repr(transparent)]pub struct StrobeDllStatus(pub u32);Expand description
Strobe DLL Status
Tuple Fields§
§0: u32Implementations§
Source§impl StrobeDllStatus
impl StrobeDllStatus
Sourcepub const fn strobe_dll_sts_slv_lock(&self) -> bool
pub const fn strobe_dll_sts_slv_lock(&self) -> bool
Strobe DLL Status Slave Lock
Sourcepub const fn set_strobe_dll_sts_slv_lock(&mut self, val: bool)
pub const fn set_strobe_dll_sts_slv_lock(&mut self, val: bool)
Strobe DLL Status Slave Lock
Sourcepub const fn strobe_dll_sts_ref_lock(&self) -> bool
pub const fn strobe_dll_sts_ref_lock(&self) -> bool
Strobe DLL Status Reference Lock
Sourcepub const fn set_strobe_dll_sts_ref_lock(&mut self, val: bool)
pub const fn set_strobe_dll_sts_ref_lock(&mut self, val: bool)
Strobe DLL Status Reference Lock
Sourcepub const fn strobe_dll_sts_slv_sel(&self) -> u8
pub const fn strobe_dll_sts_slv_sel(&self) -> u8
Strobe DLL Status Slave Select
Sourcepub const fn set_strobe_dll_sts_slv_sel(&mut self, val: u8)
pub const fn set_strobe_dll_sts_slv_sel(&mut self, val: u8)
Strobe DLL Status Slave Select
Sourcepub const fn strobe_dll_sts_ref_sel(&self) -> u8
pub const fn strobe_dll_sts_ref_sel(&self) -> u8
Strobe DLL Status Reference Select
Sourcepub const fn set_strobe_dll_sts_ref_sel(&mut self, val: u8)
pub const fn set_strobe_dll_sts_ref_sel(&mut self, val: u8)
Strobe DLL Status Reference Select
Trait Implementations§
Source§impl Clone for StrobeDllStatus
impl Clone for StrobeDllStatus
Source§fn clone(&self) -> StrobeDllStatus
fn clone(&self) -> StrobeDllStatus
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for StrobeDllStatus
impl Debug for StrobeDllStatus
Source§impl Default for StrobeDllStatus
impl Default for StrobeDllStatus
Source§fn default() -> StrobeDllStatus
fn default() -> StrobeDllStatus
Returns the “default value” for a type. Read more
Source§impl PartialEq for StrobeDllStatus
impl PartialEq for StrobeDllStatus
impl Copy for StrobeDllStatus
impl Eq for StrobeDllStatus
impl StructuralPartialEq for StrobeDllStatus
Auto Trait Implementations§
impl Freeze for StrobeDllStatus
impl RefUnwindSafe for StrobeDllStatus
impl Send for StrobeDllStatus
impl Sync for StrobeDllStatus
impl Unpin for StrobeDllStatus
impl UnwindSafe for StrobeDllStatus
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