Function esp_wifi_sys::include::esp_phy_store_cal_data_to_nvs

source ยท
pub unsafe extern "C" fn esp_phy_store_cal_data_to_nvs(
    cal_data: *const esp_phy_calibration_data_t,
) -> esp_err_t
Expand description

@brief 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.

@param cal_data pointer to calibration data which has to be saved. @return ESP_OK on success