pub struct WIDTH_R(_);
Expand description
Field WIDTH
reader - Instruction Code, Address, Option Code and Data Width
Implementations
sourceimpl WIDTH_R
impl WIDTH_R
sourcepub fn is_single_bit_spi(&self) -> bool
pub fn is_single_bit_spi(&self) -> bool
Checks if the value of the field is SINGLE_BIT_SPI
sourcepub fn is_dual_output(&self) -> bool
pub fn is_dual_output(&self) -> bool
Checks if the value of the field is DUAL_OUTPUT
sourcepub fn is_quad_output(&self) -> bool
pub fn is_quad_output(&self) -> bool
Checks if the value of the field is QUAD_OUTPUT
sourcepub fn is_dual_io(&self) -> bool
pub fn is_dual_io(&self) -> bool
Checks if the value of the field is DUAL_IO
sourcepub fn is_quad_io(&self) -> bool
pub fn is_quad_io(&self) -> bool
Checks if the value of the field is QUAD_IO
sourcepub fn is_dual_cmd(&self) -> bool
pub fn is_dual_cmd(&self) -> bool
Checks if the value of the field is DUAL_CMD
sourcepub fn is_quad_cmd(&self) -> bool
pub fn is_quad_cmd(&self) -> bool
Checks if the value of the field is QUAD_CMD
Methods from Deref<Target = FieldReader<u8, WIDTH_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 WIDTH_R
impl Send for WIDTH_R
impl Sync for WIDTH_R
impl Unpin for WIDTH_R
impl UnwindSafe for WIDTH_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