Type Alias esp32c3::spi2::dma_int_raw::SLV_BUF_ADDR_ERR_W

source ·
pub type SLV_BUF_ADDR_ERR_W<'a, REG> = BitWriter<'a, REG>;
Expand description

Field SLV_BUF_ADDR_ERR writer - The raw bit for SPI_SLV_BUF_ADDR_ERR_INT interrupt. 1: The accessing data address of the current SPI slave mode CPU controlled FD, Wr_BUF or Rd_BUF transmission is bigger than 63. 0: Others.

Aliased Type§

struct SLV_BUF_ADDR_ERR_W<'a, REG> { /* private fields */ }