pub struct SAMPR_R(_);
Expand description
Field SAMPR
reader - Sample
Implementations
sourceimpl SAMPR_R
impl SAMPR_R
sourcepub fn is_16x_arithmetic(&self) -> bool
pub fn is_16x_arithmetic(&self) -> bool
Checks if the value of the field is _16X_ARITHMETIC
sourcepub fn is_16x_fractional(&self) -> bool
pub fn is_16x_fractional(&self) -> bool
Checks if the value of the field is _16X_FRACTIONAL
sourcepub fn is_8x_arithmetic(&self) -> bool
pub fn is_8x_arithmetic(&self) -> bool
Checks if the value of the field is _8X_ARITHMETIC
sourcepub fn is_8x_fractional(&self) -> bool
pub fn is_8x_fractional(&self) -> bool
Checks if the value of the field is _8X_FRACTIONAL
sourcepub fn is_3x_arithmetic(&self) -> bool
pub fn is_3x_arithmetic(&self) -> bool
Checks if the value of the field is _3X_ARITHMETIC
Methods from Deref<Target = FieldReader<u8, SAMPR_A>>
sourcepub fn bit_is_clear(&self) -> bool
pub fn bit_is_clear(&self) -> bool
Returns true
if the bit is clear (0).
sourcepub fn bit_is_set(&self) -> bool
pub fn bit_is_set(&self) -> bool
Returns true
if the bit is set (1).
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SAMPR_R
impl Send for SAMPR_R
impl Sync for SAMPR_R
impl Unpin for SAMPR_R
impl UnwindSafe for SAMPR_R
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more