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