#[repr(transparent)]pub struct Aplltestctrl(pub u32);Expand description
APLL Test Control Register.
Tuple Fields§
§0: u32Implementations§
Source§impl Aplltestctrl
impl Aplltestctrl
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) -> AplltestctrlTestvSel
pub const fn testv_sel(&self) -> AplltestctrlTestvSel
Select analog signal channel that need to be test.
Sourcepub const fn set_testv_sel(&mut self, val: AplltestctrlTestvSel)
pub const fn set_testv_sel(&mut self, val: AplltestctrlTestvSel)
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 Aplltestctrl
impl Clone for Aplltestctrl
Source§fn clone(&self) -> Aplltestctrl
fn clone(&self) -> Aplltestctrl
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 Aplltestctrl
impl Debug for Aplltestctrl
Source§impl Default for Aplltestctrl
impl Default for Aplltestctrl
Source§fn default() -> Aplltestctrl
fn default() -> Aplltestctrl
Returns the “default value” for a type. Read more
Source§impl PartialEq for Aplltestctrl
impl PartialEq for Aplltestctrl
impl Copy for Aplltestctrl
impl Eq for Aplltestctrl
impl StructuralPartialEq for Aplltestctrl
Auto Trait Implementations§
impl Freeze for Aplltestctrl
impl RefUnwindSafe for Aplltestctrl
impl Send for Aplltestctrl
impl Sync for Aplltestctrl
impl Unpin for Aplltestctrl
impl UnwindSafe for Aplltestctrl
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