Struct esp32c2_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 wpe_end_int_ena(&self) -> BitReaderRaw<bool>
pub fn wpe_end_int_ena(&self) -> BitReaderRaw<bool>
Bit 2 - The enable bit for SPI_MEM_WPE_END_INT interrupt.
pub fn slv_st_end_int_ena(&self) -> BitReaderRaw<bool>
pub fn slv_st_end_int_ena(&self) -> BitReaderRaw<bool>
Bit 3 - The enable bit for SPI_MEM_SLV_ST_END_INT interrupt.
pub fn mst_st_end_int_ena(&self) -> BitReaderRaw<bool>
pub fn mst_st_end_int_ena(&self) -> BitReaderRaw<bool>
Bit 4 - The enable bit for SPI_MEM_MST_ST_END_INT interrupt.
pub fn brown_out_int_ena(&self) -> BitReaderRaw<bool>
pub fn brown_out_int_ena(&self) -> BitReaderRaw<bool>
Bit 5 - 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.
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