Struct esp32s2::spi0::dma_int_st::W
source · pub struct W(_);
Expand description
Register DMA_INT_ST
writer
Implementations
sourceimpl W
impl W
sourcepub fn slv_cmd6_int_st(&mut self) -> SLV_CMD6_INT_ST_W<'_, 11>
pub fn slv_cmd6_int_st(&mut self) -> SLV_CMD6_INT_ST_W<'_, 11>
Bit 11 - The status bit for SPI slave CMD6 interrupt.
sourcepub fn slv_cmd7_int_st(&mut self) -> SLV_CMD7_INT_ST_W<'_, 12>
pub fn slv_cmd7_int_st(&mut self) -> SLV_CMD7_INT_ST_W<'_, 12>
Bit 12 - The status bit for SPI slave CMD7 interrupt.
sourcepub fn slv_cmd8_int_st(&mut self) -> SLV_CMD8_INT_ST_W<'_, 13>
pub fn slv_cmd8_int_st(&mut self) -> SLV_CMD8_INT_ST_W<'_, 13>
Bit 13 - The status bit for SPI slave CMD8 interrupt.
sourcepub fn slv_cmd9_int_st(&mut self) -> SLV_CMD9_INT_ST_W<'_, 14>
pub fn slv_cmd9_int_st(&mut self) -> SLV_CMD9_INT_ST_W<'_, 14>
Bit 14 - The status bit for SPI slave CMD9 interrupt.
sourcepub fn slv_cmda_int_st(&mut self) -> SLV_CMDA_INT_ST_W<'_, 15>
pub fn slv_cmda_int_st(&mut self) -> SLV_CMDA_INT_ST_W<'_, 15>
Bit 15 - The status bit for SPI slave CMDA interrupt.
Methods from Deref<Target = W<DMA_INT_ST_SPEC>>
Trait Implementations
sourceimpl From<W<DMA_INT_ST_SPEC>> for W
impl From<W<DMA_INT_ST_SPEC>> for W
sourcefn from(writer: W<DMA_INT_ST_SPEC>) -> Self
fn from(writer: W<DMA_INT_ST_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
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