Type Alias esp32c6::spi0::spi_mem_int_raw::W

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

Register SPI_MEM_INT_RAW writer

Aliased Type§

struct W { /* private fields */ }

Implementations§

source§

impl W

source

pub fn spi_mem_slv_st_end_int_raw( &mut self ) -> SPI_MEM_SLV_ST_END_INT_RAW_W<'_, SPI_MEM_INT_RAW_SPEC>

Bit 3 - The raw bit for SPI_MEM_SLV_ST_END_INT interrupt. 1: Triggered when spi0_slv_st is changed from non idle state to idle state. It means that SPI_CS raises high. 0: Others

source

pub fn spi_mem_mst_st_end_int_raw( &mut self ) -> SPI_MEM_MST_ST_END_INT_RAW_W<'_, SPI_MEM_INT_RAW_SPEC>

Bit 4 - The raw bit for SPI_MEM_MST_ST_END_INT interrupt. 1: Triggered when spi0_mst_st is changed from non idle state to idle state. 0: Others.

source

pub fn spi_mem_pms_reject_int_raw( &mut self ) -> SPI_MEM_PMS_REJECT_INT_RAW_W<'_, SPI_MEM_INT_RAW_SPEC>

Bit 6 - The raw bit for SPI_MEM_PMS_REJECT_INT interrupt. 1: Triggered when SPI1 access is rejected. 0: Others.

source

pub fn spi_mem_axi_raddr_err_int_raw( &mut self ) -> SPI_MEM_AXI_RADDR_ERR_INT_RAW_W<'_, SPI_MEM_INT_RAW_SPEC>

Bit 7 - The raw bit for SPI_MEM_AXI_RADDR_ERR_INT interrupt. 1: Triggered when AXI read address is invalid by compared to MMU configuration. 0: Others.

source

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self

Writes raw bits to the register.

Safety

Passing incorrect value can cause undefined behaviour. See reference manual