#[repr(transparent)]pub struct RefClkCtrlClr(pub u32);Expand description
FRO 48MHz Reference Clock Control Clear
Tuple Fields§
§0: u32Implementations§
Source§impl RefClkCtrlClr
impl RefClkCtrlClr
Sourcepub const fn gdet_refclk_en_clr(&self) -> bool
pub const fn gdet_refclk_en_clr(&self) -> bool
GDET reference clock enable clear bit
Sourcepub const fn set_gdet_refclk_en_clr(&mut self, val: bool)
pub const fn set_gdet_refclk_en_clr(&mut self, val: bool)
GDET reference clock enable clear bit
Sourcepub const fn trng_refclk_en_clr(&self) -> bool
pub const fn trng_refclk_en_clr(&self) -> bool
ELS TRNG reference clock enable clear bit
Sourcepub const fn set_trng_refclk_en_clr(&mut self, val: bool)
pub const fn set_trng_refclk_en_clr(&mut self, val: bool)
ELS TRNG reference clock enable clear bit
Trait Implementations§
Source§impl Clone for RefClkCtrlClr
impl Clone for RefClkCtrlClr
Source§fn clone(&self) -> RefClkCtrlClr
fn clone(&self) -> RefClkCtrlClr
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 RefClkCtrlClr
impl Debug for RefClkCtrlClr
Source§impl Default for RefClkCtrlClr
impl Default for RefClkCtrlClr
Source§fn default() -> RefClkCtrlClr
fn default() -> RefClkCtrlClr
Returns the “default value” for a type. Read more
Source§impl PartialEq for RefClkCtrlClr
impl PartialEq for RefClkCtrlClr
impl Copy for RefClkCtrlClr
impl Eq for RefClkCtrlClr
impl StructuralPartialEq for RefClkCtrlClr
Auto Trait Implementations§
impl Freeze for RefClkCtrlClr
impl RefUnwindSafe for RefClkCtrlClr
impl Send for RefClkCtrlClr
impl Sync for RefClkCtrlClr
impl Unpin for RefClkCtrlClr
impl UnwindSafe for RefClkCtrlClr
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