pub struct ReadCntCfg1 { /* private fields */ }Expand description
Read the 24 bit, 2 counters configuration, 48+2 bits to read (7 bytes)
This corresponds to counter configuration 0b001.
Implementations§
Trait Implementations§
Source§impl BitAnd for ReadCntCfg1
impl BitAnd for ReadCntCfg1
Source§impl BitAndAssign for ReadCntCfg1
impl BitAndAssign for ReadCntCfg1
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&= operation. Read moreSource§impl BitOr for ReadCntCfg1
impl BitOr for ReadCntCfg1
Source§impl BitOrAssign for ReadCntCfg1
impl BitOrAssign for ReadCntCfg1
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|= operation. Read moreSource§impl BitXor for ReadCntCfg1
impl BitXor for ReadCntCfg1
Source§impl BitXorAssign for ReadCntCfg1
impl BitXorAssign for ReadCntCfg1
Source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^= operation. Read moreSource§impl Clone for ReadCntCfg1
impl Clone for ReadCntCfg1
Source§fn clone(&self) -> ReadCntCfg1
fn clone(&self) -> ReadCntCfg1
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 ReadCntCfg1
impl Debug for ReadCntCfg1
Source§impl From<ReadCntCfg1> for [u8; 7]
impl From<ReadCntCfg1> for [u8; 7]
Source§fn from(val: ReadCntCfg1) -> Self
fn from(val: ReadCntCfg1) -> Self
Converts to this type from the input type.
Source§impl From<ReadCntCfg1> for FieldSetValue
impl From<ReadCntCfg1> for FieldSetValue
Source§fn from(val: ReadCntCfg1) -> Self
fn from(val: ReadCntCfg1) -> Self
Converts to this type from the input type.
Source§impl Not for ReadCntCfg1
impl Not for ReadCntCfg1
Source§impl PartialEq for ReadCntCfg1
impl PartialEq for ReadCntCfg1
impl Copy for ReadCntCfg1
impl Eq for ReadCntCfg1
impl StructuralPartialEq for ReadCntCfg1
Auto Trait Implementations§
impl Freeze for ReadCntCfg1
impl RefUnwindSafe for ReadCntCfg1
impl Send for ReadCntCfg1
impl Sync for ReadCntCfg1
impl Unpin for ReadCntCfg1
impl UnwindSafe for ReadCntCfg1
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