pub struct DATA32B_R(_);
Expand description
Field DATA32B
reader - Data 32 Bit
Implementations
sourceimpl DATA32B_R
impl DATA32B_R
sourcepub fn is_data_read_write_chsize(&self) -> bool
pub fn is_data_read_write_chsize(&self) -> bool
Checks if the value of the field is DATA_READ_WRITE_CHSIZE
sourcepub fn is_data_read_chsize_write_32bit(&self) -> bool
pub fn is_data_read_chsize_write_32bit(&self) -> bool
Checks if the value of the field is DATA_READ_CHSIZE_WRITE_32BIT
sourcepub fn is_data_read_32bit_write_chsize(&self) -> bool
pub fn is_data_read_32bit_write_chsize(&self) -> bool
Checks if the value of the field is DATA_READ_32BIT_WRITE_CHSIZE
sourcepub fn is_data_read_write_32bit(&self) -> bool
pub fn is_data_read_write_32bit(&self) -> bool
Checks if the value of the field is DATA_READ_WRITE_32BIT
Methods from Deref<Target = FieldReader<u8, DATA32B_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 DATA32B_R
impl Send for DATA32B_R
impl Sync for DATA32B_R
impl Unpin for DATA32B_R
impl UnwindSafe for DATA32B_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