Home
last modified time | relevance | path

Searched defs:ms (Results 1 – 21 of 21) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/eap_peer/
Deap_mschapv2.c135 struct eap_mschapv2_hdr *ms; in eap_mschapv2_challenge_reply() local
479 struct eap_mschapv2_hdr *ms; in eap_mschapv2_change_password() local
689 const struct eap_mschapv2_hdr *ms) in eap_mschapv2_check_mslen()
743 const struct eap_mschapv2_hdr *ms; in eap_mschapv2_process() local
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/include/
Dmesh_timer.h84 #define K_MSEC(ms) (ms) argument
/hal_espressif-latest/components/bt/porting/npl/freertos/src/
Dnpl_os_freertos.c938 IRAM_ATTR npl_freertos_time_ms_to_ticks(uint32_t ms, ble_npl_time_t *out_ticks) in npl_freertos_time_ms_to_ticks()
958 uint64_t ms; in npl_freertos_time_ticks_to_ms() local
974 IRAM_ATTR npl_freertos_time_ms_to_ticks32(uint32_t ms) in npl_freertos_time_ms_to_ticks32()
/hal_espressif-latest/components/bt/porting/npl/freertos/include/nimble/
Dnimble_npl_os.h320 IRAM_ATTR ble_npl_time_ms_to_ticks(uint32_t ms, ble_npl_time_t *out_ticks) in ble_npl_time_ms_to_ticks()
332 IRAM_ATTR ble_npl_time_ms_to_ticks32(uint32_t ms) in ble_npl_time_ms_to_ticks32()
/hal_espressif-latest/components/wpa_supplicant/port/
Deloop.c342 uint32_t ms; in eloop_run() local
/hal_espressif-latest/components/esp_wifi/esp32s2/
Desp_adapter.c333 static int32_t IRAM_ATTR task_ms_to_tick_wrapper(uint32_t ms) in task_ms_to_tick_wrapper()
/hal_espressif-latest/components/esp_wifi/esp32s3/
Desp_adapter.c336 static int32_t IRAM_ATTR task_ms_to_tick_wrapper(uint32_t ms) in task_ms_to_tick_wrapper()
/hal_espressif-latest/components/esp_wifi/esp32/
Desp_adapter.c342 static int32_t IRAM_ATTR task_ms_to_tick_wrapper(uint32_t ms) in task_ms_to_tick_wrapper()
/hal_espressif-latest/components/esp_wifi/esp32c2/
Desp_adapter.c255 static int32_t IRAM_ATTR task_ms_to_tick_wrapper(uint32_t ms) in task_ms_to_tick_wrapper()
/hal_espressif-latest/components/esp_wifi/esp32c6/
Desp_adapter.c261 static int32_t IRAM_ATTR task_ms_to_tick_wrapper(uint32_t ms) in task_ms_to_tick_wrapper()
/hal_espressif-latest/components/esp_wifi/esp32c3/
Desp_adapter.c258 static int32_t IRAM_ATTR task_ms_to_tick_wrapper(uint32_t ms) in task_ms_to_tick_wrapper()
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Dtwai_struct.h55 uint32_t ms: 1; /* SR.8 Miss Status */ member
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dtwai_struct.h56 uint32_t ms: 1; /* SR.8 Miss Status */ member
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dtwai_struct.h55 uint32_t ms: 1; /* SR.8 Miss Status */ member
/hal_espressif-latest/zephyr/esp32/src/wifi/
Desp_wifi_adapter.c310 static int32_t IRAM_ATTR task_ms_to_tick_wrapper(uint32_t ms) in task_ms_to_tick_wrapper()
/hal_espressif-latest/zephyr/esp32c2/src/wifi/
Desp_wifi_adapter.c326 static int32_t IRAM_ATTR task_ms_to_tick_wrapper(uint32_t ms) in task_ms_to_tick_wrapper()
/hal_espressif-latest/zephyr/esp32c3/src/wifi/
Desp_wifi_adapter.c326 static int32_t IRAM_ATTR task_ms_to_tick_wrapper(uint32_t ms) in task_ms_to_tick_wrapper()
/hal_espressif-latest/zephyr/esp32c6/src/wifi/
Desp_wifi_adapter.c330 static int32_t IRAM_ATTR task_ms_to_tick_wrapper(uint32_t ms) in task_ms_to_tick_wrapper()
/hal_espressif-latest/zephyr/esp32s2/src/wifi/
Desp_wifi_adapter.c311 static int32_t IRAM_ATTR task_ms_to_tick_wrapper(uint32_t ms) in task_ms_to_tick_wrapper()
/hal_espressif-latest/zephyr/esp32s3/src/wifi/
Desp_wifi_adapter.c335 static int32_t IRAM_ATTR task_ms_to_tick_wrapper(uint32_t ms) in task_ms_to_tick_wrapper()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dsettings.c1346 int32_t ms = bt_mesh_model_pub_period_get(model); in commit_model() local