Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_phy/src/
Dphy_init.c589 size_t init_data_store_length = sizeof(phy_init_magic_pre) + in esp_phy_get_init_data() local
591 uint8_t* init_data_store = (uint8_t*) k_malloc(init_data_store_length); in esp_phy_get_init_data()
596 memcpy(init_data_store, multi_phy_init_data_bin_start, init_data_store_length); in esp_phy_get_init_data()
606 size_t init_data_store_length = sizeof(phy_init_magic_pre) + in esp_phy_get_init_data()
608 uint8_t* init_data_store = (uint8_t*) k_malloc(init_data_store_length); in esp_phy_get_init_data()
614 esp_err_t err = esp_partition_read(partition, 0, init_data_store, init_data_store_length); in esp_phy_get_init_data()
623 memcmp(init_data_store + init_data_store_length - sizeof(phy_init_magic_post), in esp_phy_get_init_data()
645 assert(memcmp(init_data_store + init_data_store_length - sizeof(phy_init_magic_post), in esp_phy_get_init_data()
649 err = esp_partition_write(partition, 0, init_data_store, init_data_store_length); in esp_phy_get_init_data()
860 size_t init_data_store_length, in phy_get_multiple_init_data() argument
[all …]