Home
last modified time | relevance | path

Searched refs:SPI_TX_CRC_REG (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.6.0/components/esp_rom/include/esp32/rom/
Dspi_flash.h88 #define PERIPHS_SPI_FLASH_TX_CRC SPI_TX_CRC_REG(1)
/hal_espressif-3.6.0/components/soc/esp32/include/soc/
Dspi_reg.h1155 #define SPI_TX_CRC_REG(i) (REG_SPI_BASE(i) + 0xC0) macro