Home
last modified time | relevance | path

Searched defs:spi (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/esp_rom/patches/
Desp_rom_spiflash.c32 esp_rom_spiflash_result_t esp_rom_spiflash_wait_idle(esp_rom_spiflash_chip_t *spi) in esp_rom_spiflash_wait_idle()
111 static esp_rom_spiflash_result_t esp_rom_spiflash_erase_chip_internal(esp_rom_spiflash_chip_t *spi) in esp_rom_spiflash_erase_chip_internal()
127 …_rom_spiflash_result_t esp_rom_spiflash_erase_sector_internal(esp_rom_spiflash_chip_t *spi, uint32… in esp_rom_spiflash_erase_sector_internal()
148 static esp_rom_spiflash_result_t esp_rom_spiflash_erase_block_internal(esp_rom_spiflash_chip_t *spi in esp_rom_spiflash_erase_block_internal()
164 …_rom_spiflash_result_t esp_rom_spiflash_program_page_internal(esp_rom_spiflash_chip_t *spi, uint32… in esp_rom_spiflash_program_page_internal()
219 esp_rom_spiflash_result_t esp_rom_spiflash_read_status(esp_rom_spiflash_chip_t *spi, uint32_t *stat… in esp_rom_spiflash_read_status()
242 esp_rom_spiflash_result_t esp_rom_spiflash_read_statushigh(esp_rom_spiflash_chip_t *spi, uint32_t *… in esp_rom_spiflash_read_statushigh()
251 esp_rom_spiflash_result_t esp_rom_spiflash_write_status(esp_rom_spiflash_chip_t *spi, uint32_t stat… in esp_rom_spiflash_write_status()
266 static esp_rom_spiflash_result_t esp_rom_spiflash_read_data(esp_rom_spiflash_chip_t *spi, uint32_t … in esp_rom_spiflash_read_data()
317 static esp_rom_spiflash_result_t esp_rom_spiflash_enable_write(esp_rom_spiflash_chip_t *spi) in esp_rom_spiflash_enable_write()
/hal_espressif-latest/components/hal/include/hal/
Dspi_flash_hal.h33 …spi_dev_t *spi; ///< Pointer to SPI peripheral registers (SP1, SPI2 or SPI3). Set befo… member