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