Home
last modified time | relevance | path

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

/hal_espressif-latest/zephyr/port/phy/
Dphy_stubs.c16 int register_chipv7_phy(const esp_phy_init_data_t *init_data, esp_phy_calibration_data_t *cal_data, in register_chipv7_phy() argument
20 ARG_UNUSED(cal_data); in register_chipv7_phy()
113 esp_err_t esp_phy_store_cal_data_to_nvs(const esp_phy_calibration_data_t *cal_data) in esp_phy_store_cal_data_to_nvs() argument
115 ARG_UNUSED(cal_data); in esp_phy_store_cal_data_to_nvs()
/hal_espressif-latest/components/esp_phy/src/
Dphy_init.c718 esp_phy_calibration_data_t* cal_data = in esp_phy_load_cal_and_init() local
720 if (cal_data == NULL) { in esp_phy_load_cal_and_init()
760 esp_err_t err = esp_phy_load_cal_data_from_nvs(cal_data); in esp_phy_load_cal_and_init()
767 memcpy(cal_data->mac, sta_mac, 6); in esp_phy_load_cal_and_init()
768 esp_err_t ret = register_chipv7_phy(init_data, cal_data, calibration_mode); in esp_phy_load_cal_and_init()
774 err = esp_phy_store_cal_data_to_nvs(cal_data); in esp_phy_load_cal_and_init()
779 register_chipv7_phy(init_data, cal_data, PHY_RF_CAL_FULL); in esp_phy_load_cal_and_init()
799 k_free(cal_data); // PHY maintains a copy of calibration data, so we can k_free this in esp_phy_load_cal_and_init()
/hal_espressif-latest/components/esp_phy/include/esp_private/
Dphy.h47 int register_chipv7_phy(const esp_phy_init_data_t* init_data, esp_phy_calibration_data_t *cal_data,…
/hal_espressif-latest/components/esp_phy/include/
Desp_phy_init.h137 esp_err_t esp_phy_store_cal_data_to_nvs(const esp_phy_calibration_data_t* cal_data);