Home
last modified time | relevance | path

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

/hal_espressif-latest/components/spi_flash/
Desp_flash_api.c154 static esp_err_t check_chip_pointer_default(esp_flash_t **inout_chip);
170 .chip_check = check_chip_pointer_default,
213 static IRAM_ATTR esp_err_t check_chip_pointer_default(esp_flash_t **inout_chip) in check_chip_pointer_default() function