pub unsafe extern "C" fn esp_flash_chip_driver_initialized(
    chip: *const esp_flash_t
) -> bool
Expand description

Check if appropriate chip driver is set.

@param chip Pointer to SPI flash chip to use. If NULL, esp_flash_default_chip is substituted.

@return true if set, otherwise false.