Struct Afc1DigEng
#[repr(transparent)]pub struct Afc1DigEng(pub u32);Expand description
AFC1_DIG_ENG register.
Tuple Fields§
§0: u32Implementations§
§impl Afc1DigEng
impl Afc1DigEng
pub const fn afc_delay_after(&self) -> u8
pub const fn afc_delay_after(&self) -> u8
Set the decay factor of the AFC loop after Access Address detection.
pub fn set_afc_delay_after(&mut self, val: u8)
pub fn set_afc_delay_after(&mut self, val: u8)
Set the decay factor of the AFC loop after Access Address detection.
pub const fn afc_delay_before(&self) -> u8
pub const fn afc_delay_before(&self) -> u8
Set the decay factor of the AFC loop before Access Address detection.
pub fn set_afc_delay_before(&mut self, val: u8)
pub fn set_afc_delay_before(&mut self, val: u8)
Set the decay factor of the AFC loop before Access Address detection.
Trait Implementations§
§impl Clone for Afc1DigEng
impl Clone for Afc1DigEng
§fn clone(&self) -> Afc1DigEng
fn clone(&self) -> Afc1DigEng
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 more§impl Debug for Afc1DigEng
impl Debug for Afc1DigEng
§impl Default for Afc1DigEng
impl Default for Afc1DigEng
§fn default() -> Afc1DigEng
fn default() -> Afc1DigEng
Returns the “default value” for a type. Read more
§impl PartialEq for Afc1DigEng
impl PartialEq for Afc1DigEng
impl Copy for Afc1DigEng
impl Eq for Afc1DigEng
impl StructuralPartialEq for Afc1DigEng
Auto Trait Implementations§
impl Freeze for Afc1DigEng
impl RefUnwindSafe for Afc1DigEng
impl Send for Afc1DigEng
impl Sync for Afc1DigEng
impl Unpin for Afc1DigEng
impl UnwindSafe for Afc1DigEng
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