pub struct DATAINSEL_R(/* private fields */);Expand description
Field DATAINSEL reader - Selects the source for DATA input to this Flexcomm.
Implementations§
Source§impl DATAINSEL_R
impl DATAINSEL_R
Sourcepub fn variant(&self) -> Option<DATAINSEL_A>
pub fn variant(&self) -> Option<DATAINSEL_A>
Get enumerated values variant
Sourcepub fn is_orig_flex_i2s_signals(&self) -> bool
pub fn is_orig_flex_i2s_signals(&self) -> bool
Checks if the value of the field is ORIG_FLEX_I2S_SIGNALS
Checks if the value of the field is SHARED_SET0_I2S_SIGNALS
Checks if the value of the field is SHARED_SET1_I2S_SIGNALS
Methods from Deref<Target = FieldReader<u8, DATAINSEL_A>>§
Trait Implementations§
Source§impl Deref for DATAINSEL_R
impl Deref for DATAINSEL_R
Source§type Target = FieldReader<u8, DATAINSEL_A>
type Target = FieldReader<u8, DATAINSEL_A>
The resulting type after dereferencing.
Auto Trait Implementations§
impl Freeze for DATAINSEL_R
impl RefUnwindSafe for DATAINSEL_R
impl Send for DATAINSEL_R
impl Sync for DATAINSEL_R
impl Unpin for DATAINSEL_R
impl UnwindSafe for DATAINSEL_R
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