#[repr(transparent)]pub struct Fro192mStatus(pub u32);Expand description
192MHz Free Running OScillator (FRO) Status register
Tuple Fields§
§0: u32Implementations§
Source§impl Fro192mStatus
impl Fro192mStatus
Sourcepub const fn clk_valid(&self) -> bool
pub const fn clk_valid(&self) -> bool
Output clock valid signal. Indicates that CCO clock has settled.
Sourcepub const fn set_clk_valid(&mut self, val: bool)
pub const fn set_clk_valid(&mut self, val: bool)
Output clock valid signal. Indicates that CCO clock has settled.
Sourcepub const fn atb_vctrl(&self) -> bool
pub const fn atb_vctrl(&self) -> bool
CCO threshold voltage detector output (signal vcco_ok). Once the CCO voltage crosses the threshold voltage of a SLVT transistor, this output signal will go high. It is also possible to observe the clk_valid signal.
Sourcepub const fn set_atb_vctrl(&mut self, val: bool)
pub const fn set_atb_vctrl(&mut self, val: bool)
CCO threshold voltage detector output (signal vcco_ok). Once the CCO voltage crosses the threshold voltage of a SLVT transistor, this output signal will go high. It is also possible to observe the clk_valid signal.
Trait Implementations§
Source§impl Clone for Fro192mStatus
impl Clone for Fro192mStatus
Source§fn clone(&self) -> Fro192mStatus
fn clone(&self) -> Fro192mStatus
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 Fro192mStatus
impl Debug for Fro192mStatus
Source§impl Default for Fro192mStatus
impl Default for Fro192mStatus
Source§fn default() -> Fro192mStatus
fn default() -> Fro192mStatus
Returns the “default value” for a type. Read more
Source§impl PartialEq for Fro192mStatus
impl PartialEq for Fro192mStatus
impl Copy for Fro192mStatus
impl Eq for Fro192mStatus
impl StructuralPartialEq for Fro192mStatus
Auto Trait Implementations§
impl Freeze for Fro192mStatus
impl RefUnwindSafe for Fro192mStatus
impl Send for Fro192mStatus
impl Sync for Fro192mStatus
impl Unpin for Fro192mStatus
impl UnwindSafe for Fro192mStatus
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