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