Struct Synthcal0DigEng
#[repr(transparent)]pub struct Synthcal0DigEng(pub u32);Expand description
SYNTHCAL0_DIG_ENG register.
Tuple Fields§
§0: u32Implementations§
§impl Synthcal0DigEng
impl Synthcal0DigEng
pub const fn synthcal_debug_bus_sel(&self) -> u8
pub const fn synthcal_debug_bus_sel(&self) -> u8
for Debug purpose.
pub fn set_synthcal_debug_bus_sel(&mut self, val: u8)
pub fn set_synthcal_debug_bus_sel(&mut self, val: u8)
for Debug purpose.
pub const fn synth_if_freq_cal(&self) -> u8
pub const fn synth_if_freq_cal(&self) -> u8
Define the frequency applied on the PLL during calibration phase.
pub fn set_synth_if_freq_cal(&mut self, val: u8)
pub fn set_synth_if_freq_cal(&mut self, val: u8)
Define the frequency applied on the PLL during calibration phase.
Trait Implementations§
§impl Clone for Synthcal0DigEng
impl Clone for Synthcal0DigEng
§fn clone(&self) -> Synthcal0DigEng
fn clone(&self) -> Synthcal0DigEng
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 Synthcal0DigEng
impl Debug for Synthcal0DigEng
§impl Default for Synthcal0DigEng
impl Default for Synthcal0DigEng
§fn default() -> Synthcal0DigEng
fn default() -> Synthcal0DigEng
Returns the “default value” for a type. Read more
§impl PartialEq for Synthcal0DigEng
impl PartialEq for Synthcal0DigEng
impl Copy for Synthcal0DigEng
impl Eq for Synthcal0DigEng
impl StructuralPartialEq for Synthcal0DigEng
Auto Trait Implementations§
impl Freeze for Synthcal0DigEng
impl RefUnwindSafe for Synthcal0DigEng
impl Send for Synthcal0DigEng
impl Sync for Synthcal0DigEng
impl Unpin for Synthcal0DigEng
impl UnwindSafe for Synthcal0DigEng
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