#[repr(transparent)]pub struct Apllteststat(pub u32);Expand description
APLL Test Status Register.
Tuple Fields§
§0: u32Implementations§
Source§impl Apllteststat
impl Apllteststat
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 Apllteststat
impl Clone for Apllteststat
Source§fn clone(&self) -> Apllteststat
fn clone(&self) -> Apllteststat
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 Apllteststat
impl Debug for Apllteststat
Source§impl Default for Apllteststat
impl Default for Apllteststat
Source§fn default() -> Apllteststat
fn default() -> Apllteststat
Returns the “default value” for a type. Read more
Source§impl PartialEq for Apllteststat
impl PartialEq for Apllteststat
impl Copy for Apllteststat
impl Eq for Apllteststat
impl StructuralPartialEq for Apllteststat
Auto Trait Implementations§
impl Freeze for Apllteststat
impl RefUnwindSafe for Apllteststat
impl Send for Apllteststat
impl Sync for Apllteststat
impl Unpin for Apllteststat
impl UnwindSafe for Apllteststat
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