pub struct SHAREDDATASEL_R(/* private fields */);Expand description
Field SHAREDDATASEL reader - Selects the source for DATA input for this shared signal set.
Implementations§
Source§impl SHAREDDATASEL_R
impl SHAREDDATASEL_R
Sourcepub fn variant(&self) -> SHAREDDATASEL_A
pub fn variant(&self) -> SHAREDDATASEL_A
Get enumerated values variant
Sourcepub fn is_flexcomm0(&self) -> bool
pub fn is_flexcomm0(&self) -> bool
Checks if the value of the field is FLEXCOMM0
Sourcepub fn is_flexcomm1(&self) -> bool
pub fn is_flexcomm1(&self) -> bool
Checks if the value of the field is FLEXCOMM1
Sourcepub fn is_flexcomm2(&self) -> bool
pub fn is_flexcomm2(&self) -> bool
Checks if the value of the field is FLEXCOMM2
Sourcepub fn is_flexcomm3(&self) -> bool
pub fn is_flexcomm3(&self) -> bool
Checks if the value of the field is FLEXCOMM3
Sourcepub fn is_flexcomm4(&self) -> bool
pub fn is_flexcomm4(&self) -> bool
Checks if the value of the field is FLEXCOMM4
Sourcepub fn is_flexcomm5(&self) -> bool
pub fn is_flexcomm5(&self) -> bool
Checks if the value of the field is FLEXCOMM5
Sourcepub fn is_flexcomm6(&self) -> bool
pub fn is_flexcomm6(&self) -> bool
Checks if the value of the field is FLEXCOMM6
Sourcepub fn is_flexcomm7(&self) -> bool
pub fn is_flexcomm7(&self) -> bool
Checks if the value of the field is FLEXCOMM7
Methods from Deref<Target = FieldReader<u8, SHAREDDATASEL_A>>§
Trait Implementations§
Source§impl Deref for SHAREDDATASEL_R
impl Deref for SHAREDDATASEL_R
Source§type Target = FieldReader<u8, SHAREDDATASEL_A>
type Target = FieldReader<u8, SHAREDDATASEL_A>
The resulting type after dereferencing.
Auto Trait Implementations§
impl Freeze for SHAREDDATASEL_R
impl RefUnwindSafe for SHAREDDATASEL_R
impl Send for SHAREDDATASEL_R
impl Sync for SHAREDDATASEL_R
impl Unpin for SHAREDDATASEL_R
impl UnwindSafe for SHAREDDATASEL_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