Struct esp32_hal::pac::spi0::dma_int_ena::R
pub struct R(_);
Expand description
Register DMA_INT_ENA
reader
Implementations§
§impl R
impl R
pub fn inlink_dscr_empty_int_ena(&self) -> BitReaderRaw<bool>
pub fn inlink_dscr_empty_int_ena(&self) -> BitReaderRaw<bool>
Bit 0 - The enable bit for lack of enough inlink descriptors.
pub fn outlink_dscr_error_int_ena(&self) -> BitReaderRaw<bool>
pub fn outlink_dscr_error_int_ena(&self) -> BitReaderRaw<bool>
Bit 1 - The enable bit for outlink descriptor error.
pub fn inlink_dscr_error_int_ena(&self) -> BitReaderRaw<bool>
pub fn inlink_dscr_error_int_ena(&self) -> BitReaderRaw<bool>
Bit 2 - The enable bit for inlink descriptor error.
pub fn in_done_int_ena(&self) -> BitReaderRaw<bool>
pub fn in_done_int_ena(&self) -> BitReaderRaw<bool>
Bit 3 - The enable bit for completing usage of a inlink descriptor.
pub fn in_err_eof_int_ena(&self) -> BitReaderRaw<bool>
pub fn in_err_eof_int_ena(&self) -> BitReaderRaw<bool>
Bit 4 - The enable bit for receiving error.
pub fn in_suc_eof_int_ena(&self) -> BitReaderRaw<bool>
pub fn in_suc_eof_int_ena(&self) -> BitReaderRaw<bool>
Bit 5 - The enable bit for completing receiving all the packets from host.
pub fn out_done_int_ena(&self) -> BitReaderRaw<bool>
pub fn out_done_int_ena(&self) -> BitReaderRaw<bool>
Bit 6 - The enable bit for completing usage of a outlink descriptor .
pub fn out_eof_int_ena(&self) -> BitReaderRaw<bool>
pub fn out_eof_int_ena(&self) -> BitReaderRaw<bool>
Bit 7 - The enable bit for sending a packet to host done.
pub fn out_total_eof_int_ena(&self) -> BitReaderRaw<bool>
pub fn out_total_eof_int_ena(&self) -> BitReaderRaw<bool>
Bit 8 - The enable bit for sending all the packets to host done.
Methods from Deref<Target = R<DMA_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<DMA_INT_ENA_SPEC>> for R
impl From<R<DMA_INT_ENA_SPEC>> for R
§fn from(reader: R<DMA_INT_ENA_SPEC>) -> R
fn from(reader: R<DMA_INT_ENA_SPEC>) -> R
Converts to this type from the input type.