Home
last modified time | relevance | path

Searched defs:init_data (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.6.0/components/esp_wifi/src/
Dphy_init.c408 void esp_phy_release_init_data(const esp_phy_init_data_t *init_data) in esp_phy_release_init_data()
423 void esp_phy_release_init_data(const esp_phy_init_data_t *init_data) in esp_phy_release_init_data()
608 static void __attribute((unused)) esp_phy_reduce_tx_power(esp_phy_init_data_t *init_data) in esp_phy_reduce_tx_power()
641 esp_phy_init_data_t *init_data = (esp_phy_init_data_t *)malloc(sizeof(esp_phy_init_data_t)); in esp_phy_load_cal_and_init() local
657 const esp_phy_init_data_t *init_data = esp_phy_get_init_data(); in esp_phy_load_cal_and_init() local
711 static esp_err_t phy_crc_check_init_data(uint8_t *init_data, const uint8_t *checksum, size_t init_d… in phy_crc_check_init_data()
/hal_espressif-3.6.0/components/esp_phy/src/
Dphy_init.c443 void esp_phy_release_init_data(const esp_phy_init_data_t* init_data) in esp_phy_release_init_data()
458 void esp_phy_release_init_data(const esp_phy_init_data_t* init_data) in esp_phy_release_init_data()
623 static void __attribute((unused)) esp_phy_reduce_tx_power(esp_phy_init_data_t* init_data) in esp_phy_reduce_tx_power()
659 esp_phy_init_data_t* init_data = (esp_phy_init_data_t*) k_malloc(sizeof(esp_phy_init_data_t)); in esp_phy_load_cal_and_init() local
670 const esp_phy_init_data_t* init_data = esp_phy_get_init_data(); in esp_phy_load_cal_and_init() local
721 static esp_err_t phy_crc_check_init_data(uint8_t* init_data, const uint8_t* checksum, size_t init_d… in phy_crc_check_init_data()