#[repr(transparent)]pub struct Splltestctrl(pub u32);Expand description
SPLL Test Control Register.
Tuple Fields§
§0: u32Implementations§
Source§impl Splltestctrl
impl Splltestctrl
Sourcepub const fn set_nfunctest(&mut self, val: u8)
pub const fn set_nfunctest(&mut self, val: u8)
Input to functional test the predivider (N-divider).
Sourcepub const fn mfunctest(&self) -> u16
pub const fn mfunctest(&self) -> u16
Input to functional test the feedback divider (M-divider).
Sourcepub const fn set_mfunctest(&mut self, val: u16)
pub const fn set_mfunctest(&mut self, val: u16)
Input to functional test the feedback divider (M-divider).
Sourcepub const fn set_pfunctest(&mut self, val: u8)
pub const fn set_pfunctest(&mut self, val: u8)
Input to functional test the postdivider (P-divider).
Sourcepub const fn set_testv_en(&mut self, val: bool)
pub const fn set_testv_en(&mut self, val: bool)
Enable test mux.
Sourcepub const fn testv_sel(&self) -> SplltestctrlTestvSel
pub const fn testv_sel(&self) -> SplltestctrlTestvSel
Select analog signal channel that need to be test.
Sourcepub const fn set_testv_sel(&mut self, val: SplltestctrlTestvSel)
pub const fn set_testv_sel(&mut self, val: SplltestctrlTestvSel)
Select analog signal channel that need to be test.
Sourcepub const fn set_bypasspll(&mut self, val: bool)
pub const fn set_bypasspll(&mut self, val: bool)
Bypass PLL.
Trait Implementations§
Source§impl Clone for Splltestctrl
impl Clone for Splltestctrl
Source§fn clone(&self) -> Splltestctrl
fn clone(&self) -> Splltestctrl
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 Splltestctrl
impl Debug for Splltestctrl
Source§impl Default for Splltestctrl
impl Default for Splltestctrl
Source§fn default() -> Splltestctrl
fn default() -> Splltestctrl
Returns the “default value” for a type. Read more
Source§impl PartialEq for Splltestctrl
impl PartialEq for Splltestctrl
impl Copy for Splltestctrl
impl Eq for Splltestctrl
impl StructuralPartialEq for Splltestctrl
Auto Trait Implementations§
impl Freeze for Splltestctrl
impl RefUnwindSafe for Splltestctrl
impl Send for Splltestctrl
impl Sync for Splltestctrl
impl Unpin for Splltestctrl
impl UnwindSafe for Splltestctrl
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