pub struct CARDSTATUS2_R(_);Expand description
Field CARDSTATUS2 reader - see Table 132.
Methods from Deref<Target = FieldReader<u32, u32>>
pub fn bits(&self) -> U
pub fn bits(&self) -> U
Reads raw bits from field.
pub fn bit_is_clear(&self) -> bool
pub fn bit_is_clear(&self) -> bool
Returns true if the bit is clear (0).
pub fn bit_is_set(&self) -> bool
pub fn bit_is_set(&self) -> bool
Returns true if the bit is set (1).
Trait Implementations
impl Deref for CARDSTATUS2_R
impl Deref for CARDSTATUS2_R
Auto Trait Implementations
impl RefUnwindSafe for CARDSTATUS2_R
impl Send for CARDSTATUS2_R
impl Sync for CARDSTATUS2_R
impl Unpin for CARDSTATUS2_R
impl UnwindSafe for CARDSTATUS2_R
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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