Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/hal/esp32s3/include/hal/
Dhmac_ll.h100 uint32_t query; in hmac_ll_wait_idle() local
102 query = REG_READ(HMAC_QUERY_BUSY_REG); in hmac_ll_wait_idle()
103 } while(query != 0); in hmac_ll_wait_idle()
/hal_espressif-3.7.0/components/hal/esp32h2/include/hal/
Dhmac_ll.h103 uint32_t query; in hmac_ll_wait_idle() local
105 query = REG_READ(HMAC_QUERY_BUSY_REG); in hmac_ll_wait_idle()
106 } while(query != 0); in hmac_ll_wait_idle()
/hal_espressif-3.7.0/components/hal/esp32c6/include/hal/
Dhmac_ll.h103 uint32_t query; in hmac_ll_wait_idle() local
105 query = REG_READ(HMAC_QUERY_BUSY_REG); in hmac_ll_wait_idle()
106 } while(query != 0); in hmac_ll_wait_idle()
/hal_espressif-3.7.0/components/hal/esp32c3/include/hal/
Dhmac_ll.h111 uint32_t query; in hmac_ll_wait_idle() local
113 query = REG_READ(HMAC_QUERY_BUSY_REG); in hmac_ll_wait_idle()
114 } while(query != 0); in hmac_ll_wait_idle()
/hal_espressif-3.7.0/components/bt/host/bluedroid/bta/hf_client/include/
Dbta_hf_client_int.h255 extern void bta_hf_client_send_at_cops(BOOLEAN query);
264 extern void bta_hf_client_send_at_btrh(BOOLEAN query, UINT32 val);
/hal_espressif-3.7.0/components/bt/host/bluedroid/bta/hf_client/
Dbta_hf_client_at.c1535 void bta_hf_client_send_at_cops(BOOLEAN query) in bta_hf_client_send_at_cops() argument
1541 if (query) { in bta_hf_client_send_at_cops()
1717 void bta_hf_client_send_at_btrh(BOOLEAN query, UINT32 val) in bta_hf_client_send_at_btrh() argument
1728 if (query == TRUE) { in bta_hf_client_send_at_btrh()
/hal_espressif-3.7.0/components/wpa_supplicant/src/common/
Ddpp.c1773 static void dpp_write_gas_query(struct wpabuf *buf, struct wpabuf *query) in dpp_write_gas_query() argument
1776 wpabuf_put_le16(buf, wpabuf_len(query)); in dpp_write_gas_query()
1777 wpabuf_put_buf(buf, query); in dpp_write_gas_query()