esp_phy_store_cal_data_to_nvs() function
Function called by esp_phy_load_cal_and_init to store PHY calibration data This is a convenience function which can be used to store PHY calibration data to the NVS. Calibration data is returned by esp_phy_load_cal_and_init function. Data saved using this function to the NVS can later be loaded using esp_phy_store_cal_data_to_nvs function.
Arguments
cal_data
pointer to calibration data which has to be saved.
Return value
ESP_OK on success