mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 12:35:28 +00:00
spi_flash: fix cs line setup to make the flash driver more stable
This commit is contained in:
@@ -34,6 +34,7 @@ typedef struct {
|
||||
* automatically assigned by the SPI bus lock.
|
||||
*/
|
||||
int cs_id;
|
||||
uint32_t cs_setup; ///< (cycles-1) of prepare phase by spi clock
|
||||
} esp_flash_spi_device_config_t;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user