Struct esp32c2_hal::pac::spi1::int_st::R
pub struct R(_);
Expand description
Register INT_ST
reader
Implementations§
§impl R
impl R
pub fn per_end_int_st(&self) -> BitReaderRaw<bool>
pub fn per_end_int_st(&self) -> BitReaderRaw<bool>
Bit 0 - The status bit for SPI_MEM_PER_END_INT interrupt.
pub fn pes_end_int_st(&self) -> BitReaderRaw<bool>
pub fn pes_end_int_st(&self) -> BitReaderRaw<bool>
Bit 1 - The status bit for SPI_MEM_PES_END_INT interrupt.
pub fn wpe_end_int_st(&self) -> BitReaderRaw<bool>
pub fn wpe_end_int_st(&self) -> BitReaderRaw<bool>
Bit 2 - The status bit for SPI_MEM_WPE_END_INT interrupt.
pub fn slv_st_end_int_st(&self) -> BitReaderRaw<bool>
pub fn slv_st_end_int_st(&self) -> BitReaderRaw<bool>
Bit 3 - The status bit for SPI_MEM_SLV_ST_END_INT interrupt.
pub fn mst_st_end_int_st(&self) -> BitReaderRaw<bool>
pub fn mst_st_end_int_st(&self) -> BitReaderRaw<bool>
Bit 4 - The status bit for SPI_MEM_MST_ST_END_INT interrupt.
pub fn brown_out_int_st(&self) -> BitReaderRaw<bool>
pub fn brown_out_int_st(&self) -> BitReaderRaw<bool>
Bit 5 - The status bit for SPI_MEM_BROWN_OUT_INT interrupt.
Methods from Deref<Target = R<INT_ST_SPEC>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations§
§impl From<R<INT_ST_SPEC>> for R
impl From<R<INT_ST_SPEC>> for R
§fn from(reader: R<INT_ST_SPEC>) -> R
fn from(reader: R<INT_ST_SPEC>) -> R
Converts to this type from the input type.