#[repr(transparent)]pub struct Ssc1(pub u32);Expand description
TSI SSC 1
Tuple Fields§
§0: u32Implementations§
Source§impl Ssc1
impl Ssc1
Sourcepub const fn prbs_seed_lo(&self) -> u8
pub const fn prbs_seed_lo(&self) -> u8
PRBS Low Seed
Sourcepub const fn set_prbs_seed_lo(&mut self, val: u8)
pub const fn set_prbs_seed_lo(&mut self, val: u8)
PRBS Low Seed
Sourcepub const fn prbs_seed_hi(&self) -> u8
pub const fn prbs_seed_hi(&self) -> u8
PRBS High Seed
Sourcepub const fn set_prbs_seed_hi(&mut self, val: u8)
pub const fn set_prbs_seed_hi(&mut self, val: u8)
PRBS High Seed
Sourcepub const fn prbs_weight_lo(&self) -> u8
pub const fn prbs_weight_lo(&self) -> u8
PRBS Low Weight
Sourcepub const fn set_prbs_weight_lo(&mut self, val: u8)
pub const fn set_prbs_weight_lo(&mut self, val: u8)
PRBS Low Weight
Sourcepub const fn prbs_weight_hi(&self) -> u8
pub const fn prbs_weight_hi(&self) -> u8
PRBS High Weight
Sourcepub const fn set_prbs_weight_hi(&mut self, val: u8)
pub const fn set_prbs_weight_hi(&mut self, val: u8)
PRBS High Weight
Trait Implementations§
impl Copy for Ssc1
impl Eq for Ssc1
impl StructuralPartialEq for Ssc1
Auto Trait Implementations§
impl Freeze for Ssc1
impl RefUnwindSafe for Ssc1
impl Send for Ssc1
impl Sync for Ssc1
impl Unpin for Ssc1
impl UnwindSafe for Ssc1
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