Struct esp32s3_hal::pac::spi1::int_ena::R
pub struct R(_);
Expand description
Register INT_ENA
reader
Implementations§
§impl R
impl R
pub fn per_end_int_ena(&self) -> BitReaderRaw<bool>
pub fn per_end_int_ena(&self) -> BitReaderRaw<bool>
Bit 0 - The enable bit for SPI_MEM_PER_END_INT interrupt.
pub fn pes_end_int_ena(&self) -> BitReaderRaw<bool>
pub fn pes_end_int_ena(&self) -> BitReaderRaw<bool>
Bit 1 - The enable bit for SPI_MEM_PES_END_INT interrupt.
pub fn total_trans_end_int_ena(&self) -> BitReaderRaw<bool>
pub fn total_trans_end_int_ena(&self) -> BitReaderRaw<bool>
Bit 2 - The enable bit for SPI_MEM_TOTAL_TRANS_END_INT interrupt.
pub fn brown_out_int_ena(&self) -> BitReaderRaw<bool>
pub fn brown_out_int_ena(&self) -> BitReaderRaw<bool>
Bit 3 - The enable bit for SPI_MEM_BROWN_OUT_INT interrupt.
Methods from Deref<Target = R<INT_ENA_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_ENA_SPEC>> for R
impl From<R<INT_ENA_SPEC>> for R
§fn from(reader: R<INT_ENA_SPEC>) -> R
fn from(reader: R<INT_ENA_SPEC>) -> R
Converts to this type from the input type.