#[repr(transparent)]pub struct GdetDlyCtrl(pub u32);Expand description
GDET Delay Control Register
Tuple Fields§
§0: u32Implementations§
Source§impl GdetDlyCtrl
impl GdetDlyCtrl
Sourcepub const fn set_vol_sel(&mut self, val: u8)
pub const fn set_vol_sel(&mut self, val: u8)
GDET Delay Control of the Voltage Mode
Sourcepub const fn sw_vol_ctrl(&self) -> bool
pub const fn sw_vol_ctrl(&self) -> bool
Select the Control of the Trim Code to the Delay Line
Sourcepub const fn set_sw_vol_ctrl(&mut self, val: bool)
pub const fn set_sw_vol_ctrl(&mut self, val: bool)
Select the Control of the Trim Code to the Delay Line
Trait Implementations§
Source§impl Clone for GdetDlyCtrl
impl Clone for GdetDlyCtrl
Source§fn clone(&self) -> GdetDlyCtrl
fn clone(&self) -> GdetDlyCtrl
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 GdetDlyCtrl
impl Debug for GdetDlyCtrl
Source§impl Default for GdetDlyCtrl
impl Default for GdetDlyCtrl
Source§fn default() -> GdetDlyCtrl
fn default() -> GdetDlyCtrl
Returns the “default value” for a type. Read more
Source§impl PartialEq for GdetDlyCtrl
impl PartialEq for GdetDlyCtrl
impl Copy for GdetDlyCtrl
impl Eq for GdetDlyCtrl
impl StructuralPartialEq for GdetDlyCtrl
Auto Trait Implementations§
impl Freeze for GdetDlyCtrl
impl RefUnwindSafe for GdetDlyCtrl
impl Send for GdetDlyCtrl
impl Sync for GdetDlyCtrl
impl Unpin for GdetDlyCtrl
impl UnwindSafe for GdetDlyCtrl
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