Found 5 other functions taking a
esp_phy_calibration_data_t
argument:
Function called by esp_phy_load_cal_and_init to load PHY calibration data This is a convenience function which can be used to load PHY calibration data from NVS. Data can be stored to NVS using esp_phy_store_cal_data_to_nvs function. If calibration data is not present in the NVS, or data is not valid (was obtained for a chip with a different MAC address, or obtained for a different version of software), this function will return an error.
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.
Initialize PHY module and do RF calibration