Type Alias esp32c3::spi1::int_ena::W

source ·
pub type W = W<INT_ENA_SPEC>;
Expand description

Register INT_ENA writer

Aliased Type§

struct W { /* private fields */ }

Implementations§

source§

impl W

source

pub fn per_end(&mut self) -> PER_END_W<'_, INT_ENA_SPEC>

Bit 0 - The enable bit for SPI_MEM_PER_END_INT interrupt.

source

pub fn pes_end(&mut self) -> PES_END_W<'_, INT_ENA_SPEC>

Bit 1 - The enable bit for SPI_MEM_PES_END_INT interrupt.

source

pub fn wpe_end(&mut self) -> WPE_END_W<'_, INT_ENA_SPEC>

Bit 2 - The enable bit for SPI_MEM_WPE_END_INT interrupt.

source

pub fn slv_st_end(&mut self) -> SLV_ST_END_W<'_, INT_ENA_SPEC>

Bit 3 - The enable bit for SPI_MEM_SLV_ST_END_INT interrupt.

source

pub fn mst_st_end(&mut self) -> MST_ST_END_W<'_, INT_ENA_SPEC>

Bit 4 - The enable bit for SPI_MEM_MST_ST_END_INT interrupt.