Home
last modified time | relevance | path

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

/hal_espressif-latest/zephyr/esp32/src/coex/
Desp_coex_adapter.c38 unsigned int *wifi_spin_lock = (unsigned int *)wifi_malloc(sizeof(unsigned int)); in esp_coex_common_spin_lock_create_wrapper() local
39 if (wifi_spin_lock == NULL) { in esp_coex_common_spin_lock_create_wrapper()
43 return (void *)wifi_spin_lock; in esp_coex_common_spin_lock_create_wrapper()
/hal_espressif-latest/zephyr/esp32c2/src/coex/
Desp_coex_adapter.c39 unsigned int *wifi_spin_lock = (unsigned int *)wifi_malloc(sizeof(unsigned int)); in esp_coex_common_spin_lock_create_wrapper() local
40 if (wifi_spin_lock == NULL) { in esp_coex_common_spin_lock_create_wrapper()
44 return (void *)wifi_spin_lock; in esp_coex_common_spin_lock_create_wrapper()
/hal_espressif-latest/zephyr/esp32c3/src/coex/
Desp_coex_adapter.c39 unsigned int *wifi_spin_lock = (unsigned int *)wifi_malloc(sizeof(unsigned int)); in esp_coex_common_spin_lock_create_wrapper() local
40 if (wifi_spin_lock == NULL) { in esp_coex_common_spin_lock_create_wrapper()
44 return (void *)wifi_spin_lock; in esp_coex_common_spin_lock_create_wrapper()
/hal_espressif-latest/zephyr/esp32c6/src/coex/
Desp_coex_adapter.c39 unsigned int *wifi_spin_lock = (unsigned int *)wifi_malloc(sizeof(unsigned int)); in esp_coex_common_spin_lock_create_wrapper() local
40 if (wifi_spin_lock == NULL) { in esp_coex_common_spin_lock_create_wrapper()
44 return (void *)wifi_spin_lock; in esp_coex_common_spin_lock_create_wrapper()
/hal_espressif-latest/zephyr/esp32s3/src/coex/
Desp_coex_adapter.c37 unsigned int *wifi_spin_lock = (unsigned int *) wifi_malloc(sizeof(unsigned int)); in esp_coex_common_spin_lock_create_wrapper() local
38 if (wifi_spin_lock == NULL) { in esp_coex_common_spin_lock_create_wrapper()
42 return (void *)wifi_spin_lock; in esp_coex_common_spin_lock_create_wrapper()
/hal_espressif-latest/zephyr/esp32s2/src/coex/
Desp_coex_adapter.c39 unsigned int *wifi_spin_lock = (unsigned int *)wifi_malloc(sizeof(unsigned int)); in esp_coex_common_spin_lock_create_wrapper() local
40 if (wifi_spin_lock == NULL) { in esp_coex_common_spin_lock_create_wrapper()
44 return (void *)wifi_spin_lock; in esp_coex_common_spin_lock_create_wrapper()