#[repr(transparent)]pub struct Spllteststat(pub u32);Expand description
SPLL Test Status Register.
Tuple Fields§
§0: u32Implementations§
Source§impl Spllteststat
impl Spllteststat
Sourcepub const fn set_nmotest(&mut self, val: u8)
pub const fn set_nmotest(&mut self, val: u8)
Output to observe the functional predivider test.
Sourcepub const fn set_mmotest(&mut self, val: u8)
pub const fn set_mmotest(&mut self, val: u8)
Output to observe the functional feedback divider test.
Sourcepub const fn set_pmotest(&mut self, val: u8)
pub const fn set_pmotest(&mut self, val: u8)
Output to observe the functional postdivider test.
Sourcepub const fn pll_xfunc_test_pulse(&self) -> bool
pub const fn pll_xfunc_test_pulse(&self) -> bool
PLL functional divider test clock pulse.
Sourcepub const fn set_pll_xfunc_test_pulse(&mut self, val: bool)
pub const fn set_pll_xfunc_test_pulse(&mut self, val: bool)
PLL functional divider test clock pulse.
Sourcepub const fn pll_xfunc_test_en(&self) -> bool
pub const fn pll_xfunc_test_en(&self) -> bool
Enable PLL functional divider test clock pulse.
Sourcepub const fn set_pll_xfunc_test_en(&mut self, val: bool)
pub const fn set_pll_xfunc_test_en(&mut self, val: bool)
Enable PLL functional divider test clock pulse.
Sourcepub const fn pll_xmo_test_en(&self) -> bool
pub const fn pll_xmo_test_en(&self) -> bool
Enable to observe the xMOTEST flags.
Sourcepub const fn set_pll_xmo_test_en(&mut self, val: bool)
pub const fn set_pll_xmo_test_en(&mut self, val: bool)
Enable to observe the xMOTEST flags.
Trait Implementations§
Source§impl Clone for Spllteststat
impl Clone for Spllteststat
Source§fn clone(&self) -> Spllteststat
fn clone(&self) -> Spllteststat
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 moreSource§impl Debug for Spllteststat
impl Debug for Spllteststat
Source§impl Default for Spllteststat
impl Default for Spllteststat
Source§fn default() -> Spllteststat
fn default() -> Spllteststat
Returns the “default value” for a type. Read more
Source§impl PartialEq for Spllteststat
impl PartialEq for Spllteststat
impl Copy for Spllteststat
impl Eq for Spllteststat
impl StructuralPartialEq for Spllteststat
Auto Trait Implementations§
impl Freeze for Spllteststat
impl RefUnwindSafe for Spllteststat
impl Send for Spllteststat
impl Sync for Spllteststat
impl Unpin for Spllteststat
impl UnwindSafe for Spllteststat
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