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