Struct esp32c3::spi1::flash_sus_ctrl::PESR_END_MSK_R
source · [−]pub struct PESR_END_MSK_R(_);
Expand description
Field PESR_END_MSK
reader - The mask value when check SUS/SUS1/SUS2 status bit. If the read status value is status_in[15:0]
(only status_in[7:0]
is valid when only one byte of data is read out, status_in[15:0]
is valid when two bytes of data are read out), SUS/SUS1/SUS2 = status_in[15:0]
^ SPI_MEM_PESR_END_MSK[15:0]
.
Methods from Deref<Target = FieldReader<u16, u16>>
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
sourceimpl Deref for PESR_END_MSK_R
impl Deref for PESR_END_MSK_R
Auto Trait Implementations
impl RefUnwindSafe for PESR_END_MSK_R
impl Send for PESR_END_MSK_R
impl Sync for PESR_END_MSK_R
impl Unpin for PESR_END_MSK_R
impl UnwindSafe for PESR_END_MSK_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