#[repr(transparent)]pub struct Lfsrseed(pub u32);Expand description
LFSR seed register.
Tuple Fields§
§0: u32Implementations§
Source§impl Lfsrseed
impl Lfsrseed
Sourcepub const fn set_lfsrseed(&mut self, val: u32)
pub const fn set_lfsrseed(&mut self, val: u32)
LFSR initialization value.
Sourcepub const fn lfsrsselection(&self) -> u8
pub const fn lfsrsselection(&self) -> u8
Share index for which initialization value should be used.
Sourcepub const fn set_lfsrsselection(&mut self, val: u8)
pub const fn set_lfsrsselection(&mut self, val: u8)
Share index for which initialization value should be used.
Trait Implementations§
impl Copy for Lfsrseed
impl Eq for Lfsrseed
impl StructuralPartialEq for Lfsrseed
Auto Trait Implementations§
impl Freeze for Lfsrseed
impl RefUnwindSafe for Lfsrseed
impl Send for Lfsrseed
impl Sync for Lfsrseed
impl Unpin for Lfsrseed
impl UnwindSafe for Lfsrseed
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)