#[repr(transparent)]pub struct Sts13(pub u32);Expand description
Status Register 13
Tuple Fields§
§0: u32Implementations§
Source§impl Sts13
impl Sts13
Sourcepub const fn set_slvlock(&mut self, val: Slvlock)
pub const fn set_slvlock(&mut self, val: Slvlock)
Sample clock slave delay line locked.
Sourcepub const fn set_reflock(&mut self, val: Reflock)
pub const fn set_reflock(&mut self, val: Reflock)
Sample clock reference delay line locked.
Sourcepub const fn set_slvsel(&mut self, val: u8)
pub const fn set_slvsel(&mut self, val: u8)
Sample clock slave delay line delay cell number selection.
Sourcepub const fn refsel(&self) -> u8
pub const fn refsel(&self) -> u8
Sample clock reference delay line delay cell number selection.
Sourcepub const fn set_refsel(&mut self, val: u8)
pub const fn set_refsel(&mut self, val: u8)
Sample clock reference delay line delay cell number selection.
Trait Implementations§
impl Copy for Sts13
impl Eq for Sts13
impl StructuralPartialEq for Sts13
Auto Trait Implementations§
impl Freeze for Sts13
impl RefUnwindSafe for Sts13
impl Send for Sts13
impl Sync for Sts13
impl Unpin for Sts13
impl UnwindSafe for Sts13
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