pub struct DATAOUTSEL_R(/* private fields */);Expand description
Field DATAOUTSEL reader - Selects the source for DATA output from this Flexcomm.
Implementations§
Source§impl DATAOUTSEL_R
impl DATAOUTSEL_R
Sourcepub fn variant(&self) -> Option<DATAOUTSEL_A>
pub fn variant(&self) -> Option<DATAOUTSEL_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, DATAOUTSEL_A>>§
Trait Implementations§
Source§impl Deref for DATAOUTSEL_R
impl Deref for DATAOUTSEL_R
Source§type Target = FieldReader<u8, DATAOUTSEL_A>
type Target = FieldReader<u8, DATAOUTSEL_A>
The resulting type after dereferencing.
Auto Trait Implementations§
impl Freeze for DATAOUTSEL_R
impl RefUnwindSafe for DATAOUTSEL_R
impl Send for DATAOUTSEL_R
impl Sync for DATAOUTSEL_R
impl Unpin for DATAOUTSEL_R
impl UnwindSafe for DATAOUTSEL_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