Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_wifi/include/esp_private/
Dwifi_os_adapter.h70 int32_t (* _task_ms_to_tick)(uint32_t ms); member
/hal_espressif-latest/components/wpa_supplicant/port/include/
Dos.h379 #define os_task_ms_to_tick(a) wifi_funcs->_task_ms_to_tick((a))
/hal_espressif-latest/components/esp_wifi/esp32c6/
Desp_adapter.c609 ._task_ms_to_tick = task_ms_to_tick_wrapper,
/hal_espressif-latest/components/esp_wifi/esp32s2/
Desp_adapter.c644 ._task_ms_to_tick = task_ms_to_tick_wrapper,
/hal_espressif-latest/components/esp_wifi/esp32/
Desp_adapter.c651 ._task_ms_to_tick = task_ms_to_tick_wrapper,
/hal_espressif-latest/components/esp_wifi/esp32c2/
Desp_adapter.c591 ._task_ms_to_tick = task_ms_to_tick_wrapper,
/hal_espressif-latest/components/esp_wifi/esp32c3/
Desp_adapter.c608 ._task_ms_to_tick = task_ms_to_tick_wrapper,
/hal_espressif-latest/components/esp_wifi/esp32s3/
Desp_adapter.c664 ._task_ms_to_tick = task_ms_to_tick_wrapper,
/hal_espressif-latest/zephyr/esp32/src/wifi/
Desp_wifi_adapter.c762 ._task_ms_to_tick = task_ms_to_tick_wrapper,
/hal_espressif-latest/zephyr/esp32s2/src/wifi/
Desp_wifi_adapter.c765 ._task_ms_to_tick = task_ms_to_tick_wrapper,
/hal_espressif-latest/zephyr/esp32s3/src/wifi/
Desp_wifi_adapter.c781 ._task_ms_to_tick = task_ms_to_tick_wrapper,
/hal_espressif-latest/zephyr/esp32c2/src/wifi/
Desp_wifi_adapter.c848 ._task_ms_to_tick = task_ms_to_tick_wrapper,
/hal_espressif-latest/zephyr/esp32c3/src/wifi/
Desp_wifi_adapter.c847 ._task_ms_to_tick = task_ms_to_tick_wrapper,
/hal_espressif-latest/zephyr/esp32c6/src/wifi/
Desp_wifi_adapter.c863 ._task_ms_to_tick = task_ms_to_tick_wrapper,