Struct Cr0Lr
#[repr(transparent)]pub struct Cr0Lr(pub u32);Expand description
CR0_LR register.
Tuple Fields§
§0: u32Implementations§
§impl Cr0Lr
impl Cr0Lr
pub const fn cr_lr_gain_after(&self) -> u8
pub const fn cr_lr_gain_after(&self) -> u8
Set the gain of the clock recovery loop after Access Address detection to the value 2^(-CR_LR_GAIN_ AFTER) when the coded PHY is in use.
pub fn set_cr_lr_gain_after(&mut self, val: u8)
pub fn set_cr_lr_gain_after(&mut self, val: u8)
Set the gain of the clock recovery loop after Access Address detection to the value 2^(-CR_LR_GAIN_ AFTER) when the coded PHY is in use.
pub const fn cr_lr_gain_before(&self) -> u8
pub const fn cr_lr_gain_before(&self) -> u8
Set the gain of the clock recovery loop before Access Address detection to the value 2^(-CR_LR_GAIN_ BEFORE) when the coded PHY is in use.
pub fn set_cr_lr_gain_before(&mut self, val: u8)
pub fn set_cr_lr_gain_before(&mut self, val: u8)
Set the gain of the clock recovery loop before Access Address detection to the value 2^(-CR_LR_GAIN_ BEFORE) when the coded PHY is in use.
Trait Implementations§
impl Copy for Cr0Lr
impl Eq for Cr0Lr
impl StructuralPartialEq for Cr0Lr
Auto Trait Implementations§
impl Freeze for Cr0Lr
impl RefUnwindSafe for Cr0Lr
impl Send for Cr0Lr
impl Sync for Cr0Lr
impl Unpin for Cr0Lr
impl UnwindSafe for Cr0Lr
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