#[repr(transparent)]pub struct RTimerCtrl(pub u32);Expand description
BIST Timer Control Register
Tuple Fields§
§0: u32Implementations§
Source§impl RTimerCtrl
impl RTimerCtrl
Sourcepub const fn set_tnvsunit(&mut self, val: Tnvsunit)
pub const fn set_tnvsunit(&mut self, val: Tnvsunit)
Tnvs Time Unit
Sourcepub const fn set_tnvsdly(&mut self, val: u8)
pub const fn set_tnvsdly(&mut self, val: u8)
Tnvs Time Delay Scalar
Sourcepub const fn set_tnvhunit(&mut self, val: Tnvhunit)
pub const fn set_tnvhunit(&mut self, val: Tnvhunit)
Tnvh Time Unit
Sourcepub const fn set_tnvhdly(&mut self, val: u8)
pub const fn set_tnvhdly(&mut self, val: u8)
Tnvh Time Delay Scalar
Sourcepub const fn set_tpgsunit(&mut self, val: Tpgsunit)
pub const fn set_tpgsunit(&mut self, val: Tpgsunit)
Tpgs Time Unit
Sourcepub const fn set_tpgsdly(&mut self, val: u8)
pub const fn set_tpgsdly(&mut self, val: u8)
Tpgs Time Delay Scalar
Sourcepub const fn set_trcvunit(&mut self, val: Trcvunit)
pub const fn set_trcvunit(&mut self, val: Trcvunit)
Trcv Time Unit
Sourcepub const fn set_trcvdly(&mut self, val: u8)
pub const fn set_trcvdly(&mut self, val: u8)
Trcv Time Delay Scalar
Sourcepub const fn set_tlvsunit(&mut self, val: Tlvsunit)
pub const fn set_tlvsunit(&mut self, val: Tlvsunit)
Tlvs Time Unit
Sourcepub const fn set_tlvsdly_l(&mut self, val: bool)
pub const fn set_tlvsdly_l(&mut self, val: bool)
Tlvs Time Delay Scalar Low
Trait Implementations§
Source§impl Clone for RTimerCtrl
impl Clone for RTimerCtrl
Source§fn clone(&self) -> RTimerCtrl
fn clone(&self) -> RTimerCtrl
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 RTimerCtrl
impl Debug for RTimerCtrl
Source§impl Default for RTimerCtrl
impl Default for RTimerCtrl
Source§fn default() -> RTimerCtrl
fn default() -> RTimerCtrl
Returns the “default value” for a type. Read more
Source§impl PartialEq for RTimerCtrl
impl PartialEq for RTimerCtrl
impl Copy for RTimerCtrl
impl Eq for RTimerCtrl
impl StructuralPartialEq for RTimerCtrl
Auto Trait Implementations§
impl Freeze for RTimerCtrl
impl RefUnwindSafe for RTimerCtrl
impl Send for RTimerCtrl
impl Sync for RTimerCtrl
impl Unpin for RTimerCtrl
impl UnwindSafe for RTimerCtrl
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