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