pub struct PatternDefinitions { /* private fields */ }Implementations§
Source§impl PatternDefinitions
impl PatternDefinitions
Sourcepub fn wav_pattern_1(&self) -> u8
pub fn wav_pattern_1(&self) -> u8
Read the wav_pattern_1 field of the register.
Sourcepub fn wav_pattern_0(&self) -> u8
pub fn wav_pattern_0(&self) -> u8
Read the wav_pattern_0 field of the register.
Sourcepub fn calibration_cap(&self) -> u8
pub fn calibration_cap(&self) -> u8
Read the calibration_cap field of the register.
Sourcepub fn inactive_rxs(
&self,
) -> Result<InactiveCxState, <InactiveCxState as TryFrom<u8>>::Error>
pub fn inactive_rxs( &self, ) -> Result<InactiveCxState, <InactiveCxState as TryFrom<u8>>::Error>
Read the inactive_rxs field of the register.
Sourcepub fn set_wav_pattern_1(&mut self, value: u8)
pub fn set_wav_pattern_1(&mut self, value: u8)
Write the wav_pattern_1 field of the register.
Sourcepub fn set_wav_pattern_0(&mut self, value: u8)
pub fn set_wav_pattern_0(&mut self, value: u8)
Write the wav_pattern_0 field of the register.
Sourcepub fn set_calibration_cap(&mut self, value: u8)
pub fn set_calibration_cap(&mut self, value: u8)
Write the calibration_cap field of the register.
Sourcepub fn set_inactive_rxs(&mut self, value: InactiveCxState)
pub fn set_inactive_rxs(&mut self, value: InactiveCxState)
Write the inactive_rxs field of the register.
Trait Implementations§
Source§impl BitAnd for PatternDefinitions
impl BitAnd for PatternDefinitions
Source§impl BitAndAssign for PatternDefinitions
impl BitAndAssign for PatternDefinitions
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&= operation. Read moreSource§impl BitOr for PatternDefinitions
impl BitOr for PatternDefinitions
Source§impl BitOrAssign for PatternDefinitions
impl BitOrAssign for PatternDefinitions
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|= operation. Read moreSource§impl BitXor for PatternDefinitions
impl BitXor for PatternDefinitions
Source§impl BitXorAssign for PatternDefinitions
impl BitXorAssign for PatternDefinitions
Source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^= operation. Read moreSource§impl Clone for PatternDefinitions
impl Clone for PatternDefinitions
Source§fn clone(&self) -> PatternDefinitions
fn clone(&self) -> PatternDefinitions
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 PatternDefinitions
impl Debug for PatternDefinitions
Source§impl From<PatternDefinitions> for [u8; 2]
impl From<PatternDefinitions> for [u8; 2]
Source§fn from(val: PatternDefinitions) -> Self
fn from(val: PatternDefinitions) -> Self
Converts to this type from the input type.
Source§impl From<PatternDefinitions> for FieldSetValue
impl From<PatternDefinitions> for FieldSetValue
Source§fn from(val: PatternDefinitions) -> Self
fn from(val: PatternDefinitions) -> Self
Converts to this type from the input type.
Source§impl Not for PatternDefinitions
impl Not for PatternDefinitions
Source§impl PartialEq for PatternDefinitions
impl PartialEq for PatternDefinitions
impl Copy for PatternDefinitions
impl Eq for PatternDefinitions
impl StructuralPartialEq for PatternDefinitions
Auto Trait Implementations§
impl Freeze for PatternDefinitions
impl RefUnwindSafe for PatternDefinitions
impl Send for PatternDefinitions
impl Sync for PatternDefinitions
impl Unpin for PatternDefinitions
impl UnwindSafe for PatternDefinitions
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