mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-05 21:00:04 +00:00
refactor(spi_flash): Refactor gpspi flash for making it's clock accurate
This commit is contained in:
@@ -27,6 +27,7 @@ typedef struct {
|
||||
*/
|
||||
int cs_id;
|
||||
int freq_mhz; ///< The frequency of flash chip(MHZ)
|
||||
spi_clock_source_t clock_source;///< Select SPI clock source, `SPI_CLK_SRC_DEFAULT` by default.
|
||||
} esp_flash_spi_device_config_t;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user